Closed noloader closed 7 years ago
Thanks. The error you were seeing was bogus, I've changed configure so it handles not knowing how to enable the compiler ISA extensions nicely, without stopping the entire build. (In addition to merging your patch of course)
Awesome, thanks @randombit.
The support is starting to pay off. The SunCC compiler is raising issues with some of the code. I've found when SunCC complains, usually you are in an area that's implementation specific, and it may not be portable or produce consistent results. Once the SunCC issues are cleared, the piece of code will be good on all platforms and compilers.
(I've also found a handful of SunCC bugs that are awful to work around).
This little patch gets Botan past configuration issues when using Sun Studio.