Re: ANNOUNCE: Scotty-2.1.0 based on Tcl7.5/Tk4.1

Buz Owen (ado@BBN.COM)
Tue, 11 Jun 1996 17:49:18 -0400

Juergen.

Once again, thanks for all your hard work on scotty.

I had to make the following changes to (the unix) Makefile to successfully
install scotty2.1.0 and tkined1.4.0. This looks to me like a bug in
Makefile.in.

diff -b Makefile Makefile~ >>

452,453c452,453
< @echo "" >> $(TCL_INSTALL_DIR)/pkgIndex.tcl
< @echo 'package ifneeded scotty $(TCL_VERSION) "load
$(LIB_INSTALL_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' >>
$(TCL_INSTALL_DIR)/pkgIndex.tcl

---
>       @echo "" >> $(TNM_INSTALL_DIR)/pkgIndex.tcl
>       @echo 'package ifneeded scotty $(TNM_VERSION) "load $(LIB_INSTALL_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' >> $(TNM_INSTALL_DIR)/pkgIndex.tcl
549,550c549,550
<       @echo "" >> $(TCL_INSTALL_DIR)/pkgIndex.tcl
<       @echo 'package ifneeded Tkined $(TKI_VERSION) "load 
$(LIB_INSTALL_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' >> 
$(TCL_INSTALL_DIR)/pkgIndex.tcl
---
>       @echo "" >> $(TNM_INSTALL_DIR)/pkgIndex.tcl
>       @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_INSTALL_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' >> $(TKI_INSTALL_DIR)/pkgIndex.tcl

regards/Buz