Re: how to make libtool use stdlib
Bob Friesenhahn <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool