Re: ddd cannot find the source code

2012-09-13 Thread Colin S. Miller
On 09/09/12 21:20, Kuo-Hsien Chang wrote: Dear all, Here is my procedure to use ddd with idb. (1) compile the code using these ifort options: -extend-source 132 -O0 -g -save-temps -fpic -Wl,-no_pie (2) run the DDD with idb: ddd --ladebug --debugger idb my_program I got the messages from DDD:

ddd cannot find the source code

2012-09-09 Thread Kuo-Hsien Chang
Dear all, Here is my procedure to use ddd with idb. (1) compile the code using these ifort options: -extend-source 132 -O0 -g -save-temps -fpic -Wl,-no_pie (2) run the DDD with idb: ddd --ladebug --debugger idb my_program I got the messages from DDD: The DDD GUI window showed the following mes