Searched refs:do_system (Results 1 – 4 of 4) sorted by relevance
81 sub do_system { subroutine93 return $self->SUPER::do_system($cmd);149 $self->do_system( @$cmd )241 $self->do_system( @$cmd ) or die "error building $output from @objects"
22 $self->do_system('emximp', '-o', $libname, $res[0]) or die "emxexp: res=$?";
184 $self->do_system(@cc, @flags, $args{source})338 $self->do_system(@shrp, @ld, @output, @$objects, @linker_flags)356 sub do_system { subroutine
80 sub do_system {