$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-09-10 09:41:53
"Simmons, Aaron" <a-simmons1_at_[hidden]> wrote in message
news:0EE2771C43C94743A4581671BC44CE98B87685_at_dlee2k04.ent.ti.com...
I've built and installed boost on a Mac OSX system (with the 'darwin'
toolset). I would like to use static linking. However, the installer
is only building the .dylib version of libboost_thread and not the .a
version. I thought only Win32 was forced to use dynamic linking? Is
there a similar issue on OSX?
Actually, although static linking only had problems on win32, it was
disabled for all platforms. This will be changed in the 1.32 release.
Mike