Statically linked STklos preview

From: David Fox <fox_at_graphics.cs.nyu.edu>
Date: Sun, 21 Apr 1996 22:54:41 -0400

Here's a patch that I'm 95% sure enables static linking of STklos in
version 3.0. I did it because I finally ran into the situation where
I couldn't do without it, and figured "why wait?" You'll have to run
autoconf to rebuild the configure script from configure.in, or I can
upload it later. (Or you can probably look at the changes to
configure.in and find the corresponding changes in configure.)
--
David Fox	   http://found.cs.nyu.edu/fox   	xoF divaD
NYU Media Research Lab			   baL hcraeseR aideM UYN
------------------------------ CUT HERE --------------------------------
*** STk-3.0/Src/Makefile.in~	Fri Jan 19 17:20:30 1996
--- STk-3.0/Src/Makefile.in	Sun Apr 21 22:04:11 1996
***************
*** 36,38 ****
  		  dump.o address.o dynload.o unix.o toplevel.o argv.o \
! 		  extend.o signal.o trace.o dummy.o
  
--- 36,38 ----
  		  dump.o address.o dynload.o unix.o toplevel.o argv.o \
! 		  extend.o signal.o trace.o dummy.o stklos.o gf.o
  
*** STk-3.0/configure.in~	Sun Jan 21 15:30:36 1996
--- STk-3.0/configure.in	Sun Apr 21 22:08:58 1996
***************
*** 211,213 ****
    fi
!   EOBJ="$EOBJ stklos.o gf.o"; EDFLGS="$EDFLGS -DUSE_STKLOS"
  fi
--- 211,213 ----
    fi
!   EDFLGS="$EDFLGS -DUSE_STKLOS"
  fi
***************
*** 456,458 ****
    EOBJ=""
!   EDFLGS=""
  fi
--- 456,458 ----
    EOBJ=""
!   EDFLGS="-DUSE_STKLOS"
  fi
*** STk-3.0/Lib/Makefile~	Wed Jul 26 07:58:30 1995
--- STk-3.0/Lib/Makefile	Mon Apr  8 16:30:13 1996
***************
*** 18,20 ****
  	-if [ ! -d $(STK_STK) ] ; then mkdir -p $(STK_STK); fi
! 	for i in *.stk *.stklos prolog.ps STk.init; \
  	do \
--- 18,20 ----
  	-if [ ! -d $(STK_STK) ] ; then mkdir -p $(STK_STK); fi
! 	for i in *.stk prolog.ps STk.init; \
  	do \
Received on Mon Apr 22 1996 - 04:54:46 CEST

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