Todd Ross passed along some Solaris compilation hints to make Cyrpt::Rijndael work with Sun's cc. Apparently GCC defines __sun__
, which I was using, but Sun cc uses __sun
, which GCC also recognizes. Oh yeah, that's why I don't do C anymore.
I haven't seen any reports from CPAN Testers for Crypt::Rijndael using Sun cc though.