当前位置: 技术问答>linux和unix
非常好的一个程序,但在sco unix和turbo linux下老是出问题通不过,请大家帮忙调试一下这个程序,谢谢了!!!
来源: 互联网 发布时间:2015-05-09
本文导语: 请大家登陆http://www.kohala.com/start/unpv12e.html,里面有一个蓝色的source code 连接,下载后用如下方法解压,然后编译(如果你下载后是unpv12e.tar.tar格式,请把他更名为unpv12e.tar.gz,然后按下面执行): g...
请大家登陆http://www.kohala.com/start/unpv12e.html,里面有一个蓝色的source code 连接,下载后用如下方法解压,然后编译(如果你下载后是unpv12e.tar.tar格式,请把他更名为unpv12e.tar.gz,然后按下面执行):
gunzip -c unpv12e.tar.gz | tar xvf -
cd unpv12e
./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
make
cd ../libgai # the getaddrinfo() and getnameinfo() functions
make
cd ../libroute # only if your system supports 4.4BSD style routing sockets
make # only if your system supports 4.4BSD style routing sockets
cd ../libxti # only if your system supports XTI
make # only if your system supports XTI
cd ../intro # build and test a basic client program
make daytimetcpcli
./daytimetcpcli 127.0.0.1
请高手把你们遇到的问题和如何解决的在这儿列出来,好吗?谢谢大家了!!我在sco unix和turbo linux下调试老是通过不了,请大家帮忙,共同学习,谢谢了
gunzip -c unpv12e.tar.gz | tar xvf -
cd unpv12e
./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
make
cd ../libgai # the getaddrinfo() and getnameinfo() functions
make
cd ../libroute # only if your system supports 4.4BSD style routing sockets
make # only if your system supports 4.4BSD style routing sockets
cd ../libxti # only if your system supports XTI
make # only if your system supports XTI
cd ../intro # build and test a basic client program
make daytimetcpcli
./daytimetcpcli 127.0.0.1
请高手把你们遇到的问题和如何解决的在这儿列出来,好吗?谢谢大家了!!我在sco unix和turbo linux下调试老是通过不了,请大家帮忙,共同学习,谢谢了
|
主要看调试信息,
我觉得察看一下makefile里面的编译参数是否正确。
还有察看一下头文件的路径是否正确。
那样的话,应该能解决问题吧。
我觉得察看一下makefile里面的编译参数是否正确。
还有察看一下头文件的路径是否正确。
那样的话,应该能解决问题吧。
|
有的make文件有问题你需要改一下,具体哪一个记不清了。