免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3683 | 回复: 2
打印 上一主题 下一主题

[学习分享] 求助:gcc编译时报linux/errno.h文件不存在 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2018-07-18 15:29 |只看该作者 |倒序浏览


/usr/include/errno.h文件是有的


/usr/include/bits/errno.h第25行

论坛徽章:
0
2 [报告]
发表于 2018-07-18 15:35 |只看该作者
贴图好像没贴上

aced:~/sy/crunch-3.6 # gcc -Wall -lm -pthread -std=c99 -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 crunch.c -o crunch -lm
In file included from /usr/include/errno.h:36,
                 from crunch.c:250:
/usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file or directory
aced:~/sy/crunch-3.6 # ls -l /usr/include/errno.h
-rw-r--r-- 1 root root 2452 2015-01-21 21:49 /usr/include/errno.h
aced:~/sy/crunch-3.6 # vi /usr/include/bits/errno.h
aced:~/sy/crunch-3.6 # vi /usr/include/bits/errno.h
aced:~/sy/crunch-3.6 # head -30 /usr/include/bits/errno.h
/* Error constants.  Linux specific version.
   Copyright (C) 1996, 1997, 1998, 1999, 2005 Free Software Foundation, Inc.
   This file is part of the GNU C Library.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307 USA.  */

#ifdef _ERRNO_H

# undef EDOM
# undef EILSEQ
# undef ERANGE
# include <linux/errno.h>

/* Linux has no ENOTSUP error code.  */
# define ENOTSUP EOPNOTSUPP

/* Older Linux versions also had no ECANCELED error code.  */

论坛徽章:
0
3 [报告]
发表于 2018-07-18 17:05 |只看该作者
自己搞定了!
把/usr/include/bits/errno.h第25行# include <linux/errno.h>
改成# include <errno.h>
就OK了
测试crunch能用了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP