RE: GCC linker problem since last cygwin update

2006-07-13 Thread Olivier Langlois
Hi, This is just to tell you that I have found a fix for my problem. In my bin directory I have 2 files: ld and ld.exe To fix my problem, I just renamed ld to ld.tmp to make sure that it is the ld.exe that get executed and it fixed the problem. Is this possible that the order in which the execut

Re: GCC linker problem since last cygwin update

2006-07-13 Thread Larry Hall (Cygwin)
Olivier Langlois wrote: Hi Larry, I would suggest you start by reading and following the problem reporting guidelines outlined here: Problem reports: http://cygwin.com/problems.html Ok, I will In particular, you want to look closely at whether you're actually using Cygwin's tools.

RE: GCC linker problem since last cygwin update

2006-07-13 Thread Dave Korn
On 13 July 2006 04:00, Olivier Langlois wrote: > -Wl,--end-group > /cygdrive/c/tools/PS2/usr.gcc/local/sce/ee/gcc/bin/../lib/gcc-lib/ee/3.2 > -ee-030926/../../../../ee/bin/ld: > /cygdrive/c/tools/PS2/usr.gcc/local/sce/ee/gcc/bin/../lib/gcc-lib/ee/3.2 > -ee-030926/../../../../ee/bin/ld: cannot exe

RE: GCC linker problem since last cygwin update

2006-07-12 Thread Olivier Langlois
Hi Larry, > > I would suggest you start by reading and following the problem reporting > guidelines outlined here: > > > Problem reports: http://cygwin.com/problems.html > Ok, I will > > In particular, you want to look closely at whether you're actually using > Cygwin's tools. Your paths

Re: GCC linker problem since last cygwin update

2006-07-12 Thread Larry Hall (Cygwin)
Olivier Langlois wrote: Hi, I have updated my cygwin installation this afternoon and since then my linker stopped working. Among the updates that I have picked up, there are the latest cygwin DLL (1.5.20-1), coreutils (5.97-1) and binutils (20060709-1). Here is the error message: C:\to