I’ve added C:\cygwin\bin to my windows path, yet it’s still not detecting g++ or gcc when I try to compile from source.
Is there anything I’m missing here? Just installed Cygwin 1.7
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Cygwin would create a shortcut in start menu called
Cygwin Bash Shell. You don’t have to setPATHif you use this.Compilation tools like
gccandg++is not installed by default, are you sure you’ve installed all of them?btw: I also installed the
sshtool ofCygwin, which enables me to connect toCygwinusing other terminals likeputty.