| 查看: 396 | 回复: 0 | |||
[求助]
继续求助gromacs安装-第二期,fftw-3.1.2
|
|
从输入make make install之后分别出来下面的东西。 觉得应该没有装成功,请大侠们指点一下看是否成功,如果出现错误,错在了哪里呢? (具体输入步骤: (4)cd fftw-3.1.2 ./configure --enable-float --enable-mpi --prefix=/home/fftw-3.1.2 make make install make distclean ./configure --prefix=/home/fftw-3.1.2 --enable-mpi cd .. vi .bashrc 加上:(3)export CPPFLAGS=-I/home/fftw-3.1.2/include export LDFLAGS=-L/home/fftw-3.1.2/lib) make[2]: Leaving directory `/root/fftw-3.1.2/tests' Making all in doc make[2]: Entering directory `/root/fftw-3.1.2/doc' Making all in FAQ make[3]: Entering directory `/root/fftw-3.1.2/doc/FAQ' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/fftw-3.1.2/doc/FAQ' make[3]: Entering directory `/root/fftw-3.1.2/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/fftw-3.1.2/doc' make[2]: Leaving directory `/root/fftw-3.1.2/doc' Making all in tools make[2]: Entering directory `/root/fftw-3.1.2/tools' rm -f fftwf-wisdom.1 cp fftw_wisdom.1 fftwf-wisdom.1 make all-am make[3]: Entering directory `/root/fftw-3.1.2/tools' if gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -I../libbench2 -I../api -I/home/fftw-3.1.2/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium3 -MT fftw-wisdom.o -MD -MP -MF ".deps/fftw-wisdom.Tpo" -c -o fftw-wisdom.o fftw-wisdom.c; \ then mv -f ".deps/fftw-wisdom.Tpo" ".deps/fftw-wisdom.Po"; else rm -f ".deps/fftw-wisdom.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium3 -L/home/fftw-3.1.2/lib -o fftwf-wisdom fftw-wisdom.o ../tests/bench.o ../libfftw3f.la ../libbench2/libbench2.a -lm mkdir .libs gcc -std=gnu99 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium3 -o fftwf-wisdom fftw-wisdom.o ../tests/bench.o -L/home/fftw-3.1.2/lib ../.libs/libfftw3f.a ../libbench2/libbench2.a -lm make[3]: Leaving directory `/root/fftw-3.1.2/tools' make[2]: Leaving directory `/root/fftw-3.1.2/tools' make[1]: Leaving directory `/root/fftw-3.1.2' [root@localhost fftw-3.1.2]# make install Making install in support make[1]: Entering directory `/root/fftw-3.1.2/support' make[2]: Entering directory `/root/fftw-3.1.2/support' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/fftw-3.1.2/support' make[1]: Leaving directory `/root/fftw-3.1.2/support' Making install in kernel make[1]: Entering directory `/root/fftw-3.1.2/kernel' make[2]: Entering directory `/root/fftw-3.1.2/kernel' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/fftw-3.1.2/kernel' make[1]: Leaving directory `/root/fftw-3.1.2/kernel' Making install in simd make[1]: Entering directory `/root/fftw-3.1.2/simd' Making install in nonportable make[2]: Entering directory `/root/fftw-3.1.2/simd/nonportable' make[3]: Entering directory `/root/fftw-3.1.2/simd/nonportable' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/fftw-3.1.2/simd/nonportable' make[2]: Leaving directory `/root/fftw-3.1.2/simd/nonportable' make[2]: Entering directory `/root/fftw-3.1.2/simd' make[3]: Entering directory `/root/fftw-3.1.2/simd' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/fftw-3.1.2/simd' make[2]: Leaving directory `/root/fftw-3.1.2/simd' make[1]: Leaving directory `/root/fftw-3.1.2/simd' Making install in dft make[1]: Entering directory `/root/fftw-3.1.2/dft' Making install in codelets make[2]: Entering directory `/root/fftw-3.1.2/dft/codelets' Making install in standard make[3]: Entering directory `/root/fftw-3.1.2/dft/codelets/standard' make install-am make[4]: Entering directory `/root/fftw-3.1.2/dft/codelets/standard' make[5]: Entering directory `/root/fftw-3.1.2/dft/codelets/standard' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/fftw-3.1.2/dft/codelets/standard' make[4]: Leaving directory `/root/fftw-3.1.2/dft/codelets/standard' make[3]: Leaving directory `/root/fftw-3.1.2/dft/codelets/standard' make[3]: Entering directory `/root/fftw-3.1.2/dft/codelets' make[4]: Entering directory `/root/fftw-3.1.2/dft/codelets' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/fftw-3.1.2/dft/codelets' make[3]: Leaving directory `/root/fftw-3.1.2/dft/codelets' make[2]: Leaving directory `/root/fftw-3.1.2/dft/codelets' Making install in simd make[2]: Entering directory `/root/fftw-3.1.2/dft/simd' Making install in codelets make[3]: Entering directory `/root/fftw-3.1.2/dft/simd/codelets' make install-am make[4]: Entering directory `/root/fftw-3.1.2/dft/simd/codelets' make[5]: Entering directory `/root/fftw-3.1.2/dft/simd/codelets' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/fftw-3.1.2/dft/simd/codelets' make[4]: Leaving directory `/root/fftw-3.1.2/dft/simd/codelets' make[3]: Leaving directory `/root/fftw-3.1.2/dft/simd/codelets' make[3]: Entering directory `/root/fftw-3.1.2/dft/simd' make[4]: Entering directory `/root/fftw-3.1.2/dft/simd' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/fftw-3.1.2/dft/simd' make[3]: Leaving directory `/root/fftw-3.1.2/dft/simd' make[2]: Leaving directory `/root/fftw-3.1.2/dft/simd' Making install in k7 make[2]: Entering directory `/root/fftw-3.1.2/dft/k7' Making install in codelets make[3]: Entering directory `/root/fftw-3.1.2/dft/k7/codelets' make install-am make[4]: Entering directory `/root/fftw-3.1.2/dft/k7/codelets' make[5]: Entering directory `/root/fftw-3.1.2/dft/k7/codelets' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/fftw-3.1.2/dft/k7/codelets' make[4]: Leaving directory `/root/fftw-3.1.2/dft/k7/codelets' make[3]: Leaving directory `/root/fftw-3.1.2/dft/k7/codelets' make[3]: Entering directory `/root/fftw-3.1.2/dft/k7' make[4]: Entering directory `/root/fftw-3.1.2/dft/k7' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/fftw-3.1.2/dft/k7' make[3]: Leaving directory `/root/fftw-3.1.2/dft/k7' make[2]: Leaving directory `/root/fftw-3.1.2/dft/k7' make[2]: Entering directory `/root/fftw-3.1.2/dft' make[3]: Entering directory `/root/fftw-3.1.2/dft' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/fftw-3.1.2/dft' make[2]: Leaving directory `/root/fftw-3.1.2/dft' make[1]: Leaving directory `/root/fftw-3.1.2/dft' Making install in rdft make[1]: Entering directory `/root/fftw-3.1.2/rdft' Making install in codelets make[2]: Entering directory `/root/fftw-3.1.2/rdft/codelets' Making install in r2hc make[3]: Entering directory `/root/fftw-3.1.2/rdft/codelets/r2hc' make install-am make[4]: Entering directory `/root/fftw-3.1.2/rdft/codelets/r2hc' make[5]: Entering directory `/root/fftw-3.1.2/rdft/codelets/r2hc' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/r2hc' make[4]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/r2hc' make[3]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/r2hc' Making install in hc2r make[3]: Entering directory `/root/fftw-3.1.2/rdft/codelets/hc2r' make install-am make[4]: Entering directory `/root/fftw-3.1.2/rdft/codelets/hc2r' make[5]: Entering directory `/root/fftw-3.1.2/rdft/codelets/hc2r' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/hc2r' make[4]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/hc2r' make[3]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/hc2r' Making install in r2r make[3]: Entering directory `/root/fftw-3.1.2/rdft/codelets/r2r' make install-am make[4]: Entering directory `/root/fftw-3.1.2/rdft/codelets/r2r' make[5]: Entering directory `/root/fftw-3.1.2/rdft/codelets/r2r' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/r2r' make[4]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/r2r' make[3]: Leaving directory `/root/fftw-3.1.2/rdft/codelets/r2r' make[3]: Entering directory `/root/fftw-3.1.2/rdft/codelets' make[4]: Entering directory `/root/fftw-3.1.2/rdft/codelets' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/fftw-3.1.2/rdft/codelets' make[3]: Leaving directory `/root/fftw-3.1.2/rdft/codelets' make[2]: Leaving directory `/root/fftw-3.1.2/rdft/codelets' make[2]: Entering directory `/root/fftw-3.1.2/rdft' make[3]: Entering directory `/root/fftw-3.1.2/rdft' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/fftw-3.1.2/rdft' make[2]: Leaving directory `/root/fftw-3.1.2/rdft' make[1]: Leaving directory `/root/fftw-3.1.2/rdft' Making install in reodft make[1]: Entering directory `/root/fftw-3.1.2/reodft' make[2]: Entering directory `/root/fftw-3.1.2/reodft' make[3]: Entering directory `/root/fftw-3.1.2/reodft' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/fftw-3.1.2/reodft' make[2]: Leaving directory `/root/fftw-3.1.2/reodft' make[1]: Leaving directory `/root/fftw-3.1.2/reodft' Making install in threads make[1]: Entering directory `/root/fftw-3.1.2/threads' make[2]: Entering directory `/root/fftw-3.1.2/threads' test -z "/home/fftw-3.1.2/lib" || mkdir -p -- "/home/fftw-3.1.2/lib" make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/fftw-3.1.2/threads' make[1]: Leaving directory `/root/fftw-3.1.2/threads' Making install in api make[1]: Entering directory `/root/fftw-3.1.2/api' make install-am make[2]: Entering directory `/root/fftw-3.1.2/api' make[3]: Entering directory `/root/fftw-3.1.2/api' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/fftw-3.1.2/include" || mkdir -p -- "/home/fftw-3.1.2/include" /usr/bin/install -c -m 644 'fftw3.h' '/home/fftw-3.1.2/include/fftw3.h' /usr/bin/install -c -m 644 'fftw3.f' '/home/fftw-3.1.2/include/fftw3.f' make[3]: Leaving directory `/root/fftw-3.1.2/api' make[2]: Leaving directory `/root/fftw-3.1.2/api' make[1]: Leaving directory `/root/fftw-3.1.2/api' Making install in libbench2 make[1]: Entering directory `/root/fftw-3.1.2/libbench2' make[2]: Entering directory `/root/fftw-3.1.2/libbench2' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/fftw-3.1.2/libbench2' make[1]: Leaving directory `/root/fftw-3.1.2/libbench2' Making install in . make[1]: Entering directory `/root/fftw-3.1.2' make[2]: Entering directory `/root/fftw-3.1.2' test -z "/home/fftw-3.1.2/lib" || mkdir -p -- "/home/fftw-3.1.2/lib" /bin/sh ./libtool --mode=install /usr/bin/install -c 'libfftw3f.la' '/home/fftw-3.1.2/lib/libfftw3f.la' /usr/bin/install -c .libs/libfftw3f.lai /home/fftw-3.1.2/lib/libfftw3f.la /usr/bin/install -c .libs/libfftw3f.a /home/fftw-3.1.2/lib/libfftw3f.a chmod 644 /home/fftw-3.1.2/lib/libfftw3f.a ranlib /home/fftw-3.1.2/lib/libfftw3f.a PATH="$PATH:/sbin" ldconfig -n /home/fftw-3.1.2/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/fftw-3.1.2/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/fftw-3.1.2/lib/pkgconfig" || mkdir -p -- "/home/fftw-3.1.2/lib/pkgconfig" /usr/bin/install -c -m 644 'fftw3f.pc' '/home/fftw-3.1.2/lib/pkgconfig/fftw3f.pc' make[2]: Leaving directory `/root/fftw-3.1.2' make[1]: Leaving directory `/root/fftw-3.1.2' Making install in tests make[1]: Entering directory `/root/fftw-3.1.2/tests' make[2]: Entering directory `/root/fftw-3.1.2/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/fftw-3.1.2/tests' make[1]: Leaving directory `/root/fftw-3.1.2/tests' Making install in doc make[1]: Entering directory `/root/fftw-3.1.2/doc' Making install in FAQ make[2]: Entering directory `/root/fftw-3.1.2/doc/FAQ' make[3]: Entering directory `/root/fftw-3.1.2/doc/FAQ' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/fftw-3.1.2/doc/FAQ' make[2]: Leaving directory `/root/fftw-3.1.2/doc/FAQ' make[2]: Entering directory `/root/fftw-3.1.2/doc' make[3]: Entering directory `/root/fftw-3.1.2/doc' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/fftw-3.1.2/share/info" || mkdir -p -- "/home/fftw-3.1.2/share/info" /usr/bin/install -c -m 644 './fftw3.info' '/home/fftw-3.1.2/share/info/fftw3.info' install-info --info-dir='/home/fftw-3.1.2/share/info' '/home/fftw-3.1.2/share/info/fftw3.info' make[3]: Leaving directory `/root/fftw-3.1.2/doc' make[2]: Leaving directory `/root/fftw-3.1.2/doc' make[1]: Leaving directory `/root/fftw-3.1.2/doc' Making install in tools make[1]: Entering directory `/root/fftw-3.1.2/tools' make install-am make[2]: Entering directory `/root/fftw-3.1.2/tools' make[3]: Entering directory `/root/fftw-3.1.2/tools' test -z "/home/fftw-3.1.2/bin" || mkdir -p -- "/home/fftw-3.1.2/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'fftwf-wisdom' '/home/fftw-3.1.2/bin/fftwf-wisdom' /usr/bin/install -c fftwf-wisdom /home/fftw-3.1.2/bin/fftwf-wisdom test -z "/home/fftw-3.1.2/bin" || mkdir -p -- "/home/fftw-3.1.2/bin" /usr/bin/install -c 'fftw-wisdom-to-conf' '/home/fftw-3.1.2/bin/fftw-wisdom-to-conf' test -z "/home/fftw-3.1.2/share/man/man1" || mkdir -p -- "/home/fftw-3.1.2/share/man/man1" /usr/bin/install -c -m 644 './fftw-wisdom-to-conf.1' '/home/fftw-3.1.2/share/man/man1/fftw-wisdom-to-conf.1' /usr/bin/install -c -m 644 './fftwf-wisdom.1' '/home/fftw-3.1.2/share/man/man1/fftwf-wisdom.1' make[3]: Leaving directory `/root/fftw-3.1.2/tools' make[2]: Leaving directory `/root/fftw-3.1.2/tools' make[1]: Leaving directory `/root/fftw-3.1.2/tools' |
» 猜你喜欢
存款400万可以在学校里躺平吗
已经有37人回复
英文综述是否需要润色及查重
已经有5人回复
救命帖
已经有5人回复
限项规定
已经有5人回复
为什么nbs上溴 没有产物点出现呢
已经有9人回复
招博士
已经有3人回复
最失望的一年
已经有18人回复
找到一些相关的精华帖子,希望有用哦~
[新手求教]安装Gromacs后,查看pdb2gmx命令,显示无此命令
已经有9人回复
Ubuntu 下自动安装gromacs
已经有11人回复
【求助】gromacs-4 mdrun死掉
已经有20人回复
【求助】这是我安装gromacs过程,但是出错阿,这个怎么办呢?谢谢
已经有11人回复
【求助】gromacs的又一个问题
已经有22人回复
【求助】GROMACS分析二面角随时间的变化
已经有4人回复
【求助】求助详细安装gromacs的步骤,谢谢
已经有3人回复
【求助】gromacs出现了一个问题
已经有10人回复
【求助】求一个gromacs的中文教程,包括安装的部分,小弟新手,从零学起
已经有8人回复
【求助】求GROMACS模拟表面活性剂在油水表面的行为的例子
已经有7人回复
科研从小木虫开始,人人为我,我为人人













回复此楼
点击这里搜索更多相关资源