Re: [Cgdb-devel] compile for cygwin
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2003-03-18 22:41:18
|
On Tue, Mar 18, 2003 at 11:16:39PM +0100, Armin Diehl wrote: > Bob, >=20 > >What compiler are you using to compile cgdb? > >What OS are you running? >=20 > The machine where i compiled and got the segfault was xp, cygwin was=20 > installed a few days ago. > Compiler is gcc version 3.2 20020927 (prerelease), this is the version=20 > that was included in the cygwin distribution. >=20 > and i forgot: in io.c it dumps core because dfd is null (fprintf(dfd,=20 > "%s", va_buf);) in io_debug_write Ok, I know what the problem is now. It seems as if cgdb can't create the home directory in XP. I'll have to inspect why cgdb does not die gracefully. > Another short question: Is it possible to automate the :set sc ? Not yet. A planned feature that I think Mike will be working on for the next release is a .cgdbrc file. That will provide you with what you want. Mike or Peter, I know we have talked about it. Did either of you plan on adding that feature for the next release? Thanks for the reports, Bob Rossi |