Boost logo

Boost Users :

Subject: [Boost-users] coexistence of Intel-toolset based Boost and GCC libraries
From: H Magnet (spam.wax_at_[hidden])
Date: 2010-12-13 05:25:12


Hello,

I have built boost v1.45 using Intel compiler 11.1:

$ bjam toolset=intel --with-mpi --with-thread --with-serialization \
           --prefix=$HOME/local variant=release link=static install

Then using the same intel compiler I use the static boost libraries
from above to compile a code which uses boost.mpi and
boost.serialization explicitly.
My code depends on a 3rd party dynamic library which 'requires':

libboost_thread-gcc41-mt-1_34_1.so.1.34.1
libboost_signals-gcc41-mt-1_34_1.so.1.34.1

Should I be concerned about conflicting compilers ?
In general if I've built the boost libraries (thread, mpi, ...) using
Intel toolset,
will it peacefully work with system's standard C/C++ libraries build by GCC?

thanks in advance,


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net