in reply to Installing personal GD
perl Makefile.PL PREFIX=/home/xxx LIB=/home/xxx/lib
As for your static question, I looked at the GD sources, and didn't see an easy way to do that. There is no ./configure script. You might try copying the gcc line from the Makefile, and inserting -static as an option to gcc.
|
|---|