|
本帖最后由 youyno 于 2015-9-26 12:35 编辑
附件传不上去直接写上去,红色高亮是出错的地方,黄色高亮是执行的命令!
[cw@neon ~]$ ls
Ar3BF3 fugacity.tar.gz libtool-2.2.2.tar.gz Nwchem-6.5.revision26243-src.2014-09-10.tar.gz
CPMD gamess molcas64 openmpi165
fftw-3.3.4 gamess-current.tar.gz mpmc-master openmpi-1.6.5
fftw-3.3.4.tar.gz HSC music openmpi-1.6.5.tar.gz
Fragment intel music-4.0 orca
Fragment-mp2 JOB music-4.0.tar.gz RASPA-2.0
Freq Kr3BF3 Ng RASPA-2.00
fugacity libtool-2.2.2 Nwchem-6.5 RASPA2-2.0.2
[cw@neon ~]$ cd RASPA-2.0
[cw@neon RASPA-2.0]$ ls
acconfig.h autom4te.cache conf31383.sh configure depcomp forcefield install-sh ltconfig MANIFEST.in NEWS README.md setup.py
aclocal.m4 BUGS config.log configure.ac Docs framework LICENSE m4 missing
AUTHORS ChangeLog config.status COPYING examples INSTALL Literature Makefile.am molecules
[cw@neon RASPA-2.0]$ rm -rf autom4te.cache
[cw@neon RASPA-2.0]$ ls
acconfig.h BUGS config.log configure.ac Docs framework LICENSE m4 missing
aclocal.m4 ChangeLog config.status COPYING examples INSTALL Literature Makefile.am molecules
AUTHORS conf31383.sh configure depcomp forcefield install-sh ltconfig MANIFEST.in NEWS README.md setup.py
[cw@neon RASPA-2.0]$ aclocal
[cw@neon RASPA-2.0]$ ls
acconfig.h autom4te.cache conf31383.sh configure depcomp forcefield install-sh ltconfig MANIFEST.in NEWS README.md setup.py
aclocal.m4 BUGS config.log configure.ac Docs framework LICENSE m4 missing
AUTHORS ChangeLog config.status COPYING examples INSTALL Literature Makefile.am molecules
[cw@neon RASPA-2.0]$ autoreconf -i
src/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:2:
src/Makefile.am:2: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:2: to `configure.ac' and run `aclocal' and `autoconf' again.
autoreconf: automake failed with exit status: 1
[cw@neon RASPA-2.0]$ ls
acconfig.h autom4te.cache conf31383.sh configure depcomp forcefield install-sh ltconfig MANIFEST.in NEWS README.md setup.py
aclocal.m4 BUGS config.log configure.ac Docs framework LICENSE m4 missing
AUTHORS ChangeLog config.status COPYING examples INSTALL Literature Makefile.am molecules
[cw@neon RASPA-2.0]$ automake --add-missing
src/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:2:
src/Makefile.am:2: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:2: to `configure.ac' and run `aclocal' and `autoconf' again.
[cw@neon RASPA-2.0]$ autoconf
[cw@neon RASPA-2.0]$ ./scripts/CompileScript/make-gcc-local
rm: cannot remove `config.cache': No such file or directory
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ddot_ in -lblas... no
checking for dsyevd_ in -llapack... noXshell 5 (Free for Home/School) - Neon, cw@neon:~/RASPA-2.0 Page 2/2
checking for fftw_plan_dft_r2c_1d in -lfftw3... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for string.h... (cached) yes
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
./configure: line 5574: LT_INIT: command not found
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
[cw@neon RASPA-2.0]$ make
make: *** No targets specified and no makefile found. Stop.
[cw@neon RASPA-2.0]$ |
|