Re: gcc command not found

2010-02-06 Thread Andreas Zwerger
Andreas Zwerger schrieb: Hello, I'm having the same problem with the latest Cygwin install. But for me rerunning the postinstall scripts does not create the symlinks. administra...@haco-xyz ~ $ gcc bash: gcc: command not found administra...@haco-xyz ~ $ for x in /etc/postinstall/{gcc

Re: gcc command not found

2010-02-06 Thread Andreas Zwerger
Hello, I'm having the same problem with the latest Cygwin install. But for me rerunning the postinstall scripts does not create the symlinks. administra...@haco-xyz ~ $ gcc bash: gcc: command not found $ ls /bin/gcc* -l -rwxr-xr-x 2 Administrator root 94741 2009-02-25 11:14 /bin/gcc-

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 17:29, Paul Cantalupo wrote: > This makes me wonder if there are other post-install scripts that did > not successfully execute due to incorrect permissions on files. Guess > I'll have to deal with them as they arise. Unlikely; it's a known packaging error in the current GCC. Gue

Re: gcc command not found

2010-01-31 Thread Paul Cantalupo
Argh. Bad perms, gah. Try this: for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; do . $x done Then check in your bin dir for all the appropriate names and links. cheers, DaveK I ran your for loop command and got this: bash: /usr/sbin/fix-libtool-scripts-for-latest-gcc-

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 17:16, Dave Korn wrote: > On 31/01/2010 16:33, Paul Cantalupo wrote: > >> OK here is the output from "ls -l /etc/postinstall/gcc*" > > Argh. Bad perms, gah. Try this: > > for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; > do > . $x > done > > Then check in your bin dir

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 16:33, Paul Cantalupo wrote: > OK here is the output from "ls -l /etc/postinstall/gcc*" Argh. Bad perms, gah. Try this: for x in /etc/postinstall/{gcc.,gcc-[^tm],gcc4-}* ; do . $x done Then check in your bin dir for all the appropriate names and links. cheers, D

Re: gcc command not found

2010-01-31 Thread Paul Cantalupo
On 31/01/2010 15:14, Paul Cantalupo wrote: > Any ideas on what I should try next? I'm about ready to backup my > existing installation and try to create a whole brand-new cygwin > installation. Nooo! Don't go that far. Let's check your postinstall scripts: run "ls -l /etc/postinstall/gcc*", a

Re: gcc command not found

2010-01-31 Thread Dave Korn
On 31/01/2010 15:14, Paul Cantalupo wrote: > Any ideas on what I should try next? I'm about ready to backup my > existing installation and try to create a whole brand-new cygwin > installation. Nooo! Don't go that far. Let's check your postinstall scripts: run "ls -l /etc/postinstall/gcc*", a

gcc command not found

2010-01-31 Thread Paul Cantalupo
Hello, I recently upgraded my cygwin installation from 1.5.x to 1.7.1 without what seemed to be any problems. Then I tried to compile a Perl Module called GD and I get this error: gcc: command not found I've never had this problem before the upgrade to 1.7. Then I checked for gcc in va