I'm using gmake to build NSS on Windows but it looks like the build script were not tested with gmake? I get this error (looks like the build scripts are getting confused with the directory separator)
lib -NOLOGO -OUT:"WINNT5.0_DBG.OBJ/dbm.lib" WINNT5.0_DBG.OBJ\\db.obj WINNT5.0_DBG.OBJ\\h_bigkey.obj WINNT5.0_DBG.OBJ\\h_ func.obj WINNT5.0_DBG.OBJ\\h_log2.obj WINNT5.0_DBG.OBJ\\h_page.obj WINNT5.0_DBG.OBJ\\hash.obj WINNT5.0_DBG.OBJ\\hash_buf .obj WINNT5.0_DBG.OBJ\\hsearch.obj WINNT5.0_DBG.OBJ\\mktemp.obj WINNT5.0_DBG.OBJ\\ndbm.obj WINNT5.0_DBG.OBJ\\nsres.obj Microsoft (R) Library Manager Version 6.00.8447 Copyright (C) Microsoft Corp 1992-1998. All rights reserved. LIB : fatal error LNK1181: cannot open input file "WINNT5.0_DBG.OBJdb.obj" gmake.exe[2]: *** [WINNT5.0_DBG.OBJ/dbm.lib] Error 157 gmake.exe[2]: Leaving directory `e:\nss-3.3.2-src\mozilla\security\dbm\src' gmake.exe[1]: *** [libs] Error 2 gmake.exe[1]: Leaving directory `e:\nss-3.3.2-src\mozilla\security\dbm' gmake: *** [build_dbm] Error 2 Any workaround for this? -- Patrick
