[tex-live] dynamic libs (was: time to compile)

Thomas Esser te@dbs.uni-hannover.de
Fri, 17 Jan 2003 18:17:55 +0100


> > The linux binaries have dynamic libstdc++ and libgcc_s:
> 
> yes, the linux binaries are just a placeholder
> until Kaja can do better ones. I generated them on
> my Debian unstable box

Staszek was able to compile the best compatible linux binaries, I think.
He used to have a system where my gcc hack works (it no longer works
with gcc3) and he did have the static libXaw, so he can link xdvik /
oxdvik with
  x_tool_libs="-Wl,-Bstatic -lXaw -Wl,-Bdynamic -lXpm -lXmu -lXt"

Thomas