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

Kaja P. Christiansen kaja@daimi.au.dk
Fri, 17 Jan 2003 14:11:00 +0100


Sebastian Rahtz writes:

 > > 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

I recall there was a hassle with the libraries for xdvik
last year. The cure provided by Thomas (I think) was to
replace, in xdvik/configure,

  x_tool_libs="-lXaw -lXmu -lXt"
with
  x_tool_libs="-Wl,-Bstatic -lXaw -Wl,-Bdynamic -lXpm -lXmu -lXt"

This change has not propagated to the current source.
Or am I mixing things?

Kaja