X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <7D453D0504B6A2429F98F4D72CBEDE493DCA5784 AT nwd2exm5 DOT ad DOT analog DOT com> Subject: RE: Makefile error: target pattern contains no % Date: Mon, 20 Oct 2008 14:30:11 +0100 Message-ID: <034d01c932b7$f9f5cf90$9601a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <7D453D0504B6A2429F98F4D72CBEDE493DCA5784@nwd2exm5.ad.analog.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 Rajagopal, Prasanth wrote on 20 October 2008 14:10: > However, I got an error like target pattern contains no % when I ran the > makefile. By searching, I came to know that a : should be removed, but I > am not sure where exactly to remove, though the line number is given. I > am new to makefile syntax also. This problem is usually caused by having a DOS-style "C:\...." path in the makefile somewhere; it needs to be replaced by the Cygwin-style "/cygdrive/c/..." posix path format. If it has a configure script, make sure you're using all cygwin-style paths for the --prefix and when invoking it. 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/