按照老大的指示,重新configure和make,make install后,掉线问题解决。
make,已经没有下面的信息:
stuff.c: In function `Ctime':
stuff.c:380: warning: implicit declaration of function `ctime_r'
stuff.c:380: warning: initialization makes pointer from integer without a cast
Compiling stuff.c时只剩下面的信息:
[Compiling stuff.c]
stuff.c: In function `Cdate':
stuff.c:372: warning: implicit declaration of function `localtime_r'
stuff.c:372: warning: initialization makes pointer from integer without a cast
stuff.c: In function `sethomefile':
stuff.c:609: warning: subscript has type `char'
stuff.c: In function `sethomepath':
stuff.c:618: warning: subscript has type `char'
stuff.c: In function `setmailfile':
stuff.c:627: warning: subscript has type `char'
stuff.c: In function `setmailpath':
stuff.c:636: warning: subscript has type `char'
stuff.c: In function `id_invalid':
stuff.c:664: warning: subscript has type `char'
stuff.c:670: warning: subscript has type `char'
stuff.c: In function `bad_user_id':
stuff.c:846: warning: subscript has type `char'
stuff.c:870: warning: subscript has type `char'
stuff.c: In function `del_from_file':
stuff.c:1284: warning: int format, pid_t arg (arg 4)
stuff.c: In function `valid_filename':
stuff.c:1503: warning: subscript has type `char'
stuff.c: In function `import_old_mailgroup':
stuff.c:1761: warning: int format, pid_t arg (arg 3)
stuff.c: In function `import_friends_mailgroup':
stuff.c:1808: warning: int format, pid_t arg (arg 3)
stuff.c: In function `gettmpfilename':
stuff.c:1890: warning: int format, pid_t arg (arg 3)
谢谢
【 在 atppp (Big Mouse) 的大作中提到: 】
: 你的configure命令里面有个CFLAGS="-g"吧,改成
: CFLAGS="-g -D_POSIX_PTHREAD_SEMANTICS"
--
FROM 202.193.15.*