gcc -- header file not found! >:(

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
petrusss

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

Post 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/
User avatar
Pype.Clicker
Member
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! >:(

Post 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 ...
Post Reply