Boost logo

Boost Testing :

From: Martin Wille (mw8329_at_[hidden])
Date: 2006-07-26 05:11:26


Joaquín Mª López Muñoz wrote:
> Clicking on the config_info test for the gcc-4.1.0_linux toolset
> ( http://tinyurl.com/ez5a6 ) gives the following:
>
> GNU C++ version 4.0.3
> ...
> __VERSION__ ="4.0.3"
> ...
>
> Could it be GCC 4.0.3 is being used intead of 4.1.0 by mistake?

Apparently, yes :(

I had this:

using gcc : 4.1.0_linux : /usr/local/gcc-4.0.3/bin/g++wrap
--limit-memory=600 --limit-cpu=1800 : <compileflags>"-D_GLIBCXX_DEBUG=1"
<root>/usr/local/gcc-4.1.0 <debug-symbols>off ;

instead of this:

using gcc : 4.1.0_linux : /usr/local/gcc-4.1.0/bin/g++wrap
--limit-memory=600 --limit-cpu=1800 : <compileflags>"-D_GLIBCXX_DEBUG=1"
<root>/usr/local/gcc-4.1.0 <debug-symbols>off ;

in my test-config.jam file :(

So what was tested was a strange mix of 4.0 and 4.1.

I'll fix that.

Thanks for spotting the problem.

Sorry,
m
Send instant messages to your online friends http://au.messenger.yahoo.com


Boost-testing list run by mbergal at meta-comm.com