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/
gcc -- header file not found! >:(
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:gcc -- header file not found! >:(
the -I command is only for files that are #include'd ... it will not affect the way '*.c' on the command line is resolved ...