Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Problem whit GETCHARQQ()

cesarpradosboda
Beginner
390 Views

Hi,

I want to make the migration of a code (I dont make the code and the person who has made it, he dont work now with us) that use the next function:
GETCHARQQ(), for use this in theory you must include USE DFLIB. In this code I think that he used the next formulation
INCLUDE 'flib.fi' & INCLUDE 'flib.fd'. In order to adapt the code to Intel Fortran, I comment this instruction and use IFCORE, then I obtain this result:

Creating library...

Fatal error cannot open "..object/ids_cui_ext.obj"

xilib: error: problem during multi-file optimization compilation (code 1)

xilib: error: problem during multi-file optimization compilation (code 1)

Im a little lost, Thanks in advance

Cesar Prados
0 Kudos
1 Reply
TimP
Honored Contributor III
390 Views
Certainly, your substitution of USE IFCORE is in accord with ifort documentation. Assuming that .obj file is one which should result from compilation, it appears that you have a compilation error, and will need to find the message directly relating to it.
0 Kudos
Reply