Boost logo

Boost-Build :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-08-30 12:11:03


I'm trying to help Jeff Garland add the new date_time library to the
status/Jamfile regression tests. I've added these lines to status/Jamfile
in CVS:

test-suite date_time
: [ run libs/date_time/test/testgregorian_calendar.cpp
<lib>../libs/date_time/build/libboost_date_time ]
[ run libs/date_time/test/testint_adapter.cpp ]
[ run libs/date_time/test/testconstrained_value.cpp ]
;

The two tests which don't use a library pass on all five Win32 compilers we
normally test with.

The testgregorian_calendar test kicks off the library build as expected,
and there are no errors reported for the compiles or for building the .lib
file. The testgregorian_calendar.cpp compile also works fine, but then the
link fails on all toolsets looking for symbols presumably defined in the
library.

How can I debug this problem? The path to the library in the .cmd file
appears correct.

--Beman

 


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