Date: Tue, 12 Dec 2000 16:16:16 +0100 From: Bernhard Valenti <bernhard.valenti@gmx.net> To: freebsd-questions@freebsd.org Subject: Xlib with XF4 doesnt support threads? Message-ID: <20001212161616.A16214@bilbo.home>
next in thread | raw e-mail | index | archive | help
i just found out that my xlib (which i installed with XF4 from port) doesnt support threads. on my second box which has XF3.3.6 installed it works fine though. eg: #include <stdlib.h> #include <stdio.h> #include <X11/Xlib.h> int main(int argc, char *argv[]) { if(!XInitThreads()) printf("you do NOT have threads\n"); else printf("you do have threads\n"); } gives me "you do NOT have threads". i'm wondering why xlib gets built without threads support!? also, i tried to reinstall XF4 today, but as its still the same port version nothing changed, and i still have that problem. bernhard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001212161616.A16214>