Subject: Re: lint and getprogname
To: Ruibiao Qiu <ruibiao@arl.wustl.edu>
From: Bang Jun-Young <bjy@mogua.org>
List: current-users
Date: 03/18/2001 19:24:39
Ruibiao Qiu wrote:
> I trying to bring a sparc box to current.  I already have 1.5S kernel running,
> but I am having problem "make build".  I tried "make includes", but
> there is some directory not exist under /usr/include/ (cdk).  So, I
> tried to rebuild lib/libc, but I got a lint error.  So, I tried to
> make and install lint, but I got error about "getprogname".  "UPGRADING" says
> that I need rebuild lib/libc, but I need to build lint first to build libc.
> How should I proceed now?

Replacing

{
	... getprogname() ...
}

with

{
	extern char *__progname;

	... __progname ...
}

might help.

Jun-Young

--
Bang Jun-Young <bjy@mogua.org>