Re: gcc335.dll
Dave Yeo <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
On 04/13/16 10:48 AM, John Poltorak wrote: > Whilst struggling to get the latest Firefox working I noticed that both > the gcc4core and the libc066 archives contain gcc335.dll but they are > different so if the wrong one is called a problem may arise. > > I assume the later one should take priority.... > > Is this mentioned anywhere in the docs? I don't think that anything uses gcc335.dll. Possible reasons for different sizes include the architecture it is compiled for, eg i386, i686 or P4 Some of the newer gccxxx.dlls are forwarder DLLs to gcc1.dll and they'll be smaller. Dave