$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Samuel Krempp (krempp_at_[hidden])
Date: 2003-02-17 05:30:41
The mandrake 9 box used for the linux regression tests seem to fail
static-linking tests.
http://boost.sourceforge.net/regression-logs/cs-linux-links.html#format_test1%20gcc
/usr/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status
export LD_LIBRARY_PATH
g++ -static -g -o
"../libs/format/test/bin/format_test1.test/gcc/debug/runtime-link-static/format_test1" "../libs/format/test/bin/format_test1.test/gcc/debug/runtime-link-static/format_test1.o" "../libs/test/build/bin/libboost_test_exec_monitor.a/gcc/debug/runtime-link-static/libboost_test_exec_monitor.a" "../libs/test/build/bin/libboost_test_exec_monitor.a/gcc/debug/runtime-link-static/libboost_test_exec_monitor.a" "../libs/test/build/bin/libboost_test_exec_monitor.a/gcc/debug/runtime-link-static/libboost_test_exec_monitor.a" "../libs/test/build/bin/libboost_test_exec_monitor.a/gcc/debug/runtime-link-static/libboost_test_exec_monitor.a" -Wl,-rpath-link,.
I noticed the same error for the other lib static-linked :
libs/io/test/ios_state_test.cpp
I'm thinking the problem is specific to the test box, since those
libraries 's tests link without problem on my debian
-- Samuel