Subject: Re: problem compiling bin/rcp w/crypto-us
To: None <current-users@mail.netbsd.org>
From: Paul Newhouse <newhouse@totalarchive.com>
List: current-users
Date: 06/11/2000 21:11:28
On 06/08/2000 23:40:34  Brad Spencer <brad@anduin.eldar.org> replied:

>  .if (${MACHINE_ARCH} == "i386") && (${OBJECT_FMT} != "a.out")
>  #       XXX x86 assy produces lots of RRS text relocation errors on shared
>  #       XXX lib, must fix.
>A .PATH: ${.CURDIR}/arch/i386
>B SRCS+=  dx86unix.s yx86unix.s 
>C #SRCS+= des_enc.c fcrypt_b.c
>D #CPPFLAGS+=      -DDES_UNROLL -DDES_RISC1
>  .else
>
>Comment out A and B and uncomment C and D.  Then rebuild and install the
>library.  Things should proceed along better.  [Note: The check for
>MACHINE_ARCH == i386 and OBJECT_FMT == a.out is a recent change].

1.  Thanks.  That helped.
2.  Especially after I learned to spell a_out ^H^H^H^H^H a.out, correctly.

Thanks again,
Paul