id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 959,linking fails when Boost is compiled with STLport 5.1.* on Linux (names mismatch),Vincent Torri,René Rivera,"When compiled on Linux, STLport 5.1.* produces the following static lib names: libstlport.a[[BR]] libstlportg.a [[BR]] libstlportstlg.a but bjam expects: libstlport.5.1.a[[BR]] libstlportg.5.1.a[[BR]] libstlportstlg.5.1.a Notes:[[BR]][[BR]] 1) I have added to user-config.jam using stlport : 5.1.3 : ""/home/torri/local/stlport"" ""/home/torri/local/lib"" ; 2) I have compiled boost with the following command: ../boost-jam-3.1.14/bin.linux/bjam --prefix=$HOME/local --with-thread --with-test stdlib=stlport --toolset=gcc install ($HOME == /home/torri) 3) After adding symbolic links to get the correct names (it's bad, I know), boost is corretly linked 4) The version number of the static lib will be dropped in the windows build of STLport 5.2",Bugs,closed,To Be Determined,build,Boost 1.34.0,Problem,wontfix,,