X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp/libreadline bug? (cannot use backspace) Date: Mon, 29 Mar 2010 05:47:35 -0700 (PDT) Organization: http://groups.google.com Lines: 18 Message-ID: <109418c8-c160-4b9f-8e6c-a842da1b7a98@k13g2000yqe.googlegroups.com> 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> <7705c9031003290422w7015bbd6y5e8647aec1ba3f36 AT mail DOT gmail DOT com> NNTP-Posting-Host: 90.181.199.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1269866855 30598 127.0.0.1 (29 Mar 2010 12:47:35 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 29 Mar 2010 12:47:35 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k13g2000yqe.googlegroups.com; posting-host=90.181.199.10; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090825 SeaMonkey/1.1.18,gzip(gfe) Bytes: 2558 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > No, it simply means that you need to supply libgpm.a fromhttp://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/libs/gp.... > That way ncurses should support mouse usage in DOS as well Well I got gpm but still have some errors linking with [object files] -lreadline -lncurses -lgpm c:/djgpp/lib/libc.a(conio.o):conio.c:(.text+0x890): multiple definition of `_getch' c:/djgpp/lib/libncurs.a(lib_gen.o):lib_gen.c:(.text+0x390): first defined here c:/djgpp/lib/libc.a(conio.o):conio.c:(.text+0x960): multiple definition of `_ungetch' c:/djgpp/lib/libncurs.a(lib_ungetch.o):lib_ungetch.c:(.text+0xc0): first defined here collect2: ld returned 1 exit status BTW if I compile simple example that doesn't use conio it works fine WITHOUT gpm...