On Wed, 27 Feb 2013 14:25:57 +0000, Jon TURNEY wrote: > xview is a user interface toolkit with the look and feel of Sun's pre-X11 > SunView. This is occasionally requested, mainly by people with ancient > scientific applications which use this toolkit.
Is the /usr/openwin prefix mandatory? If it really is, then you'll need to fix the environment to make this work: doenv MANPATH "\${MANPATH}:/usr/openwin/man" doenv PATH "\${PATH}:/usr/openwin/bin" Also, shouldn't at least the headers and link libs be in a -devel package with the necessary -devel deps? Yaakov