$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [unit testing][build] basic guidance needed, please
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-02-23 18:19:53
er wrote:
> Hello,
...
> gcc.compile.c++
> ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug/basic.o
> gcc.link ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug/basic
> ld: unknown option: --start-group
> collect2: ld returned 1 exit status
You did not say what system are you on, and what version of compiler and linker
you have. Could you provide that information?
If you are on OSX, you need toolset=darwin on the command line.
HTH,
Volodya