Am Samstag, 1. Juli 2006 01:17 schrieb Do bi:
> In compiling lapackpp.vcproj, I encounter this:
> LINK : fatal error LNK1181: cannot open input file 'liblapack32.lib'
The linker library file "liblapack32.lib" (without the "pp") is needed
together with "liblapack32.dll", and both are contained in the setup.exe
package of lapackpp-2.4.10. In order for the compiler/linker to find the file
"liblapack32.lib", you need to specify the directory where it is located in
the setting "Linker -> General -> Input directories" (or similar). If you
installed the setup.exe into c:\Lapackpp, then the respective directory would
be c:\Lapackpp\lib . This is where libblas32.lib and liblapack32.lib is
located.
Christian
|