Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <38F94668.C485FD27@sigma6.com>
Date: Sun, 16 Apr 2000 00:49:44 -0400
From: Jeff Sturm <jsturm@sigma6.com>
Organization: AppNet Inc.
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 alpha)
X-Accept-Language: en
MIME-Version: 1.0
To: Pierre Abbat <phma@oltronics.net>
CC: cygwin@sourceware.cygnus.com
Subject: Re: Where is stdio.h?
References: <Pine.LNX.4.10.10004152238380.694-100000@cc42593-a.taylor1.mi.home.com> <00041523115209.29700@neofelis>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Pierre Abbat wrote:
> >The gcc compiler doesn't need /usr/include, it knows where to find its
> >include files, but you seem to have an atypical Makefile that looks for
> >stdio.h itself.
> 
> I looked at the Makefile in Linux (the Windows box is off now) and there is no
> mention of stdio. It's a diving make created by autoconf/automake using
> Kdevelop. I can send it to you if you'd like.

The message you forwarded originally was an make error, trying to
resolve a dependency on stdio.h.  It must be in there somewhere.

> Can you tell me what steps I need to take to get this working? Or should I get
> the CD? Is it any easier?

Do what I suggested earlier.  Find the directory that _does_ have
stdio.h, then make a symbolic link:

mkdir /usr
ln -s <real-include-dir> /usr/include

The CD may not really help.  Although my experience is that the
directory structure created by the CD installer is a little more sane
than the net release, I'm fairly certain it doesn't create a
/usr/include either... there isn't generally any need to.  (Of course
there are still other good reasons to buy the CD...)


--
Jeff Sturm
jsturm@sigma6.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

