I have written a small test program in c++ and I compiled it with xlC like this: xlC -g test.cpp When I try to debug the binary a.out with gdb, I see that I can't examine the source file. When I try to use the list command, I get the next message: .file:1: No such file or directory. Can someone help me solve this problem? Liora
