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

Karl Berry karl@freefriends.org
Fri, 17 Jan 2003 08:45:12 -0500


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

This isn't my bailiwick any more, but ... those options cannot just be
hardwired in.
1) Neither -Wl, nor -Bstatic/dynamic are the right syntax for all linkers.
2) -lXpm does not exist on some systems.
3) linking Xaw statically seems wrong to me anyway.

I'm sure none of this is news.

What is the actual error?