This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: [ANNOUNCE] Libgcj in gcc tree availability.
- To: gcc at gcc dot gnu dot org
- Subject: Re: [ANNOUNCE] Libgcj in gcc tree availability.
- From: Mo DeJong <mdejong at cygnus dot com>
- Date: Sun, 10 Dec 2000 17:28:07 -0800 (PST)
- cc: java-discuss at sources dot redhat dot com
I seem to be having some trouble building the new tree.
% ../egcs/configure --prefix=/abomination/imagine/mdejong/java/install \
--enable-shared \
--enable-haifa \
--enable-threads=posix \
--enable-languages=c,c++,java \
--disable-new-gxx-abi \
--enable-java-gc=boehm \
--enable-fast-character
Configuring for a i686-pc-linux-gnu host.
*** This configuration is not supported in the following subdirectories:
target-libjava
(Any other directories should still work fine.)
Created "Makefile" in /home/mdejong/java/build_java using "mh-frag" and
"mt-frag"
Configuring libiberty...
creating cache ../config.cache
checking host system type... i686-pc-linux-gnu
That builds, but it seems that the java lib does not
get compiled, I get this error when I try to compile
something:
% gcj -C CompilerCheck.java
CompilerCheck.java:0: Can't find default package `java.lang'. Check the
CLASSPATH environment variable and the access to the archives.
1 error
cheers
Mo DeJong
Red Hat Inc