Subj : Re: mutex&threads To : comp.programming.threads From : Valerio Bardelli Date : Tue Mar 22 2005 08:42 pm Hi Loic, >loic-dev@gmx.net wrote: > Hello Valerio, > > >> I've a big problem with a porting of linux on a mips board (based on > IDT >> R4K). The problem is about mutex, threads and scheduling. > > which Linux kernel / libpthreads versions are you using? I performed some further investigation... The command 'uname --all' prints: linux(none) 2.4.18-idt20040317... gnu_get_libc_version() function (in .../include/gnu/libc_version.h) prints: 2.2.5... In directory 'lib' I can see: libpthread-0.9.so libpthread.a libpthread.so libpthread.so.0->libpthread-0.9.so libthread_db-1.0.so libthread_db.so libthread_db.so.1->libthread_db-1.0.so libc-2.2.5.so libc.so.6->libc-2.2.5.so This is all... If you have any other question please don't hesitate to ask it... Thank you very much. Ciao, Valerio. .