On 6/22/06, Wesley Leggette <[EMAIL PROTECTED]> wrote:
It's my understanding that dlls built using VC (which I take it most people build NSS with?) do not work with programs and libraries build with mingw.
This should work under certain conditions. For example, programs and libraries built with mingw can use system DLLs such as kernel32.dll and msvcrt.dll, which were built with VC. You need the DLLs' import libraries for mingw. So I guess your issue is that you don't have NSS and NSPR's import libraries for mingw.
Is it possible to build NSS and NSPR with mingw? Any pointers?
Yes, it is. The NSS build system treats mingw as GCC. Just set the environment variable NS_USE_GCC=1 when you build NSS. (The mingw directory needs to be on your PATH.) AYR _______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

