indent-2.2.5 and ed-0.2
Bradley A. Town
townba@pobox.com
Wed Dec 20 13:11:00 GMT 2000
> 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
More information about the Cygwin
mailing list