[Mew-dist 15144] Re: (mewls)mew-summary-ls

Mitsugu SAKAMOTO mitsugu at example.com
2000年 11月 27日 (月) 21:09:32 JST


坂本です。
こんばんわ。

At Mon, 27 Nov 2000 10:24:35 +0900,
te-kun wrote:

> エラーの内容が分かれば、いろんな方からコメントを頂けると思いますが、
> エラーが出るのは、b81になってからなのでしょうか。

b79とかでも出ていたようでした。今日コンパイルしてみたらそうでした。

で、もう一度b81のmewls mewcat mewencode mewdecodeを作って見ました。

> 一応、私の環境でコンパイルしたものを
> http://member.nifty.ne.jp/te-kun/mew.tar.gz (80.5kb)
> に置いておきます。

こちらでもだめでした。少ない数のメールをリストするときは問題ないですが、
1800通を超えるようなたくさんのメールだと空っぽになります。
cygnusはどう言う風な設定にしてらっしゃるでしょうか?
僕はテクストファイルタイプをUnixにして後はほぼデフォルトです。
bash2.0.4$ ./configure; make
した結果は以下のようになります。

bash.exe-2.04$ ./configure
creating cache ./config.cache
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
checking for working const... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for useconds_t... no
checking for Cygwin environment... yes
checking for mingw32 environment... no
checking for executable suffix... .exe
checking for object suffix... o
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for dir.h... no
checking for unistd.h... yes
checking for pwd.h... yes
checking for fcntl.h... yes
checking for io.h... yes
checking for main in -lz... yes
checking for strncasecmp... yes
checking for strnicmp... no
checking for fork... yes
checking for vfork... yes
checking for getpwuid... yes
checking for usleep... yes
checking for Sleep... no
checking for setmode... yes
checking for _setmode... yes
checking for chdir... yes
checking for _chdir2... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
bash.exe-2.04$ make
gcc -c  -g -O2 -Wall mewencode.c
gcc -c  -g -O2 -Wall utils.c
gcc -o mewencode.exe  mewencode.o utils.o -lz 
rm -f mewdecode.exe mewcat.exe
for f in mewdecode.exe mewcat.exe; do \
  ln mewencode.exe ${f}; done
gcc -c  -g -O2 -Wall mewls.c
mewls.c: In function `exec_init':
mewls.c:710: warning: implicit declaration of function `vfork'
gcc -c  -g -O2 -Wall pattern.c
gcc -o mewls.exe  -g -O2 -Wall mewls.o utils.o pattern.o
bash.exe-2.04$ 




Mew-dist メーリングリストの案内