- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You must recompile all Fortran code with 8.0 - you can't mix 7.x libraries with it.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page