problem with installing dbi module

problem with installing dbi module

am 10.02.2007 06:30:40 von jjchan_2023

--0-2010193083-1171085440=:29552
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

iam using pxperl 5.8.1 on windows and when i tried to install following error was reported .
>nmake
"gcc" cannot be recoganised as a internal command.
fatal error...................................

plese help me


---------------------------------
Here’s a new way to find what you're looking for - Yahoo! Answers
--0-2010193083-1171085440=:29552--

Re: problem with installing dbi module

am 10.02.2007 16:01:12 von jonathan.leffler

------=_Part_25029_31541161.1171119672756
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 2/9/07, Jai chandru wrote:
>
> iam using pxperl 5.8.1 on windows and when i tried to install following
> error was reported .
> >nmake
> "gcc" cannot be recoganised as a internal command.
> fatal error...................................
>


Why Perl 5.8.1? Use 5.8.8!

It appears that your Perl was built with GCC but you don't have GCC on your
machine.

Install GCC - and then the fun continues...

--
Jonathan Leffler #include
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

------=_Part_25029_31541161.1171119672756--

Re: problem with installing dbi module

am 10.02.2007 22:43:44 von bart.lateur

On Sat, 10 Feb 2007 05:30:40 +0000 (GMT), Jai chandru wrote:

>iam using pxperl 5.8.1 on windows and when i tried to install following error was reported .
> >nmake
> "gcc" cannot be recoganised as a internal command.
> fatal error...................................

PXPerl works well with MinGW, "Minimalist GNU for Windows", which is GCC
+ tools. You should install that. You can start by getting and running
the installer from
, which will
fetch and install everything else for you.

--
Bart.