Hello Aaron,

On Tue, Nov 17, 2009 at 2:28 AM, Aaron Hillegass <aaron@bignerdranch.com> wrote:
Hi,

I wanted to report a problem building Boost on Mac OS X 10.6 (Xcode 3.2.1).  Here is the error message:

could you please report 4 things, without these (especially the first 2) it's nearly impossible to track the problem down:

1. which boost version are you building?
2. what is the exact bjam command-line you used for the build?
3. if you add -d+2 to the command-line, bjam logs all g++ invocations (with all arguments passed to g++). Could you use "-d+2" to post the full g++ invocation that leads to the error?
4. What is the exact version of Python you have installed (I see you are not using the system python 2.6.1, but a custom-installed one 2.5.x)? You can get this by /Library/Frameworks/Python.framework/Versions/2.5/bin/python -c 'import sys; print sys.version'

Boris