Re: [XFree86] DRI compilation issues

2004-01-26 Thread samyc
hello, May be you should continue with: $ cd /DRI-CVS/build/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel $ make "CC=pathtorightgcc" -f Makefile.linux i810.o where pathtorightgcc is the the path of gcc version used to compile your kernel and finally as root copy: $ cp i810.o /lib/modul

[XFree86] DRI compilation issues

2004-01-25 Thread Patrick Dohman
Hello again Thanks for all your help regarding my previous issue. I was able to compile the dri cvs source without any errors. However the kernel modules did not build. My understanding is that for the Intel i810, I should find i810.o in the /DRI-CVS/build/xc/programs/Xserver/hw/xfree86/os-suppor