|
Boost Testing : |
From: Beman Dawes (bdawes_at_[hidden])
Date: 2007-11-15 12:09:35
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?
--Beman