@Ko Nagase: It worked! Thanks a lot! ;)
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GDAL-built-with-MinGW-dll-size-tp5242165p5242339.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
___
gdal-dev mailing list
g
Hi Predator,
I have no experience about gdal MinGW build,
but normally, I execute "strip *.dll" after "make install".
https://github.com/sanak/pgrouting4w/blob/master4w/BUILD.mingw#L142
Could you try to do that ?
Regards,
Ko
2015-12-21 18:21 GMT+09:00 Predator :
> Thanks for replies.
> Did y
Thanks for replies.
Did you use standard commands (./configure, make, make install), or have you
changed something?
What about makefile or config file? Did you apply any changes to them?
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GDAL-built-with-MinGW-dll-size-tp524216
On Sun, Dec 20, 2015 at 10:53 PM, Joaquim Luis wrote:
> I've noticed this fact in builds of other projects. Mingw dll are ~> 4
> times the MSVC ones. Don't know how general this ratio is, tough.
>
I have gdal 2.0.1 dll with 20M. I am using source arhives from
download.osgeo.org.
>
> Joaquim
>
>
I've noticed this fact in builds of other projects. Mingw dll are ~> 4
times the MSVC ones. Don't know how general this ratio is, tough.
Joaquim
Thanks for your reply.
I haven't changed default settings, and I've used standard commands
provided
on gdal website.
Could you please tell me wh
Thanks for your reply.
I haven't changed default settings, and I've used standard commands provided
on gdal website.
Could you please tell me what and where I should change to get smaller size
dll file?
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GDAL-built-with-MinGW-
Le dimanche 20 décembre 2015 12:26:05, Predator a écrit :
> Hi,
> I have managed to built gdal with MinGW 4.8.1 and MSYS. The output
> libgdal-1.dll file weighs 49MB. It's a lot. The same library available to
> download from gisinternals built with MVSC weighs 9-10MB.
> So my question is: Have I do
Hi,
I have managed to built gdal with MinGW 4.8.1 and MSYS. The output
libgdal-1.dll file weighs 49MB. It's a lot. The same library available to
download from gisinternals built with MVSC weighs 9-10MB.
So my question is: Have I done something wrong, or it is normal for MinGW?
Can I somehow reduce