Unfortunately, this looks like a problem with your gcc installation -- a compiler should never seg fault when it's trying to compile C source code.

FWIW: the file in question that it's trying to compile is actually from GNU Libtool (which is included in Open MPI).

You should probably investigate your C compiler to ensure that it's working properly.


On Jul 17, 2007, at 7:06 AM, Igor Miskovski wrote:

Hello,

When i try to install OpenMPI on Linux Suse 10.2 on AMDX2 Dual Core processor i get the following message:

make[3]: Entering directory `/home/igor/openmpi-1.2.3/opal/libltdl'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H - I. -I. -I. - D LT_CONFIG_H='< config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./ libltdl - O3 - DNDEBUG -MT dlopen.lo -MD -MP -MF ".deps/dlopen.Tpo" -c -o dlopen.lo `test - f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c; \ then mv -f ".deps/dlopen.Tpo" ".deps/dlopen.Plo"; else rm - f ".deps/ dlop en.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. "-DLT_CONFIG_H=< config.h>" - D LTDL - I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 -DNDEBUG -MT dlopen.lo -MD -M P - MF .deps/dlopen.Tpo -c loaders/dlopen.c -fPIC -DPIC -o .libs/dlopen.o
loaders/dlopen.c: In function 'dlopen_LTX_get_vtable':
loaders/dlopen.c:84: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://bugs.opensuse.org> for instructions.
make[3]: *** [dlopen.lo] Error 1
make[3]: Leaving directory `/home/igor/openmpi-1.2.3/opal/libltdl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/igor/openmpi-1.2.3/opal/libltdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/igor/openmpi-1.2.3/opal'
make: *** [all-recursive] Error 1

Can somebody help me?

Thanks,
Igor Miskovski
_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users


--
Jeff Squyres
Cisco Systems

Reply via email to