|
楼主 |
发表于 2003-5-14 21:05:01
|
显示全部楼层
编译出错了!!!!我还不会解决这类问题
[root@Master /static/blfs/pppoe-0.3]# make
gcc -s -Wall -pedantic -ansi -O2 -c -o pppoe.o pppoe.c
pppoe.c: In function `print_packet':
pppoe.c:177: warning: implicit declaration of function `time'
pppoe.c: In function `open_interface':
pppoe.c:518: storage size of `ifr' isn't known
pppoe.c:518: warning: unused variable `ifr'
pppoe.c: In function `encode_ppp':
pppoe.c:710: warning: implicit declaration of function `ctime'
pppoe.c:710: warning: format argument is not a pointer (arg 3)
pppoe.c: In function `send_packet':
pppoe.c:822: warning: format argument is not a pointer (arg 3)
pppoe.c: In function `read_packet':
pppoe.c:950: warning: format argument is not a pointer (arg 3)
pppoe.c: In function `cleanup_and_exit':
pppoe.c:969: warning: implicit declaration of function `kill'
pppoe.c: In function `pppd_handler':
pppoe.c:1081: warning: format argument is not a pointer (arg 3)
make: *** [pppoe.o] Error 1 |
|