Threads !
Anes Lihovac
al@axxteq.de
Tue May 2 03:10:00 GMT 2000
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
More information about the Gcc-bugs
mailing list