home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / kerberos / 957 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.4 KB  |  43 lines

  1. Newsgroups: comp.protocols.kerberos
  2. Path: sparky!uunet!stanford.edu!cc.vt.edu!bagley
  3. From: bagley@cc.vt.edu (Victor L. Bagley)
  4. Subject: patch for the Next
  5. Message-ID: <9212141940.AA02777@cc.vt.edu>
  6. Sender: news@shelby.stanford.edu (USENET News System)
  7. Reply-To: Victor Bagley<bagley@bagley.cc.vt.edu>
  8. Organization: Internet-USENET Gateway at Stanford University
  9. Date: Mon, 14 Dec 1992 19:40:57 GMT
  10. Lines: 31
  11.  
  12. I started applying the patch and received the error listed below.  So  
  13. now what is the problem?  Thanks......
  14.  
  15. Checking to see how well your C compiler groks the void type...
  16.  
  17.   Support flag bits are:
  18.     1: basic void declarations.
  19.     2: arrays of pointers to functions returning void.
  20.     4: operations between pointers to and addresses of void  
  21. functions.
  22.  
  23. It appears to support void fully.
  24. Your void support flags add up to what? [7] 
  25.  
  26.  
  27.  
  28. Now, how can we feed standard input to your C preprocessor...
  29. Maybe "/lib/cpp" will work...
  30. Nope, maybe "/lib/cpp -" will work...
  31. No such luck...maybe "cc -E" will work...
  32. Nixed again...maybe "cc -E -" will work...
  33. Nope...maybe "cc -P" will work...
  34. Nope...maybe "cc -P -" will work...
  35. Hmm...perhaps you already told me...
  36. Uh-uh.  Time to get fancy...
  37. Trying (cat >/tmp/$$.c; cc -E /tmp/$$.c; rm /tmp/$$.c)
  38. Configure: (cat: not found
  39. No dice.  I can't find a C preprocessor.  Name one: /lib/cpp-precomp
  40. Sorry, I can't get that to work.  Go find one.
  41. bagley.cc.vt.edu> 
  42.  
  43.