From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7702 invoked by alias); 11 Feb 2002 02:29:31 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 7395 invoked from network); 11 Feb 2002 02:29:26 -0000 Received: from unknown (HELO jxmls02.se.mediaone.net) (24.129.0.110) by sources.redhat.com with SMTP; 11 Feb 2002 02:29:26 -0000 Received: from ece.gatech.edu (att-98-131-105.atl.mediaone.net [24.98.131.105]) by jxmls02.se.mediaone.net (8.11.1/8.11.1) with ESMTP id g1B2Xq104907; Sun, 10 Feb 2002 21:33:52 -0500 (EST) Message-ID: <3C672CDF.6080803@ece.gatech.edu> Date: Sun, 10 Feb 2002 18:29:00 -0000 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@cygwin.com Subject: [ANN] Updated dllhelpers package Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00515.txt.bz2 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/