24小时热门版块排行榜    

CyRhmU.jpeg
查看: 1592  |  回复: 5

frank_zhan

金虫 (正式写手)

[交流] 【求助】安装abinit-6.2.3出现的新问题?请教已有3人参与

我在进入abinit-6.2.3所在的目录后利用./configure 命令后出现一堆的编译结果:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... (cached) mawk
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a thread-safe mkdir -p... /bin/mkdir -p
configure: not loading options (no config file available)

==============================================================================
=== Build-system information                                               ===
==============================================================================

configure: ABINIT version 6.2.3
configure: M4 010413 - Autoconf 026300 - Automake 011100 - Libtool 020204
configure: reporting user interface changes:
configure:  * new option --enable-bse-unpacked is available
configure:  * new option --enable-dft is available
configure:  * --enable-etsf-io-test removed
configure:  * new option --enable-fast-check is available
configure:  * --enable-fftw renamed --enable-fft
configure:  * --enable-fftw-threads removed
configure:  * --enable-cuda renamed --enable-gpu
configure:  * new option --enable-gw-cutoff is available
configure:  * new option --enable-gw-optimal is available
configure:  * new option --enable-gw-wrapper is available
configure:  * new option --enable-linalg is available
configure:  * new option --enable-maintainer-checks is available
configure:  * --enable-gsl renamed --enable-math
configure:  * new option --enable-smp is available
configure:  * --enable-nightly renamed --enable-test-timeout
configure:  * --enable-papi renamed --enable-timer
configure:  * new option --enable-trio is available
configure:  * new option --enable-vdwxc is available
configure:  * --with-64bit-flags removed
configure:  * --with-ar-dbgflags removed
configure:  * --with-ar-optflags removed
configure:  * --with-cc-dbgflags removed
configure:  * --with-cc-ld-dbgflags removed
configure:  * --with-cc-ld-dbglibs removed
configure:  * --with-cc-ld-optflags removed
configure:  * --with-cc-ld-optlibs removed
configure:  * --with-cc-optflags removed
configure:  * --with-cpp-dbgflags removed
configure:  * --with-cpp-optflags removed
configure:  * --with-cxx-dbgflags removed
configure:  * --with-cxx-ld-dbgflags removed
configure:  * --with-cxx-ld-dbglibs removed
configure:  * --with-cxx-ld-optflags removed
configure:  * --with-cxx-ld-optlibs removed
configure:  * --with-cxx-optflags removed
configure:  * new option --with-dft-flavor is available
configure:  * new option --with-dft-includes is available
configure:  * new option --with-dft-libs is available
configure:  * --with-etsf-io-test-includes removed
configure:  * --with-etsf-io-test-libs removed
configure:  * --with-fc-dbgflags removed
configure:  * --with-fc-ld-dbgflags removed
configure:  * --with-fc-ld-dbglibs removed
configure:  * --with-fc-ld-optflags removed
configure:  * --with-fc-ld-optlibs removed
configure:  * --with-fc-optflags removed
configure:  * new option --with-fft-flavor is available
configure:  * --with-fftw-includes renamed --with-fft-includes
configure:  * --with-fftw-libs renamed --with-fft-libs
configure:  * new option --with-gpu-cflags is available
configure:  * new option --with-gpu-cppflags is available
configure:  * new option --with-gpu-flavor is available
configure:  * --with-cuda-includes renamed --with-gpu-includes
configure:  * new option --with-gpu-ldflags is available
configure:  * --with-cuda-libs renamed --with-gpu-libs
configure:  * new option --with-gpu-prefix is available
configure:  * --with-linalg-type renamed --with-linalg-flavor
configure:  * new option --with-math-flavor is available
configure:  * --with-gsl-includes renamed --with-math-includes
configure:  * --with-gsl-libs renamed --with-math-libs
configure:  * --with-mpi-runner removed
configure:  * --with-scalapack-includes removed
configure:  * --with-scalapack-libs removed
configure:  * --with-timeout renamed --with-test-timeout
configure:  * new option --with-timer-flavor is available
configure:  * --with-papi-includes renamed --with-timer-includes
configure:  * --with-papi-libs renamed --with-timer-libs
configure:  * new option --with-trio-flavor is available
configure:  * new option --with-trio-includes is available
configure:  * new option --with-trio-libs is available

