Re: gdb hangs

2006-02-07 Thread Vitaly Provodin
On 2/6/06, Brian Dessent <[EMAIL PROTECTED]> wrote: > The actual source of the problem is the SECT_OFF_DATA macro around line > 910 in coffread.c. I'm not sure exactly what's broken here, but it > seems like it might be related to the fact that (at least on my system) > the DLL gets assigned the d

gdb hangs

2006-02-06 Thread Vitaly Provodin
nvoking: GCC Compiler' gcc -g -c helloworld.c @echo 'Finished building target: $@' @echo ' ' clean: rm -rf dlcheck.exe dlcheck.o helloworld.dll helloworld.o [EMAIL PROTECTED] ' ' === Thanks in advance, Vitaly Provod