Subject: Re: cross build on macos x
To: None <port-mac68k@netbsd.org>
From: Magnus Henoch <mange@freemail.hu>
List: port-mac68k
Date: 06/14/2003 19:25:31
* Olof Hennig <olof@hennig.com> [2003-06-14 14:05]:
> build.sh exits with:
> ===> build.sh command: ./build.sh -U -T /usr/netbsd-current/tools -m 
> mac68k -D /usr/netbsd-current/build tools
> ===> build.sh started: Sat Jun 14 13:50:21 CEST 2003
> ===> Bootstrapping nbmake
> checking for sh... /bin/sh
> checking for gcc... cc
> checking for C compiler default output... configure: error: C compiler 
> cannot create executables
> 
> ERROR: Configure of nbmake failed
> *** BUILD ABORTED ***

Whenever a configure script fails, you can find details about the error in
config.log in the directory where it was executed.  This should be quite helpful
in finding the error.

Magnus