Boost logo

Boost :

From: chrisc_at_[hidden]
Date: 2006-01-05 16:11:39


Thanks for the jam info.

I was able to fix it by adding the following two lines to my .jam file
above all other CFLAG and LINKFLAG lines. They are:

flags gcc CFLAGS : -m32 ;
flags gcc LINKFLAGS : -m32 ;

That allows boost to build correctly for 32 bit codes. It is unclear if
the LINKFLAGS is needed, but I added it for good measure since I thought
it could not hurt.

Thank you again!,
Chris

On Thu, 5 Jan 2006, Doug Gregor wrote:

>
> 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
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>


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