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
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
Liora Milbaum wrote in message ...
>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 mes
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