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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 07 Jul 2004 20:03:23 +0400 From: Maarten Boekhold Subject: Building DLL To: cygwin AT cygwin DOT com Message-id: <40EC1ECB.2010700@emirates.net.ae> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-IsSubscribed: yes Hi all, Now that GTK2 is in the package tree, I thought I'd give building XFCE a try. This package depends on 'Disk based hashes' (dbh), which needs to be built as a shared library. Dbh uses libtool in its build process. Of course this complains with libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries As far as I know, to get this to build I need to create a .def file, and somehow include this in the libtool invocation. Are there some general hints to determine which functions/symbols need to be included in this .def file, and how to modify the libtool invocation to use this file? Kind regards, Maarten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/