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

