When using nmake to trying to compile Crypt-DES ( and some others modules ) 
, nmake fails  :

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cl.exe -c  -Od -MD -DNDEBUG -TP -GX -DWIN32 -D_CONSOLE -DNO_STRICT 
-DHAV
E_DES_FCRYPT -DPERL_OBJECT -Od -MD -DNDEBUG -TP -GX     -DVERSION=\"1.0\"  
-DXS_
VERSION=\"1.0\"  -IC:\perl\lib\CORE  DES.c
Le nom spécifié n'est pas reconnu comme étant une commande interne
ou externe, un programme exécutable ou un fichier de commandes.
NMAKE : fatal error U1077: 'cl.exe' : return code '0x1'
Stop.

It seems nmake is looking for "cl.exe" (included with VC++ .. ) but i've 
not VC++!!
Is there a good free compiler to make modules on Win32 ?



---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to