2004年3月4日(木)

intel compiler

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: [an error occurred while processing this directive]]

あわせて読みたい