This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A question before installing insight


Zhong Zhi WU wrote:

  as metioned in the FAQ, insight is a full program rather than a front-end program.
  Does that mean, it can run without pre-installed gdb.

Yes. When you build insight, you will get another version of gdb with it. The two are identical except for one bit at startup that turns on the insight gui.


The second question is that if I have installed gdb, will the newly-installed insight will affect the old gdb?

Not as long as you specify a --prefix to configure that doesn't conflict with your other gdb installation, i.e., if gdb is in /usr/bin/gdb, don't specify --prefix=/usr to configure. Otherwise, when you install insight, it's version of gdb will replace your previous one. Likewise for the Tcl applications (tclsh8.4, wish8.4).


Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]