This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc command not found


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,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]