This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: libgcj won't build with -g on i386-pc-solaris2.7


On Jul 19, 1999, Alexandre Oliva <oliva@dcc.unicamp.br> wrote:

> I had to compile with -g0 to finish the build.

Now, the testsuite is getting false negatives because of linker
warnings:

ld: warning: file /tmp/libgcj-build-2.95/i386-pc-solaris2.7/libjava/testsuite/../../libjava/.libs/libgcj.so: attempted multiple inclusion of file
ld: warning: file /tmp/libgcj-build-2.95/i386-pc-solaris2.7/libjava/testsuite/../../boehm-gc/.libs/libgcjgc.so: attempted multiple inclusion of file
ld: warning: file /tmp/libgcj-build-2.95/i386-pc-solaris2.7/libjava/testsuite/../../zlib/.libs/libzgcj.so: attempted multiple inclusion of file

Indeed, they're explicitly linked in spite of libgcj implicitly
linking them in.  Is there any way to ignore these warnings within
libgcj's testsuite, or do we need a dejagnu patch?

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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