Boost logo

Boost-Build :

From: kamil Marcinkowski (kamil_at_[hidden])
Date: 2006-06-30 13:48:01


Hello All,

The last 4 lines of /tools/build/v1/vacpp-tools.jam need to be changed:

actions updated together piecemeal xlc-Archive-action
{
     ar ru$(ARFLAGS) "$(<)" "$(>)"
}
to:

actions updated together piecemeal xlc-Archive-action
{
     ar -ru $(ARFLAGS) "$(<)" "$(>)"
}

As when you set <arflags>-X64 the original resolves to:
ar ru-X64 ........
which just crashes, while the fix resolves to:
  ar -ru -X64 ......
which works quite nicely.

Kami

Kamil Marcinkowski Westgrid System Administrator
kamil_at_[hidden] University of Alberta site
  Tel.780 492-0354 Research Computing Support
Fax.780 492-1729 Academic ICT
Edmonton, Alberta, CANADA University of Alberta

"This communication is intended for the use of the recipient to which
it is
addressed, and may contain confidential, personal, and/or privileged
information. Please contact us immediately if you are not the intended
recipient of this communication. If you are not the intended
recipient of
this communication, do not copy, distribute, or take action on it. Any
communication received in error, or subsequent reply, should be
deleted or
destroyed."



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