https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102067

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Matt Godbolt from comment #4)
> Interestingly, if we extract (with nm x) the files in the library, and glob
> them in instead of naming the library file, everything works. We're having
> difficulty constructing a reduced case, as we need a whole binary (including
> all the libraries we use), else the link step fails with missing symbols
> before it gets to the crash.

What about "hacking" that with -shared -fPIC or so?

Reply via email to