How to build Boost 1.36.0 with STLPort 4.6.2 on gcc 3.2.3 for Linux-x86-32 ?
Hello all, I have been struggling with this for more than a day now. I would like to build Boost 1.36.0 with STLPort 4.6.2 on gcc 3.2.3 for Linux-x86-32. I have tried all options as below but none of them work for me. 1) bjam --stagedir=/somepath/install toolset=gcc stdlib=stlport install 2) bjam -sTOOLS="gcc-stlport" -sSTLPORT_PATH="/somepath/STLport-4.6.2/stlport/" -sSTLPORT_VERSION="4.6.2" --prefix=/somepath/boost_1_36_0/install install 3) Added following to "boost/config/user.hpp" #define BOOST_STDLIB_CONFIG "boost/config/stlport.hpp" Then ran ./configure --prefix=/somepath/install install Could somebody please help? Its driving me nuts trying to figure this out from Boost docs and using "google" Thanks, Diwakar ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ==============================================================================
Hi Diwakar ! On Friday 10 October 2008 23:33:21 Shetty, Diwakar wrote:
I have been struggling with this for more than a day now.
I would like to build Boost 1.36.0 with STLPort 4.6.2 on gcc 3.2.3 for Linux-x86-32.
I have tried all options as below but none of them work for me.
Please provide the exakt error messages and/or a simple test project nexttime
1) bjam --stagedir=/somepath/install toolset=gcc stdlib=stlport install
This should have worked if you followed the instructions at http://www.boost.org/doc/libs/1_36_0/doc/html/bbv2/reference.html#bbv2.refer... Tip: add --debug-configuration to see which user-config.jam bjam is pulling in and what is actually configured
2) bjam -sTOOLS="gcc-stlport" -sSTLPORT_PATH="/somepath/STLport-4.6.2/stlport/" -sSTLPORT_VERSION="4.6.2" --prefix=/somepath/boost_1_36_0/install install
This is long deprecated V1 syntax, sorry.
3) Added following to "boost/config/user.hpp" #define BOOST_STDLIB_CONFIG "boost/config/stlport.hpp" Then ran ./configure --prefix=/somepath/install install
Never use "configure " for non-standard builds :))
Could somebody please help?
Hope this helps. Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! Ingenieurgesellschaft für * voice: ++49 511 262926 57 ! Verkehrs- und Eisenbahnwesen mbH * fax : ++49 511 262926 99 ! Lister Straße 15 * juergen.hunold@ivembh.de ! www.ivembh.de * * Geschäftsführer: ! Sitz des Unternehmens: Hannover * Prof. Dr.-Ing. Thomas Siefer ! Amtsgericht Hannover, HRB 56965 * PD Dr.-Ing. Alfons Radtke !
participants (2)
-
Juergen Hunold
-
Shetty, Diwakar