$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Johannes Barop (johbar_at_[hidden])
Date: 2007-08-22 09:40:42
Hello,
I'm trying to build Boost 1.34.1 with MinGW and STLport5. With no
success. I created a user-config.jam in my home directory with following
content:
<snip>
using stlport
: 5.1
: "C:\\MinGW\\STLport-5.1.3\\stlport"
"C:\\MinGW\\STLport-5.1.3\\lib"
;
</snip>
Then I tryed to build Boost with the following command line:
bjam --toolset=gcc stage stdlib=stlport runtime-link=shared
Which gave me a lots of errors. See here: http://nopaste.php-quake.net/2727
Any ideas what might be wrong?
Cheers, Johannes