您的位置:首页 > 其它

Unix NetWork Programming——例程 (解决unp.h等源码编译问题)

2014-08-26 10:21 453 查看
1. 可以使用 unpv13e.zip里的例程 解压缩后,按README通过 make <sourcefilename> 来编译

2. 或者:

    ./configure    # try to figure out all implementation differences

    cd lib         # build the basic library that all programs need

    make           # use "gmake" everywhere on BSD/OS systems

    然后 cp libunp.a /usr/bin/ 下

    gcc daytimetcpsrv.c -o daytimetcpsrv -lunp
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  network programming
相关文章推荐