Boost logo

Boost :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-01-05 15:54:58


On Jan 5, 2006, at 2:48 PM, chrisc_at_[hidden] 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk