What is g ++ - 3 / gcc-3?

Trying to use make from cygwin using g ++, I got the "Access denied" error message. Error message in error message. I found a link with a link to g ++ - 3 and gcc-3 http://www.linuxquestions.org/questions/linux-software-2/cygwin-g-3-exe-gcc-3-exe-corrupted-to-g -3-exe-dam-and-gcc-3-exe-dam-769722 / ) ...

Changing the compiler to g ++ - 3 seems to fix the problem, although I cannot find much information about g ++ - 3 and gcc-3.

Any ideas where I can find more information about them>

+3
source share
2 answers

, gcc, , gcc . , - .


$ which gcc
/usr/bin/gcc
$ ll /usr/bin/gcc
lrwxrwxrwx 1 root root 7 2010-09-01 11:10 /usr/bin/gcc -> gcc-4.4*

+2

, 3 g++. g++ - 4.1.2, 4.1.2

+1

Source: https://habr.com/ru/post/1762970/


All Articles