problem with installing dbi module
--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
------=_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 <jjchan_2023 [at] yahoo.co.in> 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 <jonathan.leffler [at] gmail.com> #include <disclaimer.h>
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
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
<http://prdownloads.sf.net/mingw/MinGW-5.0.2.exe?download>, which will
fetch and install everything else for you.
--
Bart.