Date: Tue, 15 Feb 2000 14:24:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Pierre Muller cc: djgpp-workers AT delorie DOT com Subject: Re: GNU indent outdated ?? In-Reply-To: <200002151134.MAA13017@cerbere.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin 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, 15 Feb 2000, Pierre Muller wrote: > I tried to use gnu indent from djgpp simtel directory > but its crashed right away !! > (it was on breakpoint.c from gdb/gdb directory !) > > Its really outdated anyhow 1.9.1 (I found 2.2.5 as latest version !) The DJGPP port of Indent 2.2.4 was uploaded to SimTel.NET about 3 weeks ago. You should find ind224[bs].zip in the v2gnu directory. > I just ran > "./configure" from bash > and "make" > > make install does not really do the right thing in that case ! > (creates /usr/local/bin That's because you need to run the configure script thusly: ./configure --prefix=/dev/env/DJDIR Otherwise, the normal default "/usr/local" is assumed by the script. > where it installs indent without .exe suffix !!) That's because your linker script instructs the linker to create coff-go32-exe format instead of just coff-go32, and install.exe doesn't create a .exe program if it sees coff-go32-exe executable. This misfeature of install.exe should be corrected in the next port of GNU Fileutils (if I ever get to making that happen ;-). You can work around the problem by editing your linker script.