home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / netpbmsca / pgm / c / bugrept < prev    next >
Encoding:
Text File  |  1994-02-21  |  135 b   |  7 lines

  1. int main(int argc, char **argv)
  2. {
  3.     pm_error
  4. ("pgmtexture not compiled - it triggered a bug in gcc 2.4.5 R2 on the arc.");
  5.     return 1;
  6. }
  7.