Possible Duplicate:
no debugging symbols found in gdb debugger
When I am running our complex c programme which includes many c file. It gives error "No debugging symbols found ". I am compiling each c file with gcc -g option. Still it is giving error. Can any body tell the sollution of this problem.