Boost logo

Boost Users :

Subject: Re: [Boost-users] x86_64 needs -fPIC issue, anyone successful?
From: Mika Heiskanen (mika.heiskanen_at_[hidden])
Date: 2010-08-06 00:28:40


On Fri, 2010-08-06 at 01:03 +0300, Bill Freeman wrote:
> Or, if not, can someone tell me how to tell the bjam
> stuff to apply -fPIC so that I can try that. (I'm
> an old timer. If it were make based, I could hack
> it myself, but I'm hesitant to learn all about the
> boost build system for what is for me a side task.)

bjam [your options] cxxflags=-fPIC

At work we use for boost 1.41

bjam -a --layout=system install link=static variant=release \
        threading=multi cxxflags=-fPIC

--> Mika Heiskanen


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net