Re: cannot connect with ssh

2000-11-12 Thread Corinna Vinschen
Gennady Stupakov wrote: I have inetd running on my WinNT4.0 sp 6. I am able to connect to my computer from the outside using ftp and telnet, but when I try to connect with ssh I get the following message: Major protocol versions incompatible. However, connection ssh localhost works fine.

Resolver Functions

2000-11-12 Thread Martin Matuska
Would it be possible to include DNS resolver functions into the cygwin distro (arpa/nameser.h, resolv.h)? Or include a complete BIND or RESOLV package? -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

some questions

2000-11-12 Thread william metge
E-mail : [EMAIL PROTECTED] I have some questions on Cygwin. Can you help me. thank's Sorry for my english !!! 1) After installing man package i get an error like this: $ man any command cat: not found The following packages have been installed: cygwin-1.1.4.tar.gz

OpenSSH Strangeness on Windows 2000

2000-11-12 Thread Lee Thompson
OS: Windows 2000 Server (SP 1) Cygwin Builddate: Thu Aug 3 20:53:46 EDT 2000 I just installed this, clean, on the 10th of November so I'm confident the binaries are up to date. Anyway, the problem: sshd.exe seems to start ok if I invoke it as a console application. As a service it seems

Re: long double support in cygwin

2000-11-12 Thread Christopher Faylor
On Sun, Nov 12, 2000 at 09:28:14AM -0500, Stephen L Moshier wrote: Why aren't you using any of these six or seven codes that various people have indeed implemented? What is the policy? We can't use glibc based code. There are licensing considerations which prevent us from taking code from

Re: -mno-cygwin and MSVCRT vs CRTDLL

2000-11-12 Thread Charles S. Wilson
Earnie Boyd wrote: Does anyone on this list care if the switch -mno-cygwin uses MSVCRT instead of CRTDLL? Cheers, I'll throw my two cents in favor of msvcrt. --Chuck -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: long double support in cygwin

2000-11-12 Thread John Bowman
Which URL? I don't have the message, sorry. Thanks, -- John -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

serial programming HOWTO

2000-11-12 Thread Frank Wagner
Hello, I encountered something confusing. This part of c-sourccode is from the asynchronous input example included in the serial programming HOWTO document: /* install the signal handler before making the device asynchronous */ saio.sa_handler = signal_handler_IO; saio.sa_mask = 0;

Re: long double support in cygwin

2000-11-12 Thread Stephen L Moshier
we have to own what goes into newlib/cygwin or the licenses of the source has to allow distribution of binaries without source code so that cygwin1.dll is encumbered. In Bowman's case the library *is* source code, since the whole thing is a text header file. I don't see how your legal

*.COM, *.BAT must be explicitly specified to execute under bash?

2000-11-12 Thread Peter J. Farley III
Hi all, This is my first time on this list, and I have read (I think) all of the relevant parts of the faq and user guide that apply, but I still don't understand why this happens. First let me describe the problem; my system and cygwin details are at the bottom. I have several directories

make: could not load advapi32.dll

