Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs Date: Wed, 24 Jan 2001 12:03:45 -0600 (CST) From: Mumit Khan To: Michael Bohl Jenner cc: Cygwin-Apps Subject: Re: rsync cygwin port request In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 24 Jan 2001, Michael Bohl Jenner wrote: > Is it hard to port rsync ? (it isn't listed on the "Additional packages that > can be built" page, http://sources.redhat.com/cygwin/ported.html) Anyone > with a step-by-step guide on compiling rsync using cygwin ? ... hints, > suggestions etc are very welcomed! Here's the recipe: 1. Get rsync (current release is version 2.4.6) from one of the very many places. See http://rsync.samba.org/ for more info.. 2. Unpack, configure and build: $ tar zxf rsync-2.4.6.tar.gz $ cd rsync-2.4.6 $ ./configure $ make [ the default "prefix" is /usr/local, and installing will put rsync in /usr/local/bin ] $ make install 3. Run it. I do see an issue with rsync claiming read error when it's done, but haven't had a chance to look if it's a real error or false alarm yet. Regards, Mumit