X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Georg Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with pthread Date: Sun, 10 Jul 2011 07:03:45 -0700 (PDT) Organization: http://groups.google.com Lines: 12 Message-ID: <945dcdd6-8d40-407c-8d43-b2a9ef1119e7@y30g2000yqb.googlegroups.com> References: <04479084-9c35-4cff-ad2e-f7ada3284871 AT hi9g2000vbb DOT googlegroups DOT com> <8e0d2b15-2978-4e19-adca-13d6fe7fadb4 AT q1g2000vbj DOT googlegroups DOT com> NNTP-Posting-Host: 92.250.191.164 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1310308178 7524 127.0.0.1 (10 Jul 2011 14:29:38 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 10 Jul 2011 14:29:38 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: y30g2000yqb.googlegroups.com; posting-host=92.250.191.164; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr User-Agent: G2/1.0 X-HTTP-Via: 1.1 TAS-4-3.man-a X-Google-Web-Client: true X-Google-Header-Order: UALSERCVNKH X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe) Bytes: 1803 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you Rugxulo, I had tried that library too, but frankly the library I try to port to DOS does not seem to work with both versions. I have to make some further tests to try to locate the reason for that. The library in p7z913.zip compiles as libgthreads.a and it seemed not work if just renamed to libpthread.a. The configure files usually just test for pthread, so the name gthread means that I have to change the configure file. Georg