It's not a problem with w3m, but rather with libgc.  Newer versions of
the garbage collector (6.3+ I think) try to determine the stack base
address by inspecting /proc/self/stat.  Unfortunately pax clears the
field that contains this address, so libgc gives up.

One workaround is to recompile libgc (version 6.7 is fine) with
-DUSE_LIBC_PRIVATES.  This tells the libaray to get the address
out of libc from the __libc_stack_end variable.  Linked to the
recompiled libgc, w3m works just as well as before.

bit,
adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to