
5 Jan
2006
5 Jan
'06
8:54 p.m.
On Jan 5, 2006, at 2:48 PM, chrisc@cs.rpi.edu wrote:
"g++" -c -Wall -ftemplate-depth-255 -DBOOST_TEST_NO_AUTO_LINK=1 -g -m32; flags gcc LINKFLAGS <debug-symbols>on -m32 -fno-inline -fPIC
It looks like a typo in your change to the .jam file. See how you're getting a semicolon in the command line? Spaces are significant in Jam, so "-m32;" is different from "-m32 ;". You'll need to add that space between the "2" and the ";". Doug