$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Hoeppler (hoeppler_at_[hidden])
Date: 2006-01-25 07:49:22
Hello,
during my first steps using BBv2 on cygwin I encountered the following problem:
When using
SHELL "some_prog args" ;
I get a windows error due to the fact that the shell command is executed by the
DOS command prompt instead of by the cygwin shell. Any pointers on how to
get "some_prog" executed in the cygwin shell when bjam is invoked on cygwin?
Thanks
Chris