Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 日本語 Solaris2.6 and 2.0.6rc5



On Mon, 6 Aug 2001 15:27:37 +0900
Ryuji Abe <raeva@xxxxxxxxxxxx> wrote:

> 環境変数PATHの設定の違いとか?
> #はずしているかも。

はずしていました。(^^;; というか、やっと原因がわかり
ました。:-) AC_PROG_CCが呼ばれる前にAC_PROG_CPPが
呼ばれてしまうのが原因です。configure.inを修正して、
AC_PROG_LIBTOOLをAC_PROG_CCの後で呼び出すように修正
してcommitしました。

修正後は以下のように動作します:

checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
(snip)
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld

というわけで、rc6の作成をお願いします。:-) > 野首さん


  A A
= . . =
   V
end
Ryuji Abe