Issues:
+ GD systematically omits the -R argument that the Solaris linker needs in addition to -L; you have to add this yourself, not only when compiling, but also in the resulting bin/gdlib-config
+ GD.pm gave me linker errors until I managed to convince it not to use any files from older GD installations; from the CPAN shell you can "look GD" and correct things in Makefile.PL (which has a hardcoded reference to /usr/local), then run make test install
+ File::Find::Rule is not in Bundle::CVSMonitor, but that is trivial to solve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If CVSMonitor is working for you can you please list out:-
1) What Operating System you are using and version ?
2) How you installed GD and any issues you had ?
+ Solaris 7 and 9
+ gd-2.0.15, GD.pm 2.07
Issues:
+ GD systematically omits the -R argument that the Solaris linker needs in addition to -L; you have to add this yourself, not only when compiling, but also in the resulting bin/gdlib-config
+ GD.pm gave me linker errors until I managed to convince it not to use any files from older GD installations; from the CPAN shell you can "look GD" and correct things in Makefile.PL (which has a hardcoded reference to /usr/local), then run make test install
+ File::Find::Rule is not in Bundle::CVSMonitor, but that is trivial to solve