Hi, The Mandrake expert mailing list recommended trying the cooker list.
My problem is the stacksize limitation: The pthread_attr_setstacksize function failed if the size used is bigger than 2 Mb. Is there a reason to have this limit ? Is it possible to change it in the kernel source ? I found this following answer to my problem: If you configure glibc with i686-*-linux* --enable-kernel=2.4.1 or later, then it will use %gs based threads, which means thread stack sizes are no longer limited to 2MB. That brings me these new questions: Does the Mandrake package 8.2 build with this configuration? Is there a way to rebuild the glibc from the Mandrake 8.2 package? Will the version 9 of Mandrake be built with this flag? Thanks for any help and information, Vincent
