http://cygwin.com/ml/cygwin-patches/2002-q3/msg00355.html によると: wcscat, wcschr, wcscpy, wcscspn, wcslcat, wcslcpy, wcsncat, wcsncmp, wcsncpy, wcspbrk, wcsrchr, wcsspn, wcsstr, wmemchr, wmemcmp, wmemcpy, wmemmove, wmemset が newlib にあるけど、export されていない。 http://cygwin.com/ml/cygwin-patches/2002-q3/msg00352.html にてF氏曰く: > The current implementations of these functions don't conform the > standard at all. I will correct these implementations in the > near feature. I recommend the dll doesn't export these functions > and the functions added by me until then. 近い将来に期待だな。
cvsでビルドすると、エラーがでるんですが、 ../../libiberty/regex.c: In function `xregerror': ../../libiberty/regex.c:8178: warning: unused parameter `preg' if [ x"" != x ]; then \ ../../libiberty/md5.c:406:58: warning: function-like macro "FI" must be used wit h arguments in traditional C ../../libiberty/md5.c:407:58: warning: function-like macro "FI" must be used wit h arguments in traditional C if [ x"" != x ]; then \ ../../libiberty/getopt.c: In function `_getopt_initialize': ../../libiberty/getopt.c:396: warning: unused parameter `argc' ../../libiberty/getopt.c:397: warning: unused parameter `argv' ../../libiberty/strsignal.c: In function `psignal': ../../libiberty/strsignal.c:568: warning: comparison between signed and unsigned test: -L/home/src/OBJ/i686-pc-cygwin/winsup: unknown operand In file included from ../../../include/xregex.h:26, from ../../../libiberty/regex.c:195: ../../../include/xregex2.h:551: warning: ISO C89 does not support `static' or type qualifiers in parameter array declarators In file included from ../../../libiberty/regex.c:649: ../../../libiberty/regex.c: In function `byte_compile_range': ../../../libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression ../../../../winsup/cygwin/tty.cc: In member function `int tty_list::allocate_tty(int)': ../../../../winsup/cygwin/tty.cc:196: `GetConsoleWindow' undeclared (first use this function) ../../../../winsup/cygwin/tty.cc:196: (Each undeclared identifier is reported only once for each function it appears in.) make[2]: *** [tty.o] Error 1 make[2]: Leaving directory `/home/src/obj/i686-pc-cygwin/winsup/cygwin' make[1]: *** [cygwin] Error 1 make[1]: Leaving directory `/home/src/obj/i686-pc-cygwin/winsup' make: *** [all-target-winsup] Error 2 reinstall googleしてもよくわかりません。
>>301 んと、それって >ssh -debug localhost でしょうか? それだと、 $ ssh --debug localhost Last login: Mon Oct 21 01:42:02 2002 from localhost Fanfare!!! You are successfully logged in to this server!!! Connection to localhost closed by remote host. Connection to localhost closed. としかでないんですよ。 んで、 $/sshd --debug Bad owner or mode for /var/empty ってな感じです。
と、 サービスとして立ち上げてる場合に、 ssh -v localhost とした結果は OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f debug1: Reading configuration data /etc/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to localhost [127.0.0.1] port 22. debug1: Connection established. debug1: identity file /home/yamashiro/.ssh/identity type 0 debug1: identity file /home/yamashiro/.ssh/id_rsa type 1 debug1: identity file /home/yamashiro/.ssh/id_dsa type 2 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1 debug1: match: OpenSSH_3.4p1 pat OpenSSH* Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.4p1 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received