This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: zlib/libzgcj being built all the time?
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: zlib/libzgcj being built all the time?
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 04 Oct 2000 17:55:25 -0200
- Cc: gcc-bugs at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <20001004154612.A24981@disaster.jaj.com>
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