I'v got nuts, please help me with the g++ option

Jianhua xu joshua_60030@yahoo.com
Sun Sep 7 14:18:00 GMT 2003


Dear Mr./Madam,
   I installed a Redhat9(shrike), g++ 3.2.2 , libgcc
3.2.2, got Segmentation fault when using
pthread_create function. the try program is very
simply, please tell me which header file and library i
should use when linking.

following is my program

#include <>
#include <pthread.h>
void * threadproc(void*p)
{
printf("dd\n");
}
int main(int argc,char** argv)
{
pthread_t * thread;
pthread_create(thread,NULL,threadproc,NULL);
pthread_join(*thread,NULL);
return 1;
}


Thanks & Regards,

joshua



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the Gcc-help mailing list