Hi, I'm using openssl-0.9.8e.tar.gz with my application under Linux. Now, i want to cross-compile my app for Windows and i must cross-compile openssl first, under mingw, but i can't.
That is what i do: ./Configure mingw no-sha512 shared threads make CC=i586-mingw32msvc-gcc RANLIB=i586-mingw32msvc-ranlib (Since the variables CC and RANLIB are not set by Configure properly) It stops after a few seconds with the following error: In file included from cversion.c:62: buildinf.h:6:4: #error "Windows builds (PLATFORM=mingw) use mk1mf.pl-createdMakefiles" make[1]: *** [cversion.o] Error 1 make[1]: se sale del directorio `/home/jor/devel/openssl-0.9.8ewin/crypto' make: *** [build_crypto] Error 1 What steps am i missing or what am i doing wrong? Thank you, -- Jorge Fernandez