bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autodetection of system compiler libpath is completely bogus


From: Marc Espie
Subject: autodetection of system compiler libpath is completely bogus
Date: Tue, 19 Mar 2002 15:26:51 +0100
User-agent: Mutt/1.2.5i

Trying to detect statically where the compiler/linker gets its system
libraries is completely bogus.

It does not work on any system with multi-libbing enabled.

For instance, the actual branch of gcc used within OpenBSD does need
a separate libgcc for pic code for various reasons, and 
every version of libtool I've seen insists in looking for these in
/usr/lib/gcc-lib/i386-unknown-openbsd3.0
instead of
/usr/lib/gcc-lib/i386-unknown-openbsd3.0/fpic
as it should, for shared libraries.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]