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]

make install-gdb failed on cygwin


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


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