
28 Oct
2008
28 Oct
'08
7:06 p.m.
AMDG Alain Leblanc wrote:
I just built boost 1.36 for the mac and all the library names have xgcc40 inserted in the middle, such as libboost_iostreams-xgcc40-mt-1_36.dylib. It breaks my makefiles that contain the option " -lboost_iostreams". Is there a reason for the xgcc40 in this version and not the others, and is there a way to instruct bjam not to include it in the filename.
Pass --layout=system to bjam to prevent the library names from being mangled with the compiler/options/version. In Christ, Steven Watanabe