This is the mail archive of the insight@sources.redhat.com 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: Help with Insight


On Thu, 2003-06-05 at 15:10, Mariano Sigot wrote:
> Do you think you colud help me with this??

Here's how I do it. (Example given for linux, but cygwin or solaris or
whatever procedure is the same.) This example installs everything into
"/home/keiths/insight/built"; executables go into
"/home/keiths/insight/built/H-i686-pc-linux":

$ pwd
/home/keiths/insight
$ ls -1F
src/
linux/
$ cd linux
$ CFLAGS="-g" ../src/configure --prefix=/home/keiths/insight/built \
--exec-prefix=/home/keiths/insight/built/H-i686-pc-linux
[wait a few secondsp]
$ make all-gdb
[wait a few minutes]
$ make install-gdb
[wait a few more minutes]

That's all there is to it. If this is a recent version of insight, the
executable will be called "insight". If it's an older version, it will
simply be called "gdb". (If you specify "--target=foo-bar" to configure,
then you will have "foo-bar-insight" and "foo-bar-gdb".)

Keith



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