|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-06-23 13:56:43
|
Am 22.06.2010 13:00, schrieb Paavo Helde: > There also > seem to be some unneeded things like lua51.dll, but as they are not > delay-linked they cannot be left out. So obviously they _are_ necessary. For the given binary anyway. > The executable size is a bit smaller > than earlier, so I suspect some of the bloat is just caused by using dynamic > libraries instead of earlier static. Neither is it bloat, nor is it caused by dynamic linking. It's caused by the new gnuplot using a whole lot more external libraries than earlier releases, to implement features those never had. And given that we have 3 *.exe files that need the same libraries, it would be really quite wasteful to include them all in each of them by static linking. |