Subject: Re: make release prob (i386)
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 11/18/2001 17:49:19
I just managed a complete i386 native release with 15 Nov 2001 19:55 GMT
source by adding CC=/usr/bin/gcc to src/distrib/i386/floppies/Makefile.inc

(Also cured my own pngtest makefile prob..)

Cheers,

Patrick

On Fri, Nov 16, 2001 at 06:52:38PM +0000, Patrick Welche wrote:
> During a "make release" (not build.sh) with source from 15 Nov 2001 19:42 GMT:
> 
> all ===> i386/floppies/ramdisk-big
...
> /usr/src/tools/obj.i386/tools.NetBSD-1.5Y-i386/bin/i386--netbsdelf-gcc -Os -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror    -c /usr/src/distrib/i386/floppies/ramdisk-big/../../../utils/libhack/getcap.c
> /usr/src/distrib/i386/floppies/ramdisk-big/../../../utils/libhack/getcap.c:44: sys/cdefs.h: No such file or directory
> 
> Same for all the other include files, yet they exist in both
> /usr/include and ${DESTDIR}/usr/include.
...