$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_maddock_at_[hidden])
Date: 2003-05-07 05:44:19
> OK. But, now, do I need to run libs/config/configure to configure for
> gcc-nocygwin? Would I need to set any environment variables or command
> options to do that?
You shouldn't but if you do, then:
export CXXFLAGS="-mno-cygwin"
./configure
John.