En réponse à Andre armccurdy@yahoo.co.uk:
steve.lhomme@free.fr wrote:
If only I could get a Makefile with cygwin, I could start trying to get MAD working in VC++. But I downloaded the latest cygwin version and when I run ./configure it tells me that GCC is present but cannot make excutables (!). Maybe that's my cygwin installation that is wrong. But if anybody could send me the working Makefile (for each dir) that would save me that time ;)
Since you asked so nicely :-)
Thanx !
(Fixing your cygin setup may be more useful in the long run...).
I've tried a bit. The problem seems to be that the configure script tries to run gcc with no other parameters and so it gets an error. Maybe I'm missing some additional parameters to the script or some config parameters.
VC++ can deal with 64bit integers there is a __int64 MS specific type. (which won't work with Borland compilers :( ) Otherwise assembly (MMX) could help.
If you're going to do something x86 specific, re-writing a few key sections with floating point might be a more interesting exercise...
Isn't MAD suposed to be float free (as much as possible) ?