Boost logo

Boost-Build :

From: Artem Alimarine (artem_at_[hidden])
Date: 2006-07-12 09:24:44


Hi all,

I have thried this with the RC-1.34.0 and the CVS head. The toolset is
vc-8_0 run in the 32 bit environment on Windows XP x64. Here is the
Jamfile.v2:
################################
project hello
      #: requirements <use>$(BOOST_ROOT)//date_time/<link>static
      : requirements <use>$(BOOST_ROOT)//date_time
      ;

exe hello
     : hello.cpp
         subdir1/foo.cpp
     ;
################################

The build output:
warning: Python location is not configured
warning: the Boost.Python library won't be built
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
...patience...
...found 332 targets...
...updating 3 targets...
msvc.compile.c++ bin\msvc-8.0\debug\link-static\hello.obj
hello.cpp
msvc.compile.c++ bin\msvc-8.0\debug\link-static\foo.obj
foo.cpp
msvc.link bin\msvc-8.0\debug\link-static\hello.exe
LINK : fatal error LNK1104: cannot open file
'libboost_date_time-vc80-mt-gd-1_34
.lib'
...updated 3 targets...

Actually, the file libboost_date_time-vc80-mt-gd-1_34.lib is created in
the bin.v2 directory.
What an I doing wrong?

Artem


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