Subject: Re: Build problem on i386
To: None <current-users@netbsd.org>
From: C Kane <ckane@best.com>
List: current-users
Date: 07/06/1999 18:48:43
Paul Newhouse wrote:
>From a sup just before midnight on Jul 4, 99 after
>
>(cd /usr/src;make build)
>
>I get:
>
>all ===> lib/libarch
>building shared i386 library (version 0.2)
>ld -x -shared  -o /usr/src/lib/libarch/i386/libi386.so.0.2    --whole-archive l
ibi386_pic.a --no-whole-archive
>ld: libi386_pic.a: No such file or directory
>*** Error code 1
>
>Stop.

I'm getting this, too.

There is a file libi386_pic.a in /usr/src/lib/libarch/i386.
If I run the command myself using a FQ path for libi386_pic.a,
then I get many errors about bfd assertions failing.

What am I doing wrong?

Thanks...
-- Chuck