N
ngoc
Hi
I try to compile my perl program to binary form using command
perlcc -o program_name program_name.pl
but get error message
No definition for sub Fcntl::FD_CLOEXEC
No definition for sub Fcntl::FD_CLOEXEC (unable to autoload)
No definition for sub Fcntl::O_RANDOM
No definition for sub Fcntl::O_RANDOM(unable to autoload)
................................................
...............................................
and
Can't locate object method "savecv" via package "B::SPECIAL" (perhaps you
forgot to load "B::SPECIAL"
My PERL5LIB point to Fcntl location, so I don't know what is wrong
Please help me.
Ngoc
I try to compile my perl program to binary form using command
perlcc -o program_name program_name.pl
but get error message
No definition for sub Fcntl::FD_CLOEXEC
No definition for sub Fcntl::FD_CLOEXEC (unable to autoload)
No definition for sub Fcntl::O_RANDOM
No definition for sub Fcntl::O_RANDOM(unable to autoload)
................................................
...............................................
and
Can't locate object method "savecv" via package "B::SPECIAL" (perhaps you
forgot to load "B::SPECIAL"
My PERL5LIB point to Fcntl location, so I don't know what is wrong
Please help me.
Ngoc