home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / bash / bug / 558 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.6 KB  |  42 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!stanford.edu!ames!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cv.ruu.NL!bartm
  3. From: bartm@cv.ruu.NL (Bart Muyzer)
  4. Subject: Re: BASH 1.12 under HP-UX 8.00 on an HP9000/345 -- problems
  5. Message-ID: <1992Aug19.102152.21499@cv.ruu.nl>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: University of Utrecht, 3D Computer Vision Research Group
  8. References: <MLARSON.92Aug18170645@larson.corp.hp.com>
  9. Distribution: gnu
  10. Date: Wed, 19 Aug 1992 10:21:52 GMT
  11. Approved: bug-bash@prep.ai.mit.edu
  12. Lines: 28
  13.  
  14. In <MLARSON.92Aug18170645@larson.corp.hp.com> mlarson@corp.hp.com (Matt Larson) writes:
  15.  
  16. >I successfully compiled BASH 1.12 under HP-UX 8.00 on an HP9000/345
  17. >without incident, but the resulting shell exhibits some strange
  18. >behavior when expanding wildcards.  For example:
  19. [...]
  20. >As you can see, the wildcard expansion only picks up the first item.
  21. [...]
  22. Yeap. When I ran into this problem, I asked this one to Chet Ramey
  23. <chet@po.CWRU.Edu> and Brian Fox <bfox@ai.mit.edu>, both bash-maintainers.
  24.  
  25. The cause of this problem is alloca(). The alloca() for HP-UX 8.0 is broken,
  26. so you should NOT use the alloca supplied in the library.
  27.  
  28. The way to do this is to edit machines.h and to undefine HAVE_ALLOCA.
  29. Recompile and all is fine.
  30.  
  31. Please contact me by e-mail if you still run into trouble.
  32.  
  33. Greetings,
  34.                         >] Bartm [<
  35. -- 
  36. Bart Muyzer, Systems and Network Administrator, [NIC-Whois handle: BJM9]
  37.      3D Computer Vision, Room E02.222, University Hospital Utrecht,
  38.      Heidelberglaan 100, 3584 CX Utrecht, Holland. E-mail: bartm@cv.ruu.nl
  39.      Fax: +31-30-513399. Tel: +31-30-506711 (w), +31-3402-52157 (h). 
  40.  
  41.  
  42.