[C++-sig] linking with an external library

Rene Rivera grafik.list at redshift-software.com
Tue May 11 14:03:38 CEST 2004


Olivier Ravard wrote:
> Hi,
> 
> I compiled some modules for python using boost.python and boost.build.
> I want to link my module with an external library (that I create before) called
> for example libtest.lib.
> 
> How to configure my Jamfile to say to link with this library ? 
> Here is my Jamfile that don't work.

You add "<library-path>some/path", and "<find-library>test" to the 
requirements of your extension (the same section of the "<include>")


-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq




More information about the Cplusplus-sig mailing list