我按照此link中的说明在Mac OS X Yosemite中安装了gfortran。首先,我安装了命令行工具。我通过单击我尝试运行$ make
命令时提供的安装按钮来完成此操作,因为此命令需要命令行工具,我认为。然后安装gfortran。安装过程中没有异常消息。此外,我尝试编译一些简单的代码,他们是成功的。但是,当我执行$ man gfortran
时,终端应用程序表示gfortran的手册不存在。
谁能找出原因是什么?
尽管能够编译一些简单的程序,我担心这是否真的表明安装的某些部分失败了,并阻止我将来编译某个更复杂的程序。
答案 0 :(得分:0)
以前关于同一主题的一些话:
How to fix "No manual entry for gcc"?
你可以下载pdf或HTML(对我来说)似乎比man更有用: https://gcc.gnu.org/onlinedocs/gcc-4.6.4/gfortran.pdf
答案 1 :(得分:0)
安装程序会在# Create Data
date <- c("2016-03-09 15:50:07", "2016-03-09 15:50:10", "2016-03-09 15:50:17" ,
"2016-03-09 15:50:53", "2016-03-09 21:26:15", "2016-03-09 21:26:20")
text <- c("Text 1", "Text 2", "Text 3", "Text 4", "Text 5", "Text 6")
time.diff <- c(0, 2.808, 10.128, 45.952, 65.053, 85.110)
df.tosplit <- data.frame(date, text, time.diff)
中安装指向gfortran的链接。这应该回应
/usr/local/bin
你能复制这些命令的输出吗?如果gfortran在那里并且在输入时找不到
$ ls -lth /usr/local/bin/gfortran
$ file /usr/local/bin/gfortran
在命令行中,您必须检查$ gfortran
环境变量(请参阅https://en.wikipedia.org/wiki/PATH_%28variable%29)。
答案 2 :(得分:0)
我能够找到我认为正确安装的gcc的手册页。
Mac: bin $ apropos gfortran
gfortran-7(1), gfortran(1) - GNU Fortran compiler
gfortran-9(1), gfortran(1) - GNU Fortran compiler
Mac: bin $ man gfortran-9
这给出了手册页
Mac: man1 $ gfortran --version
GNU Fortran (Homebrew GCC 9.2.0_3) 9.2.0