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
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