随笔分类 -  unix网络编程

UNIX环境高级编程 apue.h头文件的配置
摘要:http://jimslinbing.blog.163.com/blog/static/85054319201292712414518/1.到http://www.apuebook.com下载源码2.tar解包,cd apue.2e3.vi Make.defines.linux 修改变量WKDIR,指向你的apue源码的位置,我的是/home/huangz/code/apue.2e,所以 WKDIR=/home/huangz/code/apue.2e4.vi include/apue.h 增加一个常量ARG_MAX,这是threadctl/getenv1.c和threadctl/getenv3 阅读全文

posted @ 2013-11-26 10:26 屁屁侠 阅读(5673) 评论(0) 推荐(0)

《UNP》中源代码的编译和使用
摘要:《UNP》中源代码的编译和使用README 文件Execute the following from the src/ directory: ./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 cd ../libfree # continue building the basic library 阅读全文

posted @ 2013-03-23 15:14 屁屁侠 阅读(1849) 评论(0) 推荐(0)

导航