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

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

by GOTOU Yuuzou :: Rate this Message:

Reply to Author | View in Thread

Hi,

In message <42B02075.8060208@...>,
 `Andy Polyakov <appro@...>' wrote:
>  > 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.

Thanks, that works perfectly.

> 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?

Hmm, file(1) doesn't follow symlinks by default.
How about to use -L option?

  % file /usr/lib/libc.so.12.129
  /usr/lib/libc.so.12.129: symbolic link to `../../lib/libc.so.12.129'
  % file -L /usr/lib/libc.so.12.129
  /usr/lib/libc.so.12.129: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped

--
gotoyuzo
______________________________________________________________________
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