linking libtool archives across toolchains

2014-02-14 Thread Eric Bavier
I have a question about how to work with libtool in a multi-toolchain environment. Background: We have a piece of software (MVAPICH2) we're trying to build that uses libtool to create shared libraries for some C++ code. For ABI compatibility reasons we need to compile this C++ code with the

Re: linking libtool archives across toolchains

2014-02-14 Thread Bob Friesenhahn
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