Help for this page

Select Code to Download


  1. or download this
    my $output = WriteMakefile(%opts);
    if (!exists $output->{EXTRALIBS} or
    ...
        exit 1;
    }
    exit 0;
    
  2. or download this
         LIBS           => ["-L$POSTGRES_LIB -lpq -lm"],
    ...
    ...
        $msdir =~ s{"$}{/ms"};
        $opts{LIBS}[0] .= " -L$msdir -lsecur32";