|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-13 02:24:38
Hi Toon,
> In attached Jamfile I describe an executable that must be linked with a
> prebuilt target. The prebuilt target consists of two libraries. When
> linking with these two libraries, the order of the libraries is
> inverted. However the order of the libraries must be maintained to link
> succesfully.
>
> See attached Jamfile and cmd's generated by the Jamfile
>
> (Vladimir, I know you don't really like the strict order of libraries
> necessary for linkers but it's the hard reality ;-)
Would you mind being a little bit more explicit in your Jamfile? Something
like:
lib f77blas : : <search>/usr/local/lib ;
lib atlas : : <search>/usr/loca/lib <use>f77blas ;
should give you the right order. What do you think?
- 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