Gunnar Evermann <Gunnar.Evermann(a)nats.informatik.uni-hamburg.de> writes in
xemacs-beta(a)xemacs.org:
I'm not sure whether I should blame configure or our
'strange'
installation here.
I'm using Solaris 2.6 and want to link with Openwindows (which
should
be the default IMHO)
$OPENWINHOME is /usr/openwin as usual, but a locally compiled
X11R6.3
is in /usr/X11.
The result of ./configure is:
checking for X... libraries /usr/openwin/lib,
headers /usr/X11/include
(for some reason we have no static X-lib in /usr/X11/lib otherwise
x_libraries would be /usr/X11/lib as well).
Is it intentional that /usr/X11 is preferred over /usr/openwin on
Solaris by default?
Probably. Same as /usr/dt gets preferred whether it is needed or
not. You can force /usr/openwin to the front of the path by adding it
to --site-libraries and --site-includes. You can get rid of /usr/dt
by editing it out of configure before running it.