haulm 发表于 2010-8-9 12:52:16

编译 gcc 4.5.1出错 error: ac_nonexistent.h: No such file

configure:6500: gcc -B/usr/bin/ -E-I/usr/include/libelf conftest.c
conftest.c:22:27: error: libelf/libelf.h: No such file or directory
configure:6512: gcc -B/usr/bin/ -E-I/usr/include/libelf conftest.c
conftest.c:22:25: error: libelf/gelf.h: No such file or directory
这个gelf.h和libelf.h就在/usr/include里面,所以我建了个目录链上
而这个ac_nonexistent.h我不知道出自哪个包,不知哪位兄弟系统比较全的,查下这个文件出于哪里

jiangtao9999 发表于 2010-8-9 19:01:48

rpm.pbone.net 上貌似也没搜到……

haulm 发表于 2010-8-10 10:25:48

原帖由 jiangtao9999 于 2010-8-9 19:01 发表 http://www.linuxfans.org/bbs/images/common/back.gif
rpm.pbone.net 上貌似也没搜到……
无语,我就没成功完整编译LFS过一次。

zy_sunshine 发表于 2010-8-10 10:29:36

...我就成功一次...
然后打包了,以后就再也不做LFS了:twisted:

jiangtao9999 发表于 2010-8-10 12:29:34

这个是autoconf生成的吧……

haulm 发表于 2010-8-12 06:18:52

ac_nonexistent.h,看名字就是不存在的头文件,这个不是错误的错误报告可以无视,CLFS也失败了,也是停在GCC4.5的编译上,我郁闷。

[ 本帖最后由 haulm 于 2010-8-12 07:29 编辑 ]

haulm 发表于 2010-8-12 06:54:28

我把LFS和CLFS相互参照,然后在GCC编译时禁掉了PPL和cloog,终于编译成功GCC,不过下一步应该是LFS还是CLFS。。。,或者说我现在操作的还是交叉编译么?
--without-ppl --without-cloog
页: [1]
查看完整版本: 编译 gcc 4.5.1出错 error: ac_nonexistent.h: No such file