RE: gdb can't debug DLL extension for tcl/tk

2005-09-23 Thread Dave Korn
Original Message >From: Stefan v. Wachter >Sent: 23 September 2005 12:59 > I finally suceeded in building my extension for tcl/tk with gcc (compile > option -mno-cygwin Then this has nothing to do with cygwin. You'll need to ask on a MinGW list. cheers, DaveK -- Can't th

gdb can't debug DLL extension for tcl/tk

2005-09-23 Thread Stefan v. Wachter
I finally suceeded in building my extension for tcl/tk with gcc (compile option -mno-cygwin and -g) . I use the dll by starting the normal wish.exe from the ActiveTcl Windows distribution. Then I can the load DLL via "load aoext.dll" This works, but debugging fails: - I started ddd where the s