
I'm using GCC 3.4.3 to compile boost 1.32.0. filesystem compiled ok but when I try to run regression tests, I get the following errors: ../../../bin/boost/libs/filesystem/test/fstream_test.test/gcc/debug/fstream_ test.o(.gnu.linkonce.r._ZTCN5boost10filesystem13basic_fstreamIcSt11char_trai tsIcEEE0_Sd+0xc):/u2/build/boost_1_32_0/boost/test/minimal.hpp:78: undefined reference to `std::basic_iostream<char, std::char_traits<char>
::~basic_iostream()' ../../../bin/boost/libs/filesystem/test/fstream_test.test/gcc/debug/fstream_ test.o(.gnu.linkonce.r._ZTCN5boost10filesystem13basic_fstreamIcSt11char_trai tsIcEEE0_Sd+0x10):/u2/build/boost_1_32_0/boost/filesystem/fstream.hpp:131: undefined reference to `std::basic_iostream<char, std::char_traits<char> ::~basic_iostream()'
Other templates in fstream.hpp compile okay except basic_ofstrem. Any help is much appreciated. Thanks, --Suman