(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