home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.protocols.kerberos
- Path: sparky!uunet!stanford.edu!cc.vt.edu!bagley
- From: bagley@cc.vt.edu (Victor L. Bagley)
- Subject: patch for the Next
- Message-ID: <9212141940.AA02777@cc.vt.edu>
- Sender: news@shelby.stanford.edu (USENET News System)
- Reply-To: Victor Bagley<bagley@bagley.cc.vt.edu>
- Organization: Internet-USENET Gateway at Stanford University
- Date: Mon, 14 Dec 1992 19:40:57 GMT
- Lines: 31
-
- I started applying the patch and received the error listed below. So
- now what is the problem? Thanks......
-
- Checking to see how well your C compiler groks the void type...
-
- Support flag bits are:
- 1: basic void declarations.
- 2: arrays of pointers to functions returning void.
- 4: operations between pointers to and addresses of void
- functions.
-
- It appears to support void fully.
- Your void support flags add up to what? [7]
-
-
-
- Now, how can we feed standard input to your C preprocessor...
- Maybe "/lib/cpp" will work...
- Nope, maybe "/lib/cpp -" will work...
- No such luck...maybe "cc -E" will work...
- Nixed again...maybe "cc -E -" will work...
- Nope...maybe "cc -P" will work...
- Nope...maybe "cc -P -" will work...
- Hmm...perhaps you already told me...
- Uh-uh. Time to get fancy...
- Trying (cat >/tmp/$$.c; cc -E /tmp/$$.c; rm /tmp/$$.c)
- Configure: (cat: not found
- No dice. I can't find a C preprocessor. Name one: /lib/cpp-precomp
- Sorry, I can't get that to work. Go find one.
- bagley.cc.vt.edu>
-
-