Boost logo

Boost-Build :

From: Michael Stevens (Michael.Stevens_at_[hidden])
Date: 2004-02-04 12:51:41


Hi Vladimir,

Just picked up a problem in the recent CVS HEAD (2004-02-04) with
<name> 'd libraried.

My example Jamfile illustrates

project
: requirements <include>"../../include"
;

# System libraries - specifiy local link requirements for lapack
lib lapack : : <name>lapack ;

# The executable for testing

exe rtheta :
rtheta.cpp tests.cpp
../BayesFilter//BayesFilter lapack
:
: debug
;

Gives errors..
Boost from /home/michael/Documents/MyProjects/boost/boost_CVS

/home/michael/Documents/MyProjects/boost/boost_CVS/tools/build/v2/build/targets.jam:984:
in check-for-unused-sources from module object(exe-target-class)@4
warning: Unused source { %.no-action-lapack.SEARCHED_LIB } in main
target rtheta/rtheta
/home/michael/Documents/MyProjects/boost/boost_CVS/tools/build/v2/build/targets.jam:881:
in object(exe-target-class)@4.generate from module
object(exe-target-class)@4
...

I will monitor CVS to see if the problem persists. Hopefull it is only a
transient issue!

Michael

-- 
___________________________________
Michael Stevens Systems Engineering
Lilienweg 13a
34128 Kassel, Germany
Phone/Fax: +49 561 5218038
___________________________________
 

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