Re: Problem with posix threads

2007-12-16 Thread Lucas Prado Melo
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 * *

Re: Problem with posix threads

2007-12-16 Thread Lucas Prado Melo
Why does it happen?

Re: Problem with posix threads

2007-12-16 Thread Daniel Jacobowitz
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