public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* build library libmad
@ 2013-11-14 16:01 d.henman
  2013-11-14 16:25 ` nu774
  0 siblings, 1 reply; 3+ messages in thread
From: d.henman @ 2013-11-14 16:01 UTC (permalink / raw)
  To: cygwin


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?

Thanks

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build library libmad
  2013-11-14 16:01 build library libmad d.henman
@ 2013-11-14 16:25 ` nu774
  2013-11-15 13:39   ` d.henman
  0 siblings, 1 reply; 3+ messages in thread
From: nu774 @ 2013-11-14 16:25 UTC (permalink / raw)
  To: cygwin

(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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build library libmad
  2013-11-14 16:25 ` nu774
@ 2013-11-15 13:39   ` d.henman
  0 siblings, 0 replies; 3+ messages in thread
From: d.henman @ 2013-11-15 13:39 UTC (permalink / raw)
  To: cygwin


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-15 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-14 16:01 build library libmad d.henman
2013-11-14 16:25 ` nu774
2013-11-15 13:39   ` d.henman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).