>>> "Bob" == Bob Rossi <[EMAIL PROTECTED]> writes:
> Hmmm, let me clarify. I did > 'export BISON=/home/bob/cvs/bison/bench/target/bin/bison' > was that a good idea? I will update the script to make it more user friendly. > It seems as if, > PATH=/home/bob/cvs/bison/bench/target/bin:$PATH perl bench.pl > is running the script, will this give me the results you want? > Finally, after doing these things in this order: > - a fresh cvs co > - apply patch > - ./bootstrap > - ./configure > - make > I get a compile error. I had to manually do, > cd src/ > /usr/bin/bison parse-gram.y > mv parse-gram.tab.c parse-gram.c > mv parse-gram.tab.h parse-gram.h > and then do a make again. Is this OK? What sort of error did you find? Maybe there are conflicts in the generated files, that's very possible, in which case rm src/parse*[ch] should suffice. > Here are the results with a normal ./configure. I'm curious to see why > this slows down so much. Maybe I should run gprof. Yes, probably. This will probably not be fun :(
