Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

link error...

maxlox
Beginner
500 Views

The library are separately compiled from the main program FEAP (this is the indication of the author: there are about 1400 files), and all of them are write in fortran.

Doing the suggest, however, I obtain this:

<

------ Inizio rigenerazione: Progetto: feap, Configurazione: Release Win32 ------

Deleting intermediate files and output files for project 'feap', configuration 'Release|Win32'.

Compiling with Intel Fortran 9.1 C:ProgrammiIntelCompilerFortran9.1IA32...

....mainfeap75.f

....maincontact.f

Linking...

feap75.obj : error LNK2019: riferimento al simbolo esterno _PSTART@0 non risolto nella funzione _MAIN__

feap75.obj : error LNK2019: riferimento al simbolo esterno _PINSTALL@0 non risolto nella funzione _MAIN__

feap75.obj : error LNK2019: riferimento al simbolo esterno _FILNAM@0 non risolto nella funzione _MAIN__

feap75.obj : error LNK2019: riferimento al simbolo esterno _PCONTR@0 non risolto nella funzione _MAIN__

Release/feap.exe : fatal error LNK1120: 4 esterni non risolti

Build log written to "file://C:ProgrammiFEAPver75prog24apr2007feapReleaseBuildLog.htm"

feap build failed.

---------------------- Operazione completata ----------------------

Rigenerazione: 0 completate, 1 non riuscite, 0 ignorate

>

0 Kudos
1 Reply
Steven_L_Intel1
Employee
500 Views

Please reply to an existing message thread instead of starting a new one.

Did you recompile the library using Intel Fortran? You must do so (and you should then remove the changes I suggested.)

If you need more help, please submit a support request to Intel Premier Support and attach a ZIP of your project and files, along with a description of the problem.

0 Kudos
Reply