[前][次][番号順一覧][スレッド一覧]

mysql:1230

From: <takeshi@xxxxxxxxxx>
Date: Thu, 09 Sep 1999 13:08:33 +0900
Subject: [mysql 01230] Re: コンパイルでエラー

At Thu, 09 Sep 1999 12:14:42 +0900,
f-msr@xxxxxxxxxx <f-msr@xxxxxxxxxx> wrote:

> −−
> In file included from include/pthread.h:54,
>                  from /usr/src/mysql-3.22.25/mit-pthreads/pthreads/init.cc:7:
> include/pthread/sleep.h:52: warning: ANSI C++ forbids implicit conversion from `
> void *' in argument passing
> make[2]: *** [obj/init.o] Error 1
> make[2]: Leaving directory `/usr/src/mysql-3.22.25/mit-pthreads'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/mysql-3.22.25'
> make: *** [all-recursive-am] Error 2

>   バージョンなどは、
> ・SlackWare 3.6ベース
> ・カーネルは2.0.37
> ・gccは2.7.2.3
> ・mysql 3.22.25を使用
> ・Libc5

コンパイルしようとしているマシンに pthread library
 (linux-thread) がないようです。
linux では、 mit-pthread を使用してコンパイルできません。
Slackware のパッケージの中から thread をインストールしてから
configure しなおします。
config.cache , config.status, config.log は configure 前に消します

必要なのは (linux libc5)
libpthread.a , libpthread.so , libpthread.so.*
/usr/include/pthread.h
/usr/include/semaphore.h
なので、どのパッケージかわからなかったら、
*.tgz の中を探してみてください (^^;;;
# 私は, slack のどのパッケージかは知らないのです

-- 
 村上 毅  takeshi@xxxxxxxxxx

[前][次][番号順一覧][スレッド一覧]

      1229 1999-09-09 12:14 ["f-msr@xxxxxxxxxx" <] コンパイルでエラー                      
->    1230 1999-09-09 13:08 ┗[<takeshi@xxxxxxxxxx>]                                       
      1231 1999-09-09 13:59  ┗[Seiji Tateyama <tate]