Boost logo

Boost-Build :

From: mad37prof (psmith_at_[hidden])
Date: 2004-02-02 14:02:01


So, after grabbing the newest gcc-tools.jam I was able to successfully
override GCC and GXX, thanks!

The next problem is that I see that the Boost tools are postprocessing
the .o's with objcopy (not quite sure what that's about). But, of
course, I need to override this to use my version of objcopy and not
the hardcoded one at /usr/bin/objcopy. Simply using
-sOBJDIR=<my-objdir> doesn't work.

Also, if Boost needs ar to build I'll need to be able to override that
as well.

Do you really have to write special-case code for each of these values
in the jamfiles in order to allow the command line to override them?

 


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