|
Boost : |
Subject: Re: [boost] boost 1.42 - compile toolsset=intel-linux with fPIC
From: Richard Hadsell (hadsell_at_[hidden])
Date: 2010-02-16 13:08:52
Sören Freudiger wrote:
> bullseye! that's the problem that we have.. thus we have to turn
> on the fPIC option.. But I don't get it work for the intel compiler.... Do
> you have a solution?
>
I have not used the Intel compiler in several years. I have been using
only G++ on Linux. Our user-config.jam has something like this line:
using gcc : 4.1.2 : /usr/bin/g++ : <compileflags>"-fPIC" <linkflags>"-fPIC" ;
You might add the linkflags as well as the compileflags option to your
user-config.
-- Dick Hadsell 203-992-6320 Fax: 203-992-6001 Reply-to: hadsell_at_[hidden] Blue Sky Studios http://www.blueskystudios.com 1 American Lane, Greenwich, CT 06831-2560
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk