Closed zjt closed 11 years ago
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)
Thank you!
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)