https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237068

--- Comment #24 from Mark Millard <[email protected]> ---
(In reply to Antoine Brodin from comment #22)

That looks to me like possibly lack of a symbol version script
controlling what is exported from the relevant .so , creating
symbol conflicts.

It appears to me that trying to make that automatic interfers
with C++ specific functionality as things are. (get_execution_seed
and its handling of seed mixed with use of fixed_seed_override
is not valid for C, just for C++. I'm not aware how to cause the
link BFD_ASSERT messages via C, but I've not tried.)

But how many symbol version scripts would be required if the
automatic avoidance was not in place? (Messy?)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "[email protected]"

Reply via email to