有谁用过svgalib,给点指点吧
我下了一个svgalib的库,可是用make install在2.4.18的内核下安装老是报错,请用过的给点指点吧,是不是还有其他什么需要设置的东西 问题点数:40、回复次数:5Top
1 楼wwwunix(木易)回复于 2003-07-04 08:45:10 得分 0
报什么错?Top
2 楼Scrate(Scrate)回复于 2003-07-04 08:59:02 得分 0
报错信息如下,我是以root作的
chmod:4755 setmclk
chmod:changing permissions of 'setmclk'
make[1]:*** [setmclk] error 1
make[1]:leaving directory '/mnt/hda1/svga/svgalib-1.4.3/utils
make:*** [textutils error 2Top
3 楼wwwunix(木易)回复于 2003-07-04 09:03:26 得分 10
编译报错了吗?Top
4 楼Scrate(Scrate)回复于 2003-07-04 09:27:58 得分 0
敲入make后显示的如下
To install SVGAlib, do one of the following:
make clean - clean every thing. Do this after every change
of Makefile.cfg! Esp. when changing from a.out
to ELF and vice versa
make install - compile & install components specified in Makefile.cfg
make demoprogs - make demo programs in demo/ and threeDKit/
make uninstall - remove an existing installation from various
common places. (old traces often confuse the
compiler even when svgalib is not installed anew)
(make install includes an uninstall first)
Be sure to read the file 0-INSTALL!Top
5 楼donzhcsdn(donzh)回复于 2003-07-10 09:21:15 得分 30
这个问题我曾经遇到过,不知道你的原因跟我的一不一样,我的原因是当时把包在dos下用zip解压,之后去安装的,把包在linux下重新解开安装就没有问题了,但是svgalib安装完成后,在程序执行中,需要libm.so.5,所以不是很方便,除非换成低版本的核或者再装libc5Top



