Hello,
Under MinGW, if I run ./configure --prefix=/mingw' with my CFLAGS already set (to -O3), configure fails (telling me that the output is not an valid executable) If I set my CFLAGS on my
make’ command line, then it fails when trying
to include files from ./include or or ./src/{audio, …}
The specifics of my system are:
/src is a fstab mounted dir (d:/srcroot)
/mingw is a fstab mounted dir (n:/)
I currently have to build SDL without any flags. I don’t mind, but I
would prefer if I could set the flags I wanted.
Is this a feature of SDL’s ‘configure’ script or a bug ?
Cheers,
Julien