home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / utils / bug / 2065 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.1 KB  |  31 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!mir.fb10.tu-berlin.de!gb
  3. From: gb@mir.fb10.tu-berlin.de (Guenter Becker)
  4. Subject: gawk-2.13  on sco v3.2.2
  5. Message-ID: <1e7uoiINNl85@mailgzrz.TU-Berlin.DE>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: ZRZ/TU-Berlin
  8. Distribution: gnu
  9. Date: Mon, 16 Nov 1992 10:56:18 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 18
  12.  
  13. Good morning,
  14.  
  15. when installing gawk-2.13 on sco v3.2.2 with cc, a compiler error occurred  
  16. in eval.c, which could be tracked down to a macro definition in gawk.h for  
  17. 'force_number', which apparently also causes msc5.1 under dos to bomb. A  
  18. fix given in gawk.h using a variable called '_msc51bug' also works for  
  19. sco.
  20.  
  21. To fix, either change gawk.h appropriately, or add -DDEBUG to the compiler  
  22. options, which causes a much simpler form of this macro to be used, which  
  23. works.
  24.  
  25. Let me add, that, after successful installation, gawk works fine, fast,  
  26. and on lines of several kbytes length, which is beyond the capabilities of  
  27. the awk included by sco.
  28.  
  29. G. Becker
  30.  
  31.