Re: [Unreal-users] (no subject)
Status: Beta
Brought to you by:
wildchild
From: Syzop <sy...@dd...> - 2003-01-09 01:23:43
|
Hi, KnightHawk wrote: > /usr/local/include/pthread.h:275: conflicting types for `pthread_t' > /usr/include/bits/pthreadtypes.h:140: previous declaration of `pthread_t' what Linux distribution (&version) are you using? and what libc version? (ls -al /lib/libc.so.*) Did you answer 'Yes' to the last question in ./Config ("Do you want use your OS's provided threads implementation"[etc], Yes was the default IIRC)? You can try to upgrade your libc, or maybe.. answer 'No' to that ./Config question (or 'Yes' if you used 'No'..) Bram (Syzop). PS: just guessing, I don't remember the cause anymore... ;) |