引入:
在Windows下经常使用超级终端来调试交换机、路由器,现在我的日常所用系统为Arch,为了让自己在Linux环境下也可以使用类似超级终端的程序,我进行了如下
有两种软件可用:
第一种:minicom
安装
$ sudo pacman -S minicom
配置Minicom[必须通过超级用户来修改]
$ sudo minicom -s
在如下界面中:选取“Serial port setup ”
- +—–[configuration]——+
- | Filenames and paths |
- | File transfer protocols |
- | Serial port setup |
- | Modem and dialing |
- | Screen and keyboard |
- | Save setup as dfl |
- | Save setup as.. |
- | Exit |
- | Exit from Minicom |
- +————————–+
配置结果如下:
- +———————————————————————–+
- | A – Serial Device : /dev/ttyS0 |
- | B – Lockfile Location : /var/lock |
- | C – Callin Program : |
- | D – Callout Program : |
- | E – Bps/Par/Bits : 9600 8N1 |
- | F – Hardware Flow Control : No |
- | G – Software Flow Control : No |
- | |
- | Change which setting? |
- +———————————————————————–+
注意:minicom一定要正常退出,否则会驻留在一定消耗CPU。
第二种:xgcom
- [www.linuxidc.com @linuxidc ~]$ yaourt -S xgcom
-
- ==> Downloading xgcom PKGBUILD from AUR…
- x PKGBUILD
-
-
- First Submitted: Tue, 01 Sep 2009 15:51:31 +0000
- xgcom 0.04-1
- ( Unsupported package: Potentially dangerous ! )
- ==> Edit PKGBUILD ? [Y/n] (“A” to abort)
- ==> ————————————
- ==> n
-
- ==> xgcom dependencies:
- – make (already installed)
- – autoconf (already installed)
- – automake (already installed)
- – glib2 (already installed)
- – vte (already installed)
- – gtk2 (already installed)
- – subversion (package found)
-
-
- ==> Continue building xgcom ? [Y/n]
- ==> ——————————-
- ==>
- ==> Building and installing package
- ==> Install or build missing dependencies for xgcom:
- 正在解决依赖关系…
- 正在查找内部冲突…
-
- 目标 (5): apr-1.4.6-1 apr-util-1.4.1-1 neon-0.29.6-4 unixodbc-2.3.1-1
- subversion-1.7.5-2
-
- 全部下载大小:5.86 MiB
- 全部安装大小:30.02 MiB
-
- 进行安装吗? [Y/n] y
- :: 正在从 extra 软件库获取软件包…
- neon-0.29.6-4-i686 179.0 KiB 64.5K/s 00:03 [######################] 100%
- apr-1.4.6-1-i686 273.6 KiB 75.9K/s 00:04 [######################] 100%
- unixodbc-2.3.1-1-i686 196.1 KiB 49.1K/s 00:04 [######################] 100%
- apr-util-1.4.1-1-i686 169.2 KiB 47.4K/s 00:04 [######################] 100%
- 错误:无法从 mirrors.163.com : Operation too slow. Less than 1024 bytes/sec transferred the last 10 seconds 获取文件 ‘subversion-1.7.5-2-i686.pkg.tar.xz’
- 错误:无法从 mirrors.163.com : Connection time-out 获取文件 ‘subversion-1.7.5-2-i686.pkg.tar.xz’
- subversion-1.7.5-2-i686 5.1 MiB 36.7K/s 02:21 [######################] 100%
- (5/5) 正在检查软件包完整性 [######################] 100%
- (5/5) 正在加载软件包文件 [######################] 100%
- (5/5) 正在检查文件冲突 [######################] 100%
- (5/5) 正在检查可用硬盘空间 [######################] 100%
- (1/5) 正在安装 neon [######################] 100%
- (2/5) 正在安装 apr [######################] 100%
- (3/5) 正在安装 unixodbc [######################] 100%
- (4/5) 正在安装 apr-util [######################] 100%
- (5/5) 正在安装 subversion [######################] 100%
- subversion 的可选依赖
- libgnome-keyring
- kdeutils-kwallet
- bash-completion: for svn bash completion
- Python2: for some hook scripts
- ==> 正在创建软件包:xgcom 0.04-1 (2012年 06月 20日 星期三 17:07:01 CST)
- ==> 正在检查运行时依赖关系…
- ==> 正在检查编译时依赖关系
- ==> 获取源代码…
- –> 正在下载 xgcom.0.04.tar.gz…
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 289k 100 289k 0 0 48710 0 0:00:06 0:00:06 –:–:– 55164
- ==> 正在验证源代码文件 md5sums…
- xgcom.0.04.tar.gz … 通过
- ==> 解压缩源码…
- –> 正在解压缩 xgcom.0.04.tar.gz,使用 bsdtar
- ==> 正在进入 fakeroot 环境…
- ==> 正在开始 build()…
- **Warning**: I am going to run `configure’ with no arguments.
- If you wish to pass any to it, please specify them on the
- `./autogen.sh’ command line.
-
- processing .
- Creating ./aclocal.m4 …
- Running glib-gettextize… Ignore non-fatal messages.
- Copying file mkinstalldirs
- Copying file po/Makefile.in.in
-
- Please add the files
- codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
- progtest.m4
- from the /aclocal directory to your autoconf macro directory
- or directly to your aclocal.m4 file.
- You will also need config.guess and config.sub, which you can get from
- ftp://ftp.gnu.org/pub/gnu/config/.
-
- Making ./aclocal.m4 writable …
- Running aclocal …
- Running autoheader…
- Running automake –gnu …
- configure.in:4: installing ‘./install-sh’
- configure.in:4: installing ‘./missing’
- Makefile.am: installing ‘./INSTALL’
- src/Makefile.am: installing ‘./depcomp’
- Running autoconf …
- Running ./configure –enable-maintainer-mode …
- checking for a BSD-compatible install… /usr/bin/install -c
- checking whether build environment is sane… yes
- checking for a thread-safe mkdir -p… /bin/mkdir -p
- checking for gawk… gawk
- checking whether make sets $(MAKE)… yes
- checking whether to enable maintainer-specific portions of Makefiles… yes
- checking for style of include used by make… GNU
- checking for gcc… gcc
- checking whether the C compiler works… yes
- checking for C compiler default output file name… a.out
- checking for suffix of executables…
- checking whether we are cross compiling… no
- checking for suffix of object files… o
- checking whether we are using the GNU C compiler… yes
- checking whether gcc accepts -g… yes
- checking for gcc option to accept ISO C89… none needed
- checking dependency style of gcc… gcc3
- checking for library containing strerror… none required
- checking for gcc… (cached) gcc
- checking whether we are using the GNU C compiler… (cached) yes
- checking whether gcc accepts -g… (cached) yes
- checking for gcc option to accept ISO C89… (cached) none needed
- checking dependency style of gcc… (cached) gcc3
- checking for gcc… (cached) gcc
- checking whether we are using the GNU C compiler… (cached) yes
- checking whether gcc accepts -g… (cached) yes
- checking for gcc option to accept ISO C89… (cached) none needed
- checking dependency style of gcc… (cached) gcc3
- checking how to run the C preprocessor… gcc -E
- checking for grep that handles long lines and -e… /usr/bin/grep
- checking for egrep… /usr/bin/grep -E
- checking for ANSI C header files… yes
- checking for pkg-config… /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0… yes
- checking for PACKAGE… yes
- checking for sys/types.h… yes
- checking for sys/stat.h… yes
- checking for stdlib.h… yes
- checking for string.h… yes
- checking for memory.h… yes
- checking for strings.h… yes
- checking for inttypes.h… yes
- checking for stdint.h… yes
- checking for unistd.h… yes
- checking locale.h usability… yes
- checking locale.h presence… yes
- checking for locale.h… yes
- checking for LC_MESSAGES… yes
- checking libintl.h usability… yes
- checking libintl.h presence… yes
- checking for libintl.h… yes
- checking for ngettext in libc… yes
- checking for dgettext in libc… yes
- checking for bind_textdomain_codeset… yes
- checking for msgfmt… /usr/bin/msgfmt
- checking for dcgettext… yes
- checking if msgfmt accepts -c… yes
- checking for gmsgfmt… /usr/bin/msgfmt
- checking for xgettext… /usr/bin/xgettext
- checking that generated files are newer than configure… done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating po/Makefile.in
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing default-1 commands
- Now type `make’ to compile.
- checking for a BSD-compatible install… /usr/bin/install -c
- checking whether build environment is sane… yes
- checking for a thread-safe mkdir -p… /bin/mkdir -p
- checking for gawk… gawk
- checking whether make sets $(MAKE)… yes
- checking whether to enable maintainer-specific portions of Makefiles… no
- checking for style of include used by make… GNU
- checking for gcc… gcc
- checking whether the C compiler works… yes
- checking for C compiler default output file name… a.out
- checking for suffix of executables…
- checking whether we are cross compiling… no
- checking for suffix of object files… o
- checking whether we are using the GNU C compiler… yes
- checking whether gcc accepts -g… yes
- checking for gcc option to accept ISO C89… none needed
- checking dependency style of gcc… gcc3
- checking for library containing strerror… none required
- checking for gcc… (cached) gcc
- checking whether we are using the GNU C compiler… (cached) yes
- checking whether gcc accepts -g… (cached) yes
- checking for gcc option to accept ISO C89… (cached) none needed
- checking dependency style of gcc… (cached) gcc3
- checking for gcc… (cached) gcc
- checking whether we are using the GNU C compiler… (cached) yes
- checking whether gcc accepts -g… (cached) yes
- checking for gcc option to accept ISO C89… (cached) none needed
- checking dependency style of gcc… (cached) gcc3
- checking how to run the C preprocessor… gcc -E
- checking for grep that handles long lines and -e… /usr/bin/grep
- checking for egrep… /usr/bin/grep -E
- checking for ANSI C header files… yes
- checking for pkg-config… /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0… yes
- checking for PACKAGE… yes
- checking for sys/types.h… yes
- checking for sys/stat.h… yes
- checking for stdlib.h… yes
- checking for string.h… yes
- checking for memory.h… yes
- checking for strings.h… yes
- checking for inttypes.h… yes
- checking for stdint.h… yes
- checking for unistd.h… yes
- checking locale.h usability… yes
- checking locale.h presence… yes
- checking for locale.h… yes
- checking for LC_MESSAGES… yes
- checking libintl.h usability… yes
- checking libintl.h presence… yes
- checking for libintl.h… yes
- checking for ngettext in libc… yes
- checking for dgettext in libc… yes
- checking for bind_textdomain_codeset… yes
- checking for msgfmt… /usr/bin/msgfmt
- checking for dcgettext… yes
- checking if msgfmt accepts -c… yes
- checking for gmsgfmt… /usr/bin/msgfmt
- checking for xgettext… /usr/bin/xgettext
- checking that generated files are newer than configure… done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating po/Makefile.in
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing default-1 commands
- make all-recursive
- make[1]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04”
- Making all in src
- make[2]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/src”
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
- mv -f .deps/main.Tpo .deps/main.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
- mv -f .deps/support.Tpo .deps/support.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT MainWindow.o -MD -MP -MF .deps/MainWindow.Tpo -c -o MainWindow.o MainWindow.c
- MainWindow.c: 在函数‘create_Xgcom’中:
- MainWindow.c:66:3: 警告:不建议使用‘gdk_pixbuf_unref’(声明于 /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243):Use ‘g_object_unref’ instead [-Wdeprecated-declarations]
- mv -f .deps/MainWindow.Tpo .deps/MainWindow.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT FootFace.o -MD -MP -MF .deps/FootFace.Tpo -c -o FootFace.o FootFace.c
- mv -f .deps/FootFace.Tpo .deps/FootFace.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT MenuFace.o -MD -MP -MF .deps/MenuFace.Tpo -c -o MenuFace.o MenuFace.c
- mv -f .deps/MenuFace.Tpo .deps/MenuFace.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT MenuCall.o -MD -MP -MF .deps/MenuCall.Tpo -c -o MenuCall.o MenuCall.c
- mv -f .deps/MenuCall.Tpo .deps/MenuCall.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT RightVboxFace.o -MD -MP -MF .deps/RightVboxFace.Tpo -c -o RightVboxFace.o RightVboxFace.c
- mv -f .deps/RightVboxFace.Tpo .deps/RightVboxFace.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT LeftVboxFace.o -MD -MP -MF .deps/LeftVboxFace.Tpo -c -o LeftVboxFace.o LeftVboxFace.c
- mv -f .deps/LeftVboxFace.Tpo .deps/LeftVboxFace.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT LeftVboxCall.o -MD -MP -MF .deps/LeftVboxCall.Tpo -c -o LeftVboxCall.o LeftVboxCall.c
- mv -f .deps/LeftVboxCall.Tpo .deps/LeftVboxCall.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT About.o -MD -MP -MF .deps/About.Tpo -c -o About.o About.c
- About.c: 在函数‘create_about_xcomtool’中:
- About.c:46:3: 警告:不建议使用‘gdk_pixbuf_unref’(声明于 /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243):Use ‘g_object_unref’ instead [-Wdeprecated-declarations]
- About.c: 在文件作用域:
- cc1: 警告:未知的转义序列:‘\302’ [默认启用]
- mv -f .deps/About.Tpo .deps/About.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT CfgFace.o -MD -MP -MF .deps/CfgFace.Tpo -c -o CfgFace.o CfgFace.c
- CfgFace.c: 在函数‘create_configuration_dialog’中:
- CfgFace.c:97:3: 警告:不建议使用‘gdk_pixbuf_unref’(声明于 /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243):Use ‘g_object_unref’ instead [-Wdeprecated-declarations]
- mv -f .deps/CfgFace.Tpo .deps/CfgFace.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT Serie.o -MD -MP -MF .deps/Serie.Tpo -c -o Serie.o Serie.c
- mv -f .deps/Serie.Tpo .deps/Serie.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT SendFile.o -MD -MP -MF .deps/SendFile.Tpo -c -o SendFile.o SendFile.c
- mv -f .deps/SendFile.Tpo .deps/SendFile.Po
- gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\””/usr/share”\” -DPACKAGE_LOCALE_DIR=\””/usr/share/locale”\” -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/vte-0.0 -I/usr/include/gio-unix-2.0/ -O2 -MT Funs.o -MD -MP -MF .deps/Funs.Tpo -c -o Funs.o Funs.c
- mv -f .deps/Funs.Tpo .deps/Funs.Po
- gcc -O2 -Wl,-O1,–sort-common,–as-needed,-z,relro -o xgcom main.o support.o MainWindow.o FootFace.o MenuFace.o MenuCall.o RightVboxFace.o LeftVboxFace.o LeftVboxCall.o About.o CfgFace.o Serie.o SendFile.o Funs.o -lvte -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11
- make[2]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/src”
- Making all in po
- make[2]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/po”
- make[2]: 对“all”无需做任何事。
- make[2]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/po”
- make[2]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04”
- make[2]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04”
- make[1]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04”
- Making install in src
- make[1]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/src”
- make[2]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/src”
- /bin/mkdir -p ‘/tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/bin’
- /usr/bin/install -c xgcom ‘/tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/bin’
- make[2]: 对“install-data-am”无需做任何事。
- make[2]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/src”
- make[1]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/src”
- Making install in po
- make[1]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/po”
- if test -r “.././mkinstalldirs”; then \
- .././mkinstalldirs /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share; \
- else \
- /bin/sh ../mkinstalldirs /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share; \
- fi
- mkdir -p — /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share
- if test “xcomtool” = “glib”; then \
- if test -r “.././mkinstalldirs”; then \
- .././mkinstalldirs /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share/glib-2.0/gettext/po; \
- else \
- /bin/sh ../mkinstalldirs /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share/glib-2.0/gettext/po; \
- fi; \
- /usr/bin/install -c -m 644 ./Makefile.in.in \
- /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share/glib-2.0/gettext/po/Makefile.in.in; \
- else \
- : ; \
- fi
- make[1]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04/po”
- make[1]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04”
- make[2]: 进入目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04”
- make[2]: 对“install-exec-am”无需做任何事。
- if test -d ./pixmaps; then \
- /bin/sh ./mkinstalldirs /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share/xcomtool/pixmaps; \
- for pixmap in ./pixmaps/*; do \
- if test -f $pixmap; then \
- /usr/bin/install -c -m 644 $pixmap /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share/xcomtool/pixmaps; \
- fi \
- done \
- fi
- mkdir -p — /tmp/yaourt-tmp-shenzhi/aur-xgcom/pkg//usr/share/xcomtool/pixmaps
- make[2]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04”
- make[1]: 离开目录“/tmp/yaourt-tmp-shenzhi/aur-xgcom/src/xgcom.0.04”
- ==> 正在清理安装…
- –> 正在清除不打算要的文件…
- –> 正在压缩 man 及 info 文档…
- –> 正在从二进制文件和库中清除不需要的系统符号…
- ==> 正在创建软件包…
- –> 正在生成 .PKGINFO 文件…
- –> 正在压缩软件包…
- ==> 正在离开 fakeroot 环境。
- ==> 完成创建:xgcom 0.04-1 (2012年 06月 20日 星期三 17:07:27 CST)
-
- ==> Continue installing xgcom ? [Y/n]
- ==> [v]iew package contents [c]heck package with namcap
- ==> —————————————————
- ==> y
-
- 正在加载软件包…
- 正在解决依赖关系…
- 正在查找内部冲突…
-
- 目标 (1): xgcom-0.04-1
-
- 全部安装大小:0.12 MiB
-
- 进行安装吗? [Y/n] y
- (1/1) 正在检查软件包完整性 [######################] 100%
- (1/1) 正在加载软件包文件 [######################] 100%
- (1/1) 正在检查文件冲突 [######################] 100%
- (1/1) 正在检查可用硬盘空间 [######################] 100%
- (1/1) 正在安装 xgcom [######################] 100%
- ==> Packages no longer required by any installed package:
- subversion
- [www.linuxidc.com @linuxidc ~]$ sudo chmod 666 /dev/ttyS0
- [www.linuxidc.com @linuxidc ~]$
截图: