home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / atari / st / 12813 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.3 KB

  1. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!uqcspe!cs.uq.oz.au!warwick
  2. From: warwick@cs.uq.oz.au (Warwick Allison)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: Problem with gcc
  5. Keywords: gcc, gnu
  6. Message-ID: <10001@uqcspe.cs.uq.oz.au>
  7. Date: 27 Aug 92 01:42:26 GMT
  8. References: <17f8qpINNm4@iraul1.ira.uka.de>
  9. Sender: news@cs.uq.oz.au
  10. Reply-To: warwick@cs.uq.oz.au
  11. Lines: 33
  12.  
  13. s_wolf@irau34.ira.uka.de (Markus Wolf) writes:
  14.  
  15. >I am using gcc version 2.1 PatchLevel 2 and the Include-files PatchLevel "80"
  16. >I try to compile the following little program:
  17.  
  18. >#include <stdio.h>
  19.  
  20. >int main(void)
  21. >{int i;
  22. > for (i=0;i<100;i++)
  23. >   printf("\n%d\n",i);
  24. > return(0);
  25. >}
  26.  
  27. >I get the following message:
  28. >In file included from test.c:1:
  29. >d:\\gcc\\include\\gcc\\stdio.h:105: parse error before `cha'
  30.  
  31.  
  32. I've seen this happen with insufficient memory.  If your have a 2.5M or less
  33. machine, you'll have to run it pretty bare (maybe just a cache and a CLI, or
  34. a small ramdisk) to run GCC 2.1.  If you have 4M, then you shouldn't have
  35. memory troubles (except maybe two-deep in bash shells under mint, with a
  36. 720K ramdisk and 128K cache :-]).
  37.  
  38.  
  39. --
  40. Warwick
  41. --
  42.   _-_|\      warwick@cs.uq.oz.au            /Disclaimer:
  43.  /     * <-- Computer Science Department,  /  
  44.  \_.-._/     University of Queensland,    /      void (if removed)
  45.       v      Brisbane, Australia.        /  
  46.