Index: xfig.3.2.3c/Imakefile
diff -c xfig.3.2.3c/Imakefile:1.1.1.1 xfig.3.2.3c/Imakefile:1.2
*** xfig.3.2.3c/Imakefile:1.1.1.1	Mon Oct  2 17:54:06 2000
--- xfig.3.2.3c/Imakefile	Tue Oct  3 10:23:14 2000
***************
*** 59,65 ****
  XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm)
  XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h)
  
! XCOMM #define USEXPM
! XCOMM #define USEXPM_ICON
  
  #ifdef USEXPM
--- 59,65 ----
  XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm)
  XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h)
  
! #define USEXPM
! #define USEXPM_ICON
  
  #ifdef USEXPM
***************
*** 104,110 ****
  XCOMM If your setlocale() dosen't support the locale, you should
  XCOMM add -DSETLOCALE to I18N_DEFS.
  
! XCOMM #define I18N
  
  XCOMM If using an input tablet uncomment the following
  
--- 104,110 ----
  XCOMM If your setlocale() dosen't support the locale, you should
  XCOMM add -DSETLOCALE to I18N_DEFS.
  
! #define I18N
  
  XCOMM If using an input tablet uncomment the following
  
***************
*** 115,121 ****
  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 use (and change) the following if you want the multi-key data base file
  XCOMM somewhere other than the standard X11 library directory
--- 115,121 ----
  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 use (and change) the following if you want the multi-key data base file
  XCOMM somewhere other than the standard X11 library directory
***************
*** 178,185 ****
  
  XCOMM If you want a compiler other than "cc", define it here
  
! XCOMM CC = /opt/SUNWspro/bin/cc
  
  XCOMM *****************************************************
  XCOMM *****************************************************
  XCOMM You shouldn't have to change anything below this line
--- 178,188 ----
  
  XCOMM If you want a compiler other than "cc", define it here
  
! CC = gcc
  
+ EXTRA_LOAD_FLAGS = -Wl,-bnodelcsect
+ 
+ 
  XCOMM *****************************************************
  XCOMM *****************************************************
  XCOMM You shouldn't have to change anything below this line
***************
*** 272,278 ****
  
  DEFINES =             $(STRDEFINES) $(USEINLINE) $(DUSEXPM) $(DUSEXAW3D) \
  			$(DUSEJPEG) $(DUSEPNG) $(I18N_DEFS) \
! 			$(HAVE_NO_DIRENT) 
  
  XFIGSRC =	d_arc.c d_arcbox.c d_box.c d_ellipse.c d_picobj.c \
  		d_subspline.c d_line.c d_regpoly.c d_spline.c d_text.c \
--- 272,278 ----
  
  DEFINES =             $(STRDEFINES) $(USEINLINE) $(DUSEXPM) $(DUSEXAW3D) \
  			$(DUSEJPEG) $(DUSEPNG) $(I18N_DEFS) \
! 			$(HAVE_NO_DIRENT) -DBSDLPR
  
  XFIGSRC =	d_arc.c d_arcbox.c d_box.c d_ellipse.c d_picobj.c \
  		d_subspline.c d_line.c d_regpoly.c d_spline.c d_text.c \
