This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: 3.4 bootstrap failure linking jv-convert on Solaris2.8


>>>>> "Brad" == Bradley Lucier <lucier@math.purdue.edu> writes:

Brad> I got this on today's sources after a generic configure and make
Brad> bootstrap:

Brad> ld: warning: file
Brad> /home/c/lucier/programs/gcc/gcc-3.4/objdir-sparc/sparc-sun-solaris2.8/
Brad> libjava/.libs/libgcj.so: linked to ./.libs/libgcj.so: attempted
Brad> multiple inclusion of file

That looks odd.  Is this the same as the problem referenced here?

    http://gcc.gnu.org/ml/java/2002-03/msg00658.html

Brad> java::io::File::File[in-charge](java::lang::String*)./.libs/libgcj.so

Does this symbol actually exist?  It would be in java/io/File.lo (or
java/io/File/.libs/File.o), in the libjava build directory.  This is
in the Java code, so it is pretty unlikely that it wouldn't appear.

Tom


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