I have a very small test program. 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
- Re: Using gdb with xlC on AIX 4.3.2 Liora Milbaum
- Re: Using gdb with xlC on AIX 4.3.2 Liora Milbaum