Re: [mpich-discuss] error installing mpich-master-v3.2a2-113-g7d59d14d on Linux
Update to automake 1.15 will solve the problem. --Junchao Zhang On Mon, Jan 19, 2015 at 10:24 AM, Siegmar Gross < [email protected]> wrote:
Hi,
today I tried to install mpich-master-v3.2a2-113-g7d59d14d on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-4.9.2 and Sun C 5.13. I succedded on both Solaris machines with both compilers and got the following error on Linux for both compilers.
tyr mpich-master-v3.2a2-113-g7d59d14d-Linux.x86_64.64_gcc 304 cat log.make.Linux.x86_64.64_gcc if test ! -h ./src/include/mpio.h ; then \ rm -f ./src/include/mpio.h ; \ ( cd ./src/include && \ ln -s ../mpi/romio/include/mpio.h ) ; \ fi make all-recursive make[1]: Entering directory `/export2/src/mpich-3.2/mpich-master-v3.2a2-113-g7d59d14d-Linux.x86_64.64_gcc' make[1]: execvp: /bin/sh: Argument list too long make[1]: *** [all-recursive] Error 127 make[1]: Leaving directory `/export2/src/mpich-3.2/mpich-master-v3.2a2-113-g7d59d14d-Linux.x86_64.64_gcc' make: *** [all] Error 2 tyr mpich-master-v3.2a2-113-g7d59d14d-Linux.x86_64.64_gcc 305
I used the following "configure" command.
../mpich-master-v3.2a2-113-g7d59d14d/configure --prefix=/usr/local/mpich-3.2_64_gcc \ --libdir=/usr/local/mpich-3.2_64_gcc/lib64 \ --includedir=/usr/local/mpich-3.2_64_gcc/include64 \ CC="gcc" CXX="g++" F77="gfortran" FC="gfortran" \ CFLAGS="-m64" CXXFLAGS="-m64" FFLAGS="-m64" FCFLAGS="-m64" \ LDFLAGS="-m64 -L/usr/lib/sparcv9 -Wl,-rpath -Wl,/usr/lib/sparcv9" \ --enable-f77 --enable-fc --enable-cxx --enable-romio \ --enable-debuginfo --enable-smpcoll \ --enable-threads=runtime --with-thread-package=posix \ --enable-shared \ |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_gcc
I would be grateful if somebody can fix the problem. Thank you very much for any help in advance.
Kind regards
Siegmar
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Junchao Zhang