Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-04-02 01:32:47


Hi Andre,

> However on the command line, the libraries appear to be alphabetically
> ordered. For example, for cygwin and gcc 3.3.1:
> -ladvapi32 -lc -lcygwin -lgcc -lkernel32 -lshell32 -lstdc++ -luser32
>
> Can I control the ordering in any way?

Using the CVS version, yes.

lib cygwin : : <name>cygwin <use>gcc ;
lib gcc : : <name>gcc ;

should cause proper ordering between cygwin and gcc. Out of curiousity, order
of which libraries is important for you?

- Volodya

 


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