Intel の FORTRAN compiler のバージョンを8にあげたら、リンクの段階で libifcore.a の中の IO_putc が undefined だとなってこけるようになってしまった…。
なんだ?この挙動は
一方 C のコンパイラの方も、 ifc と競合しなくなっているようなのでインストールしてみる。
しかし相変わらず Intel のサイトは反応鈍いし使いにくいな。パスワードが失効していたので作り直させられてはしくじって、結局パスワードをメールさせる始末。だったらそっちでジェネレートしてくれって感じ。
/usr/local/intel_fc_80/lib/libifcore.a(for_pause.o): In function `for_pause':
for_pause.o(.text+0xb3): undefined reference to `_IO_putc'
for_pause.o(.text+0x17c): undefined reference to `_IO_getc'
for_pause.o(.text+0x242): undefined reference to `_IO_putc'
*** Error code 1
[referer:
The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file.
]