- 论坛徽章:
- 0
|
红帽子6.2
Linux localhost.localdomain 2.2.14-5.0smp #1 SMP Tue Mar 7 21:01:40 EST 2000 i68
6 unknown
[root@localhost openssl-0.9.8b]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
[root@localhost openssl-0.9.8b]# perl -v
This is perl, version 5.005_03 built for i386-linux
openssl-0.9.8b
./config
make clean
make
making all in crypto...
make[1]: Entering directory `/tmp/openssl-0.9.8b/crypto'
gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFC
N_H -mcpu=pentium -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_B
N_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM
-c -o x86cpuid-elf.o x86cpuid-elf.s
x86cpuid-elf.s: Assembler messages:
x86cpuid-elf.s:132: Error: suffix or operands invalid for `pxor'
x86cpuid-elf.s:133: Error: suffix or operands invalid for `pxor'
x86cpuid-elf.s:134: Error: suffix or operands invalid for `pxor'
x86cpuid-elf.s:135: Error: suffix or operands invalid for `pxor'
x86cpuid-elf.s:136: Error: suffix or operands invalid for `pxor'
x86cpuid-elf.s:137: Error: suffix or operands invalid for `pxor'
x86cpuid-elf.s:138: Error: suffix or operands invalid for `pxor'
x86cpuid-elf.s:139: Error: suffix or operands invalid for `pxor'
make[1]: *** [x86cpuid-elf.o] Error 1
make[1]: Leaving directory `/tmp/openssl-0.9.8b/crypto'
make: *** [build_crypto] Error 1
请问是缺少库还是那里的问题? |
|