readme
来自「450b+linux+wm射频模块的一个门禁系统的完整源代码」· 代码 · 共 29 行
TXT
29 行
This file contains information about compiling the programs from Appendix Cof UNIX Systems Programming.Under Solaris: no changes needed.Under Linux: Compiling the programs under Linux typically requires that the constant _GNU_SOURCE be defined. Run the convertlinux program once to modify the makefile use this constant. Also, Linux does not need the -lsocket library. The convertlinux program removes this from makefile. Lastly, linux does not support gethostbyname_r and gethostbyaddr_r as described in the text so the convertlinux program removes these implementations from the default compilation.Under Mac OS X: Mac OS X does not need either of the libraries -lsocket or -lnsl. Run the convertmac program once to remove these from the makefile. Also, Max OS X does not support gethostbyname_r and gethostbyaddr_r so the convertlinux program removes these implementations from the default compilation.If you run the programs on another system and need to make modifications tomake them work, please send email to authors@usp.cs.utsa.edu to let us knowwhat you did.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?