安装P4est过程出现F77无法创建可执行文件

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
desila
帖子: 6
注册时间: 2018-01-05 15:19
系统: Ubuntu

安装P4est过程出现F77无法创建可执行文件

#1

帖子 desila » 2018-01-09 16:49

代码如下:
d@d:~/下载/p4est-1.1$ ./configure --enable-mpi
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 supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking Major version... 1
checking Minor version... 1
checking Point version... 1.1
o---------------------------------------
| Checking options
o---------------------------------------
o---------------------------------------
| Checking MPI and related programs
o---------------------------------------
checking whether we are using MPI... yes
checking whether we are using MPI I/O... yes
checking whether we are using MPI_Init_thread... yes
checking for mpiexec... mpiexec
configure: F77 set to mpif77
configure: FC set to mpif90
configure: CC set to mpicc
configure: CXX set to mpicxx
checking whether the Fortran 77 compiler works... no
configure: error: in `/home/d/下载/p4est-1.1':
configure: error: Fortran 77 compiler cannot create executables
See `config.log' for more details

我猜测是fortran的配置没有做好,但是不知道怎么改也不晓得猜测对不对,来请教下各位。
头像
九天星
帖子: 1440
注册时间: 2007-07-14 20:45

Re: 安装P4est过程出现F77无法创建可执行文件

#2

帖子 九天星 » 2018-01-09 18:49

权限不够
desila
帖子: 6
注册时间: 2018-01-05 15:19
系统: Ubuntu

Re: 安装P4est过程出现F77无法创建可执行文件

#3

帖子 desila » 2018-01-10 9:27

九天星 写了:权限不够
谢谢!
回复