Hi, I'm trying to install xserver from cvs, according to the instructions found on
http://xserver.freedesktop.org/Softw...rInstallGuide. However, when I get to this set of instructions:
cvs -d
server:anoncvs@freedesktop.org:/cvs/xlibs co Xfont
pushd Xfont
./autogen.sh --prefix=/opt/fdo
make
sudo make install
popd
my make fails with the following error messages:
creating a temporary reloadable object file: .libs/libXfont.la-1.o
/usr/i486-slackware-linux/bin/ld -r -o .libs/libXfont.la-1.o
/usr/i486-slackware-linux/bin/ld: no input files
make[2]: *** [libXfont.la] Error 1
make[2]: Leaving directory `/home/rech/Xfont'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rech/Xfont'
make: *** [all] Error 2
I'm not really sure what to do. Any help would be appreciated. Thanks