Hi,

In message <[EMAIL PROTECTED]>,
 `Andy Polyakov <[EMAIL PROTECTED]>' 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@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to