X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=LFcODwtP4PwxnK08t4lEyaCxkmd8PDLHGqBzBtov+RX fOeD6PdZWphddrmAHy6ufch07GH1v/HRks61B/ZGJtZLTY1hckqucD8dv1x8CiaK y6R4c93GePt4C8MKyc0kGzgxAOUq1y3FmfnmiW4heuSh3rooKGT4gImlkSL7EJdM = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=VhmltJH0S90n4+TL29BM5lAx6G8=; b=Q7L87oXETHZvj0ZgJ hsaAWYh1hTXMj244H2YwCknPyb3BmC8DgSUTOaAzeyNO/tjXR28R1phlAqZ4sPAW 3JBLNjkZ6g84yu23il0FNy/WMOyBIBoB/CfsftRo+uZHLVeWLyr7A3gB9gpaVkjm JpO+qAZ8Pc4gCNR/teMbVeUT9Y= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-pa0-f47.google.com X-Received: by 10.66.121.68 with SMTP id li4mr2191793pab.33.1384446318297; Thu, 14 Nov 2013 08:25:18 -0800 (PST) Message-ID: <5284F966.9050802@gmail.com> Date: Fri, 15 Nov 2013 01:25:10 +0900 From: nu774 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: build library libmad References: <20131115010115 DOT 3148 AT binki> In-Reply-To: <20131115010115.3148@binki> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-IsSubscribed: yes (2013/11/15 1:01), d.henman wrote: > Building libmad > > I download an attempted to build libmad-0.15.1b. with the build shared option set. > > Options to --force-mem and addr were deleted as unneccessary anymore. > > The configure and make process proceed without any errors. > > But, no dll is made. I can only see .lo files and one libmad.la > > > Has anyone there had experience with getting a dll available for use? You have to add -no-undefined to libmad_la_LDFLAGS in Makefile.am. Alternatively, you can try this: https://github.com/nu774/libmad -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple