Classification: UNCLASSIFIED

I use the Perl Development Kit from ActiveState. It works great at
compiling my scripts.

http://www.activestate.com/Products/Perl_Dev_Kit/?tn=1 

-----Original Message-----
From: Tom Smith [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 22, 2006 1:40 AM
To: beginners@perl.org
Subject: Re: How to make a perl program to an exe file

Dharshana Eswaran wrote:
> Hi Rajeev,
>
> I tried using Perlcc, but the following error occurs.
>
> bash$ perlcc zzz.pl
> Can't exec "gcc": No such file or directory at 
> /XXX/xxx/perl/bin/perlcc line 347.
> bash$
>
> What does this mean? or Where it has gone wrong?
>
> Thanks and Regards,
> Dharshana
Make sure you have the dev tools for your distro installed--gcc should
be included there. On Ubuntu (and Debian, I believe) it's
build-essential, if I'm not mistaken.

--
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/>
<http://learn.perl.org/first-response>




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to