在debian装skyeye出错,怎么回事?
checking for prgregset_t in sys/procfs.h... yeschecking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... no
checking for prfpregset32_t in sys/procfs.h... no
checking for lwpid_t in sys/procfs.h... yes
checking for psaddr_t in sys/procfs.h... yes
checking for prsysent_t in sys/procfs.h... no
checking for pr_sigset_t in sys/procfs.h... no
checking for pr_sigaction64_t in sys/procfs.h... no
checking for pr_siginfo64_t in sys/procfs.h... no
checking whether prfpregset_t type is broken... no
checking for PIOCSET ioctl entry in sys/procfs.h... no
checking for main in -lm... yes
checking for wctype in -lc... yes
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking compiler warning flags...-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized
checking for cygwin... no
checking for tgetent in -lncurses... (cached) no
checking for tgetent in -lHcurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... (cached) no
checking for tgetent in -lcurses... (cached) no
checking for tgetent in -lterminfo... no
主要是
checking compiler warning flags...-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized
这几句看不明白
找不出到底哪出错了? 这与gcc的版本号相关。我们在gcc-3.3.x gcc-3.4.x 上测试过。
你可通过 gcc -v 看到你的gcc的版本号。 这与gcc的版本号相关。我们在gcc-3.3.x gcc-3.4.x 上测试过。
你可通过 gcc -v 看到你的gcc的版本号。
我的gcc版本是3.3.5,也是出这个错误。:( checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized
这个看上去不是什么出错信息呀,好像只是检查GCC对这些选项的警告信息,例如,是否要警告有关comment的格式等等! 楼主,我以前也是类似的错误,后来我去官网下了二进制包,可以用
如果急着用就用二进制包吧
这里有个安装方法
http://www.linuxsir.org/bbs/showthread.php?t=201682
页:
[1]