[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running configure on Windows NT
From: |
Adam Fedor |
Subject: |
Re: Running configure on Windows NT |
Date: |
Tue, 16 Jan 2001 08:36:21 -0700 |
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