vote up 0 vote down star

I just installed Cygwin. And I can launch a bash shell from windows, do "ls", "emacs", "vi" , etc. However, when I do "g++" it says command not found.

I thought g++ was installed by default in Cygwin? If that's not the case, what is the exactly categories under which I can add g++ as a package to my cygwin?

Thanks!

flag

I don't think it is included by default – Rob Sanders May 13 at 1:25

2 Answers

vote up 5 vote down check

Did you install the Devel packages?

I would suggest you read this tutorial to get up and running.

link|flag
vote up 4 vote down

It's a good idea to just install everything with CygWin. When you run setup, just click on the circular icon at the top level until it reads "Full" rather then "Default" - that will install all the packages.

I've sometimes had trouble installing single packages due to dependencies but a full install is not affected by that same problem.

Disk space is cheap, your time spent trying to figure out why things don't work is not.

link|flag
+1 This is good advice. – Andrew Hare May 13 at 1:45
Thanks! I am trying to conserve disk space LOL. – Saobi May 13 at 2:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.