Mail Archives: djgpp/1998/04/15/04:47:35
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 <stdio.h>
>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
- Raw text -