[2464] in Kerberos

home help back first fref pref prev next nref lref last post

patch for the Next

daemon@ATHENA.MIT.EDU (Victor L. Bagley)
Mon Dec 14 14:59:29 1992

Date: Mon, 14 Dec 92 14:40:57 -0500
From: Victor L. Bagley <bagley@cc.vt.edu>
To: kerberos@Athena.MIT.EDU
Reply-To: Victor Bagley<bagley@bagley.cc.vt.edu>

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> 


home help back first fref pref prev next nref lref last post