Index: xpm-3.4k/Imakefile
diff -c xpm-3.4k/Imakefile:1.1.1.1 xpm-3.4k/Imakefile:1.2
*** xpm-3.4k/Imakefile:1.1.1.1	Mon Jun 12 16:59:47 2000
--- xpm-3.4k/Imakefile	Thu Sep 28 13:32:59 2000
***************
*** 72,74 ****
--- 72,84 ----
  
  MakeSubdirs($(SUBDIRS))
  DependSubdirs($(SUBDIRS))
+ 
+ TOP = .
+ 
+ export CC=gcc
+ export EXTRA_LOAD_FLAGS=-Wl,-bnodelcsect
+ export LINTOPTS=-Wl,-bh
+ export PICFLAGS=
+ export CXXPICFLAGS=-Wl,-bM\:SRE
+ export MAKE=make -e
+ export LN=ln -f
Index: xpm-3.4k/lib/Imakefile
diff -c xpm-3.4k/lib/Imakefile:1.1.1.1 xpm-3.4k/lib/Imakefile:1.3
*** xpm-3.4k/lib/Imakefile:1.1.1.1	Mon Jun 12 16:59:47 2000
--- xpm-3.4k/lib/Imakefile	Thu Sep 28 17:18:00 2000
***************
*** 53,58 ****
--- 53,59 ----
  #if defined(RsArchitecture) || defined(Win32Architecture)
  REQUIREDLIBS = $(XLIB)
  #endif
+ REQUIREDLIBS = -lX11
  
  XCOMM on Dec Alpha we need to define the following to build the shared library
  #ifdef AlphaArchitecture
