I compile my program with fpc2.3.1, then copy all the necessary .o files to
uclibc linux to link, and it works! But cthreads.pp throwing an Access
Violation on my system, I tried to debug this and am stuck now in cthreads.pp. line 289:
if pthread_create(ppthread_t(@threadid), @thread_attr, @ThreadMain,ti) <> 0 then
I would like to know how to patch it.
Thanks for all!
_______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
