From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2864 invoked by alias); 21 May 2003 04:46:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 2821 invoked by uid 71); 21 May 2003 04:46:01 -0000 Date: Wed, 21 May 2003 04:46:00 -0000 Message-ID: <20030521044601.2820.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Andrew Pinski Subject: Re: java/10894: Valid import statements are rejected. Reply-To: Andrew Pinski X-SW-Source: 2003-05/txt/msg02232.txt.bz2 List-Id: The following reply was made to PR java/10894; it has been noted by GNATS. From: Andrew Pinski To: jbrandmeyer@users.sourceforge.net Cc: Andrew Pinski , gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: java/10894: Valid import statements are rejected. Date: Wed, 21 May 2003 00:40:47 -0400 You are right I should have read that link, I have not kept up with Java (at least the language) since 1.0.2 and since class inside classes is new for 1.1 I did not know that import was extended also. Thanks, Andrew Pinski On Wednesday, May 21, 2003, at 00:29 US/Eastern, Jonathan Brandmeyer wrote: > Not true. As posted in the gcj -v output, those classes are on the > CLASSPATH. In fact, commenting out the offending line 'solves' the > problem. Here it is again: > > jonathan@illuvatar:~/workspace/HelloWorld/116csc/2Lab$ gcj -v -C > Test.java > Reading specs from /usr/lib/gcc-lib/i386-linux/3.3/specs > Configured with: ../src/configure -v > --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang > --prefix=/usr > --mandir=/usr/share/man --infodir=/usr/share/info > --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared > --with-system-zlib --enable-nls --without-included-gettext > --enable-__cxa_atexit --enable-clocale=gnu --enable-debug > --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc > i386-linux > Thread model: posix > gcc version 3.3 (Debian) > /usr/lib/gcc-lib/i386-linux/3.3/jc1 Test.java -quiet -dumpbase > Test.java -auxbase-strip NONE -g1 -version -fsyntax-only > -femit-class-files -o /dev/null > GNU Java version 3.3 (Debian) (i386-linux) > compiled by GNU C version 3.3 (Debian). > GGC heuristics: --param ggc-min-expand=55 --param > ggc-min-heapsize=48342 > Class path starts here: > ./ > /usr/share/java/repository/ > /usr/share/java/libgcj-3.3.jar/ (system) (zip) > Test.java:1: error: Can't find default package `java.lang.Math'. Check > the CLASSPATH environment variable and the access to the archives > 1 error > > -Jonathan > > On Tue, 2003-05-20 at 23:50, Andrew Pinski wrote: >> Looks like your CLASSPATH environment is set to something that does >> not >> include the gcj's classes. >> >> Thanks, >> Andrew Pinski >> >> On Tuesday, May 20, 2003, at 23:37 US/Eastern, >> jbrandmeyer@users.sourceforge.net wrote: >> >>> >>> Test.java:1: error: Can't find default package `java.lang.Math'. >>> Check >>> the CLASSPATH environment variable and the access to the archives >> > > >