Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Bradley A. Town" <townba@pobox.com>
To: <cygwin@cygwin.com>
Subject: RE: indent-2.2.5 and ed-0.2
Date: Wed, 20 Dec 2000 15:26:27 -0500
Message-ID: <JNEJKHDCDJECNIMFOCHEOECNCAAA.townba@pobox.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Importance: Normal

> I've managed to compile and install both of these GNU packages without
> problems OOTB just by running "./configure;make;make install".  They
> could be added to the Cygwin distro with a minimum of effort.  The GNU
> indent-2.2.6 package is a little more difficult, and I wonder if anyone
> in Cygwin land has successfully compiled it.

To compile and install indent 2.2.6 (the latest version AFAIK) with minimal
effort, try the following:

tar xzf indent-2.2.6.tar.gz
cd indent-2.2.6.tar.gz
mkdir o
cd o
export CFLAGS=-mno-win32
../configure
make
make install-strip

Brad Town


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

