[Lapackpp-devel] Re: again about the lapackpp
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-05-17 10:59:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Arash Noorghorbani schrieb: > Then I add all header files of SDK to Projects > and also add 4 dll of the first installation () to the projects and then > I get this error: for 'libg2c.a' > > ------ Build started: Project: lapackpp, Configuration: Debug Win32 ------ > (...) > Compiling resources... > Creating library... > LIB : fatal error LNK1181: cannot open input file 'libg2c.a' > Build log was saved at "file://d:\WORK\lapackpp-2.4.9\Debug\BuildLog.htm" > lapackpp - 1 error(s), 1 warning(s) Are you not quite familiar with the compiler? If you say in the Linker tab of the preferences that libg2c.a is an input file to the linker, then you need to put that file into a place that will be used by the linker, e.g. d:\WORK\lapackpp-2.4.9\ . > ------ Build started: Project: tGenSolve, Configuration: Debug Win32 ------ > Compiling... > (...) > Linking... > LINK : fatal error LNK1181: cannot open input file 'lapackpp.lib' > Build log was saved at > "file://d:\WORK\lapackpp-2.4.9\testing\Debug\BuildLog.htm" > tGenSolve - 1 error(s), 0 warning(s) Of course the tGenSolve project cannot open the file lapackpp.lib -- this will only be generated if the lapackpp project (the first one, above) finishes successfully, which it doesn't do so far. Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRGsB5WXAi+BfhivFAQI5OwQAreQrA4Vkbm2DxuXYs9Z1TUmeFZD+puXw bdE+efulZWpo5nx5SRYdrSR972xor7Qs4dfx02V/Tv7AD/SYfPsO1vdoQxmCtIcU Ng7zIIsKw+Q6j3I7PugYxqTlbVcYk9c67qzT41Vq/XL/iSlRfC8+elVm2Kdz1eE2 5SgL9m1/j5s= =I32A -----END PGP SIGNATURE----- |