This test program is invalid. Your application tries to create an thread and afterwards immediately terminates (by returning from main).
By add the line 'pthread_join (id, NULL);' after creation of the thread, you will see the message "I am a thread!" as expected. Regards, Kai ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
