Searched refs:ldopts (Results 1 - 3 of 3) 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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DEmbed.t83 push(@cmd,ldopts());
120 chomp($cmd); # where is the newline coming from? ldopts()?
143 # gcc -g -I.. -L../ -o perl_test perl_test.c -lperl `../perl -I../lib -MExtUtils::Embed -I../ -e ccopts -e ldopts`
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL330 $link .= " ".ExtUtils::Embed::ldopts("-std", \@mods);
345 $command .= " ".ExtUtils::Embed::ldopts("-std", \@mods);

Completed in 15 milliseconds