Re: gcc-3 problem when compiling

2009-07-20 Thread Dave Korn
Thomas Steinbach wrote: Hi Thomas, glad to hear you got your install working again. We'll probably never know quite what happened there, but with any luck you'll never need to. > btw: In my old (gcc3) makefile I used -mno-cygwin within the > LDFLAGS to compile real native win32 executables, bu

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

Re: gcc-3 problem when compiling

2009-07-19 Thread Dave Korn
Thomas Steinbach wrote: >> And what does >> ls -l >> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe >> show? > > It shows: > > ---snip--- > $ ls -l > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe > r-x---+ 1 root Users 26 May 22 03:29 > /usr

Re: gcc-3 problem when compiling

2009-07-19 Thread Dave Korn
Thomas Steinbach wrote: > Is the setting to 050 a result of the introduction of gcc v4.x? No. It is a sign that something else has gone wrong with your installation. > btw: all other bins (ar.exe, etc) in this bin directory are set to 550 That's also wrong. It should be 750. > btw2: all

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-18 Thread Christopher Faylor
On Sat, Jul 18, 2009 at 02:55:29AM +0200, Thomas Steinbach wrote: >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,

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