谢谢你帮助我帮我解决

帮我解决在ppp.2.4.4软件时make出现的问题?谢谢-红联Linux系统门户
您的位置:
&& 查看内容 - - -
帮我解决在ppp.2.4.4软件时make出现的问题?谢谢
jerry27763发布于
&&字号: &&&&(网友评论&1&条)&
debian:~/ppp-2.4.4# make
make[1]: Entering directory `/root/ppp-2.4.4/chat'
make[1]: Warning: File `chat.c' has modification time 3e+07 s in the future
cc -c -O2 -g -pipe -DTERMIOS
-DSIGTYPE=void
-UNO_SLEEP
-DFNDELAY=O_NDELAY -o chat.o chat.c
chat.c:93:19: error: stdio.h: No such file or directory
chat.c:94:19: error: ctype.h: No such file or directory
chat.c:95:18: error: time.h: No such file or directory
chat.c:96:19: error: fcntl.h: No such file or directory
chat.c:97:20: error: signal.h: No such file or directory
chat.c:98:19: error: errno.h: No such file or directory
chat.c:99:20: error: string.h: No such file or directory
chat.c:100:20: error: stdlib.h: No such file or directory
chat.c:101:20: error: unistd.h: No such file or directory
chat.c:102:23: error: sys/types.h: No such file or directory
chat.c:103:22: error: sys/stat.h: No such file or directory
chat.c:104:20: error: syslog.h: No such file or directory
chat.c:115:21: error: termios.h: No such file or directory
chat.c:177: error: expected ?? ?? ?? asm?or __attribute__?before ??token
chat.c:212: error: expected declaration specifiers or ?..?before size_t?
chat.c:214: error: expected declaration specifiers or ?..?before size_t?
chat.c: In function dup_mem?
chat.c:248: error: expected declaration specifiers before size_t?
chat.c:249: error: number of arguments doesnt match prototype
chat.c:212: error: prototype declaration
chat.c:250: warning: incompatible implicit declaration of built-in function malloc?
chat.c:254: warning: incompatible implicit declaration of built-in function memcpy?
chat.c: In function copy_of?
chat.c:261: warning: incompatible implicit declaration of built-in function strlen?
chat.c:261: error: too many arguments to function dup_mem?
chat.c: In function grow?
chat.c:268: error: expected declaration specifiers before size_t?
chat.c:269: error: number of arguments doesnt match prototype
chat.c:214: error: prototype declaration
chat.c:270: error: size_t?undeclared (first use in this function)
chat.c:270: error: (Each undeclared identifier is reported only once
chat.c:270: error: for each function it appears in.)
chat.c:270: error: expected ??before l?
chat.c:272: warning: assignment makes pointer from integer without a cast
chat.c:275: error: l?undeclared (first use in this function)
chat.c: In function main?
chat.c:324: error: NULL?undeclared (first use in this function)
chat.c:340: error: report_fp?undeclared (first use in this function)
chat.c:346: warning: incompatible implicit declaration of built-in function fprintf?
chat.c:376: error: stderr?undeclared (first use in this function)
chat.c:382: error: LOG_PID?undeclared (first use in this function)
chat.c:382: error: LOG_NDELAY?undeclared (first use in this function)
chat.c:382: error: LOG_LOCAL2?undeclared (first use in this function)
chat.c:385: error: LOG_INFO?undeclared (first use in this function)
chat.c:387: error: LOG_WARNING?undeclared (first use in this function)
chat.c: In function do_file?
chat.c:422: error: FILE?undeclared (first use in this function)
chat.c:422: error: cfp?undeclared (first use in this function)
chat.c:425: error: NULL?undeclared (first use in this function)
chat.c:432: warning: incompatible implicit declaration of built-in function strchr?
chat.c: In function usage?
chat.c:487: warning: incompatible implicit declaration of built-in function fprintf?
chat.c:487: error: stderr?undeclared (first use in this function)
chat.c:490: warning: incompatible implicit declaration of built-in function exit?
chat.c: In function msgf?
chat.c:512: error: LOG_INFO?undeclared (first use in this function)
chat.c:514: warning: incompatible implicit declaration of built-in function fprintf?
chat.c:514: error: stderr?undeclared (first use in this function)
chat.c: In function fatal?
chat.c:537: error: LOG_ERR?undeclared (first use in this function)
chat.c:539: warning: incompatible implicit declaration of built-in function fprintf?
chat.c:539: error: stderr?undeclared (first use in this function)
chat.c: In function sigalrm?
chat.c:552: error: SIGALRM?undeclared (first use in this function)
chat.c:554: error: F_GETFL?undeclared (first use in this function)
chat.c:557: error: F_SETFL?undeclared (first use in this function)
chat.c:557: error: O_NDELAY?undeclared (first use in this function)
chat.c: In function unalarm?
chat.c:568: error: F_GETFL?undeclared (first use in this function)
chat.c:571: error: F_SETFL?undeclared (first use in this function)
chat.c:571: error: O_NDELAY?undeclared (first use in this function)
chat.c: In function init?
chat.c:595: error: SIGINT?undeclared (first use in this function)
chat.c:596: error: SIGTERM?undeclared (first use in this function)
chat.c:597: error: SIGHUP?undeclared (first use in this function)
chat.c:600: error: SIGALRM?undeclared (first use in this function)
chat.c: In function set_tty_parameters?
chat.c:608: error: storage size of t?isnt known
chat.c:613: error: saved_tty_parameters?has an incomplete type
chat.c:616: error: IGNBRK?undeclared (first use in this function)
chat.c:616: error: ISTRIP?undeclared (first use in this function)
chat.c:616: error: IGNPAR?undeclared (first use in this function)
chat.c:619: error: VERASE?undeclared (first use in this function)
chat.c:620: error: VKILL?undeclared (first use in this function)
chat.c:621: error: VMIN?undeclared (first use in this function)
chat.c:622: error: VTIME?undeclared (first use in this function)
chat.c:624: error: TCSANOW?undeclared (first use in this function)
chat.c: In function terminate?
chat.c:642: warning: incompatible implicit declaration of built-in function exit?
chat.c:651: warning: incompatible implicit declaration of built-in function strlen?
chat.c:662: warning: incompatible implicit declaration of built-in function fprintf?
chat.c:662: error: report_fp?undeclared (first use in this function)
chat.c:664: error: FILE?undeclared (first use in this function)
chat.c:664: error: expected expression before ??token
chat.c:666: warning: incompatible implicit declaration of built-in function fprintf?
chat.c:668: error: expected expression before ??token
chat.c:673: error: TCSANOW?undeclared (first use in this function)
chat.c: In function clean?
chat.c:691: error: size_t?undeclared (first use in this function)
chat.c:691: error: expected ??before len?
chat.c:699: warning: incompatible implicit declaration of built-in function malloc?
chat.c:699: error: len?undeclared (first use in this function)
chat.c:725: warning: assignment makes pointer from integer without a cast
chat.c:728: warning: incompatible implicit declaration of built-in function strlen?
chat.c:729: error: too many arguments to function grow?
chat.c:773: warning: incompatible implicit declaration of built-in function strlen?
chat.c:774: error: too many arguments to function grow?
chat.c:786: warning: incompatible implicit declaration of built-in function strlen?
chat.c:787: error: too many arguments to function grow?
chat.c: In function expect_strtok?
chat.c:908: warning: incompatible implicit declaration of built-in function strchr?
chat.c: In function character?
chat.c:1025: warning: incompatible implicit declaration of built-in function sprintf?
chat.c: In function chat_send?
chat.c:1045: warning: incompatible implicit declaration of built-in function strlen?
chat.c:1053: error: SIGHUP?undeclared (first use in this function)
chat.c:1053: error: SIG_IGN?undeclared (first use in this function)
chat.c:1075: warning: incompatible implicit declaration of built-in function strlen?
chat.c:1096: warning: incompatible implicit declaration of built-in function strlen?
chat.c:1104: error: NULL?undeclared (first use in this function)
chat.c:1125: warning: incompatible implicit declaration of built-in function strlen?
chat.c:1146: warning: incompatible implicit declaration of built-in function strlen?
chat.c:1192: error: FILE?undeclared (first use in this function)
chat.c:1192: error: f?undeclared (first use in this function)
chat.c: In function get_char?
chat.c:1242: error: F_GETFL?undeclared (first use in this function)
chat.c:1245: error: F_SETFL?undeclared (first use in this function)
chat.c:1245: error: O_NDELAY?undeclared (first use in this function)
chat.c: In function put_char?
chat.c:1270: error: F_GETFL?undeclared (first use in this function)
chat.c:1273: error: F_SETFL?undeclared (first use in this function)
chat.c:1273: error: O_NDELAY?undeclared (first use in this function)
chat.c: In function write_char?
chat.c:1288: error: errno?undeclared (first use in this function)
chat.c:1288: error: EINTR?undeclared (first use in this function)
chat.c:1288: error: EWOULDBLOCK?undeclared (first use in this function)
chat.c:1306:22: warning: trigraph ??) ignored, use -trigraphs to enable
chat.c: In function echo_stderr?
chat.c:1372: warning: incompatible implicit declaration of built-in function strlen?
chat.c: In function get_string?
chat.c:1391: warning: incompatible implicit declaration of built-in function strlen?
chat.c:1434: error: stderr?undeclared (first use in this function)
chat.c:1436: warning: incompatible implicit declaration of built-in function fprintf?
chat.c:1441: error: NULL?undeclared (first use in this function)
chat.c:1444: error: time_t?undeclared (first use in this function)
chat.c:1444: error: expected ??before time_now?
chat.c:1445: error: time_now?undeclared (first use in this function)
chat.c:1445: warning: initialization makes pointer from integer without a cast
chat.c:1447: warning: incompatible implicit declaration of built-in function strftime?
chat.c:1448: warning: incompatible implicit declaration of built-in function strcat?
chat.c:1464: warning: incompatible implicit declaration of built-in function fprintf?
chat.c:1464: error: report_fp?undeclared (first use in this function)
chat.c:1494: warning: incompatible implicit declaration of built-in function strcpy?
chat.c:1506: warning: incompatible implicit declaration of built-in function memmove?
chat.c: In function pack_array?
chat.c:1574: error: NULL?undeclared (first use in this function)
chat.c: In function vfmtmsg?
chat.c:1620: warning: incompatible implicit declaration of built-in function memcpy?
chat.c:1691: error: errno?undeclared (first use in this function)
chat.c:1691: warning: assignment makes pointer from integer without a cast
chat.c:1700: warning: incompatible implicit declaration of built-in function strlen?
chat.c:1766: warning: incompatible implicit declaration of built-in function strlen?
chat.c:1781: warning: incompatible implicit declaration of built-in function memcpy?
make[1]: *** [chat.o] Error 1
make[1]: Leaving directory `/root/ppp-2.4.4/chat'
make: *** [all] Error 2
作者: jerry27763&发布日期:
问题已解决!
是gcc安装后,没有安装libc库
# apt-get install libc-dev
以后问题解决
make[1]: Entering directory `/tmp/ppp-2.4.4/chat'
make[1]: Warning: File `chat.c' has modification time 3e+07 s in the future
cc -c -O2 -g -pipe -DTERMIOS
-DSIGTYPE=void
-UNO_SLEEP
-DFNDELAY=O_NDELAY -o chat.o chat.c
chat.c:1306:22: warning: trigraph ??) ignored, use -trigraphs to enable
cc -o chat chat.o
make[1]: warning:
Clock skew detected.
Your build may be incomplete.
make[1]: Leaving directory `/tmp/ppp-2.4.4/chat'
cd pppd/ make
make[1]: Entering directory `/tmp/ppp-2.4.4/pppd/plugins'
gcc -o minconn.so -shared -O2 -g -I.. -I../../include -fPIC minconn.c
make[1]: Warning: File `passprompt.c' has modification time 1.1e+08 s in the future
gcc -o passprompt.so -shared -O2 -g -I.. -I../../include -fPIC passprompt.c
gcc -o passwordfd.so -shared -O2 -g -I.. -I../../include -fPIC passwordfd.c
gcc -o winbind.so -shared -O2 -g -I.. -I../../include -fPIC winbind.c
for d in rp- do make -w -C $ done
make[2]: Entering directory `/tmp/ppp-2.4.4/pppd/plugins/rp-pppoe'
make[2]: Warning: File `discovery.c' has modification time 6.6e+07 s in the future
cc -O2 -g -I../../../include/linux '-DVERSION="3.3"' -c -o discovery.o -fPIC discovery.c
cc -O2 -g -I../../../include/linux '-DVERSION="3.3"' -c -o if.o -fPIC if.c
cc -O2 -g -I../../../include/linux '-DVERSION="3.3"' -c -o common.o -fPIC common.c
cc -O2 -g -I../../../include/linux '-DVERSION="3.3"' -c -o debug.o -fPIC debug.c
ar -rc libplugin.a discovery.o if.o common.o debug.o
cc '-DRP_VERSION="3.3"' -O2 -g -I../../../include/linux -I../../..
-c -o plugin.o -fPIC plugin.c
cc -o rp-pppoe.so -shared plugin.o libplugin.a
cc -O2 -g -I../../../include/linux '-DVERSION="3.3"' -c -o pppoe-discovery.o pppoe-discovery.c
cc -o pppoe-discovery pppoe-discovery.o libplugin.a
make[2]: warning:
Clock skew detected.
Your build may be incomplete.
make[2]: Leaving directory `/tmp/ppp-2.4.4/pppd/plugins/rp-pppoe'
make[2]: Entering directory `/tmp/ppp-2.4.4/pppd/plugins/pppoatm'
make[2]: Warning: File `pppoatm.c' has modification time 1e+08 s in the future
gcc -O2 -g -I../.. -I../../../include -fPIC -I. -c -o pppoatm.o pppoatm.c
gcc -O2 -g -I../.. -I../../../include -fPIC -I. -c -o text2qos.o text2qos.c
gcc -O2 -g -I../.. -I../../../include -fPIC -I. -c -o text2atm.o text2atm.c
gcc -O2 -g -I../.. -I../../../include -fPIC -I. -c -o misc.o misc.c
gcc -O2 -g -I../.. -I../../../include -fPIC -I. -c -o ans.o ans.c
gcc -O2 -g -I../.. -I../../../include -fPIC -I. -o pppoatm.so -shared pppoatm.o text2qos.o text2atm.o misc.o ans.o -lresolv
make[2]: warning:
Clock skew detected.
Your build may be incomplete.
make[2]: Leaving directory `/tmp/ppp-2.4.4/pppd/plugins/pppoatm'
make[2]: Entering directory `/tmp/ppp-2.4.4/pppd/plugins/radius'
make[2]: Warning: File `radius.c' has modification time 1e+08 s in the future
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o radius.o radius.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o avpair.o avpair.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o buildreq.o buildreq.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o config.o config.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o dict.o dict.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o ip_util.o ip_util.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o clientid.o clientid.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o sendserver.o sendserver.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o lock.o lock.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o util.o util.c
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o md5.o md5.c
ar rv libradiusclient.a avpair.o buildreq.o config.o dict.o ip_util.o clientid.o sendserver.o lock.o util.o md5.o
ar: creating libradiusclient.a
a - avpair.o
a - buildreq.o
a - config.o
a - dict.o
a - ip_util.o
a - clientid.o
a - sendserver.o
a - lock.o
a - util.o
cc -o radius.so -shared radius.o libradiusclient.a
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o radattr.o radattr.c
cc -o radattr.so -shared radattr.o
cc -I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1
-c -o radrealms.o radrealms.c
cc -o radrealms.so -shared radrealms.o
make[2]: warning:
Clock skew detected.
Your build may be incomplete.
make[2]: Leaving directory `/tmp/ppp-2.4.4/pppd/plugins/radius'
make[1]: warning:
Clock skew detected.
Your build may be incomplete.
make[1]: Leaving directory `/tmp/ppp-2.4.4/pppd/plugins'
make[1]: Entering directory `/tmp/ppp-2.4.4/pppd'
make[1]: Warning: File `main.c' has modification time 1e+08 s in the future
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o main.o main.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o magic.o magic.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o fsm.o fsm.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o lcp.o lcp.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o ipcp.o ipcp.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o upap.o upap.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o chap-new.o chap-new.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o md5.o md5.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o ccp.o ccp.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o ecp.o ecp.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o auth.o auth.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o options.o options.c
options.c: In function process_option?
options.c:781: warning: dereferencing type-punned pointer will break strict-aliasing rules
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o demand.o demand.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o utils.o utils.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o sys-linux.o sys-linux.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o ipxcp.o ipxcp.c
ipxcp.c: In function setipxnode?
ipxcp.c:300: warning: pointer targets in assignment differ in signedness
ipxcp.c:303: warning: pointer targets in assignment differ in signedness
ipxcp.c: In function setipxname?
ipxcp.c:346: warning: pointer targets in initialization differ in signedness
ipxcp.c: In function ipxcp_cilen?
ipxcp.c:596: warning: pointer targets in passing argument 1 of strlen?differ in signedness
ipxcp.c: In function ipxcp_addci?
ipxcp.c:633: warning: pointer targets in passing argument 1 of strlen?differ in signedness
ipxcp.c: In function ipxcp_ackci?
ipxcp.c:739: warning: pointer targets in passing argument 1 of strlen?differ in signedness
ipxcp.c: In function ipxcp_rejci?
ipxcp.c:964: warning: pointer targets in passing argument 1 of strlen?differ in signedness
ipxcp.c: In function ipxcp_script?
ipxcp.c:1456: warning: pointer targets in assignment differ in signedness
ipxcp.c:1457: warning: pointer targets in assignment differ in signedness
ipxcp.c: In function ipxcp_printpkt?
ipxcp.c:1583: warning: pointer targets in passing argument 1 of print_string?differ in signedness
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o tty.o tty.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o eap.o eap.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o chap-md5.o chap-md5.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o md4.o md4.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o chap_ms.o chap_ms.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o sha1.o sha1.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o pppcrypt.o pppcrypt.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o multilink.o multilink.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o tdb.o tdb.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS
-c -o spinlock.o spinlock.c
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS -Wl,-E -o pppd main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o eap.o chap-md5.o md4.o chap_ms.o sha1.o pppcrypt.o multilink.o tdb.o spinlock.o
-lcrypt -ldl
make[1]: warning:
Clock skew detected.
Your build may be incomplete.
make[1]: Leaving directory `/tmp/ppp-2.4.4/pppd'
make[1]: Entering directory `/tmp/ppp-2.4.4/pppstats'
cc -O -I../include -o pppstats pppstats.c
make[1]: Leaving directory `/tmp/ppp-2.4.4/pppstats'
make[1]: Entering directory `/tmp/ppp-2.4.4/pppdump'
make[1]: Warning: File `pppdump.c' has modification time 3e+07 s in the future
cc -O -I../include/net
-c -o pppdump.o pppdump.c
cc -O -I../include/net
-c -o bsd-comp.o bsd-comp.c
cc -O -I../include/net
-c -o deflate.o deflate.c
cc -O -I../include/net
-c -o zlib.o zlib.c
cc -o pppdump pppdump.o bsd-comp.o deflate.o zlib.o
make[1]: warning:
Clock skew detected.
Your build may be incomplete.
make[1]: Leaving directory `/tmp/ppp-2.4.4/pppdump'
共有评论数 1/每页显示数 10
发表评论,与各位同人交流。回复请点击下方的我要评论按钮(游客可回复),要发表贴子请点击
Linux教程下载?“”(请点击),Linux教程免费下载。
求助Linux问题?论坛有39版块,覆盖所有Linux技术层面。前往“”
 |  |  |  |  |  |  |  |  |  |  |  | 
&2015 红联 Powered by SupSite

我要回帖

更多关于 谢谢你帮助我 的文章

 

随机推荐