$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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