Current Path : /compat/linux/proc/self/root/usr/local/lib/perl5/5.8.9/B/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/local/lib/perl5/5.8.9/B/cc_harness |
use Config; $libdir = $ENV{PERL_SRC} || "$Config{installarchlib}/CORE"; if (!grep(/^-[cS]$/, @ARGV)) { $linkargs = sprintf("%s $libdir/$Config{libperl} %s", @Config{qw(ldflags libs)}); } $cccmd = "$Config{cc} $Config{ccflags} -I$libdir @ARGV $linkargs"; print "$cccmd\n"; exec $cccmd;