mysql:9430
From: ML account <ML account <ml@xxxxxxxxxx>>
Date: Tue, 25 May 2004 20:40:39 +0900
Subject: [mysql 09430] Re: RH8でconfigureに失敗する
こんにちは。 Kaname Suzuki <yuta@xxxxxxxxxx>さんの <6.0.0.20.2.20040525192752.0391cec0@xxxxxxxxxx> "[mysql 09428] Re: RH8でconfigureに失敗する (was初めまして)" > 先ほど確認してみましたが./configureしたディレクトリの中に > configure.log が見つからず > config.log がありましたので開いて確認したところ > > error: cannot compute sizeof (char), 77 > > の行はありましたがライブラリの欠落に関しての記載がありませんでした。 > 他になにか原因があるのでしょうか。 失礼、configure.logではなくてconfig.logです。 うーん、何が起こっているのでしょうね。configure中のsizeof(char)のサイ ズを測定?する部分でテストコードのコンパイル/リンクエラーや実行エラーが 発生すると、その原因の如何を問わず、 error: cannot compute sizeof (char), 77 のメッセージが出ます。 mysql-3.23.58でconfigureを書き換えて、テストコードでコンパイルエラーを 発生させた場合のconfig.logの該当部分はこんな感じになります。 −−−−ここから−−−− configure:14371: checking size of char configure:14654: gcc -o conftest -O3 -DDBUG_OFF -rdynamic conftest.c -lpthread -lz -lcrypt -lns$ configure: In function `main': configure:14660: missing white space after number `356' configure:14660: parse error before `$' configure:14662: `f' undeclared (first use in this function) configure:14662: (Each undeclared identifier is reported only once configure:14662: for each function it appears in.) configure:14657: $? = 1 configure: program exited with status 1 configure: failed program was: <<テストコードのリスト、ここでは省略>> configure:14670: error: cannot compute sizeof (char), 77 −−−−ここまで−−−− コンパイル/リンク後、実行可能ファイルを消す事で実行エラーを起こさせた 場合はこんな感じ。 −−−−ここから−−−− configure:14371: checking size of char configure:14654: gcc -o conftest -O3 -DDBUG_OFF -rdynamic conftest.c -lpthread -lz -lcrypt -lns$ configure:14657: $? = 0 configure:14660: ./conftest ./configure: ./conftest: No such file or directory configure:14663: $? = 127 configure: program exited with status 127 configure: failed program was: <<テストコードのリスト、ここでは省略>> configure:14671: error: cannot compute sizeof (char), 77 −−−−ここまで−−−− まあそれで、(RH8で)一番ありそうなのはライブラリの欠落だよなあ、と思っ たのですが。もし宜しければconfig.logを全部、下のアドレス宛に送って貰えま せんか?MLに流すのではなく。ちょいと見てみますから。 松枝知直 <tomom@xxxxxxxxxx> http://www.argus.ne.jp/~tomom/
9416 2004-05-24 18:22 [Kaname Suzuki <yuta@] 初めまして 9417 2004-05-24 19:51 ┣[ML account <ml@xxxxx] RH8でconfigureに失敗する (was 初めまして ) 9428 2004-05-25 19:32 ┃┗[Kaname Suzuki <yuta@] -> 9430 2004-05-25 20:40 ┃ ┗[ML account <ml@xxxxx] Re: RH8でconfigureに失敗する 9440 2004-05-27 00:36 ┃ ┗[Kaname Suzuki <yuta@] 9442 2004-05-27 11:52 ┃ ┗[ML account <ml@xxxxx] 9457 2004-05-28 00:08 ┃ ┗[Kaname Suzuki <yuta@] 9429 2004-05-25 20:37 ┗[michihito matsubara ]