Paul Hoffman wrote, On 2008-09-09 16:52: > At 2:56 PM -0700 9/9/08, Nelson B Bolyard wrote: >> Paul Hoffman wrote, On 2008-09-09 13:52:
> I nuked mozilla/* and used the two cvs commands above. The make now ends with: > > /usr/bin/ld: cannot find -lnssutil3 OK, so this time, it's failing to find a different library. It's not finding libnssutil3.so (the library name implied by -lnssutil3). That's not surprising, since your build built the file with a different name, libnssutil3.so.1.0 >> See if the build actually built a .so whose name contains softokn3. >> If so, then figure out why the link step for libnss3.so is using a >> different name than the name of the .so that was actually built. > phoffman-FreeBSD7.0:/home/phoffman/NSS-312/mozilla/security/nss# find > . -name "*\.so*" -print > ./lib/sqlite/FreeBSD7.0_DBG.OBJ/libsqlite3.so.1.0 > ./lib/util/FreeBSD7.0_DBG.OBJ/libnssutil3.so.1.0 That output shows that your build built libnssutil3.so.1.0 but is then subsequently looking for libnssutil3.so and not finding it. _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto