Mail Archives: djgpp/1997/09/12/23:42:53
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
- Raw text -