Hello,
I just tried to installe the bata version of LAM/MPI7.01b2 for a Linux.
The flollows configureation was used.
%./configure --prefix=/mydir/ --with-fc=g77 --with-cxx=g++ --with-cc=gcc.
I got error massage something like this:
%make
.........
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_BUILDING=1 -DL
AM_SYSCONFDIR=\"/home/cfd/fds4.0//etc\" -I../../../../share/ssi/include -I..
/../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT
ssi_crlam_open.lo -MD -MP -MF .deps/ssi_crlam_open.Tpo -c
ssi_crlam_open.c -o ssi_crlam_open.o
ssi_crlam_open.c:39:35: lam-ssi-crlam-modules.h: No such file or directory
make[4]: *** [ssi_crlam_open.lo] Error 1
make[4]: Leaving directory
`/usr/users/cfd/FDS4.0/LAMMPI7.01b2/lam-7.0.1b2/share/ssi/crlam/base'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/users/cfd/FDS4.0/LAMMPI7.01b2/lam-7.0.1b2/share/ssi/crlam'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/users/cfd/FDS4.0/LAMMPI7.01b2/lam-7.0.1b2/share/ssi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/users/cfd/FDS4.0/LAMMPI7.01b2/lam-7.0.1b2/share'
make: *** [all-recursive] Error 1
-------
LAM/MPI7.01b2 cannot be installed. Any comments are welcome.
Wei Zhang,
--------------------
PS: The following configureation was also stoped by first step.
%./configure --prefix=/mydir/ --with-fc=f90. (or f77).
|