Boost logo

Boost-Build :

From: Phillip Seaver (phil_at_[hidden])
Date: 2006-03-22 13:45:38


I've got a jamfile like the following:

lib foo : foo.c ;
install libs : foo : <location>/usr/local/lib ;
install headers : foo.h : <location>/usr/local/include ;

The problem I'm running into is that if I run bjam from a different
directory (say, an executable that links with foo), it just copies the
lib file. If I run it from the foo project directory, it copies both.
Bug? Stupid user?

Thanks,

Phillip


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