home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12433 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.8 KB  |  34 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!ncar!ico!robtu
  3. From: robtu@itx.isc.com (Rob Tulloh)
  4. Subject: Re: AWK for the Amiga
  5. Message-ID: <robtu.714150813@mexia>
  6. Sender: usenet@ico.isc.com (0000-news(0000))
  7. Organization: Interactive Systems Corporation, Boulder, CO
  8. References: <9208041816.AA26234@aitgw.ge.com> <1992Aug5.110905.9152@rhrk.uni-kl.de>  <KENTD.92Aug6112844@zappa.FtCollins.NCR.com> <1b7aa903.ARN229f@prolix.pub.uu.oz.au>  <1992Aug10.214325.29056@organpipe.uug.arizona.edu> <1992Aug11.084356.3836@lri.fr> <ktyvr*3A3@angle.sub.org>
  9. Date: Tue, 18 Aug 1992 15:13:33 GMT
  10. Lines: 22
  11.  
  12. I grabbed GNU awk (gawk) from ftp.uu.net and got it up and running
  13. with GCC 2.0. I had some problems with bugs in ixemul.library that
  14. have since been fixed (thanks Markus :-). At last look, I was still
  15. having some problems running some of the test programs that got
  16. distributed with gawk. I don't remember if I found the problem or
  17. not (sorry, I've been busy being a new dad :-). I seem to remember
  18. I was fiddling with the pearls suite which does a lot of 
  19. math/recursion/looping. Now that I think of it, I think my problem had 
  20. something to do with libm.a. I switched libraries and the problems went away. 
  21. I don't know if I switched to the native logic in ixemul or the compiled 
  22. version of BSD libm.a though.
  23.  
  24. Anyhow, I can say it works. I can say it is slow too. It also is a
  25. very large executable when it finally is built. But then this is
  26. a GNU program and they tend to be big.
  27.  
  28. Rob Tulloh
  29. --
  30. INTERACTIVE Systems Corp.         Tel: (512) 343 0376 Ext. 116
  31. 9442 Capital of Texas Hwy. North  Fax: (512) 343 1414
  32. Arboretum Plaza One, Suite 700    Net: robertt@isc.com (polled daily)
  33. Austin, Texas 78759                    robtu@itx.isc.com (same thing!)
  34.