[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ld not finding X libs...



For the last couple days, I can't compile programs that depend on some X
libs. At first, I thought it was a problem with the first program I
tried, but now another program that I've compiled before is giving the
same exact complaints:

/usr/bin/ld: warning: libXi.so.6, needed by /usr/lib/libGL.so, not found
	(try using --rpath)
/usr/bin/ld: warning: libXt.so.6, needed by /usr/X11R6/lib/libXmu.so,
	not found (try using --rpath)
/usr/X11R6/lib/libXmu.so: undefined reference to 
	`XtDisplayToApplicationContext'

[felix@~] ldd /usr/lib/libGL.so
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4014e000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40157000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4016d000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x4017a000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40182000)
        libc.so.6 => /lib/libc.so.6 (0x40221000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

I have the development libs for X,Mesa,Tcl/Tk8.0, etc.. Anybody have a
clue?

-- 
+----------------------------------------------------+
| Eric G. Miller                        egm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
+----------------------------------------------------+


Reply to: