|
Boost-Build : |
From: Philippe Delorme (phid_at_[hidden])
Date: 2006-07-31 08:02:06
Hello,
I'm new to Boost-BuildV2, and I'm trying to compile my project on
SUSE9.2 and SUSE10.0, using 2 different versions of gcc toolset
(3.3.2 and 4.0.2). I would like to link with different system
libraries, dependent on these toolset versions. Here is an excerpt
of my Jamfile :
-------------------------------------------------
lib svnLib
:
: <file>/usr/lib64/libsvn_client-1.so <toolset>gcc-4.0.2
;
lib svnLib
:
: <file>/usr/lib/libsvn_client-1.so <toolset>gcc-3.3.4
;
-------------------------------------------------
And here is the error message :
-------------------------------------------------
error: No best alternative for ./svnLib
next alternative: required properties: <toolset>gcc-4.0.2
not matched
next alternative: required properties: <toolset>gcc-3.3.4
not matched
-------------------------------------------------
I cannot make an alternative on the toolset version ? Help please !
-- Philippe Delorme phid_at_[hidden] Mac Guff Ligne Tel: +33 1 53 58 46 46 6, Rue de la Cavalerie Fax: +33 1 53 58 46 47 75015 PARIS - FRANCE
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