Date: Thu, 29 May 2003 17:22:52 -0400 From: Michael Edenfield <kutulu@kutulu.org> To: James Tanis <jtanis@mindspring.com> Cc: freebsd-current@freebsd.org Subject: Re: Libthr stable enough for testing Message-ID: <20030529212252.GA922@basement.kutulu.org> In-Reply-To: <20030529161818.4d92a3f3.jtanis@mindspring.com> References: <20030526225111.HVVN25800.out006.verizon.net@kokeb.ambesa.net> <3ED59893.5010301@isi.edu> <20030529210716.DVVC25800.out006.verizon.net@kokeb.ambesa.net> <20030529161818.4d92a3f3.jtanis@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] * James Tanis <jtanis@mindspring.com> [030529 17:18]: > How does one go about using libthr? Is all that is > involved is symlinking libc_r to libthr? That's the easiest way. You can also explicitly link applications with -lthr instead of -lc_r. And since libthr and libc_r are both 6 characters long, you could also use ed/sed/etc. to s/libc_r/libthr/ in the executable itself. Also, there is a patch (I think it's still a patch) floating around the mailing list archives to use an external config file so you can replace the threading library at run-time per-executable. --Mike [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+1noqCczNhKRsh48RAprLAJ99n/iBFnBCLgJo6RY45PK4HuX4GwCdEe4H 2DRU10nArSPB5yd5gZHElsw= =JkjB -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030529212252.GA922>
