| 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 |
| Message-ID: | <20020709171344.27716.qmail@web10104.mail.yahoo.com> |
| Date: | Tue, 9 Jul 2002 19:13:44 +0200 (CEST) |
| From: | =?iso-8859-1?q?Sylvain=20Petreolle?= <spetreolle AT yahoo DOT fr> |
| Subject: | problem with #include<limits.h> |
| To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
Compiling a program with gcc-3.1 preversion fails when
including <limits.h>.
Test program
#include <limits.h>
int main(void)
{
return 0;
}
returns at compilation:
$ gcc -c test.c
In file included from test.c:1:
/usr/lib/gcc-lib/i686-pc-cygwin/3.1.1/include/limits.h:11:23:
syslimits.h: No such file or directory
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
--
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 |