Unix网络编程--卷二:FAQ

1、编译unpipc库。

执行./configure时报错: checking host system type... Invalid configuration `x86_64-pc-linux-gnu': machine `x86_64-pc' not recognized 

解决办法:编辑./config.sub文件,添加x86_64-*即可。

进入lib文件夹后,执行make时报错:

解决办法:注释掉config.h中的56-58三行。

原文地址:https://www.cnblogs.com/lit10050528/p/5467122.html