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.
29280 Discussions

Linker doesn't find static library although the libpath entry is correct

Dobrivoje_N_
Beginner
375 Views
My F90 project in .Net2003 (German version) doesn't find a static library whose path is correctly specified in libpath. generating instead LNK2019 or LNK2001 error messages. Specifying the same path in Tools>Options... doesn't help either. However, if the static library (result of an another F90 project realsised with the same .Net2003) is placed into the project, the external symbol resolution works fine.
Any ideas and/or experiences?
Congratulations on a good optimisation in V9.0: without any changes to the code whatsoever, my mixed F77 & F90 applications run faster by a factor of 1.4-2!
0 Kudos
1 Reply
Steven_L_Intel1
Employee
375 Views
The environment variable used for libraries is LIB not LIBPATH. But this is not used by the VS.NET environment Are you setting the path in Tools..Options..Intel Fortran..General..Directories..Library Files?
0 Kudos
Reply