Subject: Re: Cygwin Compile of NetBSD 1.6
To: Christos Dritsas <cgd@sonic.net>
From: Perry E. Metzger <perry@piermont.com>
List: netbsd-help
Date: 02/01/2003 15:16:14
Christos Dritsas <cgd@sonic.net> writes:
> I am attempting to compile NetBSD 1.6 via Cygwin 1.3.19-1 (on Win2k)
> by issuing the following command:
> 
> 	./build.sh -m shark -u -t
> 
> I get the following error:
> 
> 	$ ./build.sh -m shark -u -t
> 	===> Bootstrapping nbmake
> 	checking for sh... /usr/bin/sh
> 	checking for gcc... cc
> 	checking for C compiler default output... configure: error: C
> compiler cannot create executables

Have you tried just using cc under cygwin to be sure it works at all?
It sounds as though it doesn't from what happened.

Perry