Click to See Complete Forum and Search --> : Can`t find compiled files


LoKe137
08-27-2002, 10:46 PM
I am compiling with gcc, it seems to compile fine but I cant find the compiled file. Can anyone help me... I am compiling oi.c at my home directory the code I am compiling is someting simple just to try it out:

#include<stdio.h>

main()
{
Printf("oi\n");
}

windoze killa
08-27-2002, 11:13 PM
What command are you using? It should be specifying an output file. I have found that if you specify the full path for the output file it is easy to find. But try the / directory.