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: Fri, 09 Jul 2004 18:46:52 +0400 From: Maarten Boekhold Subject: Re: Building DLL In-reply-to: <441249594902.20040707183519@familiehaase.de> To: cygwin AT cygwin DOT com Message-id: <40EEAFDC.6060100@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) References: <40EC1ECB DOT 2010700 AT emirates DOT net DOT ae> <441249594902 DOT 20040707183519 AT familiehaase DOT de> X-IsSubscribed: yes Gerrit P. Haase wrote: > You don't need .def files on Cygwin. Just add -no-undefined to > libxyz_LDFLAGS. OK, I'm making progress with getting XFCE to compile under cygwin (with help of one of the XFCE developers), but now we're running into the following: XFCE has a plugin mechanism, based on shared libraries. These plugins use functions/symbols from the program that they 'plug in to'. I.e. if I have appA, and libB is a plugin for appA, then libB contains calls that are defined in appA. How do I get this to work under cygwin? Obviously I can't link libB against appA! 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/