[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:39:10 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=627889
https://bugzilla.novell.com/show_bug.cgi?id=627889#c7
--- Comment #7 from Robert Nagy <robert at humppa.hu> 2011-01-16 17:39:09 UTC ---
(In reply to comment #6)
> 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 ?
Yes it does.
--
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