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