This doesn't work.. error looks like this:
/usr/bin/install -c .libs/libmad.lai c:\source\vc\mixer\libmad/lib/libmad.la /usr/bin/install: cannot create regular file `c:sourcevcmixerlibmad/lib/libmad.la': No such file or directory
Those windows paths just aren't making it through everything without getting mangled.
How exactly would I install manually? Just copy libmad.a?
On Fri, 14 Nov 2003 14:22:02 -0800, Rob Leslie rob@mars.org wrote:
On Nov 15, 2003, at 6:28 AM, Jedediah Smith wrote:
I guess you could try using forward slashes instead of backslashes. I think both are legal path separators under DOS/Windows.
How exactly would I install manually? Just copy libmad.a?
Yes. You may also want to copy the mad.h header file.