26 Apr
2009
26 Apr
'09
5:31 a.m.
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