bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Bison 2.0] testsuite: 44 45 88 89 90 91 92 93 114 failed


From: Paul Eggert
Subject: Re: [GNU Bison 2.0] testsuite: 44 45 88 89 90 91 92 93 114 failed
Date: Tue, 12 Apr 2005 23:15:43 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Sidney Li <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]