Michael Scheibler wrote:
> 
> Oops..., well I already found information about that in the GNUstep core
> package of the latest snapshot.
> But I still have problems in making the make package using CygWINs make.
> 
> --->
> gcc -O2 -Wall -o which_lib.exe which_lib.c
> which_lib.c:41: sys\errno.h: No such file or directory
> which_lib.c:99: sys\param.h: No such file or directory
> 

Well, cygwin has those files but mingw doesn't, so the only thing I can
guess is that you ran configure using cygwin's gcc and then ran make
using mingw's gcc

_______________________________________________
Help-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-gnustep

Reply via email to