Boost logo

Boost-Build :

From: Steven T. Hatton (hattons_at_[hidden])
Date: 2004-10-23 06:35:54


How do I get bjam to produce the following (or equivalent) invocation?:

g++ -ovmosg main.cc -I/code/root -L/opt/org/osg/lib -losg -losgProducer

The -l flags translate into files named similar to this:

-losgProducer ==> libosgProducer.so

I get the -I/<path>/<to>/<include> by using expressions such as this:
`<include>$(OSG)/include' in the requirements block. Likewise for the -L
flags. What I haven't been able to produce are the -l flags.

-- 
Regards,
Steven
 

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