[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freewnn:00674] Re: libtool issue (Re: IPv6 patch)
On Mon, 30 Jul 2001 17:00:47 +0900 (JST)
Katsuomi Hamajima/濱嶋克臣 <hamajima@nagoya.ydc.co.jp> wrote:
> libtoolのことがわかっていない私に、その「libtoolizeスクリプト」というも
> のの使い方を教えてください。
Usageはこうなっています。
$ /usr/bin/libtoolize --help
Usage: libtoolize [OPTION]...
Prepare a package to use libtool.
--automake work silently, and assume that Automake is in use
-c, --copy copy files rather than symlinking them
--debug enable verbose shell tracing
-n, --dry-run print commands rather than running them
-f, --force replace existing files
--help display this message and exit
--ltdl install libltdl in a subdirectory
--ltdl-tar install the libltdl tarball
--version print version information and exit
You must `cd' to the top directory of your package before you run
`libtoolize'.
$ /usr/bin/libtoolize --version
libtoolize (GNU libtool) 1.4
ちなみにguileなどいくつかのsoftwareではltmain.sh
などはCVSに含めず、autogen.shというscriptを用意
して、その中でlibtoolize --force --copyするよう
になっていたりします。
> ちなみに該当マシン(HP-UX 11i)にはlibtoolがインストールされていません。
> libtoolがインストールされている他のマシンで作業してから該当マシンに持っ
> て行かなければいけないのですよね?
そうですね。
A A
= . . =
V
end
Ryuji Abe