红联Linux门户
Linux帮助

Linux文本模式下如何显示中文

发布时间:2010-10-15 23:49:14来源:红联作者:xiao_kai
我的Linux系统是RHEL5,想在文本模式下实现显示中文,不知有什么办法。

之前在网上查了一下,说是可以安装fbterm(我看了下效果,挺喜欢的),可是在这之前要先安装framebuffer,

网上说framebuffer是 Linux 下一种驱动程序接口,有什么软件能实现这种功能吗,最好给个地址,我在网上没搜到。先谢谢了!
文章评论

共有 11 条评论

  1. xiao_kai 于 2010-10-21 12:34:56发表:

    搞定了,原来是由于没有安装gcc-devel的原因

  2. 632781460 于 2010-10-19 12:32:47发表:

    学习了 谢谢

  3. xiao_kai 于 2010-10-17 10:23:20发表:

    9# moon198805


    谢谢提示,我再试试

  4. moon198805 于 2010-10-17 09:51:00发表:

    安装zhcon简单些,虚拟机也是rhel5,同样是configure不成功,后面发现少安装了compat-gcc-*和compat-libgcc-*,可能你跟我当初一样的情况。

  5. xiao_kai 于 2010-10-17 00:32:39发表:

    7# shenhao0129


    能详细说明下是哪方面的原因吗,我的gcc已经安装了啊,还需要什么软件

  6. shenhao0129 于 2010-10-16 22:18:50发表:

    ./configure: line 3454: g++: command not found
    编译环境什么的都没有搭建好

  7. xiao_kai 于 2010-10-16 18:36:50发表:

    就是装的zhcon。configure就不通过,日志已经发上面了,能否帮忙看下

  8. nutra 于 2010-10-16 08:53:41发表:

    装zhcon

  9. xiao_kai 于 2010-10-16 00:41:38发表:

    安装失败,configure不通过,看不懂是什么原因,下边的是configure的日志,全都贴上来了,哪位好心人给分析下失败的原因。
    我的gcc版本是4.1.2


    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.

    It was created by configure, which was
    generated by GNU Autoconf 2.59. Invocation command line was

    $ ./configure

    ## --------- ##
    ## Platform. ##
    ## --------- ##

    hostname = localhost.localdomain
    uname -m = i686
    uname -r = 2.6.18-194.el5
    uname -s = Linux
    uname -v = #1 SMP Tue Mar 16 21:52:43 EDT 2010

    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown

    /bin/arch = i686
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown

    PATH: /bin
    PATH: /sbin
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/local/mplayer/bin/
    PATH: /root/bin


    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##

    configure:1372: checking for a BSD-compatible install
    configure:1427: result: /usr/bin/install -c
    configure:1438: checking whether build environment is sane
    configure:1481: result: yes
    configure:1546: checking for gawk
    configure:1562: found /bin/gawk
    configure:1572: result: gawk
    configure:1582: checking whether make sets $(MAKE)
    configure:1602: result: yes
    configure:1770: checking whether to enable maintainer-specific portions of Makefiles
    configure:1779: result: no
    configure:1822: checking build system type
    configure:1840: result: i686-pc-linux-gnu
    configure:1848: checking host system type
    configure:1862: result: i686-pc-linux-gnu
    configure:1942: checking for gawk
    configure:1968: result: gawk
    configure:2024: checking for gcc
    configure:2040: found /usr/bin/gcc
    configure:2050: result: gcc
    configure:2294: checking for C compiler version
    configure:2297: gcc --version &5
    gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    configure:2300: $? = 0
    configure:2302: gcc -v &5
    Using built-in specs.
    Target: i386-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
    Thread model: posix
    gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
    configure:2305: $? = 0
    configure:2307: gcc -V &5
    gcc: '-V' option must have argument
    configure:2310: $? = 1
    configure:2333: checking for C compiler default output file name
    configure:2336: gcc -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.c >&5
    configure:2339: $? = 0
    configure:2385: result: a.out
    configure:2390: checking whether the C compiler works
    configure:2396: ./a.out
    configure:2399: $? = 0
    configure:2416: result: yes
    configure:2423: checking whether we are cross compiling
    configure:2425: result: no
    configure:2428: checking for suffix of executables
    configure:2430: gcc -o conftest -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.c >&5
    configure:2433: $? = 0
    configure:2458: result:
    configure:2464: checking for suffix of object files
    configure:2485: gcc -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.c >&5
    configure:2488: $? = 0
    configure:2510: result: o
    configure:2514: checking whether we are using the GNU C compiler
    configure:2538: gcc -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.c >&5
    configure:2544: $? = 0
    configure:2548: test -z
    || test ! -s conftest.err
    configure:2551: $? = 0
    configure:2554: test -s conftest.o
    configure:2557: $? = 0
    configure:2570: result: yes
    configure:2576: checking whether gcc accepts -g
    configure:2597: gcc -c -g conftest.c >&5
    configure:2603: $? = 0
    configure:2607: test -z
    || test ! -s conftest.err
    configure:2610: $? = 0
    configure:2613: test -s conftest.o
    configure:2616: $? = 0
    configure:2627: result: yes
    configure:2644: checking for gcc option to accept ANSI C
    configure:2714: gcc -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.c >&5
    configure:2720: $? = 0
    configure:2724: test -z
    || test ! -s conftest.err
    configure:2727: $? = 0
    configure:2730: test -s conftest.o
    configure:2733: $? = 0
    configure:2751: result: none needed
    configure:2769: gcc -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.c >&5
    conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
    configure:2775: $? = 1
    configure: failed program was:
    | #ifndef __cplusplus
    | choke me
    | #endif
    configure:2919: checking for style of include used by make
    configure:2947: result: GNU
    configure:2975: checking dependency style of gcc
    configure:3065: result: gcc3
    configure:3087: checking how to run the C preprocessor
    configure:3122: gcc -E conftest.c
    configure:3128: $? = 0
    configure:3160: gcc -E conftest.c
    conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
    configure:3166: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    | #include
    configure:3205: result: gcc -E
    configure:3229: gcc -E conftest.c
    configure:3235: $? = 0
    configure:3267: gcc -E conftest.c
    conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
    configure:3273: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    | #include
    configure:3368: checking for g++
    configure:3397: result: no
    configure:3368: checking for c++
    configure:3397: result: no
    configure:3368: checking for gpp
    configure:3397: result: no
    configure:3368: checking for aCC
    configure:3397: result: no
    configure:3368: checking for CC
    configure:3397: result: no
    configure:3368: checking for cxx
    configure:3397: result: no
    configure:3368: checking for cc++
    configure:3397: result: no
    configure:3368: checking for cl
    configure:3397: result: no
    configure:3368: checking for FCC
    configure:3397: result: no
    configure:3368: checking for KCC
    configure:3397: result: no
    configure:3368: checking for RCC
    configure:3397: result: no
    configure:3368: checking for xlC_r
    configure:3397: result: no
    configure:3368: checking for xlC
    configure:3397: result: no
    configure:3410: checking for C++ compiler version
    configure:3413: g++ --version &5
    ./configure: line 3414: g++: command not found
    configure:3416: $? = 127
    configure:3418: g++ -v &5
    ./configure: line 3419: g++: command not found
    configure:3421: $? = 127
    configure:3423: g++ -V &5
    ./configure: line 3424: g++: command not found
    configure:3426: $? = 127
    configure:3429: checking whether we are using the GNU C++ compiler
    configure:3453: g++ -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.cc >&5
    ./configure: line 3454: g++: command not found
    configure:3459: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    | #ifndef __GNUC__
    | choke me
    | #endif
    |
    | ;
    | return 0;
    | }
    configure:3485: result: no
    configure:3491: checking whether g++ accepts -g
    configure:3512: g++ -c -g conftest.cc >&5
    ./configure: line 3513: g++: command not found
    configure:3518: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3542: result: no
    configure:3584: g++ -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.cc >&5
    ./configure: line 3585: g++: command not found
    configure:3590: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    |
    | #include
    | int
    | main ()
    | {
    | exit (42);
    | ;
    | return 0;
    | }
    configure:3584: g++ -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.cc >&5
    ./configure: line 3585: g++: command not found
    configure:3590: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    | extern "C" void std::exit (int) throw (); using std::exit;
    | #include
    | int
    | main ()
    | {
    | exit (42);
    | ;
    | return 0;
    | }
    configure:3584: g++ -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.cc >&5
    ./configure: line 3585: g++: command not found
    configure:3590: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    | extern "C" void std::exit (int); using std::exit;
    | #include
    | int
    | main ()
    | {
    | exit (42);
    | ;
    | return 0;
    | }
    configure:3584: g++ -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.cc >&5
    ./configure: line 3585: g++: command not found
    configure:3590: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    | extern "C" void exit (int) throw ();
    | #include
    | int
    | main ()
    | {
    | exit (42);
    | ;
    | return 0;
    | }
    configure:3584: g++ -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.cc >&5
    ./configure: line 3585: g++: command not found
    configure:3590: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    | extern "C" void exit (int);
    | #include
    | int
    | main ()
    | {
    | exit (42);
    | ;
    | return 0;
    | }
    configure:3584: g++ -c -funsigned-char -O2 -march=i686 -DNDEBUG -Wall conftest.cc >&5
    ./configure: line 3585: g++: command not found
    configure:3590: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | /* end confdefs.h. */
    | void exit (int);
    | #include
    | int
    | main ()
    | {
    | exit (42);
    | ;
    | return 0;
    | }
    configure:3673: checking dependency style of g++
    configure:3763: result: none
    configure:3785: checking how to run the C++ preprocessor
    configure:3816: g++ -E conftest.cc
    ./configure: line 3817: g++: command not found
    configure:3822: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | #ifdef __cplusplus
    | void exit (int);
    | #endif
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include
    | #else
    | # include
    | #endif
    | Syntax error
    configure:3816: g++ -E conftest.cc
    ./configure: line 3817: g++: command not found
    configure:3822: $? = 127
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | #ifdef __cplusplus
    | void exit (int);
    | #endif
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include
    | #else
    | # include
    | #endif
    | Syntax error
    configure:3816: /lib/cpp conftest.cc
    cpp: error trying to exec 'cc1plus': execvp: No such file or directory
    configure:3822: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | #ifdef __cplusplus
    | void exit (int);
    | #endif
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include
    | #else
    | # include
    | #endif
    | Syntax error
    configure:3816: /lib/cpp conftest.cc
    cpp: error trying to exec 'cc1plus': execvp: No such file or directory
    configure:3822: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | #ifdef __cplusplus
    | void exit (int);
    | #endif
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include
    | #else
    | # include
    | #endif
    | Syntax error
    configure:3899: result: /lib/cpp
    configure:3923: /lib/cpp conftest.cc
    cpp: error trying to exec 'cc1plus': execvp: No such file or directory
    configure:3929: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | #ifdef __cplusplus
    | void exit (int);
    | #endif
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include
    | #else
    | # include
    | #endif
    | Syntax error
    configure:3923: /lib/cpp conftest.cc
    cpp: error trying to exec 'cc1plus': execvp: No such file or directory
    configure:3929: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "zhcon"
    | #define VERSION "0.2.5"
    | #define PREFIX "/usr/local"
    | #define PLATFORM "Linux"
    | #define USING_VGA 1
    | #ifdef __cplusplus
    | void exit (int);
    | #endif
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include
    | #else
    | # include
    | #endif
    | Syntax error
    configure:3998: error: C++ preprocessor "/lib/cpp" fails sanity check
    See `config.log' for more details.

    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##

    ac_cv_build=i686-pc-linux-gnu
    ac_cv_build_alias=i686-pc-linux-gnu
    ac_cv_c_compiler_gnu=yes
    ac_cv_cxx_compiler_gnu=no
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=
    ac_cv_env_CXXFLAGS_value=
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_exeext=
    ac_cv_host=i686-pc-linux-gnu
    ac_cv_host_alias=i686-pc-linux-gnu
    ac_cv_objext=o
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_prog_AWK=gawk
    ac_cv_prog_CPP='gcc -E'
    ac_cv_prog_CXXCPP=/lib/cpp
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_cc_g=yes
    ac_cv_prog_cc_stdc=
    ac_cv_prog_cxx_g=no
    ac_cv_prog_make_make_set=yes
    am_cv_CC_dependencies_compiler_type=gcc3
    am_cv_CXX_dependencies_compiler_type=none

    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##

    ACLOCAL='${SHELL} /mnt/backup/Linux/text_mode_Chinese/zhcon/zhcon-0.2.5/missing --run aclocal-1.9'
    ALLOCA=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /mnt/backup/Linux/text_mode_Chinese/zhcon/zhcon-0.2.5/missing --run tar'
    AUTOCONF='${SHELL} /mnt/backup/Linux/text_mode_Chinese/zhcon/zhcon-0.2.5/missing --run autoconf'
    AUTOHEADER='${SHELL} /mnt/backup/Linux/text_mode_Chinese/zhcon/zhcon-0.2.5/missing --run autoheader'
    AUTOMAKE='${SHELL} /mnt/backup/Linux/text_mode_Chinese/zhcon/zhcon-0.2.5/missing --run automake-1.9'
    AWK='gawk'
    BUILD_INCLUDED_LIBINTL=''
    CATOBJEXT=''
    CC='gcc'
    CCDEPMODE='depmode=gcc3'
    CFLAGS=' -funsigned-char -O2 -march=i686 -DNDEBUG -Wall'
    CPP='gcc -E'
    CPPFLAGS=''
    CXX='g++'
    CXXCPP='/lib/cpp'
    CXXDEPMODE='depmode=none'
    CXXFLAGS=' -funsigned-char -O2 -march=i686 -DNDEBUG -Wall'
    CYGPATH_W='echo'
    DATADIRNAME=''
    DEFS=''
    DEPDIR='.deps'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    GENCAT=''
    GLIBC21=''
    GMSGFMT=''
    HAVE_ASPRINTF=''
    HAVE_POSIX_PRINTF=''
    HAVE_SNPRINTF=''
    HAVE_WPRINTF=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
    INSTOBJEXT=''
    INTLBISON=''
    INTLLIBS=''
    INTLOBJS=''
    INTL_LIBTOOL_SUFFIX_PREFIX=''
    LDFLAGS=''
    LIBICONV=''
    LIBINTL=''
    LIBOBJS=''
    LIBS=''
    LN_S=''
    LTLIBICONV=''
    LTLIBINTL=''
    LTLIBOBJS=''
    MAINT='#'
    MAINTAINER_MODE_FALSE=''
    MAINTAINER_MODE_TRUE='#'
    MAKEINFO='${SHELL} /mnt/backup/Linux/text_mode_Chinese/zhcon/zhcon-0.2.5/missing --run makeinfo'
    MKINSTALLDIRS=''
    MSGFMT=''
    MSGMERGE=''
    OBJEXT='o'
    PACKAGE='zhcon'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    POSUB=''
    RANLIB=''
    SET_MAKE=''
    SHELL='/bin/sh'
    STRIP=''
    USE_INCLUDED_LIBINTL=''
    USE_NLS=''
    VERSION='0.2.5'
    XGETTEXT=''
    ZHCON_LOCALE_DIR=''
    ac_ct_CC='gcc'
    ac_ct_CXX='g++'
    ac_ct_RANLIB=''
    ac_ct_STRIP=''
    am__fastdepCC_FALSE='#'
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE='#'
    am__include='include'
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build='i686-pc-linux-gnu'
    build_alias=''
    build_cpu='i686'
    build_os='linux-gnu'
    build_vendor='pc'
    datadir='${prefix}/share'
    exec_prefix='NONE'
    host='i686-pc-linux-gnu'
    host_alias=''
    host_cpu='i686'
    host_os='linux-gnu'
    host_vendor='pc'
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    install_sh='/mnt/backup/Linux/text_mode_Chinese/zhcon/zhcon-0.2.5/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    mandir='${prefix}/man'
    mkdir_p='mkdir -p --'
    oldincludedir='/usr/include'
    prefix='/usr/local'
    program_transform_name='s,x,x,'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''

    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##

    #define PACKAGE "zhcon"
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_NAME ""
    #define PACKAGE_STRING ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PLATFORM "Linux"
    #define PREFIX "/usr/local"
    #define USING_VGA 1
    #define VERSION "0.2.5"
    #endif
    #ifdef __cplusplus
    void exit (int);

    configure: exit 1

  10. xiao_kai 于 2010-10-16 00:00:38发表:

    2# 相思爱文


    谢谢版主,那我还是zhcon吧

  11. 相思爱文 于 2010-10-15 23:55:39发表:

    终端显示中文,可以安装jfbterm、zhcon等。
    也可以修改内核加入utf8补丁。

    论坛里有zhcon安装资料。