>>>> "John" == John H Palmieri
<John.H.Palmieri.2(a)nd.edu> writes:
John> 1. If I ran configure without '--x-includes=/usr/openwin/share/include',
John> then the variables x_libraries and x_includes would not be set
John> correctly--they ended up being set to
John> x_libraries: /usr/dt/lib /usr/openwin/lib
John> x_includes: /usr/dt/include /usr/X11R6/include
XEmacs partially relies on native autoconf's X directory detection.
I suspect what's happening is that autoconf is confused by your having
both a /usr/openwin AND a /usr/X11R6, which is non-standard.
Experiment: Does
`configure --x-libraries=/usr/openwin/lib --x-includes=/usr/openwin/include'
build properly?
Experiment: If you rename /usr/X11 and /usr/X11R6, and run configure
without special flags, is X detected correctly in /usr/openwin?
If so, things are mostly OK (or more properly, hard to really fix).
Rationale: If you have a non-standard X directory setup (both native
Solaris and X Consortium X11 installed) then it's reasonable to
require of you that you must specify --x-includes and --x-libraries.
Martin