[Mono-bugs] [Bug 60533][Nor] New - Build fails because bindtextdomain is not in libc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 06:32:25 -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 chris.ridd@isode.com.

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

--- shadow/60533	2004-06-22 06:32:25.000000000 -0400
+++ shadow/60533.tmp.18675	2004-06-22 06:32:25.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 60533
+Product: Mono: Doctools
+Version: unspecified
+OS: 
+OS Details: OS X 10.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Core
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: chris.ridd@isode.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Build fails because bindtextdomain is not in libc
+
+Compilation of browser/catalog.cs fails on Mac OS X because the external functions 
+bindtextdomain, bind_textdomain_codeset and textdomain are actually in libintl, not libc.
+
+Changing the DllImports to libintl instead produces a working monodoc.
+
+This is probably an OS-uses-glibc vs OS-doesn't-use-glibc problem, not one specific to OS X.