Boost logo

Boost Users :

Subject: Re: [Boost-users] building Boost with -fPIC on x86_64 linux box
From: Carsten Raas (carsten.raas_at_[hidden])
Date: 2009-04-07 12:07:40


Am 07.04.2009 17:50, Francois Mauger schrieb:
>
> I use the standard: ./configure --with-xxxx; make; make install;
> sequence to build/install the libs. Unfortunately I cannot figure out
> if the -fPIC is activated while compiling the code...

If using bjam directly for building, cf.
http://www.boost.org/doc/libs/1_38_0/more/getting_started/unix-variants.html#or-build-custom-binaries

you could add then "-d+2" to bjam:

 CONF+=" -d+2" # Show commands as they are executed
 CONF+=" -q" # Stop at first error
#CONF+=" --debug-configuration" # Diagnose configuration
#CONF+=" --debug-building" # Report which targets are built
                           # with what properties

(see bjam --help)


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