I am trying to set up boost.build. And I thought everything is configured the right way..... But I have a problem with gcc?!?!
I am using OS X Lion and have gcc installed with Xcoce 4.1.
isr054:test Benni$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
isr054:test Benni$ bjam --version
Boost.Build V2 (Milestone 12)
isr054:test Benni$ bjam release
gcc.link bin/gcc-4.2.1/release/hello
ld: unknown option: --start-group
collect2: ld returned 1 exit status
"g++" -o "bin/gcc-4.2.1/release/hello" -Wl,--start-group "bin/gcc-4.2.1/release/hello.o" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all
...failed gcc.link bin/gcc-4.2.1/release/hello...
...failed updating 1 target...