dsully / perl-crypt-openssl-x509

Perl interface to OpenSSL's X509 module.
Other
25 stars 33 forks source link

only compiles with gcc #16

Closed zjt closed 11 years ago

zjt commented 12 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)

zjt commented 11 years ago

Thank you!