Re: [Cgdb-devel] compile for cygwin
Brought to you by:
bobbybrasko,
crouchingturbo
From: Mike M. <mmu...@cs...> - 2003-03-18 22:47:41
|
Yes, I'm planning on doing the config file. I was going to work on help first, but it doesn't matter which I do next. We have another bug to look at, too. I'll talk to you when you're back. Mike On Tue, 18 Mar 2003, Bob Rossi wrote: :On Tue, Mar 18, 2003 at 11:16:39PM +0100, Armin Diehl wrote: :> 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 : :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 : |