From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30017 invoked by alias); 3 Jan 2002 18:56:33 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 29964 invoked from network); 3 Jan 2002 18:56:30 -0000 Received: from unknown (HELO watsun.cc.columbia.edu) (128.59.39.2) by sources.redhat.com with SMTP; 3 Jan 2002 18:56:30 -0000 Received: (from jaltman@localhost) by watsun.cc.columbia.edu (8.8.5/8.8.5) id NAA26433; Thu, 3 Jan 2002 13:56:29 -0500 (EST) Date: Thu, 03 Jan 2002 10:56:00 -0000 From: Jeffrey Altman Reply-To: jaltman@columbia.edu To: Nicolas Williams Cc: krbdev@mit.edu, cygwin@cygwin.com Subject: Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin... In-Reply-To: Your message of Thu, 3 Jan 2002 13:49:31 -0500 Message-ID: X-SW-Source: 2002-01/txt/msg00104.txt.bz2 > > > But the dependency on MSVCRT.DLL by the MIT Kfw DLLs is indirect. > > > > What do you mean by "indirect"? The KFW DLLs are linked to MSVCRT.DLL. > > That the resulting OpenSSH Makefile does not reference it... That is irrelevant to the problem. The problem is that the two C Run Time environments trip over each other since they both attempt to hook the same OS routines. You will also have a problem if memory allocated in one is free'd realloc'd by the other. > > SSH support including GSSAPI and linkage to MIT Kerberos is now in my > > K95 test builds. > > Did you build Kfw with Cygwin? I do not use Cygwin. I compile with MSVC. Jeffrey Altman * Sr.Software Designer C-Kermit 8.0 available now!!! The Kermit Project @ Columbia University includes Telnet, FTP and HTTP http://www.kermit-project.org/ secured with Kerberos, SRP, and kermit-support@columbia.edu OpenSSL. Interfaces with OpenSSH -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/