Joerg Behrens wrote:
> 
> ----- 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


OK. Everything is fine. It is compiled without problems,
ignore that it crashes, it is not supposed to work, 
only compilation test.

An idea. Somethimes it may happen that old configure
data is used after another configure running. Please
try the following:
   gmake distclean
   ./configure <arguments>
   make

If this does not help, please send me whole gcc string 
when search.cgi is linked. As well as include/udm_config.h

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

Reply via email to