delorie.com/archives/browse.cgi | search |
Date: | Tue, 15 Feb 2000 14:24:27 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Pierre Muller <muller AT cerbere DOT u-strasbg DOT fr> |
cc: | djgpp-workers AT delorie DOT com |
Subject: | Re: GNU indent outdated ?? |
In-Reply-To: | <200002151134.MAA13017@cerbere.u-strasbg.fr> |
Message-ID: | <Pine.SUN.3.91.1000215141901.25442I-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |