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