This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Threads !
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Threads !
- From: Anes Lihovac <al at axxteq dot de>
- Date: Tue, 02 May 2000 12:16:20 +0200
- Organization: Axxteq GmbH
Hello !
I have one machine with egcs-2.91.66 and another machine running
egcs-2.95.2.
A same application which is written in C++ which creates a Thread using
the pthread
function dosn't want to compile on the newer one.
I don't know if this is a bug !
Thanks and best regards
code snippet:
void function::myClass()
{
...
...
}
void doSomething::myClass()
{
pthread_t thread;
pthread_create(&thread,NULL,(void*)function,(void*)this);
}
begin:vcard
n:Lihovac;Anes
tel;fax:+49 241 963 127
tel;work:+49 241 963 1273
x-mozilla-html:FALSE
org:Axxteq GmbH
version:2.1
email;internet:al@axxteq.de
title:Software Engineer
adr;quoted-printable:;;Dennewartstrasse 25 =0D=0A=0D=0A;Aachen ;Deutschland;52068;Deutschland
x-mozilla-cpt:;-1280
fn:Anes Lihovac
end:vcard