Re[4]: openssl-0.9.8 will not compile on MinGW

2005-07-08 Thread Alex Yaroslavsky
Hello, Frank! FB> Yes this work's Good Bugfix. And how can we inform the maintainers, so that FB> he can correct the build files? I'm new here, so I don't know how it works. I think what needs to be done is the "prerl -> asm" line added to the bat file (like all other asm creation) and the created

Re[2]: openssl-0.9.8 will not compile on MinGW

2005-07-07 Thread Alex Yaroslavsky
Hello, Alex! AY> Then I just ran the rest of the mingw32.bat file You need only this part, not all the bat file. Sorry. AY> echo Building the libraries AY> mingw32-make -f ms/mingw32a.mak AY> if errorlevel 1 goto end AY> echo Generating the DLLs and input libraries AY> dllwrap --dllname libeay3

Re: openssl-0.9.8 will not compile on MinGW

2005-07-07 Thread Alex Yaroslavsky
Hello, Frank! FB> Hello, i have tryed to compile openssl but it stops with the error: FB> gcc -o out\md2test tmp\md2test.o out\libssl.a out\libcrypto.a -lwsock32 FB> -lgdi32 FB> out\libcrypto.a(cryptlib.o)(.text+0x2b9):cryptlib.c: undefined reference to FB> `OPENSSL_ia32_cpuid' Yeah, I got that e