public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* FW: Insight Installation Bug
@ 2001-09-14 10:10 Raymond Jou
  2001-09-14 10:23 ` Keith Seitz
  2001-09-14 10:52 ` Keith Seitz
  0 siblings, 2 replies; 3+ messages in thread
From: Raymond Jou @ 2001-09-14 10:10 UTC (permalink / raw)
  To: insight

I am encountering an installation bug that Insight looks for the Tcl library
in
$install_dir/libgui/library
rather than in
$install_dir/share/cygnus/gui

where the Tcl library is installed. (see below)

linux04:/home/raymondj/work/install/Linux>bin/gdb
ide_initialize_paths failed: Can't find the GUI Tcl library in the following
directories:
/usr/share/cygnus/gui
/share/cygnus/gui
/home/raymondj/work/install/Linux/libgui/library
/usr/share/cygnus/ide
/share/cygnus/ide
/home/raymondj/work/install/Linux/libide/library


linux04:/home/raymondj/work/build/build_test/SW/tools/insight-5.0>head
config.status

#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
./configure --host=i686-pc-linux-gnu --target=osp192 --program-prefix=c --pr
efix=/home/raymondj/work/install/Linux --norecursion
#


Does this sound familiar to you?

Our Insight/gdb code base was Insight-5.0 that we downloaded back in April
of 2001.  Thank you very much for your help.

Raymond Ulysses Jou                        Member of Technical Staff
EMail: raymondj@cognigine.com                  Cognigine Corporation
Voice: 510.743.4977                         6120 Stevenson Boulevard
Fax:   510.743.4900                          Fremont, CA  94538-2490



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

* Re: FW: Insight Installation Bug
  2001-09-14 10:10 FW: Insight Installation Bug Raymond Jou
@ 2001-09-14 10:23 ` Keith Seitz
  2001-09-14 10:52 ` Keith Seitz
  1 sibling, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2001-09-14 10:23 UTC (permalink / raw)
  To: Raymond Jou; +Cc: insight

On Fri, 14 Sep 2001, Raymond Jou wrote:

> I am encountering an installation bug that Insight looks for the Tcl library
> in
> $install_dir/libgui/library
> rather than in
> $install_dir/share/cygnus/gui

I've never seen this before...

> linux04:/home/raymondj/work/install/Linux>bin/gdb
> ide_initialize_paths failed: Can't find the GUI Tcl library in the following
> directories:
> /usr/share/cygnus/gui
> /share/cygnus/gui
> /home/raymondj/work/install/Linux/libgui/library
> /usr/share/cygnus/ide
> /share/cygnus/ide
> /home/raymondj/work/install/Linux/libide/library
>
>
> linux04:/home/raymondj/work/build/build_test/SW/tools/insight-5.0>head
> config.status
>
> #!/bin/sh
> # This file was generated automatically by configure.  Do not edit.
> # This directory was configured as follows:
> ./configure --host=i686-pc-linux-gnu --target=osp192 --program-prefix=c --pr
> efix=/home/raymondj/work/install/Linux --norecursion
> #

May I recommend that you not build in the source directory? This may be a
total red herring, but I definitely do not recommend doing this.

Based on the configury that I see above, I would expect libgui to look in
/home/raymondj/work/install/Linux/share, but it doesn't... I don't know if
there was something wrong with the 5.0 release (could be, it was a really
random, bit-rotted "release" compared to what's available now).

Try searching the mailing list? I dunno what else to say...
> Our Insight/gdb code base was Insight-5.0 that we downloaded back in April
> of 2001.  Thank you very much for your help.

Ok, not what most people want to hear, BUT... Have you tried a newer
version of insight? CVS is a little broken right now, but the 5.1 branch
is not too bad. If it works there, we would at least have something to
look at...

FWIW, here's how I build:

$ ls
src/
$ mkdir linux
$ cd linux
$ ../src/configure --prefix=/home/keiths/insight \
--exec-prefix=/home/keiths/insight/H-i686-pc-linux
$ make all-gdb install-gdb

See if doing this helps any. I'll see about getting the 5.0 "release" and
building it as you have.

Keith


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

* Re: FW: Insight Installation Bug
  2001-09-14 10:10 FW: Insight Installation Bug Raymond Jou
  2001-09-14 10:23 ` Keith Seitz
@ 2001-09-14 10:52 ` Keith Seitz
  1 sibling, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2001-09-14 10:52 UTC (permalink / raw)
  To: Raymond Jou; +Cc: insight

On Fri, 14 Sep 2001, Raymond Jou wrote:

> #!/bin/sh
> # This file was generated automatically by configure.  Do not edit.
> # This directory was configured as follows:
> ./configure --host=i686-pc-linux-gnu --target=osp192 --program-prefix=c --pr
> efix=/home/raymondj/work/install/Linux --norecursion
> #

I've done exactly this:

keiths valrhona ~/tmp/insight-5.0 1073 >head config.status
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
./configure --host=i686-pc-linux-gnu -v --program-prefix=c
--prefix=/home/keiths/tmp/built --norecursion
#  using "mt-frag"

And it worked just fine for me (on RH linux 7.0). So now the question
begs: what does you environment look like? Is CYGNUS_GUI_LIBRARY set?
Normally, we do not set any environment variables.

Keith


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

end of thread, other threads:[~2001-09-14 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-14 10:10 FW: Insight Installation Bug Raymond Jou
2001-09-14 10:23 ` Keith Seitz
2001-09-14 10:52 ` 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).