Boost logo

Boost :

From: Alkis Evlogimenos (alkis_at_[hidden])
Date: 2002-10-03 03:38:13


Hi,

I just compiled boost from cvs. I am using an x86 with redhat linux 7.3. I
also have STLport 4.5.3 installed. I compiled against STLport using this
command:

bjam "-sTOOLS=gcc-stlport" "-sSTLPORT_INCLUDE_DIRECTORY=include/stlport"
"-sSTLPORT_LIB_DIRECTORY=lib" "-sSTLPORT_ROOT=/usr"

and against gcc using the following:

bjam "-sTOOLS=gcc"

Both builds finish with success (compiling with j4 leaves 2 targets behind but
they succeed after a reinvocation). Now I enter status/ and compile
regression using the following:

g++ -I.. regression.cpp -o regression

Modify compiler.cfg to look like:

linux
gcc-296
GCC 2.96
g++ -c -Wall -W -ftemplate-depth-30 -I%include %source
g++ -o boosttmp.exe -Wall -W -ftemplate-depth-30 -I%include %source -lrt
GNU<br>GCC<br>2.96

linux
gcc-296-stlport
GCC 2.96 STLport 4.5
g++ -c -Wall -W -ftemplate-depth-30 -isystem /usr/include/stlport -I%include
%source -lstlport_gcc
g++ -o boosttmp.exe -Wall -W -ftemplate-depth-30 -isystem /usr/include/stlport
-I%include %source -lrt -lstlport_gcc
GNU<br>GCC<br>2.96<br><a
href="http://www.stlport.org/">STLport</a><br>4.5

and finally run regression as follows:

./regression -o cs-rh7.3.html

Attached is a gzipped log of the regression run. The text was 429Kb so I
didn't paste it to this email :-) It seems that the testing frameworks has
some problems (libs/config/test/config_test.cpp fails).

Am I doing something wrong here? Any help is appreciated.

Thanks,

--
Alkis



Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk