Subject: Re: top and ps in current
To: None <port-i386@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-i386
Date: 11/14/1999 13:47:49
In article <382E6660.8B58CE4E@switchpwr.com>,
mel kravitz <melk@switchpwr.com> wrote:
>>
>
>Hi,
>Thank you for your reply, i followed the reference given below;
>
>> This is covered in the FAQs - look at
>> http://www.NetBSD.ORG/Documentation/misc/index.html#proc-size-mismatch
>
>however i get when trying to build libkvm( make ,make install):
>error: don't know how to make /usr/lib/crtbeginS.o. stop
>How do i handle this?

It appears that you have not upgraded to ELF yet. Edit your /etc/mk.conf
and add a line:

OBJECT_FMT = "a.out"

christos