On Thu, 16 Apr 1998, Q wrote:
> > I'm trying to compile the SSLeay-0.9.0 on FreeBSD-2.2.5, but its outputs
> > are following error messages.
> > 
> 
> delete the file crypto/cast/asm/cx86unix.cpp and do another make.

A more detailed explination is that I fixed a bug in my perl -> asm
scripts and then forgot to regenerate the assember code.
Normally running util/x86asm.sh will rebuild all the assember code from the
perl script, but since I acidently left out the sha1 assember this will not
currently work.  This will be fixed in SSLeay 0.9.1 (0.9.0a?).

x86 solaris also has problems because in the Configure script, line 58,
$x86_sol_asm="asm/bn86-sol.o:asm/dx86-sol.o asm/yx86-sol.o:asm/bx8.....
                                           ^ has a : at this location
instead of a space so the wrong names get put into the makefile for the files
to use for assember.  Replace this colon to fix the problem.

eric

+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/  |
+-------------------------------------------------------------------------+

Reply via email to