Help for this page

Select Code to Download


  1. or download this
    chdir('conf') or die "chdir: $!";
    
    ...
    if (system("$Config{'cc'} $flags compilerok.c > compilerok.log 2>&1"))
    + {
      die <<"__EOT__";
    ...