I'm having a problem installing the MIME::Base64 on solaris 9 via CPAN.
Well, i know what the problem is, it is a flag (-KPIC) that is assigned on the makefile (CCCDLFLAGS = -KPIC) and it seems that is an inválid flag for gcc.
I know i can modify the makefile manually and install the module; but i want know if it is possible to modify this flags using the CPAN shell.