bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] tar 1.16 configure warning


From: Paul Eggert
Subject: Re: [Bug-tar] tar 1.16 configure warning
Date: Sat, 16 Dec 2006 22:46:40 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

David Holloway <address@hidden> writes:

> I think it's the _XOPEN_SOURCE and/or _XOPEN_SOURCE_EXTENDED
> problem that so many people have with HP-UX socket headers

Sorry, I'm not familiar with those.

> configure: WARNING: netdb.h: present but cannot be compiled

What happens when you merely try to compile this file, without any
special options for the compiler?

  #include <netdb.h>
  typedef int dummy;

If this doesn't compile, then to fix it what include files need to be
included before <netdb.h>, and why?  If it _does_ compile, then why is
tar/configure getting a different result than this little test
program?




reply via email to

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