Macros are either builtin or user-defined and can take any number of arguments. argumentsって、入力値??
Besides just doing macro expansion, m4 has builtin functions for including named files, running UNIX commands, doing integer arithmetic, manipulating text in various ways, recursion etc... m4 can be used either as a front-end to a compiler or as a macro processor in its own right. なんかいろいろ便利になるらしい。 最新の1.4.16を入れてやろう。
9 拡張子が.xz m4-1.4.16.tar.xz どうやって解答するんだ。。。 XZ圧縮さ... tar version1.22以上で、-Jオプションが必要らしい。
[root@mydomain download]# tar --version tar (GNU tar) 1.22 Copyright (C) 2009 Free Software Foundation, Inc.
ほっ、、、1.22だ。危なくtarアップデートまでしないといけない所だった。。
10 XZサポートしてない [root@mydomain download]# tar Jxvf m4-1.4.16.tar.xz tar: xz: exec 不能: そのようなファイルやディレクトリはありません tar: エラーを回復できません: 直ちに終了します tar: Child returned status 2 tar: 前のエラーにより失敗ステータスで終了します
14 wine 再々インストール そしてconfigure error. without X support, which probably isn't what you want. You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this.