Re: make fails on ubuntu 11.04 VM,
Keith Seitz <[email protected]>
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
On 11/10/2011 11:54 AM, sandip gangakhedkar wrote: > The build is failing on Ubuntu 11.04. Attached is the log for make. I looked at your log. It is "failing" in etc/ because makeinfo is missing. It looks like etc/ is requiring this, even though it probably shouldn't. I would recommend you install the appropriate package (that's in the "texinfo" package for Fedora-based machines). You can, however, by-pass etc/ and other "superfluous" stuff by doing "make all-gdb install-gdb" instead of simply "make all install". Honestly, I *will* do a 7.4-based release in a few weeks! Keith