bjam: Segmentation fault (core dumped)

Hi list, I am having a problem compiling boost-1.34.1. Google appears to be as stomped as I am. The configure phase goes OK using "./configure --prefix=/usr": Detecting Python version... 2.5 Detecting Python root... /usr Unicode/ICU support for Boost.Regex?... disabled. Generating Boost.Build configuration in user-config.jam... Generating Makefile... And then this happens during "make install": ./tools/jam/src/bin.linuxx86/bjam --user-config=user-config.jam --prefix=/usr --exec-prefix=/usr --libdir=/usr/lib --includedir=/usr/include install /bin/sh: line 1: 8586 Segmentation fault (core dumped) ./tools/jam/src/bin.linuxx86/bjam --user-config=user-config.jam --prefix=/usr --exec-prefix=/usr --libdir=/usr/lib --includedir=/usr/include install Not all Boost libraries built properly. Every time bjam is run, it seg faults: root:~/boost_1_34_1/tools/jam/src/bin.linuxx86# ./bjam Segmentation fault (core dumped) root:~/boost_1_34_1/tools/jam/src/bin.linuxx86# I even tried downloading the standalone boost-jam-3.1.14, and built it, but it executes with exactly the same result. While writing this mail I saw that boost-jam-3.1.15 was just released. It too dumps its core in exactly the same way. What am I doing wrong? Any pointers would be greatly appreciated. Best regards, John Nielsen _________________________________________________________________ Søg fra alle websider med yderst effektiv beskyttelse. Hent Windows Live Toolbar GRATIS i dag! http://www.toolbar.live.com

John Nielsen wrote: [...]
Every time bjam is run, it seg faults:
root:~/boost_1_34_1/tools/jam/src/bin.linuxx86# ./bjam Segmentation fault (core dumped) root:~/boost_1_34_1/tools/jam/src/bin.linuxx86#
I even tried downloading the standalone boost-jam-3.1.14, and built it, but it executes with exactly the same result. While writing this mail I saw that boost-jam-3.1.15 was just released. It too dumps its core in exactly the same way.
What am I doing wrong? Any pointers would be greatly appreciated.
Might it be this problem <http://svn.boost.org/trac/boost/ticket/977> ? -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

What am I doing wrong? Any pointers would be greatly appreciated.> > Might it be this problem <http://svn.boost.org/trac/boost/ticket/977> ? It looks very much like the same problem. Ill test it out when I come home.
And for the archives: If you are building bjam with gcc-4.2.x and it segfaults when trying to run it, try building it with -fno-strict-aliasing. It should fix the problem. Best regards, John Nielsen _________________________________________________________________ Windows Live Spaces er her! Du kan nemt oprette dit eget personlige websted. http://spaces.live.com/signup.aspx
participants (2)
-
John Nielsen
-
Rene Rivera