|
Boost-Build : |
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
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk