I've added a few new examples to dllhelpers. Get 'em here: http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/dll-stuff/
The new examples are: (1) c_autotools: building a C DLL with autotools (2) cxx_autotools: building a C++ DLL with autotools These require the "devel" versions of the autotools, and use the auto-import features supported by those packages (3) c_autotools_old: building a C DLL with autotools (4) cxx_autotools_old: building a C++ DLL with autotools These require the "stable" versions of the autotools, and do not use auto-import features (which means that the dreaded __declspec() macros and wierd compile-time definitions are back). They are HEAVILY based on the goat book: http://sources.redhat.com/autobook/autobook/autobook_242.html#SEC242 libtool-1.4.2 DOES handle a lot of the ugliness for you, but the new "devel" features exploited by the first two examples are MUCH cleaner. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/