From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: sashang@hotmail.com Cc: gdb@sourceware.cygnus.com Subject: Re: djgpp building of gdb 5 Date: Sun, 23 Jul 2000 22:52:00 -0000 Message-id: <200007240552.BAA14217@indy.delorie.com> References: <20000723210542.31691.qmail@hotmail.com> X-SW-Source: 2000-07/msg00090.html > From: "Sashan Govender" > Date: Sun, 23 Jul 2000 14:05:42 PDT > > I want to build a djgpp version of gdb 5 because I read that output > redirection works as it should. FYI, input/output redirection works as it should in GDB 4.18 as well, if you download and install the binary distribution available from the DJGPP sites: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gdb418b.zip > However I can't get it to configure properly. > > After extracting it according to the Readme file I type > > sh /gdb/config/djgpp/djconfig.sh > > but it returns saying that I should have extracted the gdb5 files using > djtar and the fnchange.lst file, which is what I did or tried to do at > least. Please post the the exact sequence of commands you typed at the command prompt, beginning with the commands you used to unpack the distribution, and any messages you saw in response. One possibility is that you invoked the above command from the wrong directory (the leading slash suggests that). You need to invoke it from the top-level directory created when you unpacked the distribution. That directory is called gdb-5.0. You need to chdir there and type this: sh ./gdb/config/djgpp/djconfig.sh >From cshihpin@dso.org.sg Mon Jul 24 02:09:00 2000 From: Chan Shih-Ping Richard To: gdb@sourceware.cygnus.com, insight@sourceware.cygnus.com Subject: Gdbtk: Can Tcl/Tk 8.3 replace bundled tcl/tk/itcl/tix Date: Mon, 24 Jul 2000 02:09:00 -0000 Message-id: X-SW-Source: 2000-07/msg00091.html Content-length: 427 Can a system Tcl/Tk8.3 replace the bundled tcl/tk/itcl/itk/tix? Can you ./configure --with-tclconfig=SYSTEM_TCL --with-tkconfig=SYSTEM_TK \ --without-itcl --without-itk --without-tix and still get a reasonable(sane) gdbtk/insight? Are itcl/itk/tix really necessary anymore with a recent Tk/Tcl 8.3? -- Chan Shih-Ping (Richard) DSO National Laboratories 20 Science Park Drive Singapore 118230