| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
| Reply-To: | <Robert DOT Bram AT infotech DOT monash DOT edu DOT au> |
| From: | "Robert Mark Bram" <relaxedrob AT optusnet DOT com DOT au> |
| To: | "Martin Gainty" <mgainty AT hotmail DOT com>, "Cygwin" <cygwin AT cygwin DOT com> |
| Subject: | RE: C libraries |
| Date: | Mon, 14 Apr 2003 14:38:27 +1000 |
| Message-ID: | <DDEDIPLLKIAMLBCBFCHEMEJLCJAA.relaxedrob@optusnet.com.au> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| In-reply-to: | <Law10-OE25BvRnfvcyS00000d56@hotmail.com> |
| Importance: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
Hi Martin,
Thank you very much for your advice so far. I think I have some more
troubles - I tried what you sugested below..
> My cygwin stdio.h is in %HOME%/usr/include
> assuming you are compiling from HOME folder you can
> SET INCLUDE=/usr/include
> make
> and you should be good to go..
$ cd ~
$ pwd
/home/rob
$ [ -f /usr/include/stdio.h ] && echo yes || echo no
yes
$ include=/usr/include && INCLUDE=/usr/include
$ set | grep include
INCLUDE=/usr/include
include=/usr/include
$ gcc text.c
In file included from /usr/include/stdio.h:29,
from text.c:1:
/usr/include/_ansi.h:16:24: sys/config.h: No such file or directory
In file included from text.c:1:
$
Do you know of anything else I might try? :(
Rob
:)
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |