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

mysql:6499

From: <hogehoge@xxxxxxxxxx>
Date: Thu, 31 Oct 2002 17:26:11 +0900
Subject: [mysql 06499] Re: 一般ユーザ権限でのインストール

makeのログ3ページ目です。

echo timestamp > linked_libmysql_r_sources
make  all-recursive
make[1]: Entering directory `/home/hogehoge/mysql-3.23.53'
Making all in include
make[2]: Entering directory `/home/hogehoge/mysql-3.23.53/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/hogehoge/mysql-3.23.53/include'
Making all in readline
make[2]: Entering directory `/home/hogehoge/mysql-3.23.53/readline'
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c readline.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c funmap.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c keymaps.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c vi_mode.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c parens.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c rltty.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c complete.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c bind.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c isearch.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c display.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c signals.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c util.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c kill.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c undo.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c macro.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c input.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c callback.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c terminal.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c xmalloc.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c history.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c histsearch.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c histexpand.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c histfile.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c nls.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c search.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c shell.c
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I./../include -I./..
 -I..    -O3 -DDBUG_OFF   -c tilde.c
rm -f libreadline.a
ar cru libreadline.a readline.o funmap.o keymaps.o vi_mode.o parens.o rltty.o
 complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o
 input.o callback.o terminal.o xmalloc.o history.o histsearch.o histexpand.o
histfile.o nls.o search.o shell.o tilde.o
ranlib libreadline.a
make[2]: Leaving directory `/home/hogehoge/mysql-3.23.53/readline'
Making all in libmysql
make[2]: Entering directory `/home/hogehoge/mysql-3.23.53/libmysql'
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c libmysql.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c libmysql.c -o libmysql.o
echo timestamp > libmysql.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c net.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c net.c -o net.o
echo timestamp > net.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c violite.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c violite.c -o violite.o
echo timestamp > violite.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c password.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c password.c -o password.o
echo timestamp > password.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c get_password.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c get_password.c -o get_password.o
echo timestamp > get_password.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c errmsg.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c errmsg.c -o errmsg.o
echo timestamp > errmsg.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_init.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_init.c -o my_init.o
echo timestamp > my_init.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_static.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_static.c -o my_static.o
echo timestamp > my_static.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_malloc.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_malloc.c -o my_malloc.o
echo timestamp > my_malloc.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_realloc.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_realloc.c -o my_realloc.o
echo timestamp > my_realloc.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_create.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_create.c -o my_create.o
echo timestamp > my_create.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_delete.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_delete.c -o my_delete.o
echo timestamp > my_delete.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c mf_tempfile.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c mf_tempfile.c -o mf_tempfile.o
echo timestamp > mf_tempfile.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_open.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_open.c -o my_open.o
echo timestamp > my_open.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c mf_casecnv.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c mf_casecnv.c -o mf_casecnv.o
echo timestamp > mf_casecnv.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_read.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_read.c -o my_read.o
echo timestamp > my_read.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_write.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c my_write.c -o my_write.o
echo timestamp > my_write.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c errors.c
gcc -DDEFAULT_CHARSET_HOME=\"/home/hogehoge/mysql\" -DDATADIR=\"/home/hogehoge/
mysql/var\" -DSHAREDIR=\"/home/hogehoge/mysql/share/mysql\" -DUNDEF_THREADS_HA
CK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OF
F -c errors.c -o errors.o
echo timestamp > errors.lo
/bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/home/hogehoge
/mysql\""                       -DDATADIR="\"/home/hogehoge/mysql/var\""     -
DSHAREDIR="\"/home/hogehoge/mysql/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_U
SE_RAID  -I./../include -I../include            -I./.. -I.. -I..    -O3 -DDBU
G_OFF   -c my_error.c

以上がmakeのログ3ページ目です。

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

      6497 2002-10-31 16:50 [<hogehoge@xxxxxxxxxx] 一般ユーザ権限でのインストール          
      6498 2002-10-31 17:03 ┣[<hogehoge@xxxxxxxxxx]                                       
->    6499 2002-10-31 17:26 ┣[<hogehoge@xxxxxxxxxx]                                       
      6500 2002-10-31 17:25 ┣[<hogehoge@xxxxxxxxxx]                                       
      6501 2002-10-31 17:26 ┣[<hogehoge@xxxxxxxxxx]                                       
      6502 2002-10-31 17:27 ┣[<hogehoge@xxxxxxxxxx]                                       
      6503 2002-10-31 17:30 ┣["Takashi Yamashita" ]                                       
      6504 2002-10-31 17:35 ┃┣["Takashi Yamashita" ]                                     
      6506 2002-10-31 18:04 ┃┃┗[<hogehoge@xxxxxxxxxx]                                   
      6505 2002-10-31 17:45 ┃┗[<hogehoge@xxxxxxxxxx] Re: 一般ユーザ権限でのインストール ( お詫び)
      6507 2002-10-31 19:30 ┗[UNO Shintaro <uno@xx]                                       
      6511 2002-11-01 01:43  ┣[Tatsuya Kondo <konet]                                     
      6517 2002-11-01 13:17  ┃┗[<hogehoge@xxxxxxxxxx]                                   
      6516 2002-11-01 13:16  ┗[<hogehoge@xxxxxxxxxx]