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:from:date:to:subject:in-reply-to :references; q=dns; s=default; b=aRImK4snvX8hOOnV7Sk3uPhsxndakda Qd1KK3ZMsZ+8ljnNHPQBUMSRdIJvsn46dACViMYMWdgU8lrerIOk5QRyo6KZqieJ F7CEIO5sueR6JmXFmLlCgelCP+82uqmfB8aUgFnhNIK/maSuL/hrKaQmKmPEH6GD oWNPOX3PVIzM= 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:from:date:to:subject:in-reply-to :references; s=default; bh=3vnN1UlvBEcNBt/hnXr6lMjPfDY=; b=yMMmW PlbkBJ+MOI05v8FvSh2A1gnLPh0aXLy0yPX8RHDv7gAuLPf5Hm3ckfnLoji9Ndi7 rpIeYsKFA33hPNRbrsJdXzW26MvglqFG1XVm39vbW+g9Zo6zxSk5mmw3jWuadSsI jm246vzL/WnGkSVOZWyzyiUrpyZArlY4e6/v8k= 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=1.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail2.asahi-net.or.jp Message-ID: <20131115223943.1736@binki> From: "d.henman" Date: Fri, 15 Nov 2013 22:39:43 +0900 To: Subject: Re: build library libmad In-reply-to: Your message of Fri, 15 Nov 2013 01:25:10 +0900 <5284F966.9050802@gmail.com> References: <20131115010115 DOT 3148 AT binki> <5284F966 DOT 9050802 AT gmail DOT com> Thanks for the helpful information. >honeycomb (2013/11/15 1:01), > > 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