STk-3.1 -- 'make install.libs' fails

From: Clifford Beshers <beshers_at_cs.columbia.edu>
Date: Fri, 26 Jul 1996 10:57:29 -0400 (EDT)

The command 'make install.libs' fails when it recurses down into the
Tk directory.


In Tk/Makefile, I changed:

        install.libs:
                (cd $(FLAVOR); $(MAKE) install.libs)

to:
        install.libs:
                (cd $(FLAVOR); $(MAKE) install-libraries)

and set the executable bit on an install script:

    chmod +x Tk/unix/install-sh


This still didn't fix everything. I had to copy libtk.a to the
install directory by hand.

Cliff

-- 
Clifford Beshers                     Computer Graphics and User Interfaces Lab
beshers_at_cs.columbia.edu                         Department of Computer Science
http://www.cs.columbia.edu/~beshers                        Columbia University
Received on Fri Jul 26 1996 - 16:59:29 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST