Hi,

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.

Anybody has a clou what I am doing wrong?


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)
Boost.Jam 03.1.18

isr054:test Benni$ bjam release
...found 9 targets...
...updating 1 target...
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...
isr054:test Benni$



Thanks, for any help in advance.