Boost logo

Boost-Build :

From: Guillaume Pothier (gpothier_at_[hidden])
Date: 2008-05-16 16:41:00


> I presume you know what this gcc/cflags=-fPIC syntax means? It means:
> "in addition to any other variants", build everything with "toolset=gcc cflags=-fPIC".
> So, the above builds 5 variants:
>
> gcc/variant=release,debug (2 variants here)
> gcc/cflags=-fPIC
> gcc/cxxflags=-fPIC
> gcc/linkflags=-fPIC
>
> Do you want it? Try removing "gcc/" everywhere.

Thanks, that worked!
Regards,
g


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk