Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <009c01c12ebf$ecd83c70$a91ba8c0@latitude>
From: "Julian Salerno" <julian@netwxs.com.au>
To: <cygwin@cygwin.com>
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
