[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 18:47:58 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 andreas.faerber at web.de.
http://bugzilla.ximian.com/show_bug.cgi?id=81456
--- shadow/81456 2007-04-25 18:42:38.000000000 -0400
+++ shadow/81456.tmp.21659 2007-04-25 18:47:58.000000000 -0400
@@ -51,6 +51,15 @@
------- Additional Comments From andreas.faerber at web.de 2007-04-25 18:42 -------
Additionally, the second patch adds -liconv for non-Windows system to fix a link error. Is
this okay as is, or should this be done conditionally somehow?
Some more dirty hacks were necessary in eglib/test/Makefile.am to actually make it work
using the eglib and *not* using the non-available standard glib. Any ideas there?
+
+------- Additional Comments From andreas.faerber at web.de 2007-04-25 18:47 -------
+To then actually make Mono use the resulting eglib, the following change to configure.in got
+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?
More information about the mono-bugs
mailing list