----- Original Message -----
From: "Alexander Barkov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Joerg Behrens" <[EMAIL PROTECTED]>
Sent: Tuesday, September 04, 2001 1:43 PM
Subject: Re: Compiling errors with the latest mnogo 3.1.1.x CVS


> Please try to compile on linux this
> program using
>
>    gcc a.c -lpthread
>
>
> #include
> <pthread.h>
>
> int
> main(void){
>
> pthread_create(NULL,NULL,NULL,NULL);
>
> return(0);
> }
>
> What happens?

smp:/usr/local/mnogocvs # gcc a.c -lpthread  // no errors
smp:/usr/local/mnogocvs # file a.out
a.out: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked
(uses shared libs), not stripped

smp:/usr/local/mnogocvs # ./a.out
Segmentation fault

Joerg Behrens


___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to