Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7647: b2 incompatible with _STLP_LIB_NAME_MOTIF in stlport (no library names flexibility) - fatal error LNK1181: cannot open input file 'stlportstld.5.2.lib
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-10 23:59:35
#7647: b2 incompatible with _STLP_LIB_NAME_MOTIF in stlport (no library names
flexibility) - fatal error LNK1181: cannot open input file
'stlportstld.5.2.lib
----------------------------------------------------------------+-----------
Reporter: Marcello Pietrobon <marcello.pietrobon@â¦> | Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords: b2 bjam stlport
----------------------------------------------------------------+-----------
Comment (by Marcello Pietrobon <marcello.pietrobon@â¦>):
I have checked again this ticket I made and actually I see that the
statement I made:
[[BR]]
''This is because stlport.jam ((probably this jam file) '''forces''' the
link to the stlport with its own names, therefore '''bypassing''' what is
specified in the file STLport-5.2.1\stlport\stl\config\_auto_link.h''
[[BR]]
is not true.
I made a different change in STLport-5.2.1\stlport\stl\config\_auto_link.h
and things work fine now.
I still find there is something puzzling with a jam file (stlport.jam?),
because it's still true the part that I wrote above that I'm repeating
here:
{{{
with
using stlport : 5.2.1 : ....
the library searched was stlportstld.5.2.lib
with
using stlport : vc10.5.2.1 : ....
the library searched was stlportstldvc10.5.2.lib
with
using stlport : xyz.5.2.1 : ....
the library searched was stlportstldvc10.5.2.lib i.e. not
stlportstldxyz.5.2.lib
}}}
Unfortunately I don't have time to further investigate the reason of this
behaviour.
Thanks.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7647#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC