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

Link Message help

wmsk77
Beginner
392 Views

Hello,
When I copile my Fortran program using Compaq Visual Fortran Compiler (V6.6) I get nor warning or error messages. However, when I build the program or try to execute the code Compaq Visual Fortran Compiler I get the following error messages:


GreenPhys.obj : error LNK2001: unresolved external symbol _DQEBA01@32
GreenPhys.obj : error LNK2001: unresolved external symbol _DQEBAB01@40
GreenPhysComp.obj : error LNK2001: unresolved external symbol _DQEBABIG@40
MatrixA.obj : error LNK2001: unresolved external symbol _DGEEV@64
Debug/Backcal.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.

Backcal.exe.exe - 5 error(s), 0 warning(s)

Any suggestion will be highly appreciated since I am disparate. If needed I can send the entire program.

Thanks.

Omar

0 Kudos
1 Reply
anthonyrichards
New Contributor III
392 Views
DGEEV is a LAPACK (justuse Google for details)routine. You probablyneed to add the LAPACK (and possibly LINPACK) libraries to your project.
0 Kudos
Reply