|
Boost : |
Subject: Re: [boost] Can't build boost 1.48 with STLport 5.2.1
From: Jürgen Hunold (juergen.hunold_at_[hidden])
Date: 2012-02-10 12:29:34
Hi Robert,
On Friday, 10. February 2012 17:44:52 Robert Dailey wrote:
> Do you see any issues with the libs here?
stlport.5.2.lib
stltport.jam (from tools/build/v2/tools) states
# Starting with version 5.2.0, the STLport static libraries no
longer
# include a version number in their name
local version.pre.5.2 = [ MATCH "^(5[.][01]+).*" : $(version) ] ;
if $(version.pre.5.2) || [ feature.get-values <runtime-link> :
$(raw) ] != "static"
{
name += .$(self.version.5) ;
}
So I think Boost.Build tries to link against stlport.lib (if there is a bug in
the logic above or against stlport.5.2.1.lib
> Are there perhaps some options
> missing from my command line invocation?
Please post your command line invocation. It is hard to see what it is that is
missing or wrong without it ;-)
Yours,
Jürgen
-- Dipl.-Math. Jürgen Hunold | IVE mbH Software-Entwickler | Lützerodestraße 10 Tel: +49 511 897668 33 | 30161 Hannover, Germany Fax: +49 511 897668 29 | http://www.ivembh.de juergen.hunold_at_[hidden] | | Geschäftsführer: Sitz des Unternehmens: Hannover | Univ.-Prof. Dr.-Ing. Thomas Siefer Amtsgericht Hannover, HRB 56965 | PD Dr.-Ing. Alfons Radtke
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk