isnormal is no longer used in the svn head version. It was changed in svn r54327.
Peter -----Original Message----- From: "Vorobiev Maksim" <[EMAIL PROTECTED]> To: <mono-devel-list@lists.ximian.com> Date: Monday, 19 December, 2005 09:49 Subject: [Mono-dev] Compilling Mono 1.1.10 on Sun Solaris 9 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. _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list