Can't compile (perlcc) both Net::FTP and Config::IniFiles at thesame time

  • Thread starter Thomas Watson Steen
  • Start date
T

Thomas Watson Steen

I am using Cygwin on a Windows XP box. I'm running perlcc from the
Cygwin shell. I am using perl v5.8.5 built for
cygwin-thread-multi-64int. The command I am executing to compile is
"perlcc -o tst.exe tst.pl".

When trying to compile a perl file only containing the following two use
statements the compiler (perlcc) just runs for what seems forever
(filling up huge amounts of memory):

use Net::FTP;
use Config::IniFiles;

When compiling a file the only contains one of the above use statements
the compile completes sucessfully.

Any ideas on how to get arround this?

/watson
 
T

Tintin

Thomas Watson Steen said:
I am using Cygwin on a Windows XP box. I'm running perlcc from the Cygwin
shell. I am using perl v5.8.5 built for cygwin-thread-multi-64int. The
command I am executing to compile is "perlcc -o tst.exe tst.pl".

When trying to compile a perl file only containing the following two use
statements the compiler (perlcc) just runs for what seems forever (filling
up huge amounts of memory):

use Net::FTP;
use Config::IniFiles;

When compiling a file the only contains one of the above use statements
the compile completes sucessfully.

Any ideas on how to get arround this?

Notice the documentation for perlcc says:

The code generated in this way is not guaranteed to work. The whole
codegen suite ("perlcc" included) should be considered very
experimen-
tal. Use for production purposes is strongly discouraged.
 
T

Thomas Watson Steen

Sisyphus said:
Yes - use the PAR module's pp utility instead of perlcc.

Cheers,
Rob

Thank you. I'll try pp instead. For the moment I have some problems
doing a make test on pp though, but I hope I can around that one with
some further reseach :)

Thnx again :)

/watson
 
S

Sisyphus

Thomas said:
Thank you. I'll try pp instead. For the moment I have some problems
doing a make test on pp though, but I hope I can around that one with
some further reseach :)

Thnx again :)

/watson

There's a PAR mailing list - which is an excellent source of help (if
you need it). See http://lists.perl.org for details.

Cheers,
Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top