public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* make install-gdb failed on cygwin
@ 2003-02-21 16:12 Marc Schafer
  2003-02-21 17:26 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Schafer @ 2003-02-21 16:12 UTC (permalink / raw)
  To: insight

I downloaded insight+dejagnu-20030212

configure --target=powerpc-eabi --prefix=/usr/local/tools

make


These steps worked fine.  However make install produced this:

> make[2]: Leaving directory `/tmp/build/build-insight/itcl/iwidgets'
> make[1]: Leaving directory `/tmp/build/build-insight/itcl'
> make[1]: Entering directory `/tmp/build/build-insight/tix'
> make[2]: Entering directory `/tmp/build/build-insight/tix/win'
> Installing  as /usr/local/tools/bin/
> install:        no destination specified
> make[2]: *** [install-libraries] Error 1
> make[2]: Leaving directory `/tmp/build/build-insight/tix/win'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/tmp/build/build-insight/tix'
> make: *** [install-tix] Error 2

I looked in tix/win and found only an empty tcl8.4 directory.  I went 
into build-insight/gdb and did a make install there.  I ended up with 
/usr/local/tools/bin/powerpc-eabi-insight.exe

When I try to run it, I get this:
> % /usr/local/tools/bin/powerpc-eabi-insight.exe
> ide_initialize_paths failed: Can't find the GUI Tcl library in the following dir
> ectories:
>     C:/cygwin/usr/local/tools/usr/share/redhat/gui C:/cygwin/usr/local/tools/sha
> re/redhat/gui C:/cygwin/usr/local/share/redhat/gui C:/cygwin/usr/local/tools/lib
> gui/library C:/cygwin/usr/local/tools/usr/share/redhat/ide C:/cygwin/usr/local/t
> ools/share/redhat/ide C:/cygwin/usr/local/share/redhat/ide C:/cygwin/usr/local/t
> ools/libide/library

If I run insight.exe from the directory where it built: 
(build-insight/gdb/insight.exe) then it runs fine so I know the build 
worked.

What library is it looking for?  Where should I install it?  Why is it 
looking all those places with redhat in the path?

thanks,
marc

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

* Re: make install-gdb failed on cygwin
  2003-02-21 16:12 make install-gdb failed on cygwin Marc Schafer
@ 2003-02-21 17:26 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2003-02-21 17:26 UTC (permalink / raw)
  To: Marc Schafer; +Cc: insight

On Fri, 2003-02-21 at 03:56, Marc Schafer wrote:
> I downloaded insight+dejagnu-20030212
> 
> I looked in tix/win and found only an empty tcl8.4 directory.  I went 
> into build-insight/gdb and did a make install there.  I ended up with 
> /usr/local/tools/bin/powerpc-eabi-insight.exe

Just remove the tix source directory. It is not needed. Insight does not
use it any more.

> When I try to run it, I get this:
> > % /usr/local/tools/bin/powerpc-eabi-insight.exe
> > ide_initialize_paths failed: Can't find the GUI Tcl library in the following dir
> > ectories:
> >     C:/cygwin/usr/local/tools/usr/share/redhat/gui C:/cygwin/usr/local/tools/sha
> > re/redhat/gui C:/cygwin/usr/local/share/redhat/gui C:/cygwin/usr/local/tools/lib
> > gui/library C:/cygwin/usr/local/tools/usr/share/redhat/ide C:/cygwin/usr/local/t
> > ools/share/redhat/ide C:/cygwin/usr/local/share/redhat/ide C:/cygwin/usr/local/t
> > ools/libide/library

It is looking for libgui. Do you have the source in src/libgui? Did
anything get built in $OBJDIR/libgui? Anything installed in
$PREFIX/share/redhat/gui? 

Keith


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

end of thread, other threads:[~2003-02-21 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-21 16:12 make install-gdb failed on cygwin Marc Schafer
2003-02-21 17:26 ` 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).