Hi,

I am trying to install boost 1.41 on Redhat Enterprise Linux 5.3 and I got
problem with the extension test. Following the instructions here:
http://www.boost.org/doc/libs/1_41_0/libs/python/doc/building.html

   - I built boost python using bjam.
   - cd into the libs/python/example/quickstart/ directory
   - bjam toolset=gcc --verbose-test test

Now I see embedding test passes while extension test failed. I got the same
problem with boost 1.35, 1.37 on Fedora 7. Below is the error messages:


../../../../boost/type_traits/detail/cv_traits_impl.hpp:37: internal
compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:5067

Please submit a full bug report,

with preprocessed source if appropriate.

See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.

Preprocessed source stored into /tmp/ccIhs3ut.out file, please attach this
to your bugreport.

"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -I"../../../.."
-I"/usr/include/python2.4" -c -o "bin/gcc-4.1.2/debug/extending.o"
"extending.cpp"

...failed gcc.compile.c++ bin/gcc-4.1.2/debug/extending.o...

...skipped <pbin/gcc-4.1.2/debug>extending.so for lack of
<pbin/gcc-4.1.2/debug>extending.o...

...skipped <pbin/test_ext.test/gcc-4.1.2/debug>test_ext for lack of
<pbin/gcc-4.1.2/debug>extending.so...

Does anyone encounter the same issue as me ? Anyone can help ?

Thanks a lot,

Yun
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to