|
Boost-Build : |
From: King, Steven R (steven.r.king_at_[hidden])
Date: 2006-05-05 20:12:22
Hello,
It appears that the archive variable AR is not defined for the
intel-linux toolset, causing my build to fail. I hacked around this by
adding
actions piecemeal archive
{
ar $(AROPTIONS) rc "$(<)" "$(>)"
}
to my tools/intel-linux.jam file. I simply stole these lines from the
gcc.jam, changing $(.AR) to ar. I'm quite certain this is a poor
approach. :o)
What's the proper fix?
Thanks,
-steve
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