diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2010-08-25 18:08:51 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2010-08-25 18:08:51 +0200 |
commit | d4bceea80613e57f7c13c1e8b0f38a68c8210219 (patch) | |
tree | 7d6cf4f411311cca1e59109590b753e3caf0cee2 | |
parent | b6638a3b7e1fae2b7389b899bb9b60a0d9e271cb (diff) |
link to the pthread work of barry.
-rw-r--r-- | community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 |