Re: building thread-safe Xlibs

1999-06-27 Thread Jeroen Ruigrok/Asmodai
* Francis Jordan (fran...@netscape.net) [990626 06:03]: xc/include/Xos_r.h which contains definitions of same (basically, pwd.h wrappers) for various platforms, but not FreeBSD (I guess at the time FreeBSD didn't have threads). Unfortunately, the wrappers for other platforms are no

Re: building thread-safe Xlibs

1999-06-26 Thread Wes Peters
Francis Jordan wrote: Can anyone please give me some clues as to how to build X with thread support enabled. I think the right way to do it is to add the relevant options to config/cf/FreeBSD.cf, something like #define HasPosixThreads YES #define ThreadedX YES

Re: building thread-safe Xlibs

1999-06-26 Thread Wes Peters
Francis Jordan wrote: Can anyone please give me some clues as to how to build X with thread support enabled. I think the right way to do it is to add the relevant options to config/cf/FreeBSD.cf, something like #define HasPosixThreads YES #define ThreadedX YES

building thread-safe Xlibs

1999-06-25 Thread Francis Jordan
Can anyone please give me some clues as to how to build X with thread support enabled. I think the right way to do it is to add the relevant options to config/cf/FreeBSD.cf, something like #define HasPosixThreads YES #define ThreadedX YES #define ThreadsLibraries