From: Ben Kao <bkao@eecs.uic.edu>
Newsgroups: comp.parallel.mpi
Subject: prob compiling mpich on RH6.0
Date: Fri, 16 Jul 1999 11:42:16 -0500
Organization: University of Illinois at Chicago
Message-Id: <378F60E8.55BB1548@eecs.uic.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:5349


When I compile mpich1.1.2 on a Red Hat 6.0 system I get the following
message
Has anyone run into this and know what is wrong?

- ben



bkao@laslo:/tmp/mpich# make install
./util/mpiinstall -prefix=/usr/local/mpi
Attempting to build ch_p4 secure server
cc -I../include -I../../../../include    -DHAVE_NETINET_IN_H=1
-DHAVE_ARPA_INET_H=1 -DHAVE_SYS_SOCKETVAR_H=1 -DHAVE_STDLIB_H=1
-DHAVE_UNISTD_H=1 -DHAVE_STDARG_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1
-DHAVE_TERMIO_H=1 -DHAVE_TERMIOS_H=1 -DBOTH_STRING_INCS=1 -DUSE_STDARG=1
-DHAVE_SIGACTION=1 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DNO_ECHO=1
-DHAVE_XDRMEM_CREATE=1    -DHAVE_NETINET_IN_H=1 -DHAVE_ARPA_INET_H=1
-DHAVE_SYS_SOCKETVAR_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_STDARG_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIO_H=1
-DHAVE_TERMIOS_H=1 -DBOTH_STRING_INCS=1 -DUSE_STDARG=1
-DHAVE_SIGACTION=1 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DNO_ECHO=1
-DHAVE_XDRMEM_CREATE=1 -c serv_p4.c
serv_p4.c:136: initializer element is not constant
serv_p4.c:138: initializer element is not constant
serv_p4.c:140: initializer element is not constant
make[1]: *** [serv_p4.o] Error 1
**File mpid/ch_p4/p4/bin/serv_p4 does not exist (or is not a regular
file)!
make: *** [install] Error 1

