From alkis@routescience.com Thu Oct 3 01:40:06 2002 From: Alkis Evlogimenos To: boost-users@lists.preview.boost.org Subject: boost build on redhat7.3 Date: Thu, 03 Oct 2002 01:38:13 -0700 Message-ID: <200210030138.13724.alkis@routescience.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8002307997985956405==" --===============8002307997985956405== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I just compiled boost from cvs. I am using an x86 with redhat linux 7.3. I=20 also have STLport 4.5.3 installed. I compiled against STLport using this=20 command: bjam "-sTOOLS=3Dgcc-stlport" "-sSTLPORT_INCLUDE_DIRECTORY=3Dinclude/stlport" = "-sSTLPORT_LIB_DIRECTORY=3Dlib" "-sSTLPORT_ROOT=3D/usr" and against gcc using the following: bjam "-sTOOLS=3Dgcc" Both builds finish with success (compiling with j4 leaves 2 targets behind bu= t=20 they succeed after a reinvocation). Now I enter status/ and compile=20 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
GCC
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/stlpor= t=20 -I%include %source -lrt -lstlport_gcc GNU
GCC
2.96
STLport
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=20 didn't paste it to this email :-) It seems that the testing frameworks has=20 some problems (libs/config/test/config_test.cpp fails). Am I doing something wrong here? Any help is appreciated. Thanks, -- Alkis [Non-text portions of this message have been removed] --===============8002307997985956405==-- From alkis@routescience.com Thu Oct 3 02:14:56 2002 From: Alkis Evlogimenos To: boost-users@lists.preview.boost.org Subject: Re: [Boost-Users] boost build on redhat7.3 Date: Thu, 03 Oct 2002 02:01:48 -0700 Message-ID: <200210030201.48191.alkis@routescience.com> In-Reply-To: <200210030138.13724.alkis@routescience.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0024339232438278487==" --===============0024339232438278487== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Thursday 03 October 2002 01:38 am, Alkis Evlogimenos wrote: > 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). Since attachments don't work I put the log on my box. You can access it here: http://www.evlogimenos.com/regress.log -- Alkis --===============0024339232438278487==--