X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <777032 DOT 1923 DOT qm AT web53105 DOT mail DOT re2 DOT yahoo DOT com> <31b7d2790712031025w2037e45br9e3015acb60fae7b AT mail DOT gmail DOT com> Subject: RE: configure command does not run.... d2u does not help either... appreciation from Dave Date: Mon, 3 Dec 2007 18:38:10 -0000 Message-ID: <037901c835db$a77f31e0$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <31b7d2790712031025w2037e45br9e3015acb60fae7b@mail.gmail.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 03 December 2007 18:25, DePriest, Jason R. wrote: > On 11/30/07, MasterOfSw wrote: >>>>> I am trying to compile a package called "meep" by means of cygwin. >>>>> While running the configure command I get an error as: >>>>> >>>>> ./configure: line 13: $'r': command not found >>>> >>>> Guess #1: Don't use WinZIP (or any other windows GUI program) to >>>> unpack .tar.gz files for Cygwin, because they mangle the line ends >> I run into this exact thing all the time and still forget to NOT use the >> Windows un-tar utility. >> >> I don't know why d2u doesn't work though, if it really is just a LF/CRLF >> problem. >> I can use the Windows tar functions for non-cygwin related items. Just not >> with cygwin. >> >> > > I have not experienced this problem using WinRAR. Well, WinRAR may be smarter, or may have a configuration option (as in fact winzip also does) to not mangle the line endings. But tell me, how successfully does it unpack symlinks, device nodes, or posix permissions? There are other issues besides line-ends that make it a risky and unpredictable business using a non-posix-aware unpacker to unpack some archive that relies on posix semantics. In the most simple cases, you'll have no problems, but problems when they do arise are liable to cause silent failures and be tricky to track down. If those risks and those benefits balance out for you, fair enough and good luck to you, but the only advice I'll ever post to the list is "Use a POSIX-aware archiver", because we're not here to provide free support services for some commercial provider's closed-source product like WinZIP... we're here to support Cygwin. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/