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

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


--- Comment #7 from Robert Nagy <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to