Date: Wed, 2 Jun 2004 00:04:18 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 390 ************************************************** Tuesday 01 June 2004 Number 390 ************************************************** Subjects for today 1 Problems with even simple multithreading using Innotek gcc.. : Dave Webster **= Email 1 ==========================** Date: Tue, 1 Jun 2004 08:17:45 -0500 From: Dave Webster Subject: Problems with even simple multithreading using Innotek gcc.. Using the latest Innotek gcc version (Beta 4), I am having trouble getting even the most trivial multithreading app to work. Using _beginthread out of stdlib.h. Second thread never executes no matter what. Using standard gcc options of -Wall -g -Zomf -Zmt, etc.... Anyone else having threading problems with Innotek gcc?? Was looking at the threading stuff in wxWindows, OS/2 port when I started having major problems.....