|
|
直接"./configure"没问题。但是我用./configure --enable-multi就报错,提示
“checking for linux/fusion.h... no”,然后就停止了。但是在
“/DirectFB-0.9.17/src/core/fusion/”目录下有这个“fusion.h”文件。为什么?
我哪里做错了?
系统是RH9,完全安装。DirectFB-0.9.17。用的是系统安装时自己生成的内核(我没重
新编译)。图拉丁赛扬1.3G+512M sdram+GF2MX200
[root@localhost DirectFB-0.9.17]# ./configure --enable-multi
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler
(gcc -march=pentium3 -O3 -pipe -fomit-frame-pointer ) works... yes
checking whether the C compiler
(gcc -march=pentium3 -O3 -pipe -fomit-frame-pointer ) is a cross-compiler...
no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for ANSI C header files... yes
checking for working const... yes
checking whether byte ordering is bigendian... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for linux/fb.h... yes
checking for pthread_attr_init in -lpthread... yes
checking for dlopen in -ldl... yes
checking for sysio.h... yes
checking for linux/fusion.h... no
configure: error: |
|