Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Mon, 15 Apr 2002 10:02:17 +0200 From: Pavel Tsekov Reply-To: Pavel Tsekov Organization: Syntrex, Inc. X-Priority: 3 (Normal) Message-ID: <1541069267.20020415100217@syntrex.com> To: cygwin-apps AT cygwin DOT com Subject: Midnight Command 4.5.55 on Cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, guys! :) I'm in the process of building an mc port for cygwin which I want to contribute to the cygwin packages as soon as I get it to work stable. Right now it compiles OOB and works most of the time but has some problems which I'm trying to trace down and eliminate. One of this problems is the subshell support... Eventually after executing some commands for example changing directories the main program would hang .. I couldn't determine where exactly the problem is but I suspect a call to kill() with SIGCONT as an argument.If someone here has more information of the pros / cons of the subshell support in MC can you share what are the benefits of it ? I ask because if I compile without the subshell support this problem is gone and if this is not so important I'd like to concentrate on other issues and provide the first version without subshell support.