Date: Fri, 12 Sep 1997 20:42:12 -0700 (PDT) Message-Id: <199709130342.UAA21046@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: pjfarley AT dorsai DOT org (Peter J. Farley III) From: Nate Eldredge Subject: Re: Rebuilding gcc -- cc1plus and gxx not made Cc: djgpp AT delorie DOT com Precedence: bulk At 12:38 9/11/1997 GMT, you wrote: >Nate, > >Thanks for the instructions and patches. I appreciate it. Well, now it turns out I was wrong with the patches. :) Assuming sh.exe is not on your path (that was my problem), all you need to do to build is: configur go32 make "CFLAGS=[whatever]" cd cp [Fix the cp makefile, here's a patch. This time for sure.] --cut-- *** makefile Tue Sep 9 18:22:08 1997 --- makefile.new Tue Sep 9 18:20:22 1997 *************** *** 193,197 **** parse.o : $(PARSE_C) $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../flags.h lex.h $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(BIG_SWITCHFLAG) \ ! `echo $(PARSE_C) CONFLICTS = expect 5 shift/reduce conflicts and 38 reduce/reduce conflicts. --- 193,197 ---- parse.o : $(PARSE_C) $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../flags.h lex.h $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(BIG_SWITCHFLAG) \ ! $(PARSE_C) CONFLICTS = expect 5 shift/reduce conflicts and 38 reduce/reduce conflicts. --cut-- make "CFLAGS=[whatever] [Copy the binaries into where they belong.] And no, you don't need bash. Eli was right. Nate Eldredge eldredge AT ap DOT net