[Mono-bugs] [Bug 627889] IOMAP profiler: undefined symbol: monoeg_g_hash_table_new

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jan 16 12:37:17 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=627889

https://bugzilla.novell.com/show_bug.cgi?id=627889#c6


--- Comment #6 from Zoltan Varga <vargaz at gmail.com> 2011-01-16 17:37:16 UTC ---
This doesn't happen on linux because we restrict the symbols exported from
libmono using:

if NO_VERSION_SCRIPT
monoldflags=$(export_ldflags)
monobinldflags=$(export_ldflags)
else
monoldflags=-Wl,-version-script=$(srcdir)/ldscript $(export_ldflags)
monobinldflags=-Wl,-version-script=$(srcdir)/ldscript.mono $(export_ldflags)
endif

in mini/Makefile.am. Does openbsd's linker support this argument ?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list