|
From: | David Quental |
Subject: | Re: [Tlf-devel] Improved keyboard handling |
Date: | Mon, 4 Jan 2016 21:33:55 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
Hi Nate, tks for your replay. It still does not work out: gcc -o new-onechar -lncurses new-onechar.c/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /tmp/cc8JFHNd.o: undefined reference to symbol 'keypad' /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libtinfo.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status address@hidden:~/reserva/ct1drb/tlf/src> Of course I have done your change. Best 73. CT1DRB David Quental Às 21:30 de 04-01-2016, Nate Bargmann escreveu:
* On 2016 04 Jan 15:19 -0600, David Quental wrote:Hi Nate and all from the list, to all a nice HNY 2016. Just to tell that I can not compile the new-onechar.c file: gcc -o new-onechar -lncurses new-onechar.c /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /tmp/cc8JFHNd.o: undefined reference to symbol 'keypad' /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libtinfo.so: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status address@hidden:~/reserva/ct1drb/tlf/src> I have OpenSuSE leap 42.1 64bits.Hi David, es HNY! As I recall you'll need to change the line #include <ncurses.h> to #include <ncurses/ncurses.h> As there is no build system a bit of manual work is required. ;-) 73, Nate
[Prev in Thread] | Current Thread | [Next in Thread] |