From d4bceea80613e57f7c13c1e8b0f38a68c8210219 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 25 Aug 2010 18:08:51 +0200 Subject: link to the pthread work of barry. --- community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn b/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn index 45272656..d55527a7 100644 --- a/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn +++ b/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn @@ -50,7 +50,7 @@ For that I want to use: settrans -ac gnu /usr/local/httpfs www.gnu.org/ # (breaks, because libxml2 needs pthreads → work to do.) - # (what we need: pthreads in translators. → see the work of Barry) + # (what we need: pthreads in translators. → see the [work of Barry](https://savannah.gnu.org/task/?func=detailitem&item_id=5487)) # check: for i in `objdump -x /usr/local/bin/httpfs |grep NEEDED| sed s/.*NEEDED//`; do echo $i; objdump -x /usr/lib/$i | grep pthread; objdump -x /lib/$i | grep pthread; done ### Tarfs -- cgit v1.2.3