$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-08-23 06:31:17
Toon Knapen wrote:
> Vladimir Prus wrote:
>
>>
>> exe fempy : fempty.cpp : <linkflags>-Wl,--export-dynamic
>>
>
> Indeed. This seems to work. However in bjamv1 I could specify that this
> was only necessary when using the gcc toolset. In this case the flag
> will be set whatever toolset I use.
What about:
exe fempy : fempty.cpp : <toolset>gcc:<linkflags>-Wl,--export-dynamic
- Volodya