Boost logo

Boost-Build :

From: Ian Fasel (ianfasel_at_[hidden])
Date: 2004-09-10 02:00:41


> Are they really run on each invocation of
> a compiler. Or the configure script adds output of
> xxx-config to Makefile?

Its the second case -- autoconf uses the output of
xxx-config to create the Makefile. But I'm still not
sure how to do this with Boost.Build.

The main problem is that you don't know beforehand
where the libraries and header files your project
depends on will be located on the host system. Also,
libraries you want to link to may introduce
dependencies on other libraries. How does Boost.Build
handle this problem normally? Do you have to assume
standard locations for libraries your project depends
on? It seems like a huge problem that must have been
dealt with... or am I looking at this the wrong way?

-Ian

> If the latter is the case, then I think you can do
> the same with
> Boost.Build.
>
> - Volodya
>
>
>

__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail

 


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