Raymond Toy <toy(a)rtp.ericsson.se> writes:
>>>>> "Martin" == Martin Buchholz
<martin(a)xemacs.org> writes:
Martin> Mixing X11R6.4 and Openwin in the same binary (even
Martin> indirectly) is a good crash recipe. ldd will tell you if
Martin> you're doing this.
Yes. That's why I've been using only openwin for builds. But my
LD_LIBRARY_PATH points to X11R6.4 so that might be a problem.
Using LD_LIBRARY_PATH for anything other than debugging is definitely
bad juju (as Martin would say). The last time I built on Solaris I
came to the conclusion that the only way to have only one X lib linked
in was to use openwin and not mention X11R6.4 anywhere, i.e. specify
openwin paths for configure and build & run with empty LD_LIBRARY_PATH.
Gunnar