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]

Re: Insight 5.0 make error - /bin/sh: tk: No such file or directory


On Wed, Oct 25, 2000 at 07:02:03AM -0700, Adam Schuetze scribbled:
> On Wed, Oct 25, 2000 at 12:18:32PM +0000, Fernando Nasser scribbled:
> > 
> > Sorry, making Insight work with the installed versions of Tcl/Tk is in the 
> > TODO list.  For now you must use the versions that come with it.

Fernando,

I ran the ./configure, make, and make install on the tcl/unix,
tix/unix, and tk/unix.  That went off without a hitch.  Looks
like it installs it in a subdirectory of the insight5.0 dir.  Is
that ok?

Now, when I run make in the insight5.0 dir (after a make clean,
and ./configure), it gives me a whole TON of undefined reference 
errors.  The following is a short bunch of them:

gcc -g -O2        -o gdb main.o libgdb.a    ../bfd/libbfd.a
../readline/libreadline.a ../opcodes/libopcodes.a
../libiberty/libiberty.a -lncurses    ../libgui/src/libgui.a
-lm  ../libiberty/libiberty.a  -ldl -rdynamic
libgdb.a(gdbtk.o): In function `TclDebug':
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:231:
undefined reference to `Tcl_Merge'
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:232:
undefined reference to `Tcl_Eval'
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:233:
undefined reference to `Tcl_BackgroundError'
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:234:
undefined reference to `Tcl_Free'
libgdb.a(gdbtk.o): In function `cleanup_init':
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:252:
undefined reference to `Tcl_DeleteInterp'
libgdb.a(gdbtk.o): In function `gdbtk_cleanup':
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:359:
undefined reference to `Tcl_Eval'
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:360:
undefined reference to `Tcl_Finalize'
libgdb.a(gdbtk.o): In function `gdbtk_init':
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:391:
undefined reference to `Tcl_FindExecutable'
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:392:
undefined reference to `Tcl_CreateInterp'
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:401:
undefined reference to `Tcl_Init'
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:407:
undefined reference to `Tcl_SetVar2'
/home/compile/insight5.0/insight-5.0/gdb/./gdbtk/generic/gdbtk.c:411:
undefined reference to `Tcl_SetVar2'

and so on

Any ideas?

-- 
Adam Schuetze <adam at adam-schuetze dot org> 
Get my pgp keys at http://www dot adam-schuetze dot org 
rsa f'print B8 80 DA D6 BB CA 80 5F C5 68 1C 08 FE 3E 65 1C 
dss f'print 46 CB B3 C3 A1 C9 BA 57 7C B4 A1 6A BF 8F 2D 95 2B 7A 1D 77
Boycott the "HackSDMI Challenge"!

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