gcc - Installed cygwin but not able to run C programs -
i trying write c code , execute through cygwin command line interface using below command throws me error. selected gcc package when have installed cygwin utility. please kindly share thoughts regarding same. thank you.
$ gcc helloworld.cpp -o helloworld -sh: gcc: command not found
Comments
Post a Comment