Nope... sorry but that just gives me another error!
Link error:
LINK : fatal error LNK1181: cannot open input file
"../../../../mozilla/dist/WIN32_O.OBJ/lib/dbm.lib"
gmake.exe[1]: *** [WIN32_O.OBJ/nss3.dll] Error 1181
gmake.exe[1]: Leaving directory `Y:/mozilla/security/nss/lib/nss'
Any suggestions?
I'm about ready to pull my hair out!!!!!
Chip
Ian McGreer wrote:
> PSM 2.0 is taking advantage of some NSS 3.2 features, however the NSS
> client tag is still 3.1.1. To remedy this situation, you can:
>
> cd mozilla/security/nss
> cvs up -A
> cd ../coreconf
> cvs up -A
>
> -Ian