gnupg make fails on hpux 11.11

David Shaw dshaw at jabberwocky.com
Tue Feb 10 12:08:27 CET 2004


On Mon, Feb 09, 2004 at 05:54:14PM -0000, McRae, Darren A wrote:
> I have a hpux 11.11 machine with gcc 3.2 installed in /usr/local/bin. I
> export CC setting it to be equal to the location of gcc and the configure
> completes successfully. However when I do the make command (either
> /usr/local/gmake or /usr/sbin/make) I get the following errors:-
> 
> if /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include
> -I../intl    -g -O2 -Wall -MT http.o -MD -MP -MF ".deps/http.Tpo" \
>   -c -o http.o `test -f 'http.c' || echo './'`http.c; \
> then mv -f ".deps/http.Tpo" ".deps/http.Po"; \
> else rm -f ".deps/http.Tpo"; exit 1; \
> fi
> In file included from http.c:34:
> /usr/include/sys/socket.h:439: parse error before "sendfile"

This is a fairly common HPUX problem when there is a mismatch between
gcc's headers and the system headers.  It causes build problems with
anything using sockets.

See http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=9laqm0%241fr0%241%40FreeBSD.csie.NCTU.edu.tw

David



More information about the Gnupg-users mailing list