--- Makefile.orig Sun Nov 2 00:38:07 1997 +++ Makefile Sun Nov 2 00:39:07 1997 @@ -22,7 +22,7 @@ INCDIRS = -I/usr/include/ncurses -I/usr/X11R6/include CC = gcc -O3 $(INCDIRS) -D_GNU_SOURCE#-ggdb CFLAGS = -I. -Wall -Wno-unused -SHARED = 1# build/install both a static and ELF shared library +#SHARED = 1# build/install both a static and ELF shared library SHLIBDIR = /lib# where to install the shared library LDFLAGS = -Wl,-warn-common #-s recommended for ELF systems @@ -30,11 +30,11 @@ #LDFLAGS = -Xlinker -qmagic -s# older a.out systems may need this #LDFLAGS = -N -s# still older a.out systems use this -BFD_CAPABLE = -DBFD_CAPABLE +BFD_CAPABLE = #-DBFD_CAPABLE AOUT_CAPABLE = #-DAOUT_CAPABLE -ELF_CAPABLE = #-DELF_CAPABLE +ELF_CAPABLE = -DELF_CAPABLE -LIBBFD = -lbfd -liberty +LIBBFD = #-lbfd -liberty LIBCURSES = -lncurses# watch is the only thing that needs this #LIBCURSES = -lcurses -ltermcap# BSD Curses requires termcap LIBTERMCAP = -ltermcap