$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: ANDREW MARLOW, BLOOMBERG/ LONDON OF (amarlow1_at_[hidden])
Date: 2005-06-08 08:11:51
When bjam uses the archive command, it assumes that
the length of the command line will be ok.
DOS has a ridiculously small limit, cygwin has
a slightly larger limit and Unix has a much
larger limit. But they all have limits.
My jam is failing due to the limit and the
large number of lengthy filenames I have.
Shouldn't jam use a pipeline for the ar command
in Unix-like environments? This avoids the
command line length limit ever being a problem.
-apm