On 1/1/04 11:41 PM, in article
1D6C03C5-3CCD-11D8-B590-000A956FE514@ll.mit.edu, "Vineet Mehta"
Has anyone been able to successfully build and install boost on Mac OS X 10.3 (panther). I am using gcc 3.3, the latest xcode. The python variables were configured to:
export PYTHON_ROOT=/System/Library/Frameworks/Python.framework/Versions/2.3 export PYTHON_VERSION=2.3
I have bjam installed. I used bjam "-sTOOLS=darwin" in the boost root directory.
However at the yields a number of warning and error messages, and ends with :
...failed updating 70 targets... .. ..
Any suggestions ?
-Vineet
I am having problems too trying to build the threads lib, and it fails due to an unrecognized -shared option passed to the linker and as far as i can see, there is no a thread static library. Then I ran bjam "-sTools=darwin cwpro8" in the boost root directory and i only got static library builds. All the dynamic library builds failed due to this -shared option passed to the linker. So what is the flag that the build system should use instead of -shared ?