I've got a simple solution that I am not sure if it has been mentioned here. take the link g++, and rename it g++.bak and make a copy of the g++ you want to use g++-3 or 4 and rename it g++
No more access denied problem. Ted Akakima wrote: > > After updating gcc in my cygwin installation, i discovered > that i cannot run gcc.exe from the native winxp console (cmd.exe). > > gcc.exe has been replaced by gcc-3.exe. > > Of course, this works fine under bash and ash, but it does not work > anymore > under cmd.exe. > > since i prefer to work under cmd.exe. i tried to fix this problem by: > adding .LNK to PATHEXT > and adding /usr/bin/alternatives to the PATH > > and now if i type "gcc", cmd finds gcc-3.exe and launch it. > But, this is not perfect. gcc (or someone else) wait until i press > enter to continue. > > Anybody knows a better solution ? > > I would prefer not to be forced to use bash. > > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > -- View this message in context: http://old.nabble.com/side-effects-after-installing-gcc-3.4.4.999-tp22282325p30001579.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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