|
发表于 2003-5-20 19:04:16
|
显示全部楼层
用gcc3.3重新安装了nv驱动,结果连X-window也进不了,没法上网.痛哭~~~o~~~
1)
我是这样安装gcc3.3的:
tar zxvf gcc-3.3.tar.gz
cd gcc-3.3/
mkdir objdir
cd objdir
../configure --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --enable-languages=all --host=i686-redhat-linux
make CHOST='i686-pc-linux-gnu' CFLAGS='-march=athlon -O3 -pipe -fomit-frame-pointer' CXXFLAGS='-march=athlon -O3 -pipe -fomit-frame-pointer' LIBCFLAGS=' -g -O2' LIBCXXFLAGS=' -g -O2 -fno-imflicit-templates' bootstrap
make install
没有什么错误
2)
重新编译我现正在使用的内核,出错了:
super.c: In function `read_super_block':
super.c:869: warning: int format, long unsigned int arg (arg 2)
super.c:944:14: missing terminating " character
super.c: In function `reread_meta_blocks':
super.c:945: error: stray '\' in program
super.c:945: error: `ld' undeclared (first use in this function)
super.c:945: error: (Each undeclared identifier is reported only once
super.c:945: error: for each function it appears in.)
super.c:945: error: parse error before "n"
super.c:945:12: missing terminating " character
make[3]: *** [super.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.20-13.9/fs/reiserfs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.20-13.9/fs/reiserfs'
make[1]: *** [_subdir_reiserfs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-13.9/fs'
make: *** [_dir_fs] Error 2 |
|