IFC fails to link when invoked with -ax or -x option because a static library of ifc has an unresolved symbol, __sigsetjmp. The following is an example of error messages: test.f90(1) : (col. 0) remark: main has been targeted for automatic cpu dispatch. /usr/local/intel/compiler70/ia32/lib/libirc.a(cpu_disp.o): In function `has_osfxsr_set': cpu_disp.o(.text+0xea): undefined reference to `__sigsetjmp' Fix: Please consider applying the patch: How-To-Repeat: ifc -axK foobar.f90
Responsible Changed From-To: freebsd-ports-bugs->maho Over to maintainer
State Changed From-To: open->closed Committed, thanks!