$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Schlyder (daniel_at_[hidden])
Date: 2002-09-01 18:38:46
Hi,
I think some of the file extension variables in tools/build/allyourbase.jam
are incorrectly set for MinGW.
I had to change the following lines in 'if $(NT) {}' from
SUFLIB ?= .lib ;
SUFOBJ ?= .obj ;
SUFDLL ?= .dll .lib ;
to
SUFLIB ?= .a ;
SUFOBJ ?= .o ;
SUFDLL ?= .dll .a ;
I did this by checking for mingw in TOOLS. I presume there is a better way?
Thanks for any help.
-- Sincerely, Daniel Schlyder