dejagnu needs dejagnu
"Troy" <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
When building dejagnu-1.4.4, the build fails if no previous dejagnu is installed. ./configure ... make make check Instead, one must run ./configure ... make make install make check Building dejagnu-1.4.4 with a previous installation of dejagnu-1.4.2 fails too. Some incompatibility. This means you really have to run "make install" first. This seems to be expected behavior, so I am not including further details. Albeit being, apparently, expected behavior, this is not good behavior, hence the bug report. Cheers, Troy