Message-ID: <36859513.BFFA5456@montana.com> Date: Sat, 26 Dec 1998 19:01:55 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Cygwin ?? Rsxntdj ?? References: <199812261524 DOT PAA23894 AT remus> <36851191 DOT 8D7B138D AT montana DOT com> <368532AA DOT 85BA8AA0 AT cableol DOT co DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Allens wrote: > > I'm suprised at the MinG size, as it relies on crtdll.dll which provides the > entire c runtime. This seems very strange. I can't understand it either. Even that little testwin.c that comes with minG weighs in at 301K, and that is only a button. Another 170K on top of that for some common controls stuff makes me wonder if after minG converts a .dll into a lib*.a, if it doesn't somehow static link the dll functions. Sounds farfetched, but the sizes are about the same as I've seen between building an ActiveX control that uses dll's on a client versus the ATL build that brings it's own support.