delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2011/05/19/06:20:27

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <BANLkTima=eDmHqsHA-i4BzF-ko77HjY5pA@mail.gmail.com>
References: <BANLkTima=eDmHqsHA-i4BzF-ko77HjY5pA AT mail DOT gmail DOT com>
Date: Thu, 19 May 2011 12:19:55 +0200
Message-ID: <BANLkTiknH0yhdBP8yw5EZQUyO_ewixGy6w@mail.gmail.com>
Subject: Re: /usr/include path issue
From: Csaba Raduly <rcsaba AT gmail DOT com>
To: cygwin AT cygwin DOT com
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On Thu, May 19, 2011 at 8:54 AM, Gabor Alsecz  wrote:
> Hi All,
>
> I am using the latest cygwin installation and I have an issue with my
> /usr/include directory under cygwin bash.
>
> my .c file snippet looks like this:
>
> #include <netdb.h>
> #include <sys/types.h>
> #include <sys/socket.h>
> #include <netinet/in.h>
> #include <arpa/inet.h>
>
> And when running gcc from bash with the followin command:
> gcc getip.c
>
> i receive the following error:
> fatal error: netdb.h: No such file or directory

Hi Gabor,

do you actually have a netdb.h ? What does

$ find /usr/include/ -name netdb.h

print ?


You can check which directories gcc searches for include files by
adding the -v switch to the gcc command line:

gcc -v getip.c

netdb.h is part of the cygwin package (according to
http://cygwin.com/cgi-bin2/package-grep.cgi?grep=netdb.h) which is
always installed; it should be in /usr/include, which is searched by
gcc by default.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019