This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: indent-2.2.5 and ed-0.2


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]