Anyone else seen a duplicate of this problem? I'm building a static installation to test. Nat > When I attempt to use perlcc to compile any Perl program, the > diagnostic output includes many line-pairs of the type > > No definition for sub Fcntl::F_DUPFD > No definition for sub Fcntl::F_DUPFD (unable to autoload) > > Further, if I attempt to compile a program that uses some module with > an XS component (for example, Socket), the output includes more > warnings relating to that module: > > No definition for sub Socket::MSG_PROXY > No definition for sub Socket::MSG_PROXY (unable to autoload) > > and so on.Thread Next