Quote |
On another note, did you use the security patches/fixes on xorg 7.2 ? |
Quote |
Another note: could you build the Xserver package again, this time specifying --with-kdrive |
Code Sample |
$ mydsl-load xorg72.tar.gz $ mydsl-load xorg/xorg72-dev.tar.gz $ export LDFLAGS=-L/opt/xorg72/lib $ export CFLAGS=-I/opt/xorg72/include $ export PKG_CONFIG_PATH=/opt/xorg72/lib/pkgconfig $ cd /usr/src/libdrm-2.3.0 $ ./configure --prefix=/opt/xorg72 $ make $ sudo make install $ cd /usr/src/xorg-server-1.2.0 $ ./configure --prefix=/opt/xorg72 --enable-kdrive |
Code Sample |
$ make ... Making all in dri ... gcc: cannot specify -o with -c or -S and multiple compilations make[4]: *** [libdri_la-dri.lo] Error 1 make[4]: Leaving directory `/ramdisk/usr/src/xorg-server-1.2.0/hw/xfree86/dri' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/ramdisk/usr/src/xorg-server-1.2.0/hw/xfree86' make[2]: *** [all] Error 2 make[2]: Leaving directory `/ramdisk/usr/src/xorg-server-1.2.0/hw/xfree86' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/ramdisk/usr/src/xorg-server-1.2.0/hw' make: *** [all-recursive] Error 1 |
Quote (Juanito @ Sep. 30 2007,05:57) |
gcc: cannot specify -o with -c or -S and multiple compilations |