Bug in GCC Install

2004-08-05 Thread Philip Brown
There appears to be a bug in the configure scripts for GCC. This bug relates to the install procedure for gcov.exe, and only appears when you build gcc for multiple targets. The install snippet for gcc is: if [ -f gcov.exe ]; \ then \ rm -f /usr/bin/gcov.exe; \ /bin/sh

Re: Bug in GCC Install

2004-08-05 Thread Christopher Faylor
On Thu, Aug 05, 2004 at 01:40:19PM -0400, Philip Brown wrote: There appears to be a bug in the configure scripts for GCC. This bug relates to the install procedure for gcov.exe, and only appears when you build gcc for multiple targets. The install snippet for gcc is: if [ -f gcov.exe ]; \ then

RE: Bug in GCC Install

2004-08-05 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Christopher Faylor Sent: 05 August 2004 18:44 On Thu, Aug 05, 2004 at 01:40:19PM -0400, Philip Brown wrote: There appears to be a bug in the configure scripts for GCC. This bug relates to the install procedure for gcov.exe, and