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 macguff.fr
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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|