[Mono-bugs] [Bug 60799][Maj] Changed - jit-icalls.c compiles, but libmono.so won't link -- missing reference to 'trunc'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 11:58:42 -0400 (EDT)
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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=60799
--- shadow/60799 2004-06-27 07:45:51.000000000 -0400
+++ shadow/60799.tmp.17221 2004-06-30 11:58:42.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60799
Product: Mono: Runtime
Version: unspecified
OS: Solaris 8
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jeff.evans@vmd.desjardins.com
QAContact: mono-bugs@ximian.com
@@ -89,6 +89,9 @@
- [ trunc(0.0); ],
+ [ static void *p = &trunc; ],
[
AC_DEFINE(HAVE_TRUNC)
AC_MSG_RESULT(yes)
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+
+------- Additional Comments From vargaz@freemail.hu 2004-06-30 11:58 -------
+Should be fixed in CVS.