also erstmal vielen dank für eure hilfsbereitschaft ich installiere das alles mal neu
so mach ich das laut buch .... ich hab mir dev geladen und installiert dann "neues projekt" dann "console application"-> "C-projekt" -> "ok" -> "speichern"->

#include <stdio.h>
#include <stdlib.h>

int main(int argc, char *argv[])
{

system("PAUSE");
return 0;
}

da schreib ich dann "printf("Hello weld\n");" -> dann wieder speichern und kompielieren dann kommt der error ....:
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Makefile.win"
Führt make... aus
make.exe -f "C:\Dev-Cpp\Makefile.win" all
gcc.exe -c main334.c -o main334.o -I"C:/Dev-Cpp/include"

gcc.exe: installation problem, cannot exec `cc1': No such file or directory

make.exe: *** [main334.o] Error 1

Ausführung beendet

lg




...weil ich mache alle ganz genau nach meinem buch und ich denke dass dass schon stimmt was da drinn steht (hoffe ich) führe jetzt erst mal die schlafen.exe aus :-) werde mich morgen darum kümmern ...mfg n8 @ all