Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37568 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39903 invoked from network); 9 May 2008 20:54:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2008 20:54:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=hsantos@isdg.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hsantos@isdg.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain isdg.net designates 208.247.131.9 as permitted sender) X-PHP-List-Original-Sender: hsantos@isdg.net X-Host-Fingerprint: 208.247.131.9 ntbbs.winserver.com Windows NT 4.0 (older) Received: from [208.247.131.9] ([208.247.131.9:3244] helo=winserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/B2-26492-31AB4284 for ; Fri, 09 May 2008 16:54:45 -0400 Received: from mail.winserver.com ([208.247.131.9]) by winserver.com (Wildcat! SMTP Router v6.3.452.5) for internals@lists.php.net; Fri, 09 May 2008 16:53:25 -0400 Received: from mail.winserver.com ([208.247.131.9]) by winserver.com (Wildcat! SMTP v6.3.452.5) with ESMTP id 807751093; Fri, 09 May 2008 16:53:24 -0400 Message-ID: <4824B9DE.4060100@isdg.net> Date: Fri, 09 May 2008 16:53:50 -0400 Organization: Santronics Software, Inc. User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: internals Mailing List References: <10845a340805070942k435c9886j267a90bb8dc44b07@mail.gmail.com> <7f3ed2c30805071317l5faf1785s5e7422ea77b1bcb7@mail.gmail.com> <10845a340805080204i2c84a818w104cb11df0610250@mail.gmail.com> <013301c8b11b$22c24710$4001a8c0@foxbox> <10845a340805080805s53314162ybc23fca6c0b781e5@mail.gmail.com> <015501c8b125$0340e4f0$4001a8c0@foxbox> <10845a340805090324l5abab0ecx7e9ebe2ad39fbcce@mail.gmail.com> <008d01c8b1c2$1a67c840$4001a8c0@foxbox> <10845a340805090359w3b515266pef5892ebd61b32d3@mail.gmail.com> <48243D86.8000104@isdg.net> <10845a340805090508w9ea8196s2533f5be96c5a8ff@mail.gmail.com> In-Reply-To: <10845a340805090508w9ea8196s2533f5be96c5a8ff@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Win32 Makefile template patch. From: hsantos@isdg.net (Hector Santos) Richard Quadling wrote: > 2008/5/9 Hector Santos : > > nmake is the issue as it is not using the shell first. It is looking > for executables via the path. System Internal's FileMonitor shows > this. I can confirm that nmake v6 from VS C/C++ 6.00 did not exhibit the problem. However nnake (v8) from VS 2005 does exhibit the problem. Richard was using nmake v9 (VS 2008). The problem begins with having /cygwin/bin folder in the PATH statement and RMDIR.EXE found in this folder by nmake (v8, v9). -- Hector Santos