Boost logo

Boost-Build :

From: Phillip Seaver (phil_at_[hidden])
Date: 2006-05-25 15:31:30


I agree with the change to use "cp" instead of "cp -p", especially for
headers. However, when I stage static libraries on darwin, the linker
requires me to run ranlib on the .a files before it will link an
executable because the timestamp has changed. If I change back to "cp
-p", it works fine.

So, I guess we need to preserve timestamps on static libraries or run
ranlib on them after copying them (darwin only, to the best of my
knowledge). What's the best way to handle this?

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