X-Spam-Check-By: sourceware.org Message-ID: <451AB554.3020805@web.de> Date: Wed, 27 Sep 2006 19:31:00 +0200 From: Knut Schwichtenberg User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: make 3.81-1 problems with DOS-paths Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Sender: kschwi AT web DOT de Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Hi, I've udated on 14.Sep.06 my Cygwin make to 3.81-1. The C-project I was compiling generated dependency files including system files. For system files the full path in DOS notation is entered into the dependency file. Make stops the execution of the makefile with the "very" expressive message: "multiple target patterns. Stop." Digging around with gdb and the source code I found out a missing define at compile time of make. The define "HAS_DOS_PATHS" was not set in the makefie for make. Version 3.80 of make ran without problems and setting this switch makes 3.81 run without a problem. How is it possible that ./configure does not recognize the Cygwin environment properly for a Windows-PC? Is the missing define only a derived problem that is based on an error in the toolchain before? While finding the problem and the solution - and of course better gcc switches to avoid absolute pathes for system include - I have no problem at the moment, but that took me quiet a while. Cheers Knut -- 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/