Netbeans fortran构建在Mac OS 10.8上失败,无法看到gfortran文件 [英] Netbeans fortran build fails on Mac OS 10.8, cannot see gfortran file

查看:128
本文介绍了Netbeans fortran构建在Mac OS 10.8上失败,无法看到gfortran文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试启动Netbeans并使其运行,因此我可以启动一个Fortran项目.据我所知,我已经下载了二进制文件并安装了插件.当我尝试编译我的世界时,出现此错误:

I'm trying to get Netbeans up and running so I can start a Fortran project. I've downloaded the binaries and installed the plugins to the best of my knowledge. When I try to compile my hello world I get this error:

"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
"/usr/bin/make"  -f nbproject/Makefile-Debug.mk dist/Debug/GNU-MacOSX/convection
mkdir -p build/Debug/GNU-MacOSX
gfortran   -c -g -o build/Debug/GNU-MacOSX/main.o main.f
gfortran: error trying to exec 'f951': execvp: No such file or directory
make[2]: *** [build/Debug/GNU-MacOSX/main.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2


BUILD FAILED (exit value 2, total time: 111ms)

有什么想法吗?

我正在使用Mac OSX 10.8.5

I'm using Mac OSX 10.8.5

我已经搞乱了一段时间,现在的错误略有不同:

EDIT 2: I've been messing around for awhile now and now the error is slightly different:

"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
"/usr/bin/make"  -f nbproject/Makefile-Debug.mk dist/Debug/GNU-MacOSX/convection
mkdir -p build/Debug/GNU-MacOSX
gfortran   -c -g -o build/Debug/GNU-MacOSX/main.o main.f
make[2]: gfortran: No such file or directory
make[2]: *** [build/Debug/GNU-MacOSX/main.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2


BUILD FAILED (exit value 2, total time: 127ms)

只是为了好玩,这是我能够在Ubuntu中完成的成功构建的输出:

EDIT 3: And just for fun, here is the output from a successful build that I was able to do in Ubuntu:

"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory `/home/hannah/NetBeansProjects/test'
"/usr/bin/make"  -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux-x86/test
make[2]: Entering directory `/home/hannah/NetBeansProjects/test'
make[2]: `dist/Debug/GNU-Linux-x86/test' is up to date.
make[2]: Leaving directory `/home/hannah/NetBeansProjects/test'
make[1]: Leaving directory `/home/hannah/NetBeansProjects/test' 

BUILD SUCCESSFUL (total time: 92ms)

推荐答案

我在10.9上也遇到了同样的问题.我需要在/usr/bin(基本目录)中建立一个新的gfortran链接.之后,它工作正常.如果我在usr/local/bin,..或其他任何路径中都没有使用它.

I had the same problem on 10.9. I needed to make a new gfortran link in my /usr/bin (Base directory). After that it worked fine. If I had it in usr/local/bin,..or any other path it didn't work.

这篇关于Netbeans fortran构建在Mac OS 10.8上失败,无法看到gfortran文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