[Lapackpp-devel] Re: again about the lapackpp
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-05-17 15:22:26
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Arash Noorghorbani schrieb: > I think that this source need to "libgcc.a", that's why I asked you. > By your advise, I do what you say. But there is one problem now: > It seems that for compile twice use form 'liblapack32.dll' , first time > is ok, BUT for the second time, it said cannot open!! > > ------ Build started: Project: lapackpp, Configuration: Debug Win32 ------ > ... > Build log was saved at "file://d:\WORK\lapackpp-2.4.9\Debug\BuildLog.htm" > lapackpp - 0 error(s), 8 warning(s) so the lapackpp.dll library now compiled without errors. That's at least something. > ------ Build started: Project: tGenSolve, Configuration: Debug Win32 > Compiling... > Linking... > LINK : fatal error LNK1181: cannot open input file 'liblapack32.dll' I'm sorry; it turns out the project file in lapackpp-2.4.9 cannot build an actual DLL of lapackpp. I've just released a version lapackpp-2.4.10 that will now build an actual DLL. You will need a libblas32.lib and liblapack32.lib for that, but this is (already) contained in the setup.exe of 2.4.9 in "Program files\lapackpp\lib". But you won't need libg2c.a or libgcc.a anymore. It is up to you to adapt the linker input directory accordingly, but apart from that, the vcproj file in 2.4.10 should now work without further problems. Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRGtAMmXAi+BfhivFAQIjQQP8DxRZR1ur5yNUKbhkW+8F+m1aUIsDycb4 6iQnipbJp+S3lNhkI6P03H7CutCPBO2hLJ9KwQQNGn0k9ayr59baKvN3LmaEcd4q h5/Bm9/bkFI++h4nLGLi+1YBrl1HIHmiqSJb1VXTgfEyVVfTGwjVpsAbqZ/NMHKS P9xR6+7hcKE= =yqIm -----END PGP SIGNATURE----- |