Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ll-xn!cit-vax!news From: news@cit-vax.Caltech.Edu (Usenet netnews) Newsgroups: comp.lang.c++ Subject: Re: installing C++ under 4.3BSD Message-ID: <1162@cit-vax.Caltech.Edu> Date: Wed, 12-Nov-86 15:25:39 EST Article-I.D.: cit-vax.1162 Posted: Wed Nov 12 15:25:39 1986 Date-Received: Wed, 12-Nov-86 22:10:36 EST References: <4278@ut-ngp.UUCP> Reply-To: jon@cit-vax.UUCP (Jon Leech) Organization: California Institute of Technology Lines: 28 Organization : California Institute of Technology Keywords: From: jon@oddhack.Caltech.Edu (Jon Leech) Path: oddhack!jon In article <4278@ut-ngp.UUCP> merworth@ut-ngp.UUCP (Boyd Merworth) writes: >mv lib/mk/libC.a . >CC -O -DBSD -o munch -c lib/static/munch.c >CC lib/static/munch.c: >cc -c -O -o munch munch..c -lC >mv: munch..o: Cannot access: No such file or directory >rm munch.o >rm: munch.o nonexistent >*** Exit 1 > >Does anyone have a fix to CC for this? The quickest 'fix' is to change the actions in the 'munch' target in the top-level makefile like this: munch: always $(CC) $(CCFLAGS) -c lib/static/munch.c $(CC) $(CCFLAGS) -o munch munch.o rm munch.o -- Jon Leech (jon@csvax.caltech.edu || ...seismo!cit-vax!jon) Caltech Computer Science Graphics Group __@/