Date: Wed, 5 Apr 2000 11:39:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: 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, Andris Pavenis wrote: > ./configure --build=i386-slackware-gnu \ > --host=i586-pc-msdosdjgpp \ > --target=i586-pc-msdosdjgpp \ > --prefix=/dev/env/DJDIR \ > --with-included-gettext I suggest to lose --with-included-gettext: it won't work on DOS/Windows systems, since the encoding of non-ASCII characters is different. Unless you recode the *.po and *.gmo files, of course. I use --disable-nls instead. > 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) The DJGPP configuration script does several things that are required for correct build. Perhaps most of them are only relevant to non-LFN platfroms, I don't remember.