爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 6904|回复: 5

NETcdf3.6.3在redhat安装没出错,但在fedora 21下编译出错!!求版主和各位朋友帮忙

[复制链接]

新浪微博达人勋

发表于 2015-2-3 18:19:23 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
本帖最后由 123349818 于 2015-2-3 18:23 编辑

NETcdf3.6.3在redhat安装没出错,但在fedora 21下编译出错!!求版主和各位朋友帮忙!
出错记录如:
[root@localhost netcdf-3.6.3]# make check
Making check in f90
make[1]: Entering directory '/home/qq/netcdf-3.6.3/f90'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/qq/netcdf-3.6.3/f90'
Making check in fortran
make[1]: Entering directory '/home/qq/netcdf-3.6.3/fortran'
make  check-am
make[2]: Entering directory '/home/qq/netcdf-3.6.3/fortran'
depbase=`echo fort-attio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I..     -I../libsrc   
-g -O2 -MT fort-attio.lo -MD -MP -MF $depbase.Tpo -c -o fort-attio.lo fort-attio.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libsrc -g -O2 -MT fort-attio.lo -MD -MP -MF .deps/fort-attio.Tpo -c fort-attio.c -o fort-attio.o
In file included from ncfortran.h:12:0,
                 from fort-attio.c:7:
cfortran.h:138:3: 错误:#error "cfortran.h:  Can't find your environment among:    - MIPS cc and f77 2.0. (e.g. Silicon Graphics, DECstations, ...)         - IBM AIX XL C and FORTRAN Compiler/6000 Version 01.01.0000.0000         - VAX   VMS CC 3.1 and FORTRAN 5.4.                                      - Alpha VMS DEC C 1.3 and DEC FORTRAN 6.0.                               - Alpha OSF DEC C and DEC Fortran for OSF/1 AXP Version 1.2              - Apollo DomainOS 10.2 (sys5.3) with f77 10.7 and cc 6.7.                - CRAY                                                                   - NEC SX-4 SUPER-UX                                                      - CONVEX                                                                 - Sun                                                                    - PowerStation Fortran with Visual C++                                   - HP9000s300/s700/s800 Latest test with: HP-UX A.08.07 A 9000/730        - LynxOS: cc or gcc with f2c.                                            - VAXUltrix: vcc,cc or gcc with f2c. gcc or cc with f77.                 -            f77 with vcc works; but missing link magic for f77 I/O.     -            NO fort. None of gcc, cc or vcc generate required names.    - f2c    : Use #define    f2cFortran, or cc -Df2cFortran                 - NAG f90: Use #define NAGf90Fortran, or cc -DNAGf90Fortran              - Absoft UNIX F77: Use #define AbsoftUNIXFortran or cc -DAbsoftUNIXFortran     - Absoft Pro Fortran: Use #define AbsoftProFortran     - Portland Group Fortran: Use #define pgiFortran     - PathScale Fortran: Use #define PATHSCALE_COMPILER"
  #error "cfortran.h:  Can't find your environment among:\
   ^
Makefile:426: recipe for target 'fort-attio.lo' failed
make[2]: *** [fort-attio.lo] Error 1
make[2]: Leaving directory '/home/qq/netcdf-3.6.3/fortran'
Makefile:577: recipe for target 'check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory '/home/qq/netcdf-3.6.3/fortran'
Makefile:362: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
[root@localhost netcdf-3.6.3]# make install
Making install in f90
make[1]: Entering directory '/home/qq/netcdf-3.6.3/f90'
make[2]: Entering directory '/home/qq/netcdf-3.6.3/f90'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/home/qq/program/netcdf/share/man/man3" || /usr/bin/mkdir -p "/home/qq/program/netcdf/share/man/man3"
/usr/bin/install -c -m 644 './netcdf_f90.3' '/home/qq/program/netcdf/share/man/man3/netcdf_f90.3'
test -z "/home/qq/program/netcdf/include" || /usr/bin/mkdir -p "/home/qq/program/netcdf/include"
/usr/bin/install -c -m 644 'typesizes.mod' '/home/qq/program/netcdf/include/typesizes.mod'
/usr/bin/install -c -m 644 'netcdf.mod' '/home/qq/program/netcdf/include/netcdf.mod'
make[2]: Leaving directory '/home/qq/netcdf-3.6.3/f90'
make[1]: Leaving directory '/home/qq/netcdf-3.6.3/f90'
Making install in fortran
make[1]: Entering directory '/home/qq/netcdf-3.6.3/fortran'
make  install-am
make[2]: Entering directory '/home/qq/netcdf-3.6.3/fortran'
depbase=`echo fort-attio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I..     -I../libsrc    -g -O2 -MT fort-attio.lo -MD -MP -MF $depbase.Tpo -c -o fort-attio.lo fort-attio.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libsrc -g -O2 -MT fort-attio.lo -MD -MP -MF .deps/fort-attio.Tpo -c fort-attio.c -o fort-attio.o
In file included from ncfortran.h:12:0,
                 from fort-attio.c:7:
