Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <009c01c12ebf$ecd83c70$a91ba8c0@latitude> From: "Julian Salerno" To: Subject: make can't exec virtual pointers (strange...) Date: Mon, 27 Aug 2001 16:17:18 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id CAA01971 Error: make: execvp: make: Invalid argument make: *** [compile_all] Error 127 Occurs: On most W2k boxes in our dev environment. However it's OK on some other w2k machines (a minority - why ???). Our Makefile makes ok on all linux and solaris :-) Reason: appears to be related to the increasing size of a Makefile ["Makefile" 1212L, 53280C] Fix: ?????????? Environment: Win2000 5.00.2195 $ make -version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i686-pc-cygwin Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ which make /cygdrive/c/tools/cygwin/bin/make $ bash -version GNU bash, version 2.05.0(6)-release (i686-pc-cygwin) Copyright 2000 Free Software Foundation, Inc. $ which bash /cygdrive/c/tools/cygwin/bin/bash Julian Salerno