Page 2 of 2

Re:gcc -- header file not found! >:(

Posted: Fri Oct 24, 2003 9:35 pm
by petrusss
Argh, I got the same problem again, but now the filename isn't too long.
GCC can't find any of my *.c's! =/

gcc -I C:/IDTkernel/ -fno-builtins -c *.c

All the C files are in C:/IDTkernel/

Re:gcc -- header file not found! >:(

Posted: Mon Oct 27, 2003 2:31 am
by Pype.Clicker
the -I command is only for files that are #include'd ... it will not affect the way '*.c' on the command line is resolved ...