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

--- Comment #5 from Francisco <fcolecumberri at hotmail dot com> ---
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 with -static-libstdc++)

and I just got the same result.

However if I use `readelf` over /usr/lib/libstdc++_libbacktrace.a I can see the
symbols there.

Reply via email to