Index: transfig.3.2.3d/Imakefile
diff -c transfig.3.2.3d/Imakefile:1.1.1.1 transfig.3.2.3d/Imakefile:1.2
*** transfig.3.2.3d/Imakefile:1.1.1.1	Tue Oct  3 13:19:31 2000
--- transfig.3.2.3d/Imakefile	Tue Oct  3 14:02:36 2000
***************
*** 36,41 ****
--- 36,43 ----
  MakeSubdirs($(SUBDIRS))
  DependSubdirs($(SUBDIRS))
  
+ CC = gcc
+ 
  manual: 
  
  transfig.man:: doc/transfig.1
Index: transfig.3.2.3d/fig2dev/Imakefile
diff -c transfig.3.2.3d/fig2dev/Imakefile:1.1.1.1 transfig.3.2.3d/fig2dev/Imakefile:1.2
*** transfig.3.2.3d/fig2dev/Imakefile:1.1.1.1	Tue Oct  3 13:19:31 2000
--- transfig.3.2.3d/fig2dev/Imakefile	Tue Oct  3 14:01:51 2000
***************
*** 47,53 ****
  XCOMM inline functions. With the "INLINE" keyword, you should notice that
  XCOMM the display will be a bit faster in complex figures
  
! XCOMM USEINLINE = -DUSE_INLINE
  
  XCOMM ****************
  XCOMM Change RGB if necessary, to point to your rgb.txt color database
--- 47,53 ----
  XCOMM inline functions. With the "INLINE" keyword, you should notice that
  XCOMM the display will be a bit faster in complex figures
  
! USEINLINE = -DUSE_INLINE
  
  XCOMM ****************
  XCOMM Change RGB if necessary, to point to your rgb.txt color database
***************
*** 92,98 ****
  #ifdef USEJPEG
  #ifdef USEINSTALLEDJPEG
  JPEGLIBDIR = /usr/local/lib
! JPEGINCDIR = /usr/include/X11
  #else
  JPEGLIBDIR = ../jpeg
  JPEGINCDIR = $(JPEGLIBDIR)
--- 92,98 ----
  #ifdef USEJPEG
  #ifdef USEINSTALLEDJPEG
  JPEGLIBDIR = /usr/local/lib
! JPEGINCDIR = /usr/local/include/
  #else
  JPEGLIBDIR = ../jpeg
  JPEGINCDIR = $(JPEGLIBDIR)
***************
*** 105,111 ****
  
  XCOMM ****************
  XCOMM Uncomment the following to set IBM Graphics Enhancement Cartridge
! XCOMM DDIBMGEC = -DIBMGEC
  
  XCOMM ****************
  XCOMM Comment out the DDNFSS = ... line if you don't want NFSS2 font selection
--- 105,111 ----
  
  XCOMM ****************
  XCOMM Uncomment the following to set IBM Graphics Enhancement Cartridge
! DDIBMGEC = -DIBMGEC
  
  XCOMM ****************
  XCOMM Comment out the DDNFSS = ... line if you don't want NFSS2 font selection
***************
*** 166,171 ****
--- 166,173 ----
  DEFINES = $(NEED_STRERROR) $(HAVE_NO_STRCASECMP) $(HAVE_NO_STRNCASECMP) $(USEINLINE) \
  	$(I18N_DEFS) $(HAVE_SETMODE)
  
+ CC = gcc
+ EXTRA_LOAD_FLAGS = -Wl,-bnodelcsect
  
  XCOMM **************************************************************
  XCOMM *** You shouldn't have to change anything below this point ***
Index: transfig.3.2.3d/fig2dev/dev/Imakefile
diff -c transfig.3.2.3d/fig2dev/dev/Imakefile:1.1.1.1 transfig.3.2.3d/fig2dev/dev/Imakefile:1.2
*** transfig.3.2.3d/fig2dev/dev/Imakefile:1.1.1.1	Tue Oct  3 13:19:32 2000
--- transfig.3.2.3d/fig2dev/dev/Imakefile	Tue Oct  3 14:00:36 2000
***************
*** 46,51 ****
--- 46,53 ----
  
  LIB = transfig
  
+ CC = gcc
+ 
  SpecialObjectRule(genps.o, genps.c ../../patchlevel.h, )
  SpecialObjectRule(genmf.o, genmf.c ../../patchlevel.h, )
  
Index: transfig.3.2.3d/transfig/Imakefile
diff -c transfig.3.2.3d/transfig/Imakefile:1.1.1.1 transfig.3.2.3d/transfig/Imakefile:1.2
*** transfig.3.2.3d/transfig/Imakefile:1.1.1.1	Tue Oct  3 13:19:33 2000
--- transfig.3.2.3d/transfig/Imakefile	Tue Oct  3 14:02:17 2000
***************
*** 34,39 ****
--- 34,42 ----
  DEPLIBS =
  INCLUDES = -I..
  
+ CC = gcc
+ EXTRA_LOAD_FLAGS = -Wl,-bnodelcsect
+ 
  SRCS = transfig.c txfile.c mkfile.c sys.c
  OBJS = transfig.o txfile.o mkfile.o sys.o
  
