Boost logo

Boost Testing :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2007-11-15 13:55:55


Rene Rivera wrote:
> Beman Dawes wrote:
>> I'm trying to get the regression tests running on a new Mini Mac running
>> Leopard. The command line given is:
>>
>> python run.py --tag=branches/release --runner=BGD --user=anonymous
>>
>> It fails trying to build process_jam_log:
>>
>> gcc.link bin/gcc-4.0.1/release/process_jam_log
>>
>> "g++" -o "bin/gcc-4.0.1/release/process_jam_log"
>> -Wl,--start-group "bin/gcc-4.0.1/release/process_jam_log.o"
>> "bin/gcc-4.0.1/release/tiny_xml.o"
>> "/Users/beman/boost/boost/bin.v2/libs/filesystem/build/gcc-
>> 4.0.1/release/link-static/libboost_filesystem-gcc40-1_34_1.a"
>> "/Users/beman/boost/boost/bin.v2/libs/system/build/gcc-4.0.1/release/link-static/libboost_system-gcc40-1_34_1.a"
>> -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all
>>
>>
>> ld: unknown option: --start-group
>> collect2: ld returned 1 exit status
>> ...failed gcc.link bin/gcc-4.0.1/release/process_jam_log...
>> ...failed updating 1 target...
>>
>> Any ideas?
>
> You need to use "--toolsets=darwin".

No luck. Same problem.

Also tried specifying "--toolsets=darwin --pjl_toolset=darwin". That
failed because it passed "darwin" to bjam as a target, rather than as a
toolset option.

--Beman


Boost-testing list run by mbergal at meta-comm.com