Hi,
The recv() system call and MSG_PEEKconstanct are declared in sys/socket.h
But your temp.config says:
checking sys/socket.h usability... no
checking sys/socket.h presence... no
checking for sys/socket.h... no
So the configure script thinks that sys/socket.h doesn't exist on your system:
There's something wrong with your system or with the configure script. Given
that sys/config.h is pretty basic, it's probably there, which makes your clang
compiler the most likely faulty component ... try configuring/building using
the standard compiler instead.
If clang is setup like on debian, it is pretty broken... although
sys/socket.h should really be standard. Perhaps some development header
package is missing?
Could you check by doing:
$ls /usr/include/sys/socket.h
Riccardo
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep