report: mpich compile failure on linux

dhart dhart
Wed Sep 15 19:05:00 GMT 1999


Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.1/specs
gcc version 2.95.1 19990816 (release)

 uname -a
Linux ppc00 2.2.12 #2 SMP Thu Aug 26 16:38:45 EST 1999 i686 unknown

compiling mpich 1.1.2 [with patches] using 
cat config.script
configure -device=ch_p4 -file_system=nfs+ufs -mpe -nodevdebug -rsh=ssh \
-cc=gcc -c++=g++ -cflags="-mcpu=i686 -O2 -Os --fast-math -funroll-loops"
-fc=g77 -fflags="-mcpu=i686 -O2 -Os --fast-math -funroll-loops -L/usr/mpich/build/LINUX/ch_p4/lib/ -lmpich" \
-f90=pgf90 -f90flags="-tp p6 -L/usr/mpich/build/LINUX/ch_p4/lib/ -lmpich" 

Since ls -l reports 222880 Sep 15 20:55 make.log.gcc_g77, I presume that you will live 
without the output of the command; the error messages were:

 make > ~/mpi/make.log.gcc_g77
p4_sock_sr.c: In function `xdr_send':
p4_sock_sr.c:42: warning: assignment from incompatible pointer type
p4_sock_sr.c:49: warning: assignment from incompatible pointer type
p4_sock_sr.c:56: warning: assignment from incompatible pointer type
p4_sock_sr.c:63: warning: assignment from incompatible pointer type
p4_sock_sr.c: In function `xdr_recv':
p4_sock_sr.c:484: warning: assignment from incompatible pointer type
p4_sock_sr.c:491: warning: assignment from incompatible pointer type
p4_sock_sr.c:498: warning: assignment from incompatible pointer type
p4_sock_sr.c:505: warning: assignment from incompatible pointer type
p4_secure.c:300: warning: `NO_ECHO' redefined
*Initialization*:1: warning: this is the location of the previous definition
ad_write_coll.c: In function `ADIOI_W_Exchange_data':
ad_write_coll.c:666: Internal compiler error in `loop_iterations', at unroll.c:3689
Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for instructions.
make[3]: *** [ad_write_coll.o] Error 1
make[2]: *** [mpiolib] Error 1
make[1]: *** [mpio] Error 2
make: *** [mpi] Error 2
232.010u 34.130s 4:45.21 93.3%  0+0k 0+0io 914186pf+0w


This had previously compiled successfully with gcc, g++, pgf77 and pgf90, using 

configure -device=ch_p4 -file_system=nfs+ufs -mpe -nodevdebug -rsh=ssh \
-cc=cc -c++=g++ -cflags="-O -m486" \
-fc=pgf77 -fflags="-tp p6 -Msignextend -fast -L/usr/mpich/build/LINUX/ch_p4/lib/ -lmpich" \
-f90=pgf90 -f90flags="-tp p6 -L/usr/mpich/build/LINUX/ch_p4/lib/ -lmpich"

[cc=gcc]



More information about the Gcc-bugs mailing list