|
各位高手: 我装RH9只有1周,有几个菜鸟级问题,望不吝赐教!!!
1.我下了一些资料,但好多是CHM格式,高手指点说用CHMLIB-0.311能较好解决,但是我在MAKE时出现以下问题:
libtool gcc -c -o chm_lib.lo chm_lib.c -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -g -DDMALLOC_DISABLE
rm -f .libs/chm_lib.lo
gcc -c chm_lib.c -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -g -DDMALLOC_DISABLE -fPIC -DPIC -o .libs/chm_lib.lo
gcc -c chm_lib.c -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -g -DDMALLOC_DISABLE -o chm_lib.o >/dev/null 2>&1
mv -f .libs/chm_lib.lo chm_lib.lo
libtool gcc -c -o lzx.lo lzx.c -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -g -DDMALLOC_DISABLE
rm -f .libs/lzx.lo
gcc -c lzx.c -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -g -DDMALLOC_DISABLE -fPIC -DPIC -o .libs/lzx.lo
gcc -c lzx.c -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -g -DDMALLOC_DISABLE -o lzx.o >/dev/null 2>&1
mv -f .libs/lzx.lo lzx.lo
libtool gcc -o libchm.la chm_lib.lo lzx.lo -lpthread -rpath /usr/local//lib
rm -fr .libs/libchm.la .libs/libchm.* .libs/libchm.*
i386-redhat-linux-gcc -shared chm_lib.lo lzx.lo -lpthread -Wl,-soname -Wl,libchm.so.0 -o .libs/libchm.so.0.0.0
(cd .libs && rm -f libchm.so.0 && ln -s libchm.so.0.0.0 libchm.so.0)
ln: creating symbolic link `libchm.so.0' to `libchm.so.0.0.0': Operation not permitted
2. 我在linux下时,显示器跟WINDOWS下有差异, 高手指点说重装LINUX下显卡驱动即可解决,我的显卡是Nivida RIVA TNT2, 故我下载了nvidia-linux-x86-1.0-5336-pkg1.run ,重装过程如下:
#sh nvidia-linux-x86-1.0-5336-pkg1.run
出现以下错误,
errot1:
You appear to be running an X server; please exit X before installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver download page at www.nvidia.com.
2.ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing
installation problems in the README available on the Linux driver download page at www.nvidia.com.
他说要推出X server但我不知怎样退出.
急啊!!!!!!
|
|