Alex wrote: > i have compiled nss3.10 successful on Windows platform(cygwin), but i ftp > the same version nss to a FreeBSD platform, it can't compile? please help > me, thanks. > > bash-2.05b# make nss_build_all > "../coreconf/config.mk", line 44: Need an operator > "../coreconf/arch.mk", line 56: Missing dependency operator > "../coreconf/arch.mk", line 58: Need an operator > "../coreconf/arch.mk", line 60: Need an operator > "../coreconf/arch.mk", line 69: Missing dependency operator > "../coreconf/arch.mk", line 71: Need an operator > "../coreconf/arch.mk", line 73: Need an operator > Error expanding embedded variable.
Here's a thought: Try the build with gmake instead of make. On some platforms make is gmake. On others, gmake is separate. NSS makefiles are gmake makefiles. Try using gmake explicitly. -- Nelson B _______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

