[Bug libstdc++/105678] Undefined reference to stacktrace standard library

2022-05-23 Thread fcolecumberri at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105678 Francisco changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug libstdc++/105678] Undefined reference to stacktrace standard library

2022-05-23 Thread fcolecumberri at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105678 --- Comment #5 from Francisco --- I have no idea of what's happening, I have tried ```bash g++ -std=gnu++2b -lstdc++_libbacktrace cpp_file.cpp ``` and ```bash g++ -std=gnu++2b -L/usr/lib/libstdc++_libbacktrace.a cpp_file.cpp ``` (also tried

[Bug libstdc++/105678] Undefined reference to stacktrace standard library

2022-05-20 Thread fcolecumberri at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105678 --- Comment #2 from Francisco --- just tried ```bash g++ -std=gnu++2b -static-libstdc++ cpp_file.cpp ``` but same result.

[Bug libstdc++/105678] New: Undefined reference to stacktrace standard library

2022-05-20 Thread fcolecumberri at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105678 Bug ID: 105678 Summary: Undefined reference to stacktrace standard library Product: gcc Version: 12.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compon