home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / kerberos / 974 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.8 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!caen!uvaarpa!concert!rock!taco!straylight.acs.ncsu.edu!nsysdbj
  2. From: nsysdbj@acs.ncsu.edu (David Joyner)
  3. Newsgroups: comp.protocols.kerberos
  4. Subject: Re: kerberos, imake, & rs/6000?
  5. Message-ID: <1992Dec20.193551.16849@ncsu.edu>
  6. Date: 20 Dec 92 19:35:51 GMT
  7. References: <85514@ut-emx.uucp>
  8. Sender: news@ncsu.edu (USENET News System)
  9. Organization: North Carolina State University
  10. Lines: 33
  11. X-Newsreader: TIN [version 1.1 PL6]
  12.  
  13. Jeff Hayward (jah@mojo.ots.utexas.edu) wrote:
  14. : I'm sure this is some sort of rookie problem, but I'm not getting
  15. : anywhere with it.  I'm trying to build Kerberos V4 pl 10 on an IBM
  16. : rs/6000 running AIX 3.2.  The C pre-processor is complaining when
  17. : imake hands it a line like /**/# <anything>, and the makefiles
  18. : generated get errors from make complaining about missing separators.
  19. : Surely there's something simple I'm missing.  Can someone give me a
  20. : clue?  Thanks.
  21.  
  22. The C-preprocessor is probably barfing out on the # after the
  23. comments.  I hacked my build to use a previously installed imake that
  24. didn't have this problem.  There is probably another (better)
  25. solution.  If you stick with the supplied imake, make sure
  26. "REDUCED_TO_ASCII_SPACE" gets defined.
  27.  
  28. You will also run into other problems with the C compiler.  You would
  29. do well to use "bsdcc" as outlined in /usr/lpp/bos/bsdport.
  30.  
  31. There are also some runtime problems under AIX 3.2.  The only ones I
  32. can remember right now are:
  33.  
  34.     . the infamous malloc(0) returns NULL
  35.     . file locking is attempted on files that were not
  36.       opened O_RDWR.
  37.  
  38. I could probably kludge together my changes if you are interested.
  39.  
  40. --
  41. David Joyner (nsysdbj@acs.ncsu.edu)
  42. Unix Systems Programmer                            | Phone: (919) 515-2794  |
  43. NCSU Administrative Computing Services             | FAX:   (919) 515-3787  |
  44.