Shetty, Diwakar | 10 Oct 23:32
Favicon

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 ==============================================================================
_______________________________________________
Boost-users mailing list
Boost-users <at> lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Juergen Hunold | 11 Oct 12:59

Re: How to build Boost 1.36.0 with STLPort 4.6.2 on gcc 3.2.3 for Linux-x86-32 ?

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.reference.tools.libraries.stlport

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 <at> 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       !

Gmane