Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <19991014153810.13105.rocketmail@web2103.mail.yahoo.com> Date: Thu, 14 Oct 1999 08:38:10 -0700 (PDT) From: David Robinow Subject: RE: compilation problems To: Cal Thorne , "'Jean Michel Cirba'" , "'cygwin AT sourceware DOT cygnus DOT com'" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Cal Thorne wrote: > I ftp my source&makefiles from Unix to my Win PC. > The ftp program does a > converion on the text files to make them compatible > with DOS (which means > changing a cr to a cr+lf). [someone please correct > me if I don't have that > right] LF -> CR LF > So then, under Cygwin, I tar.gz my whole > source tree and ftp it to > another Unix box ... > a '^M' at the end of each line. > So I solve the problem by ftp'ing each text file >individually in text mode if I go from > Unix to DOS. Use zip instead of tar.gz Then when you transfer you use "unzip -a" zip archives generally don't compress quite as well as tar.gz archives but they certainly are a large improvement over no compression at all. Also, this technique will work in either direction. "unzip -a" writes text files appropriate for the OS you are using. ===== __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com