frank harrington <[EMAIL PROTECTED]> writes: > Much of the compilation was successful, but 'make' by > itself did not complete - can i do 'make bison' ?
You should be able to skip that bad subdirectory by running the command make SUBDIRS='config po runtime-po lib data src doc tests' > I will study the Makefile but I thought the inclusion > of the attached file will probably have someone > telling me the path needs adjusting. I'd guess that your C++ compiler isn't installed correctly. Bison's 'configure' script is supposed to detect that problem, and skip all C++-related code if C++ looks flaky, but I guess the detection failed for you. Another possibility is that calc++-scanner.o got munged somehow. You might try removing it and doing a rebuild.
