Re: Problem with GCC4[1.7]

2009-09-22 Thread Dave Korn
Angelo Graziosi wrote: > Dave Korn wrote: >> Here's one I just regenerated > > Now it WORKS!! I hacked out a duplicate call to __main and updated the checksum in the PE file header. Also, this version gives you infinite lives :-P cheers, DaveK -- Problem reports: http://cyg

Re: Problem with GCC4[1.7]

2009-09-22 Thread Angelo Graziosi
Dave Korn wrote: Here's one I just regenerated Now it WORKS!! (I suspected something was wrong with the old gnat.bsdiff...) Thanks, Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.h

Re: Problem with GCC4[1.7]

2009-09-21 Thread Dave Korn
Angelo Graziosi wrote: > $ ls -lrt gnat1.exe* > -rwxr-xr-x 1 root root 10045440 12 Mar 2009 gnat1.exe.orig > -rw-r--r-- 1 root root 42546570 21 Sep 17:58 gnat1.exe > > (*Note* the size!) *facepalm* doh. I must have rebuilt and installed a debug version on top of my system install! Sorry! H

Re: Problem with GCC4[1.7]

2009-09-21 Thread Angelo Graziosi
Dave Korn wrote: It's for /usr/lib/gcc/i686-pc-cygwin/4.3.2/gnat1.exe, While waiting for your answer, I did that, but it does not work. It still hangs: [...] checking for gnatmake... gnatmake checking whether compiler driver understands Ada... Now that you confirmed that gnat1.exe, I retrie

Re: Problem with GCC4[1.7]

2009-09-21 Thread Dave Korn
Angelo Graziosi wrote: > Dave Korn wrote: >> Alternatively, apply the attached hotfix using bspatch! > > Hi Dave, > > I think I haven't understood which file should be patched... > > I have tried this (which does not help): ROFL, dur me; I didn't think about how this format doesn't have heade

Re: Problem with GCC4[1.7]

2009-09-20 Thread Angelo Graziosi
Dave Korn wrote: Alternatively, apply the attached hotfix using bspatch! Hi Dave, I think I haven't understood which file should be patched... I have tried this (which does not help): bspatch gnat-4.exe gnat-4-new.exe gnat.bsdiff moving gnat-4-new.exe to /usr/bin/gnat-4.exe. I have also see

Re: Problem with GCC4[1.7]

2009-09-20 Thread Dave Korn
Dave Korn wrote: > Angelo Graziosi wrote: >> I have done a minimal installation of Cygwin-1.7 and have tried to use >> it playing to build GCC-4.4.1, but 'configure' hangs. > >> checking whether compiler driver understands Ada... >> --- >> >> Her

Re: Problem with GCC4[1.7]

2009-08-20 Thread Dave Korn
Angelo Graziosi wrote: > Dave Korn wrote: >> For now I recommend uninstalling gcc4-ada, or just 'rm' the gnat >> executables >> from /bin. I'll have a somewhat better (at least to the extent of not >> hanging >> like this) version out in 4.3.4-1 very shortly. Apologies for the >> inconvenience. >

Re: Problem with GCC4[1.7]

2009-08-20 Thread Angelo Graziosi
Dave Korn wrote: For now I recommend uninstalling gcc4-ada, or just 'rm' the gnat executables from /bin. I'll have a somewhat better (at least to the extent of not hanging like this) version out in 4.3.4-1 very shortly. Apologies for the inconvenience. Don't worry! :-) I understand your grea

Re: Problem with GCC4[1.7]

2009-08-19 Thread Dave Korn
Angelo Graziosi wrote: > I have done a minimal installation of Cygwin-1.7 and have tried to use > it playing to build GCC-4.4.1, but 'configure' hangs. > checking whether compiler driver understands Ada... > --- > > Here it hangs. Task manager s

Problem with GCC4[1.7]

2009-08-19 Thread Angelo Graziosi
I have done a minimal installation of Cygwin-1.7 and have tried to use it playing to build GCC-4.4.1, but 'configure' hangs. For example, mkdir build cd build CC='gcc-4' CXX='g++-4' CPP='cpp-4' ../gcc-4.4.1/configure checking build sy