Re: Problem with posix threads
On Sun, Dec 16, 2007 at 07:20:37PM -0300, Lucas Prado Melo wrote: > Why does it happen? This list is for the development of GCC. Try gcc-help or some other programming forum, please. -- Daniel Jacobowitz CodeSourcery
Re: Problem with posix threads
Why does it happen?
Re: Problem with posix threads
Please forgive me if this is off-topic: I've written a simple test program with posix threads and a 'glibc' attempt was detected. The code: -main.c--- #include #include #include #include #include #include #include #include "stack.c" /* * THREAD EXPERIMENT * *