X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=R5tVWnK41Vwpqpg5i3SVRZxjgIkAlr6KRS86YyWnV90=; b=K1S5eaY1G7YxuDuGX3AAQbRWXPHYihcEwvMjbZEGDp56y3KQcYRu5eAk75KLKE7Zjg Y8UIV0cqer4/8dahF7likcfCr0qNDPQwC0RwBt6fXBQG9S21hih+evmRwcrdFuq4FbYP KQZp9vNXBEPcM8ba2QHgIQlwsl8HY+NL3BaWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BTNrRPg71hbY+soF0hPJfUEUvkojIANkiLXG1fs9dh+8vQ2BQKwiaVesJzhJfZMFNi eYhXUfAw92rVEldAFgTkewprNtSA/URw5R1E+f/pUJn28QX+qEDkozDDfHM3R386tAZB a5iliPvFTzPtXU6ehuIqS9Jtsi0uPAPzEDgB8= MIME-Version: 1.0 In-Reply-To: <87zl1riozn.fsf@turtle.gmx.de> References: <013d25d6-f34d-4686-9c68-0de775d5bf59 AT t20g2000yqe DOT googlegroups DOT com> <7705c9031003082118y4a617ce4p8e70fcc4e6949c8b AT mail DOT gmail DOT com> <7705c9031003122205u29f3d86dkb94e472d76b6d553 AT mail DOT gmail DOT com> <9dd368da-7195-43ac-ac5b-6560a6a93bed AT k17g2000yqb DOT googlegroups DOT com> <7705c9031003141648k4de53b9cs1bfdc8e709f2f19 AT mail DOT gmail DOT com> <33944e03-8325-4651-9f73-202b4f1202e2 AT z11g2000yqz DOT googlegroups DOT com> <87zl1riozn DOT fsf AT turtle DOT gmx DOT de> Date: Mon, 29 Mar 2010 04:22:23 -0700 Received: by 10.220.128.202 with SMTP id l10mr2817964vcs.234.1269861743624; Mon, 29 Mar 2010 04:22:23 -0700 (PDT) Message-ID: <7705c9031003290422w7015bbd6y5e8647aec1ba3f36@mail.gmail.com> Subject: Re: djgpp/libreadline bug? (cannot use backspace) From: Blair Campbell To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >> e:/djgpp/lib/libncurses.a(lib_mouse.o):lib_mouse.c:(.text+0x1cc): >> undefined refe >> rence to `_Gpm_Open' >> e:/djgpp/lib/libncurses.a(lib_mouse.o):lib_mouse.c:(.text+0x1ee): >> undefined refe >> rence to `_Gpm_Close' >> e:/djgpp/lib/libncurses.a(lib_mouse.o):lib_mouse.c:(.text+0x2f6): >> undefined refe >> rence to `_gpm_fd' >> e:/djgpp/lib/libncurses.a(lib_mouse.o):lib_mouse.c:(.text+0x3ad): >> undefined refe >> rence to `_Gpm_GetEvent' >> e:/djgpp/lib/libncurses.a(lib_mouse.o):lib_mouse.c:(.text+0x6fc): >> undefined refe >> rence to `_gpm_fd' > > This indicates that libncurses has been configured incorrectly. =A0Do you > know the flags that have been passed to its 'configure' script? No, it simply means that you need to supply libgpm.a from http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/libs/gpm/dos_= gpm-0.3.1.zip. That way ncurses should support mouse usage in DOS as well