This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compilation Problems with libjava


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]