$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andre Hentz (gclbb-jamboost_at_[hidden])
Date: 2003-03-27 19:30:05
On Thu, 27 Mar 2003, Vladimir Prus wrote:
> Hi Andre
>
> Andre, Hentz wrote:
> > In any
> > case, my intention was to get 'a-static' linked into 'b-shared' by saying:
> >
> > lib b-shared : main.cpp
> > @/a-static/a-static/<link>static
> >
> > : <link>shared
> >
> > ;
>
> You should have seen a warning about ignored target, right?
Oddly enough, I didn't (at least I can't remember seeing it).
>
> generators.register-linker gcc.link-dll : LIB OBJ : SHARED_LIB : <toolset>gcc
> ;
>
> (Because on gcc, you can link shared lib into shared lib as well).
>
:) I eventually had to do that. Works nicely, thanks.
Best regards,
Andre Hentz