From: muller AT cerbere DOT u-strasbg DOT fr Message-Id: <3.0.6.32.19990517014950.007f1b20@ics.u-strasbg.fr> X-Sender: muller AT ics DOT u-strasbg DOT fr X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 17 May 1999 01:49:50 +0200 To: djgpp-workers AT delorie DOT com Subject: Re: gdb 4.18 for DJGPP (alpha) In-Reply-To: <199905131955.PAA17203@delorie.com> References: <199905112055 DOT QAA17308 AT delorie DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id TAA27667 Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk At 21:58 13/05/99 +0200, you wrote: >> any similar gcc specific hacks or multiple initialization levels. Of >> course one can duplicate the code I suggest to move to top.c to any >> program that uses gdb in form of library (like rhide). But if additional >> similar initialization will be added to gdb/main.c then we'll have to >> again patch all programs that uses it. > >You are right, but as far as I know I'm the only person who uses >gdb as a lib in an other program and I can live it until I find the >time (which I can't imagine) to write down a usable libgdb description >like Stan Shebs suggested. Its not true anymore ! The Free Pascal team also uses your libgdb ! I also already tried to compile the gdb v4.18 but I must admit that it was a complete failure unit now ! (I may still miss some packages needed for this ! but I did not really understand the output of the makefile !) Do I need to unzip with LFN ? >>>>>>>>>>>>>><<<<<<<<<< Result pf make running in $(DJDIR)/gnu/gbd-4.18 >>>>>>>>>>>>>>>><<<<<<<<<<< Trop de paramŠtres - all-apache (French version of DOS means Too many parameters ) e:/djgpp/bin/sed.exe: -e expression #1, char 9: Unknown option to 's' Abort! >>>>>>>>>>><<<<<<<<<< Output of sed --version >>>>>>>>>>><<<<<<<<<< GNU sed version 3.02 Copyright (C) 1998 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, to the extent permitted by law. >>>>>>>>>>><<<<<<<<<< Output of make --version >>>>>>>>>>><<<<<<<<<< GNU Make version 3.76.1, by Richard Stallman and Roland McGrath. Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Report bugs to . Changing to make v3.77 just gave a exception SIGABRT with a stack dump ! But the same messages before !