Re: SeaMonkey 2.35b7
Dave Yeo <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
Steve Wendt wrote: > On 07/19/16 10:37 pm, Steve Wendt wrote: > >> The culprits are softokn3.dll and ssl3.dll; now to see if I can >> determine why the new ones don't work for me. > > If I'm reading the linkages correctly: > > dry build: > ssl3: libc066, nssutil3, nspr4, nss3, plc4, doscalls > softokn3: libc066, nspr4, nssutil3, plds4, mozsqlt3, plc4 > > netlabs build: > ssl3: libc066, nssutil3, nspr4, nss3, z, gcc1, plc4, doscalls > softokn3: libc066, nspr4, nssutil3, plds4, sqlit3, plc4, gcc1 > > The big glaring thing I see is sqlit3 instead of mozsqlt3, which would > explain the major breakage. Now to see if I can fix that... > That would explain that. I see mozz.dll has gone away, probably part of xul.dll now. One other thing was that I had a build breakage due to missing some z exports and being rushed, I switched to using --with-system-zlib so somewhere my build should require z.dll Dave