13 Dec
2010
13 Dec
'10
10:25 a.m.
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,