X-Spam-Check-By: sourceware.org Message-Id: <6.2.3.4.2.20060814153701.0b3cab80@pop.nycap.rr.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 14 Aug 2006 15:47:32 -0400 To: cygwin AT cygwin DOT com From: "William A. Hoffman" Subject: RE: change in behavior of make from 3.80 to 3.81 In-Reply-To: <6.2.3.4.2.20060814144800.03924700@pop.nycap.rr.com> References: <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060814142135 DOT 0eb85ac0 AT pop DOT biz DOT rr DOT com> <007301c6bfd0$8d781dc0$a501a8c0 AT CAM DOT ARTIMI DOT COM> <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060814144800 DOT 03924700 AT pop DOT nycap DOT rr DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes 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 So, I searched a bit more, and found some postings that seemed to say that escaping the : might work: http://www.mail-archive.com/cygwin AT cygwin DOT com/msg70907.html However, that fails on both version 3.80 and 3.81: $ make -f mk make: *** No rule to make target `c\:/hoffman/foo/foo.c', needed by `foo'. Stop Hoffman AT VOGON ~/foo $ ../make381/usr/bin/make.exe -f mk make: *** No rule to make target `c\:/hoffman/foo/foo.c', needed by `foo'. Stop So, I am guessing there is no way to write a makefile that will use make 3.81 that will work with Microsoft's cl. Is that correct? Or am I missing something? I can change cmake to put anything I want in the generated makefiles, but it will have to be something that is valid for cl. Thanks. -Bill -- 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/