*BSD News Article 58083


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!usenet.eel.ufl.edu!eng.ufl.edu!usenet.ufl.edu!livia.unf.edu!usenet.unf.edu!osprey.unf.edu!caddy
From: caddy@osprey.unf.edu (Cliff Addy)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: cnews make problem
Date: 24 Dec 1995 23:28:13 GMT
Organization: University of North Florida
Lines: 25
Message-ID: <4bknmd$up8@osprey.unf.edu>
NNTP-Posting-Host: osprey.unf.edu
X-Newsreader: TIN [version 1.2 PL2]

I tried to compile the cnews from the 2.0.5 cd.  make crashes out with:

==== util:
gcc  -O  -I../include gngp.o ../libcnews.a -o gngp
gcc  -O  -I../include newslock.o ../libcnews.a -o newslock
gcc  -O  -I../include ctime.o ../libcnews.a -o ctime
gcc  -O  -I../include canonhdr.o ../libcnews.a -o canonhdr
gcc  -O  -I../include getabsdate.o ../libcnews.a -o getabsdate
gcc  -O  -I../include sizeof.o ../libcnews.a -o sizeof
gcc  -O  -I../include dbz.o ../libcnews.a -o dbz
gcc  -O  -I../include now.o ../libcnews.a -o now
gcc  -O  -I../include -c dostatfs.c
In file included from /usr/include/sys/mount.h:41,
					  from dostatfs.c:17:
/usr/include/sys/ucred.h:47: `NGROUPS' undeclared here (not in a function)
 *** Error code 1

Stop.
*** conf/inall terminated
*** Error code 1

Any idea how to fix this?  In another file, NGROUPS was defined as GROUPS
which was defined in another file as 16, but I don't know if that right.

Cliff