On Fri, 2 Aug 2002, Ken Martwick wrote: > Robert de Bath wrote (in part): > > Rather than joining in this discussion I've been adding about a > > thousand lines of new code (and another of old) to dev86. The > > result is a nice shiny new CPP. My problem now is that I've run > > out of bugs in it and need your help to find some more. ;-) > > Hi Rob, > I tried to compile bcc v.0.16.7 and got the following errors: > > ------------------------ snip ------------------------------------- > cc -Wall -Wstrict-prototypes -O2 -g -o bcc-cpp main.o cpp.o hash.o > token1.o token2.o > cpp.o: In function `gettok': > /usr/src/dev86-0.16.7/cpp/cpp.c:126: undefined reference to `is_ckey' > cpp.o: In function `get_onetok': > /usr/src/dev86-0.16.7/cpp/cpp.c:422: undefined reference to `is_ctok' > collect2: ld returned 1 exit status > make[3]: *** [bcc-cpp] Error 1 > make[3]: Leaving directory `/usr/src/dev86-0.16.7/cpp' > make[2]: *** [cpp] Error 2 > ------------------------ snip ------------------------------------- Install gperf. I have altered the Makefile so it doesn't delete the files tho, that file and the generated token*.h files are attached, they go in the linux-86/cpp directory. -- Rob. (Robert de Bath )