$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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