home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / gawk213s.lzh / GAWK213S / README.ULT < prev    next >
Text File  |  1993-07-29  |  315b  |  6 lines

  1. When compiling on DECstation running Ultrix 4.0 a command 'cc -c -O
  2. regex.c' is causing an infinite loop in an optimizer.  Other sources
  3. compile fine with -O flag.  If you are going to use this flag either
  4. add a special rule to Makefile for a compilation of regex.c, or issue
  5. 'cc -c regex.c' before hitting 'make'.
  6.