Sidney Li <[EMAIL PROTECTED]> writes: > | # The C++ compiler. > | CXX='g++3.3.5' > | > | # If 'exit 77'; skip all C++ tests; otherwise ':'. > | BISON_CXX_WORKS=':' > ... > 44. actions.at:471: testing ... > actions.at:471: bison -o input.cc input.y > actions.at:471: $BISON_CXX_WORKS > stderr: > stdout: > actions.at:471: $CXX $CXXFLAGS $CPPFLAGS input.cc -o input > stderr: > ./testsuite: line 6956: g++3.3.5: command not found
The failures all had this system. My guess is that you configured Bison with a PATH containing a g++3.3.5 command that worked, but you ran the tests with a PATH that didn't have a working g++3.3.5 command. This would explain the last line quoted above.
