[Mono-bugs] [Bug 81456][Blo] Changed - eglib does not build on Mac OS X
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 25 20:33:42 EDT 2007
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81456
--- shadow/81456 2007-04-25 18:47:58.000000000 -0400
+++ shadow/81456.tmp.24182 2007-04-25 20:33:42.000000000 -0400
@@ -60,6 +60,16 @@
me further:
- GLIB_LIBS='-L$(top_builddir)/eglib/src -leglib -lm'
+ GLIB_LIBS='-L$(top_builddir)/eglib/src $(top_builddir)/eglib/src/libeglib.la -lm -liconv'
Is this okay?
+
+------- Additional Comments From miguel at ximian.com 2007-04-25 20:33 -------
+Hey,
+
+ For this, we should add a check for the iconv library, using
+something like AC_CHECK_LIBRARY(iconv) in configure.in and only add
+the -liconv on platforms that need it.
+
+Miguel.
+
More information about the mono-bugs
mailing list