I'm finally getting around to installing xfree86 on my linux from scratch. When compiling I get this error:
installing in lib/GL/GL...
make[4]: Entering directory '/usr/src/xc/lib/GL/GL
make[4]: *** No rule to make target '../../../lib/GL/glx/?*.o', needed by 'libGI.a'. Stop.
make[4]: Leaving directory '/usr/src/xc/lib/GL/GL'
make[3]: *** [install] Error 2
make[3]: Leaving directory '/usr/src/xc/lib/GL'
and so on until it gets back to /usr/src/xc
I'm using 4.2.0 sources patched to 4.2.1 and the host.def file from http://beyond.linuxfromscratch.org only modified to take out drivers I don't need.
Any ideas?
Thanks for any help,
Thien
installing in lib/GL/GL...
make[4]: Entering directory '/usr/src/xc/lib/GL/GL
make[4]: *** No rule to make target '../../../lib/GL/glx/?*.o', needed by 'libGI.a'. Stop.
make[4]: Leaving directory '/usr/src/xc/lib/GL/GL'
make[3]: *** [install] Error 2
make[3]: Leaving directory '/usr/src/xc/lib/GL'
and so on until it gets back to /usr/src/xc
I'm using 4.2.0 sources patched to 4.2.1 and the host.def file from http://beyond.linuxfromscratch.org only modified to take out drivers I don't need.
Any ideas?
Thanks for any help,
Thien
Comment