Building with "./b2 address-model=64 architecture=x86" is ok On 16/03/2015 11:31, Alain Miniussi wrote:
Hi,
I am getting the same problem as with git/master:
[alain@compute-0-9 boost_1_58_0_b1]$ ./b2 Building the Boost C++ Libraries. Performing configuration checks
- 32-bit : no - 64-bit : yes - arm : no - mips1 : no - power : no - sparc : no - x86 : yes - lockfree boost::atomic_flag : yes - lockfree boost::atomic_flag : yes - has_icu builds : no - zlib : yes - iconv (libc) : yes - icu : no - icu (lib64) : no - compiler-supports-ssse3 : yes - compiler-supports-avx2 : yes - gcc visibility : yes - long double support : yes - zlib : yes error: Name clash for '
libboost_system.so.1.58.0' error: error: Tried to build the target twice, with property sets having error: these incompabile properties: error: error: - none error: - <address-model>64 <architecture>x86 error: error: Please make sure to have consistent requirements for these error: properties everywhere in your project, especially for install error: targets. [alain@compute-0-9 boost_1_58_0_b1]$
Thanks
* System: [alain@compute-0-9 boost_1_58_0_b1]$ more /etc/centos-release CentOS release 6.3 (Final) [alain@compute-0-9 boost_1_58_0_b1] * Configured with: ./bootstrap.sh --prefix=/home/alain/install/boost-1.58.0.rc2-intel15-ompi184 --with-toolset=intel-linux * Compiler: [alain@compute-0-9 boost_1_58_0_b1]$ icpc --version icpc (ICC) 15.0.2 20150121 Copyright (C) 1985-2015 Intel Corporation. All rights reserved.
[alain@compute-0-9 boost_1_58_0_b1]$
* Source from: boost_1_58_0_b1_rc2.zip
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- --- Alain