[Mono-dev] Compilling Mono 1.1.10 on Sun Solaris 9

Vorobiev Maksim MVorobiev at croc.ru
Mon Dec 19 11:49:16 EST 2005


Good day.
 
I try to compile Mono 1.1.10 on Sun Solaris 9 (SPARC), but it throws error at /mono/dis/get.c: undefined reference to `isnormal'. I've found submitted bug about the same problem, but for Solaris 8. Bug № 77034.
The problem is that the function isnormal not implemented in standart Sun's libm, but only in additional libsunmath, that ships with Sun Workshop. Is it possible to break this dependance?
As I can see, this call branches some sort of print output (debug propose?). Is it OK to comment out call to isnormal, or it breaks something internal? May be it's good to make conditional compilation branch for Sun platform?

Thank you.




More information about the Mono-devel-list mailing list