From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: building cygwin.dll 3 Dec 1997 19:35:16 -0800 Message-ID: References: <3 DOT 0 DOT 3 DOT 32 DOT 19971202230420 DOT 009ba100 AT ma DOT ultranet DOT com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Larry Hall Cc: gnu-win32 AT cygnus DOT com > In file included from /usr/obj/cdk/gcc/include/syslimits.h:7, > from /usr/obj/cdk/gcc/include/limits.h:11, > from /usr/src/cdk/newlib/libm/math/s_ilogb.c:62: > /usr/obj/cdk/gcc/include/limits.h:116: limits.h: No such file or directory Classic include_next problem. As a quick workaround, edit the file /usr/obj/cdk/gcc/gcc/include/limits.h, and remove the beginning and ending extra stuff to include a system specific limits file if it exists. Basically, delete the initial lines until your first line is the following: #ifndef _LIMITS_H__ now delete backwards from the end until your last line is: #endif /* _LIMITS_H__ */ Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".