Re: GCC 4.2.2 with -mno-cygwin

2007-11-03 Thread Christopher Faylor
On Sat, Nov 03, 2007 at 10:21:54PM -0400, Christopher Faylor wrote: >On Sat, Nov 03, 2007 at 08:59:12AM -0700, [EMAIL PROTECTED] wrote: >>I compiled and installed GCC 4.2.2 in /usr/local seemingly >>successfully. However, using -mno-cygwin, I get an error: >> >>$ gcc -mno-cygwin hello_world.c >>gcc

Re: GCC 4.2.2 with -mno-cygwin

2007-11-03 Thread Christopher Faylor
On Sat, Nov 03, 2007 at 08:59:12AM -0700, [EMAIL PROTECTED] wrote: >I compiled and installed GCC 4.2.2 in /usr/local seemingly >successfully. However, using -mno-cygwin, I get an error: > >$ gcc -mno-cygwin hello_world.c >gcc: error trying to exec 'cc1': execvp: No such file or directory > >Indeed,

Re: GCC 4.2.2 with -mno-cygwin

2007-11-03 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > I compiled and installed GCC 4.2.2 in /usr/local seemingly > successfully. However, using -mno-cygwin, I get an error: > > $ gcc -mno-cygwin hello_world.c > gcc: error trying to exec 'cc1': execvp: No such file or directory > > Indeed, /usr/local/lib/gcc/i686-pc-mingw3

GCC 4.2.2 with -mno-cygwin

2007-11-03 Thread n . torrey . pines
I compiled and installed GCC 4.2.2 in /usr/local seemingly successfully. However, using -mno-cygwin, I get an error: $ gcc -mno-cygwin hello_world.c gcc: error trying to exec 'cc1': execvp: No such file or directory Indeed, /usr/local/lib/gcc/i686-pc-mingw32 is missing altogether, and /usr/local/