Frank Lee wrote:
> Found Cl to be from Microsoft Visual Studio 8 

Right.  It's Microsoft's version of "cc", the c compiler.

> cl -Fonow.obj -c      -W3 -nologo -GF -Gy -MD -O2  -UDEBUG -U_DEBUG -UWINNT  
>  -DNDEBUG=1 -DXP_PC=1 -DWIN32=1 -DWIN95=1 -D_PR_GLOBAL_THREADS_ONLY=1 
> -D_X86_=1 
>   -DFORCE_PR_LOG 
> /cygdrive/c/Frank_Lee/Eclipse/Academy_workspace/NSS_SignTools/mozilla/nsprpub/config/now.c
> make[2]: *** [now.obj] Error 53

> is this a problem with the cl.exe file?  

No, it's a problem with your cygwin installation, and/or environment.
Microsoft's cl program doesn't know about cygwin's <expletive> /cygdrive
hack.  You need to configure cygwin to NOT use /cygdrive but instead use
windows compatible path names.

-- 
Nelson B
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to