Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C672CDF.6080803@ece.gatech.edu> Date: Sun, 10 Feb 2002 21:30:55 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [ANN] Updated dllhelpers package Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/