Hello ! > In E:\MSYS\1.0\local\lib I found the .a files and in > E:\MSYS\1.0\local\bin a sdl.dll but it is 1,59MB, why is it so huge? It contains debug infos you can use the strip command to reduce the DLL size. CU