How do add decoration to imported subroutines in Intel Compiler?

  • Follow


Our build machine compiles a Fortran file using the Intel compiler
v9.1.024.  Doing a dumpbin on the object shows that a routine imported
from a linked-in library is specified as AYNUMI@0 and is indeed
represented as such in the lib file.
However my machine is on v9.1.037, and a dumpbin on the object created
from exactly the same ifort command line shows that object is now
looking for AYNUMI, ie. without the decoration.  My link therefore
fails as the lib (created with CVF) indeed exports AYNUMI@0.
Any idea how to add the decoration that was removed presumable as a
default during the changes from 24 to 37?

0
Reply acfer (43) 7/27/2007 8:34:08 AM

On Jul 27, 4:34 am, ferrad <ac...@hotmail.com> wrote:

> Any idea how to add the decoration that was removed presumable as a
> default during the changes from 24 to 37?

This is a bug with an easy workaround.  See discussion in your thread
at http://softwarecommunity.intel.com/isn/Community/en-US/forums/thread/30238380.aspx
I've already notified development of the problem.

Steve

0
Reply Steve.Lionel (766) 7/27/2007 2:36:35 PM


1 Replies
31 Views

(page loaded in 0.07 seconds)

Similiar Articles:







7/27/2012 8:16:04 AM


Reply: