From: Tilo-Johannsen AT t-online DOT de (Tilo Johannsen) Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie needs help Date: 14 Apr 1998 13:02:13 GMT Organization: T-Online Lines: 32 Message-ID: <6gvmol$c0r$1@news01.btx.dtag.de> References: <6gutgb$73u$1 AT news02 DOT btx DOT dtag DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 14 Apr 1998 05:51:07 GMT, Tilo-Johannsen AT t-online DOT de (Tilo Johannsen) wrote: > >Is there somebody who likes to explain the following: > >c:\ csource>gcc -c -Wall erstes.c > >erstes.c:1: undefined or invalid # directive >erstes.c:3: warning: return-type defaults to `int` >erstes.c: In function `main`: >erstes.c:4: warning: implicit declaration of function `printf` >erstes.c:5: warning: control reaches end of non-void function > >my file erstes.c: > >#inckude >main() >{ >printf("AOL C-Kurs\n"); >} > >I am still waiting to compile my first exe......who can help my. > >thank´s Tilo Realy stupid of me- that k in include Thanks for all the E-Mails, as you all know it............. works. That erstes.o in my dir gives a real push to continue. greeting`s Tilo the newbie