home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / gnu / bash / bug / 629 < prev    next >
Encoding:
Text File  |  1992-10-16  |  1.2 KB  |  36 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!stanford.edu!ames!sun-barr!cs.utexas.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: bash and AIX
  5. Message-ID: <9210161346.AA05237.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: Fri, 16 Oct 1992 05:46:55 GMT
  12. Approved: bug-bash@prep.ai.mit.edu
  13. Lines: 21
  14.  
  15. >     I am trying to compile bash 1.12, for AIX 3.2 on an RS6000, and
  16. > I keep getting the errors shown below.  I am using gcc 2.2.2, and have
  17. > tried both gnu make and IBM's make.  I even tried IBM's cc.  They all
  18. > produce problems.  I even tried with both the fixed include files and
  19. > without them when using gcc.  The below output was from gnu make and
  20. > gcc.  Any help would be appreciated. 
  21.  
  22. Change the lines in general.h that declare index and rindex to read
  23.  
  24. #if !defined (__STDC__) && !defined (index)
  25. extern char *index (), *rindex ();
  26. #endif
  27.  
  28. Chet
  29.  
  30. --
  31. ``The use of history as therapy means the corruption of history as history.''
  32.     -- Arthur Schlesinger
  33.  
  34. Chet Ramey, Case Western Reserve University    Internet: chet@po.CWRU.Edu
  35.  
  36.