Re: [apache-ssl] SSL on Solaris x86 (compile errors)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-ssl] SSL on Solaris x86 (compile errors)



The platform I am trying to compile SSL is:
Solaris 2.6

The SSL version is:
SSLeay-0.9.0b

-angelko
------------


SSL(eay, I presume) Version?

cheers,
Adam

Angelko Krstanovic wrote:
> 
> Has anyone encountered compiler errors when compiling SSL for Solaris
x86
> (2.6)?
> 
> Here is what I am getting:
> 
> gcc -E -DSOL asm/rm86unix.cpp | sed 's/^#.*//' > asm/rm86-sol.s
> as -o asm/rm86-sol.o asm/rm86-sol.s
> Assembler: rmd-586.s
>         aline 664       : syntax error
>         aline 677       : syntax error
>         ...
> 
> After about 30 more lines for aline sysntax arrors, the compiler aborts.
> 
> Thanks.
> -angelko