Re: Installing insight with existing gdb
Roland Schwingel <[email protected]> Fri, 11 Jan 2013 10:28:53 +0100
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
Hi Yash... > I am trying to install insight-6.8-1 on AIX 6.1. This tries to compile and > install gdb. However, I already have gdb installed on the server. Is it > possible to ask the Insight build process to use the existing gdb and not > build its own? Insight is not doing any kind of interprocess communication with gdb. The insight executable IS in fact gdb + some libraries. It is linked together into one piece of code. So you need to build it. Anyway you shouldn't use 6.8. It is a "little" old. It is better to build form CVS sources to get a decent insight. Roland