
23 Sep
2011
23 Sep
'11
3:15 p.m.
AMDG On 09/23/2011 02:50 AM, Allan Nielsen wrote:
I'm trying to install boost 1.47 in a single threaded edition but it does not seems to work. Here is what I tried:
./bootstrap.sh --without-icu --without-libraries=graph_parallel,mpi,python ./b2 threading=single --layout=system --prefix=/usr/local
Here is the error I got on the second command:
<snip> error: Duplicate name of actual target:
libboost_system.so.1.47.0 <snip> error: created from ./stage-proper error: added properties: <threading>single <warnings>on error: removed properties: <threading>multi <warnings>all <snip> Is there anything I can do to fix this locally ??
Try adding --build-type=minimal to the b2 command line. In Christ, Steven Watanabe