cfortran.h:138:3: 错误:#error "cfortran.h:  Can't find your environment among:    - MIPS cc and f77 2.0. (e.g. Silicon Graphics, DECstations, ...)         - IBM AIX XL C and FORTRAN Compiler/6000 Version 01.01.0000.0000         - VAX   VMS CC 3.1 and FORTRAN 5.4.                                      - Alpha VMS DEC C 1.3 and DEC FORTRAN 6.0.                               - Alpha OSF DEC C and DEC Fortran for OSF/1 AXP Version 1.2              - Apollo DomainOS 10.2 (sys5.3) with f77 10.7 and cc 6.7.                - CRAY                                                                   - NEC SX-4 SUPER-UX                                                      - CONVEX                                                                 - Sun                                                                    - PowerStation Fortran with Visual C++                                   - HP9000s300/s700/s800 Latest test with: HP-UX A.08.07 A 9000/730        - LynxOS: cc or gcc with f2c.                                            - VAXUltrix: vcc,cc or gcc with f2c. gcc or cc with f77.                 -            f77 with vcc works; but missing link magic for f77 I/O.     -            NO fort. None of gcc, cc or vcc generate required names.    - f2c    : Use #define    f2cFortran, or cc -Df2cFortran                 - NAG f90: Use #define NAGf90Fortran, or cc -DNAGf90Fortran              - Absoft UNIX F77: Use #define AbsoftUNIXFortran or cc -DAbsoftUNIXFortran     - Absoft Pro Fortran: Use #define AbsoftProFortran     - Portland Group Fortran: Use #define pgiFortran     - PathScale Fortran: Use #define PATHSCALE_COMPILER"
  #error "cfortran.h:  Can't find your environment among:\
   ^
Makefile:426: recipe for target 'fort-attio.lo' failed
make[2]: *** [fort-attio.lo] Error 1
make[2]: Leaving directory '/home/qq/netcdf-3.6.3/fortran'
Makefile:584: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/home/qq/netcdf-3.6.3/fortran'
Makefile:362: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

哎,之前在redhat下已经能转wrf了,但由于系统内核老是崩溃就转在fedora下转,之前编译netcdf到跑wrf一路正常,但现在卡到netcdf这过不去了,由于是新手,我查了官网的解决办法,人家说那是4.2之后才会出现的问题。到底怎么解决啊?求大家帮忙。谢谢
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-2-4 13:48:51 | 显示全部楼层
无敌泡 发表于 2015-2-3 22:39
我一直用的都是4.0的netcdf,我的其他的都不行

好的。谢谢。
密码修改失败请联系微信:mofangbao
回复 支持 1 反对 0

使用道具 举报

新浪微博达人勋

发表于 2015-2-3 18:31:34 | 显示全部楼层
有个命令是查询linux系统的gcc的版本的,亲可以找找,看是不是gcc版本对应不上呢。我也遇到过
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-2-3 18:35:09 | 显示全部楼层
无敌泡 发表于 2015-2-3 18:31
有个命令是查询linux系统的gcc的版本的,亲可以找找,看是不是gcc版本对应不上呢。我也遇到过

我gcc版本现在是4.9的,之前的是4.3的没问题。现在就出现这问题了。请问这个问题你是怎么解决的?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-2-3 22:39:33 | 显示全部楼层
123349818 发表于 2015-2-3 18:35
我gcc版本现在是4.9的,之前的是4.3的没问题。现在就出现这问题了。请问这个问题你是怎么解决的?

我一直用的都是4.0的netcdf,我的其他的都不行
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-3-17 16:31:15 | 显示全部楼层
本帖最后由 葫芦爷儿 于 2018-3-17 16:37 编辑

找到了办法,需要将fortran转为C   export CPPFLAGS="-Df2cFortran" https://www.unidata.ucar.edu/sup ... units/msg00105.html
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表