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