Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: Krzysztof Duleba Subject: mc 4.6.1 - background not working Date: Tue, 26 Jul 2005 23:54:36 +0200 Lines: 28 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-IsSubscribed: yes Hi In the latest release of mc, subshell isn't working. Ctrl-O just shows the background. However, if I build mc myself from the sources, subshell works fine. mc-4.6.1-2.sh build script uses the following configure options: ${srcdir}/configure \ --srcdir=${srcdir} --prefix="${prefix}" \ --exec-prefix='${prefix}' --sysconfdir="${sysconfdir}" \ --libdir='${prefix}/lib' --includedir='${prefix}/include' \ --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' \ --libexecdir='${sbindir}' --localstatedir="${localstatedir}" \ --datadir='${prefix}/share' \ --disable-nls \ --disable-background \ --with-mmap \ --with-x \ --with-gpm-mouse=no \ --with-screen=ncurses \ --with-ext2undel=no \ --with-subshell=optional \ --with-glib12 ) Why is background disabled? And why ncurses instead of S-Lang? Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/