From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: cygwin32 egcs-1.1 W95 collect2 failures?
10 Sep 1998 08:57:55 -0700
Message-ID: <Pine.SUN.3.93.980909151112.17827D-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
Reply-To: Mumit Khan <khan@xraylith.wisc.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: gnu-win32@cygnus.com


I have one report of collect2 dying with spawnvp failures on W95, but
dozens of success reports. If you're one of the unlucky ones that has
this problem, here's a workaround until someone with W95 machine can
figure this out:

  (basically rename the collect2 to something else)

  % x=`gcc -print-prog-name=collect2`
  % mv $x ${x}.bak

now, you're back to working condition.

The person reporting the error was using the following setup:
  
  - coolview (don't know which one)
  - W95 Rev B

Regards,
Mumit


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