Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2007-10-21 07:15:06


Gennadiy Rozental wrote:
> 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:

That one links OK for me here, I have Borland configured with:

using borland : 5.8.2 : "C:/Program Files/Borland/BDS/4.0/Bin/bcc32.exe" :
<cxxflags>-IC:/data/boost/spirit-1.6.3/boost ;
using borland : 5.6.4 : "C:/cpp/Borland/CBuilder6/Bin/bcc32.exe" :
<cxxflags>-IC:/data/boost/spirit-1.6.3/boost ;

and algorithms_test builds OK with both 5.6.4 and 5.8.2 Borland compilers.

The tests that are failing for me are token_iterator_test (compiler error)
and the prg_exec_fail* tests which fail with unresolved externals to
boost::execution_monitor::execute.

HTH, John.

PS if you don't want to mess with the command line to figure out what the
problem is, you can always build with Borland's IDE and see if it build OK
from there.


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