https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122694

            Bug ID: 122694
           Summary: Error out or produce a banner warning if
                    dejagnu/runtest is not found
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
  Target Milestone: ---

It is a common issue newcomers run into where dejagnu is not installed at
configure-time, and then `make check` does very very little and exits quickly,
and it is not easy for them to figure out why.

We should have `make check` error out in such a case or produce some bannered
warning at least.

Reply via email to