我怎么知道,我用过哪个编译器

时间:2010-01-24 07:33:08

标签: compiler-construction gfortran netcdf

我安装了NetCDF“binary-netcdf-4.0.1_gfortran_gfortran_c ++。tar”。但我不确定我使用过的gfortran编译器。我怎样才能找到我用过的编译器?

2 个答案:

答案 0 :(得分:2)

运行gfortran -v告诉您哪个版本。

答案 1 :(得分:2)

从使用pkg-config的netcdf 4.1开始,您可以这样做:

$ nc-config  --all

这就是:

This netCDF 4.1.1 has been built with the following features: 
  --libs      -> -L/opt/local/lib -lnetcdf
  --fc        -> openmpif77
  --fflags    -> -O2 -m32 -I/opt/local/include
  --flibs     -> -L/opt/local/lib -lnetcdff -lnetcdf
  --has-f77   -> yes
  --has-f90   -> yes