Hi

 

I am trying to compile openssl 9.8 on Solaris x86 8.0. openssl 9.7 used to
compile without any problems. Let me know any thing else you like to know
about my system.

 

Uname -a:

            SunOS p125236 5.8 Generic_117351-21 i86pc i386 i86pc

 

GCC -version:

 

gcc (GCC) 3.4.2

Copyright (C) 2004 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 

OPENSSL CONFIG:

 

            ./Configure --openssldir=$(PKG_32BIT_INSTALL_DIR)
solaris-x86-gcc

 

I get the following error:

 

gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -O3 -fomit-frame-pointer -march=pentium -Wall -DL_ENDIAN
-DOPENSSL_NO_INLINE_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c  -o x86cpuid-elf.o
x86cpuid-elf.s

Assembler: x86cpuid.s

        "x86cpuid-elf.s", line 132 : Syntax error

        "x86cpuid-elf.s", line 133 : Syntax error

        "x86cpuid-elf.s", line 134 : Syntax error

        "x86cpuid-elf.s", line 135 : Syntax error

        "x86cpuid-elf.s", line 136 : Syntax error

        "x86cpuid-elf.s", line 137 : Syntax error

        "x86cpuid-elf.s", line 138 : Syntax error

        "x86cpuid-elf.s", line 139 : Syntax error

gmake[2]: *** [x86cpuid-elf.o] Error 1

 

The contents of the x86cpuid-elf.s from 132 to 139 lines are:

 

    pxor    %xmm0,      %xmm0

    pxor    %xmm1,      %xmm1

    pxor    %xmm2,      %xmm2

    pxor    %xmm3,      %xmm3

    pxor    %xmm4,      %xmm4

    pxor    %xmm5,      %xmm5

    pxor    %xmm6,      %xmm6

    pxor    %xmm7,      %xmm7

 

Thanks

 

SAM SHARMA

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to