I have developed a project which requires LAPACK functions. I have developed it in MACINTOSH using GFORTRAN as compiler and "framework -vecLib" command to build. "vecLib" is LAPACK alternative provided by apple.
Now I need to implement the same project in Windows 64bit machine. I have Microsoft Visual Studio 2008 with Intel Visual FORTRAN compiler installed. I have implemented the source files and ready to go, except there is no LAPACK linked with my VS2008.
I have been browsing through internet for solution and found few websites which provides some comments but I couldn't get things work properly using those information.
I would truly appreciate if some one can give me a detailed step by step procedure to link LAPACK with my project.
Thanks for help,
Amitava