|
Boost-Build : |
From: Eric Niebler (eric_at_[hidden])
Date: 2006-10-25 14:16:30
Jürgen Hunold wrote:
> Hi Rene !
>
> This commit just broke my builds :-))
>
Me too. I use gcc that I built myself under cygwin. user-config.jam has:
using gcc : 3.4 : g++ ;
using gcc : 3.3 : /usr/local/gcc-3.3.1/bin/g++ ;
using gcc : 4.1 : /usr/local/gcc-4.1.1/bin/g++ ;
I have a Jamfile.v2 with:
[ run proto_fusion.cpp : : : <toolset>gcc:<cxxflags>-ftemplate-depth-1024 ]
If I try to run this test with "bjam --v2 toolset=gcc-4.1 proto_fusion",
I get the cryptic:
gcc.compile.c++
../../../bin.v2/libs/xpressive/test/proto_fusion.test/gcc-cygming_special-4.1/debug/link-static/proto_fusion.o
/bin/sh: line 1: -ftemplate-depth-128: command not found
-ftemplate-depth-128 -O0 -fno-inline -Wall -g
-ftemplate-depth-1024 -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o
"C:\cygwin\home\catfood\boost\cvs\boost\bin.v2\libs\xpressive\test\proto_fusion.test\gcc-cygming_special-4.1\debug\link-static\proto_fusion.o"
"proto_fusion.cpp"
I am fully sync'ed to HEAD.
-- Eric Niebler Boost Consulting www.boost-consulting.com
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