ICE building quickbook with g++ 4.8.2

Mathieu Champlon <[email protected]> Sat, 28 Mar 2015 23:20:10 +0100
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
Hi,

I'm building quickbook with g++ 4.8.2-19ubuntu through b2 on a master 
branch of boost from maybe around last week.
I'm getting the following ICE, is it a know problem ? Is there a 
workaround ? What version of g++ is know to work ?

Thanks a lot !

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.

     g++  -ftemplate-depth-300 -O3 -finline-functions -Wno-inline -Wall 
-g0 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_NO_DEPRECATED 
-DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  
-I/home/mat/dev/boost -c -o 
/home/mat/dev/boost/bin.v2/tools/quickbook/src/gcc-4.8/release/link-static/quickbook.o 
/home/mat/dev/boost/tools/quickbook/src/quickbook.cpp

...failed gcc.compile.c++ 
/home/mat/dev/boost/bin.v2/tools/quickbook/src/gcc-4.8/release/link-static/quickbook.o...
...failed updating 1 target...

MAT.