In message <_A73@freyasx.ML_> on 10/26/05(12:40:44) you Hiroshi Suzuki <pj4yabth4-mxhgu472ih3w.ml@delegate.org> wrote: |鈴木です。 | |修正ありがとうございました。 | |ところが、 | |DeleGate/9.0.5-pre7 |gcc-3.3.2/gcc-c++-3.3.2 on Linux で | |パッチをあてたところ、 | |cc -L../lib -o delegated builtin.o delegated.o commands.o croncom.o remote.o ../lib/libdelegate.a ../lib/libresolvy.a ../lib/libteleport.a ../lib/libmd5.a ../lib/libcfi.a ../lib/library.a ../lib/libmimekit.a ../lib/libfsx.a -lnsl -ldl -lutil -lpam |-lstdc++ -lc ../lib/libsubst.a |../lib/libfsx.a(any2fdif.o)(.text+0x273): In function `doCCX(_CCX*, char const*, int, char const*, int, char const*, int, char const*, int)': |: undefined reference to `CCXpending(_CCX*)' おっと。。。 このパッチには、無駄に日本語コード変換を試行しないようにする軽量化も 含まれているのですが、そのためのパッチが rary/JIS.c にも必要です。 いちおう同封しますが、いずれにしましても、現在 9.0.5-pre8 の出荷準備中です。 |> -c.ext "converter -i ^^i -o ^^o" | |これは、とてもありがたいことです。 |-exec も ;) 実際の利用環境での実行性能などの状況を教えていただけると参考になります。 D G ┌─┐┬┌──┬┐ //\^^ ( - ); {Do the more with the less -- B. Fuller} ├─┤│└─┐│ / 877m\_< >_ <URL:http://www.delegate.org/delegate/> ┴ └┴──┘┴────────────────────────────── 佐藤豊@情報技術研究部門.産業技術総合研究所(独立行政法人) *** ../delegate9.0.5-pre7/rary/JIS.c Mon Sep 26 13:26:24 2005 --- rary/JIS.c Sun Oct 9 00:42:10 2005 *************** *** 1047,1052 **** --- 1047,1055 ---- #define EUC3toUTF8(e,u,x) toUTF8X(ccx,U_JIS0212|0x7F7F&(e),u,x) static int UTFis0212(int ch1,int ch2,int ch3); + int CCXpending(CCX *ccx){ + return ccx->cc_pinx; + } int CCXexec(CCX *ccx,PCStr(scinb),int ilen,PVStr(sout),int osiz) { const unsigned char *cinb = (unsigned char *)scinb; unsigned char *out = (unsigned char *)sout; /**/