$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2005-05-07 00:42:14
Craig Rodrigues wrote:
> gcc.compile.c++
> //usr/home/rodrigc/build/mylib/gcc/debug/threading-multi/foo.o
> gcc.link.dll
> /usr/home/rodrigc/build/mylib/gcc/debug/threading-multi/libmylib.dylib
> g++: unrecognized option `-shared'
> ld: unknown flag: -h
>
>
> Anyone else out there use MacOS X and and BBv2?
I haven't looked at the CVS version (I'm using milestone 10 right now),
but I used the darwin toolset instead of the gcc toolset ("using darwin
;" in user-config.jam). It uses gcc, but has OS X specific options,
like -dynamic instead of -shared for <link>shared builds.
Phillip