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.

HELP>>>>>???

wai88iaw
Beginner
511 Views
why i can compile a project with somefortran modules andIMSL library....but cannot built it>>> it say error??
0 Kudos
3 Replies
Steven_L_Intel1
Employee
511 Views
What is the exact and complete text of the error message?

When using IMSL, you need to specify the IMSL libraries when linking. There are several ways of doing this, and which one is best for you depends on which compiler version you are using. If you are using Intel Visual Fortran, this is explained in the section on IMSL in the Libraries chapter of the Building Applications manual.
0 Kudos
wai88iaw
Beginner
511 Views

'console1.exe': Loaded 'C:WINNTsystem32NTDLL.DLL', Cannot find or open a required DBG file.

'console1.exe': Loaded 'C:WINNTsystem32ADVAPI32.DLL', Cannot find or open a required DBG file.

'console1.exe': Loaded 'C:WINNTsystem32KERNEL32.DLL', Cannot find or open a required DBG file.

'console1.exe': Loaded 'C:WINNTsystem32 pcrt4.dll', Cannot find or open a required DBG file.

HERE is the error message, how to fix it>>>>

0 Kudos
Steven_L_Intel1
Employee
511 Views
Those are not error messages - ignore them.
0 Kudos
Reply