STk-3.1 -- Tcl Makefile does not install libevtcl.a
In Tk4.1, the event processing was transferred to Tcl and placed in a
separate library called ``libevtcl.a''. The STk-3.1 Tcl Makefile
builds this library, but does not install it in the target
``install.libs''. Here is a patch:
beshers_at_okeeffe>> diff -C3 Tcl/Makefile Tcl/Makefile.orig
*** Tcl/Makefile Fri Jul 26 12:01:37 1996
--- Tcl/Makefile.orig Fri Jul 26 12:01:34 1996
***************
*** 31,38 ****
-if [ ! -d $(execdir) ] ; then mkdir -p $(execdir); fi
$(CP) libtcl.a $(execdir)
$(RANLIB) $(execdir)/libtcl.a
- $(CP) libevtcl.a $(execdir)
- $(RANLIB) $(execdir)/libevtcl.a
-if [ ! -d $(incdir) ] ; then mkdir -p $(incdir); fi
$(CP) tcl.h tclInt.h tclRegexp.h $(incdir)
--- 31,36 ----
beshers_at_okeeffe>>
Received on Fri Jul 26 1996 - 18:03:07 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST