[sr #111184] libtool breaks -static-libstdc++ by adding it to .la files

2025-04-02 Thread Ileana Dumitrescu
Update of sr #84 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #5: Thank you for testing!

[sr #111184] libtool breaks -static-libstdc++ by adding it to .la files

2025-04-01 Thread Pierre Ossman
Follow-up Comment #4, sr #84 (group libtool): Thanks! It does indeed seem like the patch and configure flag resolves the issue! ___ Reply to this item at: _

[sr #111184] libtool breaks -static-libstdc++ by adding it to .la files

2025-03-28 Thread Ileana Dumitrescu
Follow-up Comment #3, sr #84 (group libtool): The patch has been committed to the development branch for disabling the use '-nostdlib' to let the compiler frontend decide what standard libraries to link when building C++ shared libraries and modules. Could you test if using '--enable-cxx-stdli

[sr #111184] libtool breaks -static-libstdc++ by adding it to .la files

2025-03-26 Thread Ileana Dumitrescu
Follow-up Comment #2, sr #84 (group libtool): Thank you for your bug report. While patching a different issue, I generated the attached patch to add a configuration option for libtool to avoid the usage of '-nostdlib' when linking C++ modules. From a quick look at your issue, this might be a

[sr #111184] libtool breaks -static-libstdc++ by adding it to .la files

2025-02-04 Thread Pierre Ossman
Follow-up Comment #1, sr #84 (group libtool): It breaks even further with dynamic libraries, where libtool insists on adding -nostdlib. It was discussed in a different libtool bug tracker here, without any resolution: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34219 _

[sr #111184] libtool breaks -static-libstdc++ by adding it to .la files

2025-02-04 Thread Pierre Ossman
URL: Summary: libtool breaks -static-libstdc++ by adding it to .la files Group: GNU Libtool Submitter: cendossm Submitted: Tue 04 Feb 2025 10:42:32 AM UTC Category: None