$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-25 02:05:48
Mathew Robertson wrote:
> For example, we add the following code to each
> library instance:
>
> extern "C" boost_autoconf() {}
If you add *exactly this* to *each* library, won't you get linker errors when
doing static linking, because each boost library will define it's own version
of this function?
- Volodya