From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-08-23 05:59:22


Vladimir Prus wrote:

> I've tried to reply everything, but if there's some email/issue/patch/whatever
> which needs my attention and which I've missed, please ping me!

So here I am ;-)

When linking a specific exe I would like to add -Wl,--export-dynamic on
the link-line for a specific compiler. In bjamv1 I did the following:

exe fempy : fempy.cpp <dll>my_dll

What is the equivalent in bjamv2?