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