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 Date: Tue, 23 Jul 2002 11:07:02 +0400 From: egor duda Reply-To: egor duda Organization: deo X-Priority: 3 (Normal) Message-ID: <7427769880.20020723110702@logos-m.ru> To: cygwin AT cygwin DOT com Subject: Re: Pasting text in plain bash window In-Reply-To: <3D3C5EF9.9030801@Salira.com> References: <20020722183339 DOT 53149 DOT qmail AT web10101 DOT mail DOT yahoo DOT com> <20020722183652 DOT 80256 DOT qmail AT web10104 DOT mail DOT yahoo DOT com> <3D3C5EF9 DOT 9030801 AT Salira DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Hi! Monday, 22 July, 2002 you wrote: >> --- Sylvain Petreolle a écrit : > Hehe... gotcha >>> I found it with yahoo (site has changed his http namespace): >>> http://ns.logos-m.ru/~deo/ttyfier.html >> doesn't work for me... it's said it isn't supported on Win95,98 (ME >> isn't here ?) ME is not supported either. >> when run it says: >> error allocating memory in remote process.error starting remote thread >> and I cannot recompile it: >> ttyfier.o(.eh_frame+0x11):ttyfier.cc: undefined reference to >> `__gxx_personality_v0' >> mingw_misc.o(.eh_frame+0x11):misc.cc: undefined reference to >> `__gxx_personality_v0' Sylvain, which version of gcc are you using? AD> Doesn't work for me either on XP. There are a lot of complaints like: AD> "/etc/termcap", line 150, terminal 'ansi.sysk': exit_alt_charset_mode AD> but no acs_chars AD> "/etc/termcap", line 156, terminal 'nansi.sys': enter_alt_charset_mode AD> but no acs_chars AD> Then the program runs but no input can be given nor any output. Hitting AD> control-C causes tfy to consume all the CPU. binary version of ttyfier is linked statically with ncurses library which expects terminfo database in /usr/local/share/terminfo With normal cygwin install terminfo database is located in /usr/share/terminfo As a workaround, you can create a symlink like this: mkdir /usr/local/share ln -s /usr/share/terminfo /usr/local/share/terminfo The proper way, though, is to recompile and relink everything against current versions of cygwin libraries. egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- 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/