https://bugzilla.novell.com/show_bug.cgi?id=627889
https://bugzilla.novell.com/show_bug.cgi?id=627889#c6 --- Comment #6 from Zoltan Varga <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
