Boost logo

Boost Testing :

From: Martin Wille (mw8329_at_[hidden])
Date: 2007-01-24 15:53:33


Vladimir Prus wrote:

> I think that Martin can post his user-config.jam

testing.jam:

using python : 2.4 : /usr : : ;

using gcc : 3.4.6_linux_x86_64 : /usr/local/gcc-3.4.6/bin/g++wrap
--limit-memory=900 --limit-cpu=1800 : <compileflags>"-D_GLIBCXX_DEBUG=1"
<root>/usr/local/gcc-3.4.6
;

using gcc : 3.4.5_linux_x86_64 : /usr/local/gcc-3.4.5/bin/g++wrap
--limit-memory=900 --limit-cpu=1800 : <compileflags>"-D_GLIBCXX_DEBUG=1"
<root>/usr/local/gcc-3.4.5
;

using gcc : 4.1.0_linux_x86_64 : /usr/local/gcc-4.1.0/bin/g++wrap
--limit-memory=900 --limit-cpu=1800 : <compileflags>"-D_GLIBCXX_DEBUG=1"
<root>/usr/local/gcc-4.1.0
;

using python : 2.4 : /usr/local/python/2.4/gcc-4.1.0 : : : <toolset>gcc
<toolset-gcc:version>4.1.0_linux_x86_64 ;

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


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