gcc-3 problem when compiling

2009-07-18 Thread Thomas Steinbach
Hello, since a few weeks I can't compüile my (native mingw) projet which was no problem until the gcc was renamed to gcc-3 I get now this error and don't know what's wrong with my makefile. I renamed all executables to *-3, except as.exe but as.exe exist. [...] /usr/lib/gcc/i686-pc-cygwin/3.4.4

Re: gcc-3 problem when compiling

2009-07-19 Thread Thomas Steinbach
Hello Christoph, since a few weeks I can't comp?ile my (native mingw) projet which was no problem until the gcc was renamed to gcc-3 [...] /3.4.4/../../../../i686-pc-cygwin/bin/as.exe: cannot execute binary file make: *** [int/wrap_s.obj] Error 1 And what does ls -l /usr/lib/gcc/i686-pc-cygwin

Re: gcc-3 problem when compiling

2009-07-20 Thread Thomas Steinbach
Hello Dave, [...] btw: all other bins (ar.exe, etc) in this bin directory are set to 550 That's also wrong. It should be 750. [...] Sounds to me like your real problem is that all your permissions have been trashed somehow, or whatever caused that. I can imagine that last time you ran setup

real native win32 binaries with gcc 4.x

2009-08-09 Thread Thomas Steinbach
Hello, is there meanwhile a solution for compiling real native win32 binaries with gcc 4.3.x? I mean something like the "-mno-cygwin" linker switch within the gcc 3.x compiler collection/tools Or how does a makefile looks like, if I want to compile real native win32 executables with gcc >= 4.3.