From: jeffdbREMOVETHIS@netzone.com (Mikey)
Subject: Warning to win95 coolview users
15 Oct 1997 00:05:07 -0700
Message-ID: <344b5dbc.14901145.cygnus.gnu-win32@smtp.netzone.com>
Reply-To: jeffdbREMOVETHIS@netzone.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: gnu-win32@cygnus.com, sos@prospect.com.ru

Make sure you do not do

set -a

in your ~/.bashrc or any
other shell startup script,
or if you do, make sure you do

set +a

as the last command, otherwise
nested shell's will give you a kernel
stack fault, during ./configure's and make's
that define lots of variable's

Guess how I figured this out ;^)
(jeffdbREMOVETHIS@netzone.com)
delete REMOVETHIS from the above to reply
         Mikey
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
