[Lapackpp-devel] Re: Doc for Lapackpp
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-05-15 14:32:53
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Arash Noorghorbani schrieb: > I do all you said, I download tar file and make a project in VS8 Express, > d:\WORK\lapackpp-2.4.8\include\latmpl.h(156) : warning C4244: '=' : You are using lapackpp-2.4.8. I've just released a new version, lapackpp-2.4.9. The compiler errors are already fixed in that version. However, indeed there is a missing library: > LIB : fatal error LNK1181: cannot open input file 'libg2c.a' > Build log was saved at "file://d:\WORK\lapackpp-2.4.8\Debug\BuildLog.htm" > lapackpp - 1 error(s), 1 warning(s) That library is installed with the "mingw32-gcc-fortran" compiler, which is needed if you also compile the BLAS and LAPACK libraries. In your case, you don't need that full compiler package but only this particular libg2c.a file. For that reason I've uploaded it on http://sourceforge.net/project/showfiles.php?group_id=99696 so that you can download it from there and make sure it can be found during linking of the lapackpp.lib library. Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRGiQ8mXAi+BfhivFAQLhYwP+MHo/Ekkc4ldS1XIR1ocaiYue/8qevJmO e8hnd1W+jn7dXFnVzVERXNBne45zywfzkhge7nfMykIPmyDIeAmm6IRZXLTKPHl8 uqaRHnmlOhlomLTad77fbvvaGo1Ral/5/ApbBqXbT71QJ77WKPCJTqrVmFFsp2OT 4AMoRD6E+M8= =Oacu -----END PGP SIGNATURE----- |