|
Boost Users : |
Subject: Re: [Boost-users] Boost 1.38.0 and gcc 4.3.2
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2009-04-26 01:31:38
> Thanks for the help. Â It turns out that the problem was the "scary
> include and linker paths." Â I'm using those to find dependencies
> (bzip2, zlib, python, etc) in non-standard directories.
For bzip2 and zlib, there are special commnand line arguments for bjam:
-sBZIP2_INCLUDE=/path/to/bzip2/include
-sBZIP2_LIBPATH=/path/to/bzip2/lib
-sZLIB_INCLUDE=/path/to/zlib/include -sZLIB_LIBPATH=/path/to/zlib/lib
When you build boost, you can just edit the Makefile after running
./configure and add these options to BJAM_CONFIG.
Frédéric
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net