Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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: From: "Robert Mark Bram" To: "Martin Gainty" , "Cygwin" Subject: RE: C libraries Date: Mon, 14 Apr 2003 14:38:27 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-reply-to: 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/