ryuzog
2010-12-28 22:40:50 UTC
The specific one I'm trying to run has 2 .c files and 2 .h files.
When I just run it the normal way I'd run a .c program, gcc program.c, many functions in the other .c program that it uses show up as undefined. I guess gcc doesn't automatically search the folder and "link" the files...