This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Compilation Problems with libjava
- From: Andrew Haley <aph at redhat dot com>
- To: <lowfill at yahoo dot com>
- Cc: java at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Sat, 4 Jan 2003 15:24:53 +0000 (GMT)
- Subject: Compilation Problems with libjava
- Followup-to: java@gcc.gnu.org
- References: <20030104151440.81784.qmail@web13502.mail.yahoo.com>
lowfill@yahoo.com writes:
> Hello, How are you?
> I download yesterday the cvs version of gcc to update
> my system, but I have some problems when try to
> compile libjava.
>
> I'm use the following configure line:
> ../../libjava/configure --enable-threads
> --with-system-zlib
>
> then I compile with make and when try to link I have
> the following error:
You need to build the *whole thing*, gcc, libjava, and all.
Run configure from the top level directory, not any of the subdirs.
Andrew.