www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
To: | "'Cygwin Mailing List'" <cygwin AT cygwin DOT com> |
Subject: | RE: Ping Source Problem |
Date: | Wed, 20 Sep 2006 14:21:23 +0100 |
Message-ID: | <023a01c6dcb7$ab4fd6e0$a501a8c0@CAM.ARTIMI.COM> |
MIME-Version: | 1.0 |
X-Mailer: | Microsoft Office Outlook 11 |
In-Reply-To: | <000301c6dcae$54d31e20$0100a8c0@JIREH> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 20 September 2006 13:14, Stephen Grant Brown wrote: > I have downloaded the source for ping but when I go to compile it I get the > following output. > > Stephen AT JIREH /usr/src > $ ./ping-1.0-1.sh all > ./ping-1.0-1.sh: line 325: syntax error near unexpected token `&&' > ./ping-1.0-1.sh: line 325: ` all) checksig && prep && && build > && > install && \' That's a genuine bug. Edit the file and remove one of those duplicated '&&'s Before: > ` all) checksig && prep && && build && install && \' After: > ` all) checksig && prep && build && install && \' It's a cut'n'paste error. The maintainer removed the 'conf' stage that exists in most packages since ping is so simple it doesn't have a configure script. > I have also downloaded the source for dpkg, inetutils and ncftp and I am not > able to compile any of them. > What do I do to fix these problems? Explain what goes wrong? 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |