X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <482BAAB9.6080102@chiptech.co.nz> Date: Thu, 15 May 2008 15:15:05 +1200 From: Volker Kuhlmann User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Makefile command interpreter Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I have a few makefiles which are written to run with the cmd.exe command interpreter, which won't work with cygwin's make (which uses /bin/sh). Setting export SHELL=cmd.exe calls cmd.exe alright, but then sits there forever waiting for input. Is it at all possible to use cmd.exe with a make which uses cygwin1.dll? There's a mingw32 GNU make, but with that I can't set PATH from the Makefile (it shows up in the environment, but added paths behave as if absent - in a sub-make anyway). My cygwin is the current stable, with GNU make 3.81. On XP. Thanks for any tips, Volker -- Volker Kuhlmann Chiptech Ltd, PO Box 41088, Ferrymead 8247, New Zealand 11a Settlers Crescent, Christchurch 8023 ph +64 3 384 7788, fax +64 3 384 7789 -- 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/