$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Iain K.Hanson (iain.hanson_at_[hidden])
Date: 2002-09-26 07:51:08
> [mailto:boost-bounces_at_[hidden]]On Behalf Of David Abrahams
> Sent: 26 September 2002 13:00
>
> MkDir1 ../libs/regex/build/bin
> : not found
> mkdir: cannot create directory `\r': No such file or directory
>
This is because mkdir on cygwin can not create dir's recursively. I.e.
../lib/regex/build
would need to exist for this command to suceeed.
/ikh