Searched defs:ldopts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm24 @EXPORT = qw(&xsinit &ldopts
165 sub ldopts { subroutine
242 print STDERR "ldopts: '$linkage'\n" if $Verbose;
291 perl -MExtUtils::Embed -e ldopts
304 xsinit(), ldopts(), ccopts(), perl_inc(), ccflags(),
367 =item ldopts()
372 When invoked as C<`perl -MExtUtils::Embed -e ldopts --`>
404 C<ldopts($std,[@modules],[@link_args],$path)>
416 In addition, when ldopts is called with parameters, it will return the argument string
422 perl -MExtUtils::Embed -e ldopts
[all...]

Completed in 28 milliseconds