|
From: <jde...@ya...> - 2003-08-18 15:17:14
|
Hello i've installed libcrypto.a (get from cygwin) in c:\mingw\lib and when i want to compile my program, at link time when i want to create the .dll, i have : *** Warning: linker path does not have real file for library -lcrypto. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libcrypto and none of the candidates passed a file format test *** using a file magic. Last file checked: c:/MINGW/BIN/../lib/gcc-lib/mingw32/3.2.3/../../..//libcrypto.a *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. i've missed something about libcrypto.a ? maybe i have to compile again zlib with mingw to have a libcrypto.a compiled with mingw ? help, i need some help thanks enzo ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com |