2000-11-12 Thread Emanuele Aliberti
Hi Christopher, I am from the RactOS developers. We use GCC/MinGW to compile the kernel an the Win32 personality. I am reporting not properly an error, but a behaviour you should probably be aware of. The setup is a bit strange. 1. GCC/MingW 2.95.2 2. CygWin 1.1.5 (make, ld, dlltool only;

Re: long double support in cygwin

2000-11-12 Thread DJ Delorie
Well, the code I could supply that is not glibc was formally placed in the public domain so that the FSF could adopt it and install it into gcc. The gcc changes are owned by FSF but I would guess what was in the public domain is still in the public domain. Does that sound like something

Re: long double support in cygwin

2000-11-12 Thread DJ Delorie
I link my program with a library that has been GPL'ed -- what do I do? * You must make available the source code to the *LIBRARY*. * Due to derivation, you must make your program's source available as well. I link my program with a library that has been LGPL'ed -- what do I do? * You

Re: regarding cygwin error

2000-11-12 Thread Larry Hall (RFK Partners, Inc)
At 08:48 PM 11/11/2000, ramanarao kankati wrote: Hai i have download the cygwin.when i want to open a file with vi editor it says like this C:\CYGWIN\BIN\VI.EXE: *** could not load user32.dll, Win32 error 0 can u help me what i have to do? my operating system is windows 98. Thank you ramana

Re: [ANNOUNCEMENT] Updated: OpenSSH-2.3.0p1

2000-11-12 Thread Corinna Vinschen
"Charles S. Wilson" wrote: Linux ssh.com's ssh-2.3.0 sftp client --- connect to Cygwin-1.1.5-7 OpenSSH-2.3.0p1 sftp-server kinda works: 'put', 'get' are okay, but 'ls' gives a listing of the directory and then quits. log from the OpenSSH-sftp-server side appears below.

Re: OpenSSH Strangeness on Windows 2000

2000-11-12 Thread Corinna Vinschen
Lee Thompson wrote: On Sun, 12 Nov 2000 21:31:01 +0100, you wrote: Lee Thompson wrote: sshd.exe seems to start ok if I invoke it as a console application. As a service it seems to launch and then exit without any sign of an error. I've tried having it run under LocalSystem

Re[2]: Building C++ DLLs

2000-11-12 Thread Paul Sokolovsky
Hello Charles, Charles Wilson [EMAIL PROTECTED] wrote on Sunday, November 05, 2000: CW After spending a half hour writing this message, I just figured it out. CW The following procedure works: CW c++ -c -DBUILDING_DLL=1 -I. -g -o dllclass.o dllclass.cc CW c++ -c -DBUILDING_DLL=1 -I. -g -o

Re: OpenSSH Strangeness on Windows 2000

2000-11-12 Thread Lee Thompson
On Mon, 13 Nov 2000 00:36:38 +0100, you wrote: Lee Thompson wrote: On Sun, 12 Nov 2000 21:31:01 +0100, you wrote: Lee Thompson wrote: sshd.exe seems to start ok if I invoke it as a console application. As a service it seems to launch and then exit without any sign of an

Re: OpenSSH Strangeness on Windows 2000

2000-11-12 Thread Corinna Vinschen
Lee Thompson wrote: -rw-r- 1 everyone None 995 Nov 12 00:25 ssh_config -rw--- 1 everyone None 668 Nov 12 00:25 ssh_host_dsa_key -rw-rw 1 everyone None 613 Nov 12 00:25 ssh_host_dsa_key.pub -rw--- 1 everyone None 537 Nov 12 00:25

Re: Setup 2.25: GUI crash (Win2000)

2000-11-12 Thread DJ Delorie
Problem: Setup.exe version 2.25 crashes ("setup.exe has generated errors and will be closed...") in the "Select packages to install" part, if i click somewhere in the white box where there is no content. In other words, it crashes if i click an empty row in the white box. Or at least it does

making Corba idl files

2000-11-12 Thread CGuerra
Hi all, I'm having difficulties to make an idl file before I compile my java classes. I have the following makefile... .SUFFIXES: .java .class .idl .java.class: javac $ .idl.java: idl2java $ I can't make it to work. Is there anybody out there who's had this kind of problem??

Re: OpenSSH Strangeness on Windows 2000

2000-11-12 Thread Lee Thompson
On Mon, 13 Nov 2000 01:11:05 +0100, you wrote: Lee Thompson wrote: -rw-r- 1 everyone None 995 Nov 12 00:25 ssh_config -rw--- 1 everyone None 668 Nov 12 00:25 ssh_host_dsa_key -rw-rw 1 everyone None 613 Nov 12 00:25 ssh_host_dsa_key.pub

Re: serial programming HOWTO

2000-11-12 Thread Christopher Faylor
On Sun, Nov 12, 2000 at 11:37:19PM +0100, Frank Wagner wrote: Hello and thanks for the reply, From the linux man page: "The sa_restorer element is obsolete and should not be used." It's also not mentioned in the Single UNIX Specification. Means this that I can comment

XEmacs on cygwin wierdness

2000-11-12 Thread Charles S. Wilson
I've tried to build XEmacs-21.2.36 multiple times tonight. Each time, it works perfectly as long as I launch it from with a cygwin-bash window. However, if I launch it from the DOS cmd prompt, it stackdumps. Can anyone think of an explanation for this? I configured using: ./configure

Re: XEmacs on cygwin wierdness

2000-11-12 Thread Christopher Faylor
On Mon, Nov 13, 2000 at 12:07:21AM -0500, Charles S. Wilson wrote: I've tried to build XEmacs-21.2.36 multiple times tonight. Each time, it works perfectly as long as I launch it from with a cygwin-bash window. However, if I launch it from the DOS cmd prompt, it stackdumps. Why aren't you

Re: XEmacs on cygwin wierdness

2000-11-12 Thread Charles S. Wilson
Christopher Faylor wrote: On Mon, Nov 13, 2000 at 12:07:21AM -0500, Charles S. Wilson wrote: I've tried to build XEmacs-21.2.36 multiple times tonight. Each time, it works perfectly as long as I launch it from with a cygwin-bash window. However, if I launch it from the DOS cmd prompt, it

Re: XEmacs on cygwin wierdness

2000-11-12 Thread Christopher Faylor
On Mon, Nov 13, 2000 at 12:56:12AM -0500, Charles S. Wilson wrote: Christopher Faylor wrote: On Mon, Nov 13, 2000 at 12:07:21AM -0500, Charles S. Wilson wrote: I've tried to build XEmacs-21.2.36 multiple times tonight. Each time, it works perfectly as long as I launch it from with a cygwin-bash

Re: signals?

2000-11-12 Thread Chris Abbey
the timewarp here is because this has been a "back burner" issue for me, and I've finally gotten back to it. At 10:40 10/2/00 -0400, Chris Faylor wrote: On Sun, Oct 01, 2000 at 10:41:28PM -0500, Chris Abbey wrote: Does anyone out there really understand signal handling in cygwin? Yes.

Re: XEmacs on cygwin wierdness

2000-11-12 Thread Charles Wilson
Christopher Faylor wrote: I got a popup saying "Program received signal SIGSEGV, Segmentation fault" Stack window shows "_size_of_stack_reserve__" That is the symbol that gdb seems to use when it can't find anything else to use. What address is associated with this? Is this the only

Re: some questions

2000-11-12 Thread Heinz-Juergen Oertel
william metge wrote: E-mail : [EMAIL PROTECTED] I have some questions on Cygwin. Can you help me. thank's Sorry for my english !!! 1) After installing man package i get an error like this: $ man any command cat: not found The following packages have been

clock() and sleep(int) system calls

2000-11-12 Thread Joe Clark
Hello there. I'm trying to build a socket-based program on WinNT 4, and I'd like to be able to combine clock() and sleep() in the program, but from my preliminary experiments, it appears that the sleep() function reinitializes the variable that clock() keeps track of -- so much for measuring

Re: Win32-x11

2000-11-12 Thread Suhaib Siddiqi
Yes, win32-x11 for mailing list should be fine. I have uploaded sources in cvs and binaries are already available from ftp://sources.redhat.com/pub/cygwin/xfree/win32-x11/ Suhaib --- Christopher Faylor [EMAIL PROTECTED] wrote: On Fri, Nov 10, 2000 at 05:36:31PM -0800, Suhaib Siddiqi wrote: