[tkined] possible 2.1.7 problem in make install

Doug Hughes (Doug.Hughes@Eng.Auburn.EDU)
Mon, 15 Dec 1997 11:37:00 -0600

I noticed that there is a make install problem with 2.1.7 on
Solaris2.5.1 (sparc)

in tnm-install-library:
after all of the .tcl files have been installed, when it goes to make
the tclIndex file, it hangs. This seems to be the cause of the hang
(I know not why, since I can run scotty by hand, except to theorize
that it's not reading from stdin for whatever reason - or is waiting
on EOF, or something strange)

echo 'cd $(TNM_INSTALL_DIR)/library; auto_mkindex . *.tcl' | \
./scotty

Here's the fix:

echo 'cd $(TNM_INSTALL_DIR)/library; auto_mkindex . *.tcl' | \
$(prefix)/bin/tclsh

Doug Hughes Engineering Network Services
doug@eng.auburn.edu Auburn University

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.