|
|
 |
boost
Re: [boost] [Test] and [bjam] questions re DLLS
by David Abrahams other posts by this author
Sep 29 2005 12:10PM messages near this date
confirm 6c8e5a7d5919e2ef05d8ea15a91aa423ee9d74f5
|
Re: [boost] [mpl] naming the math project
SOURCE "Robert Ramey" <ramey@[...].com> writes:
> make sure that the test_dll is placed in the same target directory as
> test_main - which I don't know how to make bjam do.
>
> Is there any information on how to go about building and testing DLLS/Shared
> Libraries?
It should "just work." I do this kind of thing with Boost.Python all
the time. Just make your test depend on the library; Boost.Build will
automatically make sure the DLL/.so ends up in the
PATH/LD_LIBRARY_PATH (or some other variable on other *nixes).
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
|
|
|
 |
|