From: marius@tbs.co.za (Marius van Wyk)
Subject: Re: Exception: STATUS_ACCESS_VIOLATION - one solution:
7 Apr 1998 12:49:19 -0700
Message-ID: <Pine.LNX.3.96.980331185456.9640E-100000.cygnus.gnu-win32@delta.tbs.co.za>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: cygwin32 <gnu-win32@cygnus.com>

I got this error message too, it came mostly from bash during a 'make'.
I found by disabling my SHELL environment variable solves this sometimes.
It happens when make shells out scripts or other makes, I find that a
statement/rule like:

test:
	(cd src;make)

would case it when I have my Makefile SHELL set to bash, but

test:
	cd src;make

would not.

All I do now is to nuke all references to a SHELL both in my Makefiles and in
my shell startup scripts.

regards,
Marius.
-----`-,-@
marius van wyk.         marius@e.co.za         tel: +27 (83) 274 7855
notice: My email is spam-protected, so please add the word "antispam" to
  the subject field the first time you send to me.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
