Boost logo

Boost-Build :

From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-10-20 01:25:48


Hi,

I just installed borland 5.8.2. First of all BB was not able to figure it's
location out automatically. I had to add following line into user-config

using borland : 5.8.2 : C:\\Compilers\\Borland\\BDS\\4.0\\Bin\\bcc32.exe ;

Now it fails to link my unit tests:

borland.link
..\..\..\bin.v2\libs\test\test\algorithms_test.test\borland-5.8.2\debug\algorithms_test.exe
Error: Unresolved external 'std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::__nullref' referenced from D:\SOURCE
CODE\BOOST-TRUNK\BIN.V2\LIBS\TEST\TEST\ALGORITHMS_TEST.TEST\BORLAND-5.8.2\DEBUG\ALGORITHMS_TEST.OBJ
Error: Unresolved external 'std::basic_ostream<char, std::char_traits<char>
>::operator <<(unsigned long)' referenced from D:\SOURCE
CODE\BOOST-TRUNK\BIN.V2\LIBS\TEST\BUILD\BORLAND-5.8.2\DEBUG\LINK-STATIC\LIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35.LIB|compiler_log_formatter

[... bunch of other iostream symbols]

    set "PATH=C:\Compilers\Borland\BDS\4.0/bin/;%PATH%"
       "C:\Compilers\Borland\BDS\4.0\Bin\bcc32.exe" -v -q -v -v -tWD -tWC -tWR
 -tWC -WM- -L"C:\Compilers\Borland\BDS\4.0/lib" -e"..\..\..\bin.v2\libs\test\test\algorithms_test.test\borland-5.8.2\debug\algorithms_test.exe"
@"..\..\..\bin.v2\libs\test\test\algorithms_test.test\borland-5.8.2\debug\algorithms_test.exe.rsp"

Did BB missed iostream library?

Gennadiy


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk