On Wed, Mar 14, 2007, Peter S. Mazinger wrote:
>On Wed, 14 Mar 2007, Robert Allerstorfer wrote:
>
>> but NOT in
>> /usr/X11R6/lib
>> 
>> which is the location on RHEL:
>> [EMAIL PROTECTED] root]# rpm -ql XFree86-libs | grep libXt
>> /usr/X11R6/lib/libXt.so.6
>> /usr/X11R6/lib/libXt.so.6.0
>> /usr/X11R6/lib/libXtst.so.6
>> /usr/X11R6/lib/libXtst.so.6.1
>> 
>> In addition, even if it includes the actual directory in the search
>> path, it will still not find a 'libXt.so' because it is named
>> 'libXt.so.6.0' on RHEL.
>> 
>> I think I currently cannot proceed without creating some symlinks.
>
>you probably miss the development packages (those provide libXt.so)
>

I've found problems where imake is used on 64 bit SuSE systems in which the
x11config file didn't point to a directory with the necessary Imake.tmpl
file.  My fix has been to add the following in the %build section

        test -s $x11config/Imake.tmpl || {
        tmpl=`find /etc/X11* /usr/X11* -follow -name 'Imake.tmpl' | head -1`
        x11config=`dirname $tmpl`
    }

The packages I've found this in are transfig, xaw3d, and xpm.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:            (206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

``Independent self-reliant people would be a counterproductive anachronism
in the collective society of the future where people will be defined by
their associations.''  1896 John Dewey, educational philosopher, proponent
of modern public schools.
______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to