Stenvens的UNIX网络编程书中源代码问题系列(一)
来源: 互联网 发布时间:2015-05-12
本文导语: [root@cool intro]# gcc -Wall -o daytimetcpcli daytimetcpcli.c /tmp/ccCtP9OI.o(.text+0x22): In function `main': : undefined reference to `err_quit' /tmp/ccCtP9OI.o(.text+0x4c): In function `main': : undefined reference to `err_sys' collect2: ld returned 1 exit ...
[root@cool intro]# gcc -Wall -o daytimetcpcli daytimetcpcli.c
/tmp/ccCtP9OI.o(.text+0x22): In function `main':
: undefined reference to `err_quit'
/tmp/ccCtP9OI.o(.text+0x4c): In function `main':
: undefined reference to `err_sys'
collect2: ld returned 1 exit status
好像是"unp.h"中只作了声明,并未给出定义.
书中最后给出了这几个函数的定义.
莫非我演示每一个程序都要自己去写一遍err_quit,err_sys的definition?
附小问题:
我用的是红帽子9.0.想弄个登陆照片.得到警告:
尚未配置头像浏览器,请要求您的系统管理员在GDM配置程序中启用它.
我在/etc/X11/gdm/gdm.conf看到
# If user or user.png exists in this dir it will be used as his picture
GlobalFaceDir=/usr/share/faces/
于是在/usr/share/faces/
放了一张user.jpg,重起,没起作用.是不是格式问题,还是我压跟就没配对?
/tmp/ccCtP9OI.o(.text+0x22): In function `main':
: undefined reference to `err_quit'
/tmp/ccCtP9OI.o(.text+0x4c): In function `main':
: undefined reference to `err_sys'
collect2: ld returned 1 exit status
好像是"unp.h"中只作了声明,并未给出定义.
书中最后给出了这几个函数的定义.
莫非我演示每一个程序都要自己去写一遍err_quit,err_sys的definition?
附小问题:
我用的是红帽子9.0.想弄个登陆照片.得到警告:
尚未配置头像浏览器,请要求您的系统管理员在GDM配置程序中启用它.
我在/etc/X11/gdm/gdm.conf看到
# If user or user.png exists in this dir it will be used as his picture
GlobalFaceDir=/usr/share/faces/
于是在/usr/share/faces/
放了一张user.jpg,重起,没起作用.是不是格式问题,还是我压跟就没配对?
|
err_quit,err_sys等函数的实现在源代码的lib目录下,
你要先根据readme中的顺序将各个库编好。
你要先根据readme中的顺序将各个库编好。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。