- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Dear Fellows,
I having the following error when I link my application with ifort 8.0.039:
ifort -pc80 -tpp7 -xW -ip -O2 -Vaxlib -o oceanS libocean.a -L/opt/intel/compiler70/ia32/lib -lnetcdf
libocean.a(ocean.o)(.text+0xa): In function `MAIN__':
: undefined reference to `__intel_proc_init'
/opt/intel/compiler80/lib/libifcoremt.a(cvt_cvtas_x.o)(.text+0xb9c): In function `cvt_ieee_x_to_text_ex':
: undefined reference to `a_mulq'
/opt/intel/compiler80/lib/libifcoremt.a(cvt_cvtas_x.o)(.text+0x1296): In function `cvt_ieee_x_to_text_ex':
: undefined reference to `a_divq'
make: *** [../oceanS] Error 1
Notice that I am using a library compiled with ifc 7.0. This
for the IO NetCDF library.
I appreciate any help to resolve the undifined references.
Thank you, Hernan
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You must recompile all Fortran code with 8.0 - you can't mix 7.x libraries with it.
