Subject: | only compiles with gcc |
Makefile.PL has
cc_optimize_flags('-O2 -g -Wall -Werror');
which are flags that only work with gcc
which means that this modules does not compile using a different compiler
such as the Oracle/Sun Solaris Studio CC (/opt/SUNWspro/bin/cc)