Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29249 ディスカッション

linker error using ifort 10.0.020 on Mac OS X 10.4.10

atomicham
ビギナー
444件の閲覧回数
Greetings, I have been using ifort 9.1.039 successfully with my code that links against openmpi 1.2.3 and netcdf 3.6.2. I recently upgraded to ifort 10.0.020, recompiled openmpi and netcdf, then compiled my code.

When using full optimizations, everything works wonderfully; however, when compiling with debug symbols (-g), the linker fails with:

ld: internal error: output_local_symbols() inconsistent local symbol count

This is an internal error within the Apple linker (version cctools-622.5.obj~13) that is only triggered when I use 10.0.020; however, it does not occur for most cases, only when combining the large (400k+ lines of code) model I am using with openmpi. Openmpi fortran examples work fine with -g, so I am not sure why there is an issue. I am stuck with ifc 9.1.039 for now.

Any suggestions?
0 件の賞賛
1 返信
Steven_L_Intel1
従業員
444件の閲覧回数
Please report this problem to Intel Premier Support and provide your program as a test case. Make sure that you specify exactly what version of Mac OS you're using.
返信