开发者

getting "access is denied " message when trying to compile a program by g++ in cygwin

开发者 https://www.devze.com 2023-03-31 16:48 出处:网络
when I try check the version of gcc or g++ I get this message \" access is denied \" in the same time I can not compile C program beca开发者_Go百科use of this message

when I try check the version of gcc or g++ I get this message " access is denied " in the same time I can not compile C program beca开发者_Go百科use of this message

I need help


Try compiling from inside a cygwin shell, so the PATH environment variable is set correctly.


Based on this comment " Could not locate entry point procedure in the dynamic link library cygwin1.dll " what's missing is in fact, cygwin itself. cygwin1.dll is cygwin.

0

精彩评论

暂无评论...
验证码 换一张
取 消