$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-06-10 10:58:29
When I use a cygwin built bjam and do:
cd libs/regex/test
bjam regex_regress_dll
Then everything builds OK, but the running the program fails, because the
regex dll can't be found - it needs to be in the PATH, not LD_LIBRARY_PATH,
but we've been here before I think,
Thanks,
John.