Re: Cygwin & libltdl

2007-06-06 Thread Bob Friesenhahn
On Wed, 6 Jun 2007, Eric Blake wrote: # The -export-symbols-regex ".*" is a hack to work around the # fact that on cygwin, the convenience library libltdl exports symbols, # which effectively disables the auto-exporting of all other symbols. # Revisit this if libtool on cygwin improves. # See htt

Re: Cygwin & libltdl

2007-06-06 Thread Bob Friesenhahn
On Wed, 6 Jun 2007, Eric Blake wrote: My guess is that the solution, at least until libtool is improved to not explicitly mark libltdl symbols for export when compiling libltdl as a convenience library, is to either also mark all your symbols for export, or to add this to your Makefile.am (which

Re: Cygwin & libltdl

2007-06-06 Thread Eric Blake
Bob Friesenhahn simple.dallas.tx.us> writes: > > GraphicsMagick has been tracking CVS libtool pretty closely. I have > not tried building under Windows in quite a while. I notice that the > Cygwin build fails when building loadable modules and lists all of the > externals that the loadable