$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Llew (gclbb-jamboost_at_[hidden])
Date: 2002-06-26 10:12:01
Has anyone had any experience building the latest version of boost (1.28)
with Linux Redhat KCC (4.0f)?
I am trying to build a static library for the regex library and am running
into a fair few problems. For starters, I have had to make changes to the
constructors of reg_expression in detail/instances.hpp just to get the thing
to compile:
from
template
reg_expression<BOOST_REGEX_CHAR_T>::reg_expression<BOOST_REGEX_CHAR_T>(...
to
template reg_expression<BOOST_REGEX_CHAR_T>::reg_expression(...
Then bjam -sBUILD = "release <runtime-link>static" -sTOOLS="kcc"
is taking an eternity to compile with the memory footprint ~ 1400 Mb
(I only have 512 on this box)
Help
Leo