Re: [Cgdb-devel] compile for cygwin
Brought to you by:
bobbybrasko,
crouchingturbo
From: Armin D. <di...@no...> - 2003-03-18 22:17:48
|
Bob, > What compiler are you using to compile cgdb? > What OS are you running? The machine where i compiled and got the segfault was xp, cygwin was installed a few days ago. Compiler is gcc version 3.2 20020927 (prerelease), this is the version that was included in the cygwin distribution. and i forgot: in io.c it dumps core because dfd is null (fprintf(dfd, "%s", va_buf);) in io_debug_write and gdb-old.exe is the original that was included in cygwin (GNU gdb 2003-03-03-cvs (cygwin-special)) i also tryed a plain 5.3 and also renamed it to gdb.exe but no difference. (5.3 works fine on linux) It is not urgent for me because i can work on linux. (and there cgdb work fine) Another short question: Is it possible to automate the :set sc ? Thanks for your help ! |