libtool
[Top][All Lists]
Advanced

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

Re: how to make libtool use stdlib


From: Bob Friesenhahn
Subject: Re: how to make libtool use stdlib
Date: Tue, 8 Sep 2015 16:11:28 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Tue, 8 Sep 2015, Andy Falanga (afalanga) wrote:

I'm working on a library which may need to link with the standard libraries (I assume 
since -nostdlib would seem to indicate that it's *not to* link with standard libraries).  
I say this because of discussions I've come across making mention that using 
"-nostdlib" has adverse side effects with pthreads.  I'm using a library, 
log4cplus, which does make use of pthreads.

Using "./configure --help" doesn't reveal any method of making libtool discontinue the 
use of "-nostdlib".  How do I make this happen?

Libtool normally queries GCC to learn what libraries it would normally apply and carefully applies them anyway.

Is this not working for you?

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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