https://bugs.freedesktop.org/show_bug.cgi?id=105697
Bug ID: 105697 Summary: gcc -static-libgcc -static-libstdc++ support is broken by libtool for dri drivers Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: sylvain.bertrand@gmail.com QA Contact: dri-devel@lists.freedesktop.org
When building mesa with gcc -static-libgcc -static-libstdc++ options, I noticed that libtool is linking in a weird way the dri drivers (gallium and mesa), hence making them dependent on the shared libstdc++. I did work around it by hiding the shared libstdc++ while I was building mesa.
https://bugs.freedesktop.org/show_bug.cgi?id=105697
--- Comment #1 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- To be more accurate: the .so and .la files from the toolchain libstdc++
https://bugs.freedesktop.org/show_bug.cgi?id=105697
GitLab Migration User gitlab-migration@fdo.invalid changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED
--- Comment #2 from GitLab Migration User gitlab-migration@fdo.invalid --- -- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.
You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1309.
dri-devel@lists.freedesktop.org