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

Olivier Ravard olivier.ravard at novagrid.com
Tue May 11 14:26:15 CEST 2004


----- Original Message -----
From: "Rene Rivera" <grafik.list at redshift-software.com>
To: "Olivier Ravard" <olivier.ravard at novagrid.com>; "Development of
Python/C++ integration" <c++-sig at python.org>
Sent: Tuesday, May 11, 2004 2:03 PM
Subject: Re: [C++-sig] linking with an external library


> 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>")
>

It works. Thanks.

>
> --
> -- 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