求助tar.bz2软件安装遇到问题

其它类软件,非上述版软件
回复
aquleaf
帖子: 7
注册时间: 2011-07-16 2:23

求助tar.bz2软件安装遇到问题

#1

帖子 aquleaf »

$make后出现一下错误信息提示
make all-recursive

make[1]: Entering directory `/usr/local/src/fastx_toolkit-0.0.11'

Making all in m4

make[2]: Entering directory `/usr/local/src/fastx_toolkit-0.0.11/m4'

make[2]: Nothing to be done for `all'。

make[2]:Leaving directory `/usr/local/src/fastx_toolkit-0.0.11/m4'

Making all in src

make[2]: Entering directory `/usr/local/src/fastx_toolkit-0.0.11/src'

Making all in libfastx

make[3]: Entering directory `/usr/local/src/fastx_toolkit-0.0.11/src/libfastx'

gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror -DDEBUG -g -O1 -MT fastx.o -MD -MP -MF .deps/fastx.Tpo -c -o fastx.o fastx.c

cc1: warnings being treated as errors

In file included from /usr/include/stdio.h:930:0,

from fastx.c:18:

In function ‘fgets’,

inlined from ‘fastx_read_next_record’ at fastx.c:321:11:

/usr/include/bits/stdio2.h:253:2: error: call to ‘__fgets_chk_warn’ declared with attribute warning: fgets called with bigger size than length of destination buffer

In function ‘fgets’,

inlined from ‘fastx_read_next_record’ at fastx.c:363:12:

/usr/include/bits/stdio2.h:253:2: error: call to ‘__fgets_chk_warn’ declared with attribute warning: fgets called with bigger size than length of destination buffer

make[3]: *** [fastx.o] error 1

make[3]:Leaving directory `/usr/local/src/fastx_toolkit-0.0.11/src/libfastx'

make[2]: *** [all-recursive] error 1

make[2]:Leaving directory `/usr/local/src/fastx_toolkit-0.0.11/src'

make[1]: *** [all-recursive] error 1

make[1]:Leaving directory `/usr/local/src/fastx_toolkit-0.0.11'

make: *** [all] error 2

麻烦高手给看看怎么解决,多谢了
回复