Hi Andy, > Is it possible to link object modules compiled with nasm with object > modules compiled with codewarrior? It might appear as silly question, > but I know nothing about netware, while it sounds like some of netware > development environments are cross-compile... yes. There are a couple of different ways to compile for NetWare platform: - Metrowerks CodeWarrior C (official compiler, commercial) runing on Win32; produces COFF object code, and can be linked with NASM COFF object code. - gcc cross-compiler running on either Win32 or Linux; produces ELF object code, and can be linked with NASM ELF object code. - native Linux gcc + nlmconv (binutils); that's basically same as with cross-compiler, but lack of C++.
> It's not about amount, but rather about not willing to support something > that is commonly tested. With nasm one can at least assume that it has > same qualities on all platforms, and it's commonly tested on some other > platform. yes, I understand. thanks for your reply! Guenter. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]