Am 17.12.2013 18:04, schrieb marco atzeri:
in your ~/bin or /usr/local/bin

  ln -s /usr/bin/gcc gcc4

Actually, you will need to

ln -s /usr/bin/gcc gcc-4.exe
ln -s /usr/bin/g++ g++-4.exe

or some build system checks using EXEEXT will produce quite unexpected results. (I have personally never needed gcc4, i.e. without the hyphen).


--
Achim.

(on the road :-)


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

Reply via email to