Help for this page

Select Code to Download


  1. or download this
    my $LIBS = '-L./lib -L. -lpfpro -lMSVCRT ';
    
  2. or download this
    my $libdir = "/dir/to/install/stuff";
    my $LIBS = "-L$libdir -lpfpro -lMSVCRT ";
    
  3. or download this
    < mkdir("lib",0744);
    ---
    ...
    ---
    >     chmod($m,"$libdir/$file");
    >     if ( !(-e "$libdir/$file") ) {