SL Baur <steve(a)beopen.com> writes:
That is braindamage(TM) that is specifically made taboo in the
binary
kit building guidelines. If the libraries were statically linked in
XEmacs binaries for distribution, there wouldn't be that problem.
Yes, but on many platforms static linking is a no-no anyway.
Especially binaries for linux distributions (that can control the
versions of all the libraries) should not be statically linked. Using
dlopen is really a much better solution IMO.
Jan