in reply to Re^4: Error while using GD::Simple
in thread Error while using GD::Simple

I had the same problem on Linux. I fixed it by adding
'GD/Group.pm' => '$(INST_LIBDIR)/GD/Group.pm',
on line 237 of the Makefile.PL and ran a manual install. It works now.