|
From: dw <da...@ic...> - 2002-12-05 03:27:34
|
Hello Jim, Thanks for your reply.. I tried reinstalling vis5d+, but it didn't recognize tcl installation. = My "config.h" file has "HAVE_LIBTCL" commented out. I am running vis5d+ in Irix 6.5 (sgi octane2) workstation. I installed = sgi-tcl 8.0 availiable from SGI freeware site. I tried going to through "Makefile" and "configure.in" files trying to = find exactly what filenames the installtion script is looking for but I = couldn't figure it out. The documentation says that sgi-tcl is a bit different from normal Tcl, = i don't know if that is something I have to worry about? Thanks Dino >The configure script in 1.2.1 should find and include the tcl lib and >include files automatically when you run it. It will define = HAVE_LIBTCL in >the toplevel config.h if it was found. In other words full tcl support = is >included when you run configure as long as the configure script could = find >tcl/tk. If you installed tcl/tk only after installing vis5d+. Just >reinstall vis5d+. > >Jim >> I am in the process of installing full tcl support for vis5d+. I was = trying >to follow instructions in >> >> http://www.ssec.wisc.edu/~billh/script52.html >> >> My Makefile (for vis5d+ 1.2.1) seems to be different. I Couldn't find = following lines of text, where I have to specify location of tcl.h and = libtcl.a files. >> >> #TCL_INCLUDE >> #TCL_LIB >> |