[Mono-bugs] [Bug 77034][Wis] New - No function isnormal in Solaris 8 in Mono 1.1.10.1

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 19 03:50:09 EST 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by kikegayuda at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77034

--- shadow/77034	2005-12-19 03:50:09.000000000 -0500
+++ shadow/77034.tmp.17280	2005-12-19 03:50:09.000000000 -0500
@@ -0,0 +1,54 @@
+Bug#: 77034
+Product: Mono Tasks
+Version: 0%
+OS: Solaris 8
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Build
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: kikegayuda at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: No function isnormal in Solaris 8  in Mono 1.1.10.1
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Try to install Mono from Sources in a spark Solaris 8
+2. type make 
+3. you get an error in mono/dis/get.c
+
+Actual Results:
+ibmonodis.a(get.o): In function `get_constant':
+/tpnetfrontend/1.1.10.1.src/mono-1.1.10.1/mono/dis/get.c:2156:
+undefined reference to `isnormal'
+/tpnetfrontend/1.1.10.1.src/mono-1.1.10.1/mono/dis/get.c:2164:
+undefined reference to `isnormal'
+collect2: ld returned 1 exit status
+
+Expected Results:
+a Ok make
+
+How often does this happen? 
+allways
+
+Additional Information:
+Jonathan Pryor 	
+<jonpryor at vt.edu> a usuario, mono-list
+On Fri, 2005-12-16 at 13:11 +0100, Enrique Garcia Ayuda wrote:
+> Anybody knows where the is the isnormal function in mono/dis/getc
+> witch include??
+
+isnormal(3) is defined in <math.h>, which is already included in
+mono/dis/get.c.  However, the FC4 man page states that it's part of C99,
+so the Solaris 8 compiler might not support this function.  If this is
+the case you'll have to grab an updated compiler, such as GCC, and use
+that to build.


More information about the mono-bugs mailing list