Date: Tue, 4 Apr 2000 19:25:15 +0200 (WET) From: Andris Pavenis To: Eli Zaretskii cc: djgpp-workers AT delorie DOT com Subject: Re: gdb-20000402 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 4 Apr 2000, Eli Zaretskii wrote: > > On Tue, 4 Apr 2000 pavenis AT lanet DOT lv wrote: > > > however I haven't seriously tested yet. Poblems were with > > make info > > Makefile in gdb/docs explicitly uses 'ln -s' and 'ln' which causes > > 'make gdb-cfg.texi' in that directory to generate gdb-cfg.texi.exe > > instead. As the result 'make info' fails. > > Yes, this is a known problem, I intend to fix it in the following days. > (I was surprised you didn't mention it before, and assumed that you > simply didn't say "make info". For some weird reason, GDB doesn't build > the Info files when you say "make"; when I mentioned that on the GDB > mailing list, nobody seemed to care...) Well, I saw it before but forgot to mention. After that I skipped building info files. Today I editted gdb/doc/Makefile and also built these files. > > > PS. I used my earlier script for configuring gdb which I used before > > for gdb-4.18 > > I would prefer that people use the scripts that come with the > distribution (there's a file gdb/config/djgpp/README that describes how > to unpack and build). This is one of the main goals of my work on GDB > 5.0, and it's best to have it tested as much as possible before the > release. Thanks in advance. > Well, I'll try it when I'll build it next time. Maybe I also check building under Linux sometime like: ./configure --build=i386-slackware-gnu \ --host=i586-pc-msdosdjgpp \ --target=i586-pc-msdosdjgpp \ --prefix=/dev/env/DJDIR \ --with-included-gettext make I think it should build DJGPP binaries without problems now from original sources (only problem for me is that it's hard to use such build for RHIDE) Andris