开发者

sys/resource.h in cygwin

I'm currenty trying to make some source code written in linux C++ in windows using cygwin, and keep getting error: sys/resource.h: No such file or directory

Is there any package in cygwin that include sys/resour开发者_C百科ce.h? if so what package?

I've tried googling it but haven't found anything yet, thx for your help


sys/resource.h belongs to the cygwin package itself.

$ cygcheck -l cygwin | grep resource.h
/usr/include/sys/resource.h

If you got cygwin, then you must surely have sys/resource.h

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