由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - unix network programming (Stevens) book V1 (2ed, 3ed) code cannot run on Linux
相关主题
求好心人推荐一本 network programming 的经典入门书今天的校园面试
问几个multithreading的问题one network q
VMware的面试题bloomberg电面,攒rp求bless
请教聊天系统设计报一个bloomberg offer
大家都看John Hull的哪本书? 做Quant求《Interview 101》的电子书,送双黄包!
怎么准备software engineer面试Amazon二面
星期五的面世比较郁闷,不知道有没有戏Job Opening in Bryan TX
[合集] 能不读PhD就不读PhD准备面试准备的很郁闷
相关话题的讨论汇总
话题: ntop话题: inet话题: 226话题: error话题: nonb
进入JobHunting版参与讨论
1 (共1页)
l******9
发帖数: 579
1
I am trying to download and run the c code on Linux for
UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets
and XTI, Prentice Hall, 1998, ISBN 0-13-490012-X. It is by W. Stevens
Richard
http://kohala.com/start/unpv12e/unpv12e.tar.gz
But, when I build the code, I got error:
gcc -g -O2 -D_REENTRANT -Wall -c -o connect_nonb.o connect_nonb.c
In file included from connect_nonb.c:1:
unp.h:114: error: redefinition of âstruct in_pktinfoâ
make: *** [connect_nonb.o] Error 1
I commented out struct in_pktinfo. Then I got new errors:
gcc -g -O2 -D_REENTRANT -Wall -c -o in_cksum.o in_cksum.c
gcc -g -O2 -D_REENTRANT -Wall -c -o inet_ntop.o inet_ntop.c
inet_ntop.c: In function âinet_ntopâ:
inet_ntop.c:61: error: argument âsizeâ doesnât match
prototype
/usr/include/arpa/inet.h:67: error: prototype declaration
make: *** [inet_ntop.o] Error 1
I do not want to debug for the whole 575 files one by one.
Where can I get new code without these errors ? the new version book has bug
-free code ?
The old code is only for old OS.
Thanks
i******e
发帖数: 273
2
我以前也遇到类似的问题。原因大概是头文件中缺少一些宏定义,你可以google一下。
这个问题在最新的code已经改正了,你可以下载最新code, 应该可以build过的。
http://www.unpbook.com/src.html
1 (共1页)
进入JobHunting版参与讨论
相关主题
准备面试准备的很郁闷大家都看John Hull的哪本书? 做Quant
An opening in NYC怎么准备software engineer面试
攒人品&&求好运&&发面经:A的第一电星期五的面世比较郁闷,不知道有没有戏
sockets programming[合集] 能不读PhD就不读PhD
求好心人推荐一本 network programming 的经典入门书今天的校园面试
问几个multithreading的问题one network q
VMware的面试题bloomberg电面,攒rp求bless
请教聊天系统设计报一个bloomberg offer
相关话题的讨论汇总
话题: ntop话题: inet话题: 226话题: error话题: nonb