This is the mail archive of the gcc-bugs@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]

Re: zlib/libzgcj being built all the time?


On Oct  4, 2000, Phil Edwards <pedwards@disaster.jaj.com> wrote:

> should zlib and libzgcj be built?

zlib should, libzgcj doesn't have to.  Someone has to add the magic to
skip it for the target when the Java language is not selected.

> /tec/build/2test/gcc/xgcc [...] -Wl,-soname -Wl,libzgcj.so.0 -o .libs/libzgcj.so.0.0.0
> ld: warning: option -o appears more than once, first setting taken

This often means libtool was configured to use GNU ld but GCC is
picking a non-GNU ld, that reads `-soname' as `-s -o name'.

Did you configure --with-gnu-ld?  Did you follow the procedures in the
FAQ to ensure that the built GCC finds GNU ld?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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