This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with #include<limits.h>


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]