Date: Thu, 3 Jun 2004 00:04:15 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 391 ************************************************** Wednesday 02 June 2004 Number 391 ************************************************** Subjects for today 1 RE: Problems with even simple multithreading using Inno : Dave Webster **= Email 1 ==========================** Date: Tue, 1 Jun 2004 10:20:49 -0500 From: Dave Webster Subject: RE: Problems with even simple multithreading using Inno Probably something in my "includes" list stepping on something. I've got a simple "main" working now. -----Original Message----- From: Dave Webster [mailto:Dave.Webster at bhmi.com] Sent: Tuesday, June 01, 2004 8:18 AM To: wxOS2-pm (E-mail); Unix-OS2 (E-mail 2) 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.....