i've solved the problem...
it seems that the panther version included in the ibook pack has not the support for developping software... (it even doesn't have the Xcode cd..)...so when i installed the xcode tools some file still missed.....so i installed another version of panther (with the same...
hello...
i've just installed the whole xcode tools cd on my ibook (macos panther)
and i'm trying to use gcc (3.3 or 3 or 2.95.3) for compiling my c programs.
first of all i wrote a simple "hello world" program (just a printf and just the stdio.h lib)
but when i run
#gcc hello.c
i get...