libtool
[Top][All Lists]
Advanced

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

Re: linking libtool archives across toolchains


From: Bob Friesenhahn
Subject: Re: linking libtool archives across toolchains
Date: Fri, 14 Feb 2014 17:36:40 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Fri, 14 Feb 2014, Eric Bavier wrote:

Obviously, this is just a single example, and it can be hacked around by
removing the -pthread option in the libtool script before linking, but I
wanted to ask any advice on how to work with libtool when libraries are
being built with two or more compiler toolchains.  Has this scenario
been dealt with before?  Is it not a good idea in general?

Libtool was always developed with the expectation that it is used with the toolchain it was configured with, and the libraries it uses were built using the same toolchain.

The pthreads option is an obvious example but there are more subtle issues which crop up, not all due to libtool itself.

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]