*** config.site	Sat Apr 24 04:23:53 1999
--- config.site	Wed Aug 25 17:34:33 1999
***************
*** 76,82 ****
  # The flags which are necessary for loading main program which will load
  # DLLs at runtime.  HP-UX and Linux-elf are examples of platforms which
  # use this.  These platforms are already taken care of by configure.
! # DLLFLAGS=
  
  # Any special flags which must be used when compiling C code to be
  # turned into a shared library.  This is typically something like -fpic
--- 76,82 ----
  # The flags which are necessary for loading main program which will load
  # DLLs at runtime.  HP-UX and Linux-elf are examples of platforms which
  # use this.  These platforms are already taken care of by configure.
! DLLFLAGS=-export-dynamic
  
  # Any special flags which must be used when compiling C code to be
  # turned into a shared library.  This is typically something like -fpic
***************
*** 91,94 ****
  
  # Any special flags which are required by "ld" when creating shared
  # libraries.  This is usually automatically detected by configure.
! # SHLIBLDFLAGS=
--- 91,94 ----
  
  # Any special flags which are required by "ld" when creating shared
  # libraries.  This is usually automatically detected by configure.
! SHLIBLDFLAGS=-shared
