29 Apr
2005
29 Apr
'05
2:20 p.m.
On Apr 29, 2005, at 5:03 AM, Daniel Lidström wrote:
Hello,
I get linking errrors while trying to compile the program_options. Here is the output:
Daniels-Monster:/Users/daniellidstrom/Desktop/boost_1_32_0> bjam --with-program_options stage
You'll probably need to add "-sTOOLS=darwin" to your bjam command line. In Boost 1.32.0, the build system uses the basic "gcc" toolset on Mac OS X by default, but it really needs to the use the "darwin" toolset. Doug