
16 Feb
2010
16 Feb
'10
4:44 p.m.
Sören Freudiger wrote:
Take a look at project-config.jam -- it already has 'using intel....'. I suggest you remove whatever setting you've made in tools/build/v2/user-config.jam.
But that's especially what I wanna to: add the fPIC flag for the gcc version it works fine!)
Well, just do that in project-config.jam? Or, alternatively, remove project-config.jam -- and have only user-config.jam be used.
Further, why are you even trying to use -fPIC. When building shared libraries, -fPIC is used already.
Some of our guys have to link because of certain reasons against the static libs from boost and obtain the error boost should be compiled with turned on fPIC flag...
Ok. In that case forcing -fPIC makes sense. - Volodya