https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275820
--- Comment #2 from Don Lewis <[email protected]> --- It turns out that the --no-undefined-version change is the culprit. In this particular case, GetVersionInfo is only exported by the Windows and OS/2 builds, so I have no idea why it is including in the .map file being used by the linker. Both _ZN9salhelper9ConditionC1ERN3osl5MutexE and _ZN9salhelper9ConditionC2ERN3osl5MutexE are listed in the .map (do accommodate a name mangling variation?) but only one of those symbols is defined. -- You are receiving this mail because: You are the assignee for the bug.
