Boost logo

Boost-Build :

From: hugo_duncan (hugo_duncan_at_[hidden])
Date: 2002-02-13 17:42:20


I am trying to link to the regex library (as an example) using the Jamfile below. The errro message I get is

$ jam -sTOOLS="borland"
unknown target type for <c:!usr!boost!libs!regex!build>libboost_regex

Am I doing something wrong? using current CVS version of boost

Hugo

project-root ;

exe testing :
test.cpp <lib>$(BOOST_ROOT)/libs/regex/build/libboost_regex$(SUFLIB)
:
:
debug
;

$ echo $BOOST_ROOT
c:\usr\boost
$ ls /cygdrive/c/usr/boost/libs/regex/build/Jamfile
/cygdrive/c/usr/boost/libs/regex/build/Jamfile

 


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