==============================================================================
=== Option consistency checking                                            ===
==============================================================================

configure: checking consistency of external prerequisite options
configure:  |---> all OK
configure:
configure: checking consistency of plug-in options
configure:  |---> all OK
configure:
configure: checking consistency of experimental options
configure:  |---> all OK
configure:
configure: parsing command-line options

==============================================================================
=== Connector startup                                                      ===
==============================================================================

configure: MPI support disabled from command-line
configure: GPU support disabled from command-line

==============================================================================
=== Utilities                                                              ===
==============================================================================

checking for sh... /bin/sh
checking for mv... /bin/mv
checking for perl... /usr/bin/perl
checking for rm... /bin/rm
checking for dvips... no
checking for dvipdf... dvipdf
checking for latex... no
checking for markdown... no
checking for md5sum... md5sum
checking for patch... patch
checking for ps2pdf... ps2pdf
checking for tar... tar
checking for wget... wget
configure: using internal version of MarkDown

==============================================================================
=== C support                                                              ===
==============================================================================

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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking which type of compiler we have... gnu 4.3
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 whether byte ordering is bigendian... no

==============================================================================
=== C++ support                                                            ===
==============================================================================

checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking which type of C++ compiler we have... generic 0.0

==============================================================================
=== Fortran support                                                        ===
==============================================================================

checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking whether we are using the GNU Fortran compiler... no
checking whether  accepts -g... no
configure: error: no Fortran compiler available

然后再用make ,make install都提示出错。
请教这是什么原因,该如何处理?
ps,我的机器上没有装C,C++ fortran等语言。
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

frank_zhan,zy2zhan@gmail.com
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

费瑞翔

新虫 (初入文坛)


sunyang1988(金币+1):谢谢交流 2010-12-17 15:55:53
frank_zhan(金币+3): 2010-12-17 18:09:55
你的机器没有安装fortrain编译器,可以下载一个intel 的fortran编译
xiaoke
2楼2010-12-17 15:34:48
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

mazuju028

木虫 (正式写手)


youzhizhe(金币+1):谢谢交流。 2010-12-18 22:41:55
frank_zhan(金币+7): 2010-12-19 12:32:32
如楼上所说,需要先安装fortran编译器,后面还需要再安装MPI,要用到fortran编译器,最后才是来安装abinit才不会有错
锐气藏于胸,和气浮于脸,才气见于事,义气施与人
3楼2010-12-18 22:26:38
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

mengfc

金虫 (正式写手)


小木虫(金币+0.5):给个红包,谢谢回帖交流
引用回帖:
Originally posted by mazuju028 at 2010-12-18 22:26:38:
如楼上所说,需要先安装fortran编译器,后面还需要再安装MPI,要用到fortran编译器,最后才是来安装abinit才不会有错

您好,请问这个MPI哪里可以下到呢?还有一个问题,abinit的环境变量应该如何设置呢?
4楼2011-04-03 17:09:27
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

bingmou

金虫 (著名写手)

★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
mazuju028(金币+1): 谢谢交流 2011-04-03 18:52:10
引用回帖:
Originally posted by mengfc at 2011-04-03 17:09:27:
您好,请问这个MPI哪里可以下到呢?还有一个问题,abinit的环境变量应该如何设置呢?

强烈建议你:1.看网上的介绍安装方法;2.看说明书的安装方法。按照你现在对编译的理解水平,估计问 好久才能解决。自力更生!
5楼2011-04-03 18:15:10
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

mazuju028

木虫 (正式写手)

★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
zzy870720z(金币+1): 谢谢提示 2011-04-03 21:13:45
引用回帖:
Originally posted by mengfc at 2011-04-03 17:09:27:
您好,请问这个MPI哪里可以下到呢?还有一个问题,abinit的环境变量应该如何设置呢?

mpi的下载应该google一下就行了吧,搜索openmpi或是mpich
环境变量的设置,应该任何一本linux教材都有提到的,你翻一下就知道了
锐气藏于胸,和气浮于脸,才气见于事,义气施与人
6楼2011-04-03 18:54:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 frank_zhan 的主题更新
普通表情 高级回复(可上传附件)
信息提示
请填处理意见