On Tue, November 27, 2007 16:40, Riccardo Sabatini wrote: > ipo: warning #11023: file format not recognized for ../flib/flib.a > ipo: warning #11023: file format not recognized for ../iotk/src/libiotk.a
In my experience ipo (Interprocedural Optimizations) is an endless source of problems, especially for ifort 8.0-8.1. You may try to disable it by adding the flag -no-ipo to the F90FLAGS in you make.sys file. -- Lorenzo Paulatto +39 040 3787 511 http://people.sissa.it/~paulatto/ ---------------------------------------------------------------- SISSA Webmail https://webmail.sissa.it/ Powered by SquirrelMail http://www.squirrelmail.org/
