I continue trying to build a shareable library with which to link graphviz.

When I use './configure --enable-shared', several lines are emitted which 
appear to suggest that a shared library will be created.

$ ./configure --enable-shared |grep share
cd builds/unix; ./configure --enable-shared
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports 
shared libraries... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports 
shared libraries... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports 
shared libraries... yes

However, after running 'make', the .la file contains:

        # The name that we can dlopen(3).
        dlname=''

Should I expect a .dll file to be created?  Should I be looking for a .so of 
some kind?  I notice that the output of 'libtool --config' contains:

        # Shared library suffix (normally ".so").
        shrext_cmds='.dll'

I would welcome any suggestions.  Thanks.


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to