开发者

sys/resource.h in cygwin

开发者 https://www.devze.com 2023-02-27 04:33 出处:网络
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

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

精彩评论

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