Compile trouble with openssl-0.9.7-beta3 and Borland Compiler

2002-08-04 Thread Hataguchi Takeshi
I failed to compile openssl-0.9.7-beta3 with Borland's compiler. How can I compile it scuccessfully? Environment: OS: Microsoft Windows98 4.10.1998 (Japanese Edition) Compiler: Borland C++ 5.5 for Win32 Error messages: from here MAKE Vers

Re: 0.9.7-beta3 : build problem on Win32 (FIXED ?)

2002-08-04 Thread Jeffrey Altman
This has been properly fixed in the current snapshots by removing the OpenSSLDie() function entirely from the distribution. > I added the $(CRYPTOOBJ) above (see ). > This single fix allowed the build to succeed. > And the ms\test all pass. > > I would appreciate whoever is in charge of the

Re: 0.9.7-beta3 : build problem on Win32 (FIXED ?)

2002-08-04 Thread Olivier Mascia
Dear, I previously wrote: > Building openssl-0.9.7-beta3 on Win32 (MSVC+NASM), I get the following > unresolved external while linking SSLEAY32.DLL : > <...> > link /nologo /subsystem:console /machine:I386 /opt:ref /dll > /out:out32dll\ssleay32.dll /def:ms/SSLEAY32.def > @C:\DOCUME~1\Olivier\LOC

0.9.7-beta3 : build problem on Win32

2002-08-04 Thread Olivier Mascia
Dear, Building openssl-0.9.7-beta3 on Win32 (MSVC+NASM), I get the following unresolved external while linking SSLEAY32.DLL. I understand that OpenSSLDie is implemented in cryptlib.c and that this module is probably missing in the link configuration file. Though I have not yet found where the li