The following reply was made to PR os-next/1614; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Keith Severson <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-next/1614: can't compile Date: Fri, 2 Jan 1998 10:55:11 -0700 (MST) On 2 Jan 1998, Keith Severson wrote: > sleep 5; /bin/ranlib libmain.a > cc -c -I../regex -I../os/unix -I../main -DNEXT ap_signal.c > rm -f libap.a > ar cr libap.a ap_signal.o > 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 changing the "$(RANLIB) $@" line in src/ap/Makefile.tmpl to "-$(RANLIB) $@". You will need to rerun Configure after that. If that fails, you will have to add a bogus symbol or function to src/ap/ap_signal.c to stop your ranlib from complaining.
