discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile on ubuntu - core/base fails


From: Riccardo Mottola
Subject: Re: compile on ubuntu - core/base fails
Date: Fri, 10 Jun 2011 14:39:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110606 Icedove/3.1.10

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]