Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 23 Jul 2002 11:07:02 +0400
From: egor duda <deo@logos-m.ru>
Reply-To: egor duda <cygwin@cygwin.com>
Organization: deo
X-Priority: 3 (Normal)
Message-ID: <7427769880.20020723110702@logos-m.ru>
To: cygwin@cygwin.com
Subject: Re: Pasting text in plain bash window
In-Reply-To: <3D3C5EF9.9030801@Salira.com>
References: <20020722183339.53149.qmail@web10101.mail.yahoo.com>
 <20020722183652.80256.qmail@web10104.mail.yahoo.com>
 <3D3C5EF9.9030801@Salira.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 <spetreolle@yahoo.fr> 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@logos-m.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/

