The following reply was made to PR os-next/1614; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: os-next/1614: can't compile
Date: Fri, 2 Jan 1998 11:17:40 -0800 (PST)
On Fri, 2 Jan 1998 [EMAIL PROTECTED] wrote:
> sleep 5; /bin/ranlib libap.a
> /bin/ranlib: warning for library: libap.a the table of contents is empty (no
> object file members in the library)
> *** Exit 1
> *** `libap.a' removed
> Stop.
> *** Exit 1
> Stop.
Try doing a make clean first. The line right before this in the output
should have been:
ar cr libap.a ap_slack.o
and now that you've added a symbol to ap_slack.c this certainly shouldn't
fail.
Dean