gdb 11.1: configure doesn't check for gmp existence
Andrea Monaco via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, gdb 11.1 depends on the gmp library, as docs also confirm. But ./configure completes with success on my GNU/Hurd system even if the library is not present, and then make aborts. I think that configure should fail if a strict dependency is missing. Andrea Monaco