[EMAIL PROTECTED] via RT wrote: > Hi, > > I am having a bit of a trouble compiling the openSSL release 0.9.8e > under WinXP SP2. > > The version of minGW's the gcc compiler I am using is 3.4.5-20060117-1 > and the minGW32-make is 3.80.0-1. > > For some reason the build tools use malformed file names such as > ".\crypto\/cryptlib.h" (pay attention to the "\/" -- it's not V, but "\" > and "/" concatenated) and the compilation fails with the final message > being "mingw32-make: *** [tmp\cryptlib.o] Error 1". I included the > compile log with my letter. Any ideas what might be the issue here?
The fact that you see \/ is not relevant, or at least it's not the one causing problems. Trouble apparently is that gcc fails to locate standard headers, such as stdio.h, stdlib.h, windows.h, etc. You're likely to fail to compile *any* program. In other words it's no OpenSSL problem and I'm dismissing this case. A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]