I am trying to compile and debud a multi-threaded program (pthreads). I have compiled it succesfully, however when i try to run it under gdb, i get "threading debug not available" warning every time.
I am using TinyCore, and i have installed gcc and gdb from extension repository, as usual.
What should i do to be able to debug threads under gdb? Are there extra packages i need to install or some settings that need to be enabled?