Re: 1.5.18-1 gcc path weirdness

2005-12-06 Thread cyg_question
> Could it be possible that you are running the Jun 7 version of > gcc.exe when you are thinking that you are running the gcc > pointed to by the symlink? As a WAG I think you might be and > bash/cygwin is trying to figure out which command to ** actually ** use. Excellent! I just tried deleti

Re: 1.5.18-1 gcc path weirdness

2005-12-06 Thread Alan Miles
All, Sorry this isn't from my regular mailer ... - Message from x on Mon, 5 Dec 2005 17:33:22 -0600 - To: Subject: Re: 1.5.18-1 gcc path weirdness What does ls -l /usr/bin/*gcc* show you? From bash, it looks like: [EMAIL PROTECTED] /usr/bin $ ls -l /usr/bin

Re: 1.5.18-1 gcc path weirdness

2005-12-06 Thread cyg_question
> > I notice that your PATH setting in cygcheck has some strange things > > at the end, like a directory of just "Z" and ".\" three times. Is > > there a chance that there is some kind of improper string at the end? > > I'll check that. I've got some obsolete tools in my path, so it's time > f

Re: 1.5.18-1 gcc path weirdness

2005-12-06 Thread cyg_question
> What does "type gcc" report? $ type gcc gcc is /usr/bin/gcc $ which gcc /usr/bin/gcc > I notice that your PATH setting in cygcheck has some strange things at > the end, like a directory of just "Z" and ".\" three times. Is there a > chance that there is some kind of improper string at the end

Re: 1.5.18-1 gcc path weirdness

2005-12-05 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > bash: /usr/bin/gcc: No such file or directory > > Of course the file is actually in /usr/bin, so the "no such file or > directory" error is puzzling. If I run "i686-pc-cygwin-gcc-3.4.4", the > compiler runs successfully. I've run 'diff' on gcc.exe and > i686-pc-c

Re: 1.5.18-1 gcc path weirdness

2005-12-05 Thread cyg_question
> What does ls -l /usr/bin/*gcc* show you? >From bash, it looks like: [EMAIL PROTECTED] /usr/bin $ ls -l /usr/bin/*gcc* -rwxrwxrwx 1 swootton Users 93717 Jun 7 17:02 /usr/bin/gcc.exe -rwxrwxrwx 1 swootton Users 16183 Jun 7 16:13 /usr/bin/gccbug -rwxrwxrwx 1 swootton Users 93717 Dec 5 16:25

Re: 1.5.18-1 gcc path weirdness

2005-12-05 Thread Christopher Faylor
On Mon, Dec 05, 2005 at 03:15:01PM -0800, [EMAIL PROTECTED] wrote: >I've just installed Cygwin using the two-step method to try to narrow down a >problem I'm having with gcc. The only package I selected on the second pass >through setup.exe was gcc-core. > >The problem is that when I try to run

1.5.18-1 gcc path weirdness

2005-12-05 Thread cyg_question
I've just installed Cygwin using the two-step method to try to narrow down a problem I'm having with gcc. The only package I selected on the second pass through setup.exe was gcc-core. The problem is that when I try to run "gcc" or even "i686-pc-cygwin-gcc", I get an error like: bash: /usr/