similar to: /usr/bin/ld: cannot find -lncurses

Displaying 20 results from an estimated 5000 matches similar to: "/usr/bin/ld: cannot find -lncurses"

2014 Nov 05
2
[PATCH] Use -ltinfo instead of -lncurses.
In tools except guestfish, we don't use ncurses, or even curses, just 2 termcap functions and a global variable. These are provided by libtinfo, so just link to that. In guestfish we use readline which needs ncurses. Leave that alone. --- builder/Makefile.am | 2 +- configure.ac | 12 ++++++------ customize/Makefile.am | 2 +- mllib/Makefile.am | 6 +++---
2014 Nov 06
1
Re: [PATCH] Use -ltinfo instead of -lncurses.
On Thu, Nov 06, 2014 at 01:34:24PM +0100, Pino Toscano wrote: > Given that three AC_CHECK_LIB checking for ncurses are now gone, > wouldn't it better to explicitly search for it prior to searching for > readline? According to https://bugzilla.redhat.com/show_bug.cgi?id=499837 readline can be linked against either ncurses or termcap. No modern system would prefer termcap, and
2011 Nov 22
7
[PATCH] use ncurses-config to find all curses related libs
After a split of libtinfo from libncurses in openSuSE Factory the tools will not link anymore. In the URL below it was suggested to use ''ncurses-config --libs'' to find the correct linker options. But ncurses-config does not exist neither in SLES11 nor in openSuSE. So check for both ncurses5-config and ncurses-config, if the latter happens to exist in other environments. With
2015 Apr 10
3
VPNC on CENTOS 7
hi, Please can someone help on steps/how to setup vpnc client to connect to a remote server. Thanks and Regards. Samson.
2014 Dec 07
2
Build On CentOS
On Sun, Dec 07, 2014 at 04:33:49PM +0100, Guus Sliepen wrote: > Hm, on Debian it works fine, OTOH the command "libncurses5-config > --libs" does tell me to link with -ltinfo. I'll see if I can add that > to the autoconf script. On CentOS 7 tinc 1.1 compiles without problems. Also, both on Debian and CentOS "pkg-config --libs ncurses" only prints
2014 Nov 24
5
TELNENT TO LOCALHOST IN CENTOS 7
I just install Centos 7 on my laptop. I have also installed telnet-server and telnet. I can telnet to other server from my local CentOS 7 but can not telnet localhost also, i can not telnet to my localhost from other server. I try to check telnet file in /etc/xinetd.d directory but the file "telnet" is not there. Please can someone help me with the steps to install telnet or enable
2003 Apr 10
4
Error compiling in RedHat 9
I thought I would give RedHat 9 a try with Asterisk..I thought it would be a good idea to use the latest version.. Zaptel, Zapata and Libpri all appear to have compiled sucessfully.. But.. (Why is there always a but??) It seems Asterisk is having issues with 'termcap' or 'tgetent' whatever that is.. Here is the output from 'make install'.. --------Start-------- if [ -d
2005 Mar 10
4
Compiling Asterisk On SUSE 9.2
Dear all, I have tried to compile * 1.0.6 (downloaded from the digium site, in the right sequence - zaptel, libpri, asterisk) on two different machines running SUSE 9.2. The problem comes during some preliminary checks: checking for ar... /usr/bin/ar checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for tgetent in -lcurses... no checking for tgetent in
2003 Jan 29
2
acs_map
I'm having trouble compiling wine on a newish box. The problem is a missing symbol 'acs_map' cropping up in dlls/ttydrv/graphics.o. The symbol is not directly in the relevant source file so it seems to be from a macro or typedef but extensive grepping has not identified the source. I suspect the problem is a package missing in the distro (dRock 1.6.0) but have not been able to
2006 May 26
1
Building V2.3.0 on Tru64 V5.1B
Hi, I am going to be attempting a build of R for the alphas (our main need is to collate and present graphically, performance metrics we gather on our applications). We have: CC=cc, CXX=cxx, Fortran V5.51 (f77, f95), GNU make 3.80, Perl 5.8.4 I am hesitant to rebuild GCC on this platform, and would like to know if others have success in building R with native C, C++ and Fortran. I plan on
2003 May 02
5
Termcap support not found
Make sure you have libtermcap and libtermcap-devel loaded.. To check use #rpm -q libtermcap and #rpm -q libtermcap-devel I have an install guide for RH9 in PDF format if you are interested.. Later.. > Hello, I am trying to install asterisk and get this error. > > creating cache ./config.cache > checking for gcc... gcc > checking whether the C compiler (gcc ) works... yes
2003 Apr 14
7
Trouble installing
I am trying to run the make command to install Asterisk, but I get the following error: make ... ... checking for tgetent in -ltermcap ... no checking for tgetent in -ltinfo ... no checking for tgetent in -lcurses ... no checking for tgetent in -lncurses ... no configure: error: termcap support not found I am running Mandrake 9.1 on a Pentium II 200MHz. Could this be a hardware issue? I
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
R Listers, One of the list contributors suggested I abandon attempts to build R-1.9.1 and focus on building R-2.3.1. I believe the main set of packages have been built properly (with some changes to the code) - however, when building the Recommended packages, the build fails. CODE CHANGES: ============= 1. My C compiler requires a ";" on line 589 of ..../src/main/printutils.c. Here
2014 Dec 05
4
Build On CentOS
Tried to Build Tinc. Linker was confused, Makefile lacking reference to -ltinfo I guess. FYI. root at rpzcentos tinc-1.1pre10]# make make all-recursive make[1]: Entering directory `/adev/tinc-1.1pre10' Making all in m4 make[2]: Entering directory `/adev/tinc-1.1pre10/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/adev/tinc-1.1pre10/m4' Making all in
2014 Jul 24
1
KVM/QEMU SCREEN SIZE
I am running Windows 7 professional inside KVM/QEMU on CentOS 6.4. My question is: how do you change the screen size of the Windows 7 KVM/QEMU. It is about a third of the size of the current screen resolution. How can i change the screen size of the window 7 on the virtual machine. Regards.
2014 Dec 05
1
Restore Point for Centos 7
Hi all, Just want to inquire if it is possible to create restore points for Centos 7 like we have in virtual machines and window. If possible, kindly advise. Thanks.
2014 Nov 06
0
Re: [PATCH] Use -ltinfo instead of -lncurses.
On Wednesday 05 November 2014 21:37:14 Richard W.M. Jones wrote: > In tools except guestfish, we don't use ncurses, or even curses, just > 2 termcap functions and a global variable. These are provided by > libtinfo, so just link to that. Sounds good. > In guestfish we use readline which needs ncurses. Leave that alone. Given that three AC_CHECK_LIB checking for ncurses are now
2004 Jul 30
1
Compiling * on OpenBSD 3.5
Hi, Has anyone had any success? After a clean install of OpenBSD, I do the following:- pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/gmake-3.80.tgz pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/bison-1.35p1.tgz pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/ruby-ncurses-0.8.tgz Then, I get (via CVS) the asterisk source.. cd /usr/src/asterisk /usr/local/bin/gmake clean
2003 Jul 17
7
Speex support
What is the state of speex support in asterisk? I saw the codec seems to be there. Can speex be used on IAX2 links? Is there much work still to be done? many thanks, --J.
2014 Apr 22
9
[Bug 916] New: Build failure on Slackware 14.1 (./configure rejects libreadline.so)
https://bugzilla.netfilter.org/show_bug.cgi?id=916 Summary: Build failure on Slackware 14.1 (./configure rejects libreadline.so) Product: nftables Version: unspecified Platform: i386 OS/Version: other Status: NEW Severity: major Priority: P5 Component: nft AssignedTo: pablo at