public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Installation problems
@ 2001-08-01  8:19 Noam Liron
  2001-08-01  8:24 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Noam Liron @ 2001-08-01  8:19 UTC (permalink / raw)
  To: insight

Hi,

I insatlled Insight on my Linux (Mandrake 8.0) and executed config and
make bau I can't find the executable thus can't start the debbuger.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Installation problems
  2001-08-01  8:19 Installation problems Noam Liron
@ 2001-08-01  8:24 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2001-08-01  8:24 UTC (permalink / raw)
  To: Noam Liron; +Cc: insight

On Wed, 1 Aug 2001, Noam Liron wrote:

> I insatlled Insight on my Linux (Mandrake 8.0) and executed config and
> make bau I can't find the executable thus can't start the debbuger.

Hi,

Ugh. Hate to say this, but it is still called "gdb". So you probably have
"three" versions of gdb on your system:

/usr/bin/gdb -- the version of gdb that came with your Mandrake
                installation (if you installed that option)
PREFIX/EXEC-PREFIX/bin/gdb -- Insight
PREFIX/EXEC-PREFIX/bin/gdb -nw -- the Insight gdb, but using only the
                                  command-line mode.
where PREFIX is the "--prefix" option given to configure (default is
/usr/local") and EXEC-PREFIX is the "--exec-prefix" option given to
config (default is "")

If you type "which gdb", you can easily find out which gdb you're getting.

I will be making an attempt at altering the build/installation process to
make separate executables for gdb (command-line) and Insight (GUI+cmd
line). Expect to see something in the next month. :-)

Keith


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-01  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-01  8:19 Installation problems Noam Liron
2001-08-01  8:24 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).