Am Montag, 13. Januar 2003 13:40 schrieb Valentin Heinitz: > > was passiert wenn Du eingibst > cc > gcc > c++ > g++ > make > ? Das passiert:
[root@koek michael1]# cc cc: no input files [root@koek michael1]# gcc gcc: no input files [root@koek michael1]# c++ bash: c++: command not found [root@koek michael1]# g++ g++: no input files [root@koek michael1]# make make: *** Keine Targets angegeben und keine �make�-Steuerdatei gefunden.. Schluss. [root@koek michael1]# ? bash: ?: command not found [root@koek michael1]# ---------------------------------------------------------------------------- PUG - Penguin User Group Wiesbaden - http://www.pug.org

