Sdl and sdl_image build for mingw64

Hi
anyone could build or have a link for those for me? I’m stuck, see here:

http://www.gamedev.net/topic/655996-sdl-12-for-mingw64/

I only need tga loading on Windows 8 with mingw64. Many thanks, would be very kind.
Regards

PS: For sdl make install I get sdl-config not found error (don’t know how to copy the error
from msys)________________________________
From: Michael <@Michael6>
To: “sdl at lists.libsdl.org
Sent: Thursday, May 1, 2014 12:18 PM
Subject: sdl and sdl_image build for mingw64

Hi
anyone could build or have a link for those for me? I’m stuck, see here:

http://www.gamedev.net/topic/655996-sdl-12-for-mingw64/

I only need tga loading on Windows 8 with mingw64. Many thanks, would be very kind.
Regards

I’m not using msys, so I’m not really sure of what I’m saying. Please bear with me :). I guess msys does not looks into /usr/local/bin when it looks for the executable (which it should), so it dones not find the sdl-config. I think you could try changing the $PATH (using export command) to include the /usr/local/bin, then try make again.

Thanks but no luck. I think it looks for /usr/local but on msys there’s only /local. How to give configure that
option?
Thanks________________________________
From: mr_tawan <mr_tawan at hotmail.com>
To: sdl at lists.libsdl.org
Sent: Thursday, May 1, 2014 9:00 PM
Subject: Re: [SDL] sdl and sdl_image build for mingw64

I’m not using msys, so I’m not really sure of what I’m saying. Please bear with me . I guess msys does not looks into /usr/local/bin when it looks for the executable (which it should), so it dones not find the sdl-config. I think you could try changing the $PATH (using export command) to include the /usr/local/bin, then try make again.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

sdl-devel-1.2.15-mingw32 contains rubbish
lots of files alike
.bla

I need to build sdl and sdl_image with mingw64
Thanks for help