[C++-sig] boost python build/linking/distribution questions

Stefan Seefeld seefeld at sympatico.ca
Sat Feb 10 03:45:33 CET 2007


Tony Kirke wrote:

> Well since libboost_python.so is built locally it would not be resolved.
> That is why i was hoping that whether a compile option would remove the
> need for the libboost_python.so shared object. This would do away with
> the need to change the LD_LIBRARY_PATH in some cases.

If you build a package that requires boost.python, you need to make sure
the installer of your package can figure out what package it takes to get
boost.python installed.
To validate, you should definitely use the same version (i.e. package)
of boost.python that you expect your package's users to use.

HTH,
		Stefan


-- 

      ...ich hab' noch einen Koffer in Berlin...



More information about the Cplusplus-sig mailing list