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