« Return to Thread: crypt/des/dx86-out.s fails on NetBSD

Re: crypt/des/dx86-out.s fails on NetBSD

by Andy Polyakov :: Rate this Message:

Reply to Author | View in Thread

> cyrpt/des/dx86-out.s makes some errors in build process.
> For now, I can only attach a summary of make report.
> Please let me know if you need more information.

 > gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -pthread
-D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN
-DTERMIOS -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c -c dx86-out.s
 > dx86-out.s: Assembler messages:
 > dx86-out.s:2487: Error: alignment not a power of 2

 > Target:           BSD-x86
 > Configured with: ... --target=i386--netbsdelf

Apparently it fails to recognize your target as ELF.

1. Verify that you can build if you configure with './Configure
BSD-x86-elf ...', where '...' stand for options you would otherwise pass
to ./config.

2. See ./config script line 663 and below and speculate why do you think
it doesn't recognize your system as ELF? Maybe shared libraries reside
in /shlib?

A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@...
Automated List Manager                           majordomo@...

 « Return to Thread: crypt/des/dx86-out.s fails on NetBSD