[Mono-bugs] [Bug 60533][Nor] Changed - Build fails because bindtextdomain is not in libc
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 15:43:50 -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 15:45:44.000000000 -0400
+++ shadow/60533.tmp.31914 2004-06-24 15:43:50.000000000 -0400
@@ -33,6 +33,18 @@
deset"/>
<dllentry target="bindtextdomain" dll="libintl.1.dylib" name="textdomain"/>
</dllmap>
Let us know if that fixes it.
+
+------- Additional Comments From chris.ridd@isode.com 2004-06-24 15:43 -------
+Well, adding this instead:
+
+<dllmap dll="libc">
+<dllentry target="bindtextdomain" dll="libintl.3.dylib" name="bindtextdomain"/>
+<dllentry target="bind_textdomain_codeset" dll="libintl.3.dylib"
+name="bind_textdomain_codeset"/>
+<dllentry target="textdomain" dll="libintl.3.dylib" name="textdomain"/>
+</dllmap>
+
+does make monodoc run, but it seems kind of a hack.