[Mono-bugs] [Bug 59470][Nor] Changed - Beta 2 build fails (missing -lintl)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Jun 2004 08:55:23 -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 lupus@ximian.com.

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

--- shadow/59470	2004-06-02 10:37:46.000000000 -0400
+++ shadow/59470.tmp.10003	2004-06-03 08:55:23.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59470
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: niel@bornstein.atlanta.ga.us               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -50,6 +50,11 @@
 How often does this happen? 
 Always
 
 Additional Information:
 Workaround is to cd mono/mini and repeat the failing gcc line with -lintl
 at the end
+
+------- Additional Comments From lupus@ximian.com  2004-06-03 08:55 -------
+This is not a bug in mono but in in libintl.a: compile it correctly or
+use a precompiled package that has it correctly compiled.
+Running ranlib /usr/local/lib/libintl.a as root may help, too.