On Friday, July 25, 2003, at 12:41 AM, Tyler Berry wrote:

The problem seems to be with the linking of the convenience library; it
compiles each file into .libs/*.o and ./*.o with -fno-common set and unset
respectively, but then links only one copy of the convenience library, using
the files compiled without -fno-common in ./*.o. When this convenience library
tries to link into my later shared library, Apple's ld complains about the
common symbols in the convenience library.


Any advice?

What is the package? I'd like to try and isolate this bug.


In the meantime, you can probably get away with
CPPFLAGS="-fno-common" ./configure && make

Thanks,
Peter



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to