Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
5k views

Can't print errno in gdb, complains about missing shared library, but it exists

When debugging my application, if I break in GDB and try to print errno, even from inside a function that checks errno, I get the following error from GDB: (gdb) print errno Cannot find shared ...
Joseph Garvin's user avatar