LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Dri, i915, FC5 (https://www.linuxquestions.org/questions/linux-general-1/dri-i915-fc5-441971/)

kellinjar 05-05-2006 02:24 PM

Dri, i915, FC5
 
trying to build DRI on my new install of FC5. libdrm compiled and installed without error
drm is present, path is set correctly.
Trying to make mesa fails with:
Code:

mklib: Making Linux shared library:  libGL.so.1.2
/usr/bin/ld: cannot find -lXxf86vm
collect2: ld returned 1 exit status
mklib: Installing libGL.so.1.2 libGL.so.1 libGL.so in ../../../lib
mv: cannot stat `libGL.so.1.2': No such file or directory
make[3]: *** [../../../lib/libGL.so] Error 1
make[3]: Leaving directory `/drm/Mesa/src/glx/x11'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/drm/Mesa/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/drm/Mesa'
make: *** [linux-dri] Error 2

This seems to be the most pertinent part. I work off this:
http://dri.freedesktop.org/wiki/Building

I also tried running autogen.sh on the drm and make installing it, but that didn't help. I've tried this both with CVS mesa and v6.5 off the mesa website.

command I'm running is:
make linux-dri

any help is greatly appreciated.

[edit] in case this helps:
Code:

ldconfig -v | grep "GL"
        libGLU.so.1 -> libGLU.so.1.3.060402
        libGL.so.1 -> libGL.so.1.2



All times are GMT -5. The time now is 12:36 AM.