X-Spam-Check-By: sourceware.org From: "Dave Korn" To: "'Cygwin Mailing List'" 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 Precedence: bulk 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 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/