Re: pthreads
Michael Militzer <[email protected]>
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, the changelog is maintained by hand upon releases and not always up to date. You can use a tool like cvsps to track all CVS changes. For your configure warning, it looks like you have the pthread headers but the linking test fails. So you probably don't have a pthread library, have a wrong library or it's in the wrong path. Make sure you have pthread properly installed. Regards, Michael Quoting tripp <[email protected]>: > hi, > > 1. is there some changelog for the latest changes ion cvs? > i don't see anything. the changelog in the main folder is from 2006. > > > 2. i compile with msys/mingw > on ./configure i get the following: > > <snip> > checking math.h usability... yes > checking math.h presence... yes > checking for math.h... yes > checking pthread.h usability... yes > checking pthread.h presence... yes > checking for pthread.h... yes > checking for pthread_create in -lpthread... no > configure: WARNING: Pthread not supported. No SMP support > configure: creating ./config.status > config.status: creating platform.inc > > > how would i fix it to have SMP support? > > > ty > > tripp > > > > _______________________________________________ > XviD-devel mailing list > [email protected] > http://list.xvid.org/mailman/listinfo/xvid-devel > >