On Nov 15, 2003, at 6:28 AM, Jedediah Smith wrote:
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.
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.