- 积分
- 593
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-3-24
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2013-9-10 18:39:13
|
显示全部楼层
make check提示:
make[2]: 离开目录“/opt/netcdf-4.1.3/nf_test”
make[1]: 离开目录“/opt/netcdf-4.1.3/nf_test”
Making check in cxx
make[1]: 进入目录“/opt/netcdf-4.1.3/cxx”
source='netcdf.cpp' object='libnetcdf_c___la-netcdf.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
/bin/sh ../libtool --tag=CXX --mode=compile /home/wwg/pgi/linux86/10.6/bin/pgCC -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include -I../liblib -g -c -o libnetcdf_c___la-netcdf.lo `test -f 'netcdf.cpp' || echo './'`netcdf.cpp
libtool: compile: /home/wwg/pgi/linux86/10.6/bin/pgCC -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include -I../liblib -g -c netcdf.cpp -fpic -DPIC -o .libs/libnetcdf_c___la-netcdf.o
"/usr/include/time.h", line 123: error: identifier "__syscall_slong_t" is
undefined
__syscall_slong_t tv_nsec; /* Nanoseconds. */
^
1 error detected in the compilation of "netcdf.cpp".
make[1]: *** [libnetcdf_c___la-netcdf.lo] 错误 1
make[1]: 离开目录“/opt/netcdf-4.1.3/cxx”
make: *** [check-recursive] 错误 1
|
|