in reply to Installing GD on Windows XP

To install this (or any other) module, try PPM.

From a command prompt, enter
PPM install GD

There are many PPM options - see "perldoc ppm" . GD 2.12 is available as a PPM install, so no need for the compiler.

For future reference, you will need the "nmake" program in your path. If you need to compile, build and install a module, use the Visual studio command prompt, then go to the package path, and follow the README instructions for the modules, which usually say
perl Makefile.pl
make test {You should type "nmake test"}
make install {You should type "nmake install"}

"When you are faced with a dilemma, might as well make dilemmanade. "

Replies are listed 'Best First'.
Re: Re: Installing GD on Windows XP
by munchie (Monk) on Feb 14, 2004 at 22:18 UTC
    I just checked, and PPM doesn't have GD. Perhaps you have a different repository selected? If so, what is the url?
    EDIT: Nevermind, my distro of Activeperl was messed up- a reinstall did the trick