Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 1996 07:25:29 -0700 (PDT)
From:      "Jonathan M. Bresler" <jmb>
To:        kuku@gilberto.physik.rwth-aachen.de
Cc:        freebsd-current@freefall.FreeBSD.org
Subject:   Re: makedefs in games/hack - stopped build
Message-ID:  <199605151425.HAA21609@freefall.freebsd.org>
In-Reply-To: <199605150722.JAA04194@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at May 15, 96 09:22:04 am

next in thread | previous in thread | raw e-mail | index | archive | help
Christoph P. Kukulies wrote:
> 
> Last night I didn't run the full world build (with install) but
> only
> 
> make cleandir depend all
> 
> and the build stopped here:
> 
> 
> cc -O2 -m486 -pipe -fno-strength-reduce    -o strfile strfile.o  
> ===> games/grdc
> cc -O2 -m486 -pipe -fno-strength-reduce   -c grdc.c
> cc -O2 -m486 -pipe -fno-strength-reduce    -o grdc grdc.o  -lncurses -lmytinfo
> gzip -c grdc.6 > grdc.6.gz
> ===> games/hack
> cc -O2 -m486 -pipe -fno-strength-reduce -fwritable-strings   -c alloc.c
> cc -O2 -m486 -pipe -fno-strength-reduce -fwritable-strings   -o makedefs /usr/src/games/hack/makedefs.c
> makedefs /usr/src/games/hack/def.objects.h > hack.onames.h
> makedefs: not found

	change the Makefile in /usr/src/games/hack to execute
	"./makedefs" in place of "makedefs".   sigh.

> *** Error code 2
> 
> Stop.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> 
> I'm wondering if this is because I gave a different target
> or if it's a general problem. Or did I specify the wrong targets or missed
> some?
> 
> 
> --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605151425.HAA21609>