home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / bash / bug / 649 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.0 KB  |  33 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!odin.ins.cwru.edu!chet
  3. From: chet@odin.ins.cwru.edu (Chet Ramey)
  4. Subject: Re: AIX 3.2
  5. Message-ID: <9211051457.AA25441.SM@odin.INS.CWRU.Edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: chet@po.cwru.edu
  8. Organization: GNUs Not Usenet
  9. References: chet@odin.ins.cwru.edu (Chet Ramey)
  10. Distribution: gnu
  11. Date: Thu, 5 Nov 1992 04:57:53 GMT
  12. Approved: bug-bash@prep.ai.mit.edu
  13. Lines: 18
  14.  
  15. > I have encountered the following problem while attempting to make bash 1.12
  16. > on an IBM RS/6000 model 350 running AIX 3.2 (by the way, it worked well
  17. > on Ultrix 4.2):
  18.  
  19. Make the offending lines in general.h look like this:
  20.  
  21. #if !defined (__STDC__) && !defined (index)
  22. char *index (), *rindex ();
  23. #endif
  24.  
  25. Chet
  26.  
  27. --
  28. ``The use of history as therapy means the corruption of history as history.''
  29.     -- Arthur Schlesinger
  30.  
  31. Chet Ramey, Case Western Reserve University    Internet: chet@po.CWRU.Edu
  32.  
  33.