help me with this error
am 22.01.2006 07:47:49 von srikanth.chantati
hello
when i try to install mysql dbi for perl i m getting this sort of error
cl : Command line error D2027 : cannot execute 'c1'
NMAKE : fatal error U1077: 'cl' : return code '0x2'
wat i did was
Makefile.pl
after that
nmake
which showed above mentioned error
plz let me out of this shit
copied cl file into perl\bin directory but it didnt sorted
the problem
____________________________________________________________ _____
Tried the new MSN Messenger? ItÂ’s cool! Download now.
http://messenger.msn.com/Download/Default.aspx?mkt=en-in
Re: help me with this error
am 23.01.2006 00:04:35 von ron
On Sun, 22 Jan 2006 12:17:49 +0530, srikanth chantati wrote:
Hi
> when i try to install mysql dbi for perl i m getting this sort of
> error
>
> cl : Command line error D2027 : cannot execute 'c1'
> NMAKE : fatal error U1077: 'cl' : return code '0x2'
I assume your OS is Windows.
This error is saying that nmake can't find the C/C++ compiler because the
compiler (cl, not c1) is not in the PATH.
Best action would be to uninstall C/C++ compiler are re-install it properly.=
By
that I mean when the install script asks if you want to 'register=
environment
variables', choose Yes instead of No.
Or, second best would be to run vcvars32.bat in the same shell where you are=
trying to compile the code.
--
Cheers
Ron Savage, ron@savage.net.au on 23/01/2006
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company