Quote Originally Posted by dmantione
Try to ifdef it, we cannot multithread on ARM at this time.
Ok, what about if I added a -Dgp2x define in the compile line and did something like this in the SDL.pas file:

{$IFNDEF gp2x}
//the whole pthreads section
{$ENDIF}

could this work?

cheers,
Paul.