Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 27 Aug 2001 14:45:19 -0400 From: Jason Tishler To: "Frank D. Greco" Cc: Cygwin Subject: Re: Whither a2ps.exe? Message-ID: <20010827144519.E808@dothill.com> Mail-Followup-To: "Frank D. Greco" , Cygwin Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20010826153255.01ebcf18@192.168.1.12> User-Agent: Mutt/1.3.18i Frank, On Sun, Aug 26, 2001 at 03:38:20PM -0400, Frank D. Greco wrote: > At 01:12 PM 8/26/2001 -0400, you wrote: > >Frank, > > > >On Sat, Aug 25, 2001 at 02:36:27PM -0400, Frank D. Greco wrote: > >> Is there a reasonably safe play to snarf 'a2ps.exe' from? > >> > >> Any help is appreciated. > > > >Why don't you build it yourself. IIRC, is builds OOTB. Just do the > >configure, make, make install thing. > > I've never built any of the cygwin executables and I haven't > done C pgming or makefile tracing in over 10 year. > I just need to print some Java src files. If you have installed all of the Cygwin packages (as recommended), then the procedure is really as simply as: $ wget -nd ftp://ftp.enst.fr/pub/unix/a2ps/a2ps-4.13.tar.gz $ tar -xzf a2ps-4.13.tar.gz $ cd a2ps-4.13 $ configure $ make $ make install At the time of this writing, ftp.enst.fr appears to be offline. However, you can find a2ps 4.12 on the GNU mirrors: http://www.gnu.org/prep/ftp.html When the moratorium for new packages is over, then I intend to contribute a pre-built a2ps to the standard Cygwin distribution. Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/