X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com connect(): No such file or directory From: Oleksandr Gavenko Subject: Re: C-o in GNU MC and mintty/rxvt issue? Date: Thu, 13 May 2010 09:40:02 +0300 Lines: 37 Message-ID: References: <20100512192624 DOT GA8498 AT ghost DOT local DOT lan> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <20100512192624.GA8498@ghost.local.lan> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 2010.05.12 22:26, d DOT sastre DOT medina AT gmail DOT com wrote: > On Wed, May 12, 2010 at 05:36:19PM +0300, Oleksandr Gavenko wrote: >> On 2010.05.12 16:11, Oleksandr Gavenko wrote: >>> Recently I decide switch from Far/Total Commander to GNU MC. >>> I use Cygwin 1.7.1. >>> MC is look beauty with mintty but I have issue: >>> >>> 3. Second shell not available. >>> >> I partially resolve all problem. >> It seems by default Cygwin MC do not use subshell. >> I run mc --subshell and all symptom goes out! > > Hello, > > You could also try another approach: rebuilding from the distributed sources, > and modifying mc-4.6.1-2.sh to enable subshell: > > $ diff -u mc-4.6.1-2.sh.orig mc-4.6.1-2.sh > --- mc-4.6.1-2.sh.orig 2010-05-12 21:14:32.879507800 +0200 > +++ mc-4.6.1-2.sh 2010-05-12 21:15:30.443951800 +0200 > @@ -159,7 +159,7 @@ > --with-gpm-mouse=no \ > --with-screen=ncurses \ > --with-ext2undel=no \ > - --with-subshell=optional \ > + --with-subshell=yes \ > --with-glib12 ) > } > reconf() { > Thanks for suggestion. I don't understand why MC was not already built with subshell support by default in Cygwin? As I see only inconveniences appear without subshell. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple