I am trying to do some debugging on my system, I have the following error when I run
gdb:
/root# gdb
“ldd:FATAL: Could not load library libpthread.so.1”
I have gdb version 7.6 but I have tried others like 6.7. I am using the ntox86-gdb binary downloaded from the Foundry27 website.
I am running QNX6.5.
My compiler is gcc 4.8.3 in case that’s of interest.
I don’t understand how it can require libpthread? I thought qnx had all of its pthread stuff in libc? Isnt this a pre-built binary?
What can I do to resolve this issue?
Ben