search for: libcurses

Displaying 20 results from an estimated 34 matches for "libcurses".

Did you mean: libncurses
2009 Apr 08
2
configure.ac libedit problem solved
Turns out that Suse 11.1 needs a soft link: ln -s /lib64/libncurses.so.5.6 /lib64/libcurses.so This is pretty poor error reporting.... I wonder how many carps are due to building not properly reporting errors... Thanks tedc
2002 Sep 27
1
R1.5.1,tcltk,IRIX
...libncurses.so.6 => /usr/freeware/lib32/libncurses.so.6 libm.so => /usr/lib32/libm.so libftn.so => /usr/lib32/libftn.so libbz2.so.1 => /usr/freeware/lib32/libbz2.so.1 libc.so.1 => /usr/lib32/libc.so.1 libcurses.so => /usr/lib32/libcurses.so So I can see that it didn't get loaded in R.bin, and similarly for: ldd /tools/Rstat1.5.1/library/tcltk/libs/tcltk.so libm.so => /usr/lib32/libm.so libR.so => /tools/Rstat1.5.1/lib/R/bin/libR.so libc...
2010 May 10
1
Build R static
...Here is what my currently built ./bin/exec/R executable is using. $ ldd R libRblas.so => (file not found) libg2c.so.0 => /usr/local/lib/libg2c.so.0 libm.so.2 => /usr/lib/libm.so.2 libreadline.so.6 => /usr/local/lib/libreadline.so.6 libcurses.so.1 => /usr/lib/libcurses.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libicuuc.so.3 =>...
2003 Dec 07
2
[LLVMdev] Can you hint on solution to following problem
...find linker input file 'crtend.o I have set the LLVM_LIB_SEARCH_PATH ls -l $LLVM_LIB_SEARCH_PATH total 104 -rw-r--r-- 1 muj20 muj20 12788 Dec 7 17:05 crtend.o -rw-r--r-- 1 muj20 muj20 1984 Dec 7 17:05 libc.bc -rw-r--r-- 1 muj20 muj20 120 Dec 7 17:05 libcurses.bc
2014 Nov 11
1
[PATCH] use pkg-config to look up ncurses
...s(+), 22 deletions(-) diff --git a/builder/Makefile.am b/builder/Makefile.am index 7b66afb..e64a696 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -24,7 +24,8 @@ AM_CFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/fish \ -pthread \ - $(LIBLZMA_CFLAGS) + $(LIBLZMA_CFLAGS) \ + $(LIBCURSES_CFLAGS) EXTRA_DIST = \ $(SOURCES) \ @@ -172,7 +173,7 @@ OCAMLCLIBS = \ -L../src/.libs -lutils \ -L../gnulib/lib/.libs -lgnu \ -pthread -lpthread \ - -ltinfo -lcrypt + $(LIBCURSES_LIBS) -lcrypt if HAVE_OCAMLOPT virt-builder: $(OBJECTS) diff --git a/configure.ac b/configure.ac index a...
2002 Apr 29
0
deficiencies in readline capability
...$ ldd /opt/jay/lib/SunOS5/R/bin/R.bin libm.so.1 => /usr/lib/libm.so.1 libz.so => /opt/jay/lib/SunOS5/libz.so libnsl.so.1 => /usr/lib/libnsl.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libreadline.so.4 => /gnu/lib/libreadline.so.4 libdl.so.1 => /usr/lib/libdl.so.1 libcurses.so.1 => /usr/lib/libcurses.so.1 libc.so.1 => /usr/lib/libc.so.1 libucb.so.1 => /usr/ucblib/libucb.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libelf.so.1 => /usr/lib/libelf.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libgcc_s.so.1 => /gnu/lib/libgcc_s.so.1 $ R --vani...
2006 Oct 31
0
6362982 namespace pollution/protection in libc
...60bb3786268667c14c Log message: 6362982 namespace pollution/protection in libc 6369040 there should be but one synonyms.h file outside of libc Files: create: deleted_files/usr/src/lib/common/inc/mtlib.h create: deleted_files/usr/src/lib/libc/sparcv9/gen/llabs.s create: deleted_files/usr/src/lib/libcurses/screen/synonyms.h create: deleted_files/usr/src/lib/libmail/inc/synonyms.h create: deleted_files/usr/src/lib/libresolv/synonyms.h create: deleted_files/usr/src/lib/libresolv2/include/synonyms.h create: deleted_files/usr/src/lib/librsm/inc/synonyms.h create: deleted_files/usr/src/ucblib/libucb/...
2006 Oct 31
2
rcompletion: TAB completion for the R command line
CRAN now has a package called rcompletion that attempts to provide TAB completion for R using the GNU readline library, intended for R sessions run from a command line. From the package help page: Description: This package provides pseudo-intelligent TAB completion for a readline enabled instance of R when it is run from a terminal (or more specifically, an interface which uses
2006 Oct 31
2
rcompletion: TAB completion for the R command line
CRAN now has a package called rcompletion that attempts to provide TAB completion for R using the GNU readline library, intended for R sessions run from a command line. From the package help page: Description: This package provides pseudo-intelligent TAB completion for a readline enabled instance of R when it is run from a terminal (or more specifically, an interface which uses
1999 Jul 20
2
R 0.65 and AIX: if it quacks like a duck...
...&& make check and everything looks ok. --> Compile with gcc: 1) 2) 3) 4) like above Additionally edit *sock.c: 5b) In appl/Rsock.c and appl/sock.c added `#include "Rconfig.h"' (This doesn't hurt the cc compilation.) 6b) CC=gcc ../configure Surprises: this finds libcurses and libz. I don't know where, though. So I manually remove -lreadline -lz -lcurses from the LIBS line in Makeconf. Note that I add my private readline with the help of CPPFLAGS and LIBS in config.site (thanks, Kurt). 7b) edit Rconfig.h: #ifdef __GNUC__ typedef long blkcnt_t; #endif Yes, I...
2014 Sep 18
3
[LLVMdev] proposal to avoid zlib dependency.
Once LLVM is built and used as a dylib, we'd just mark the zlib symbols as hidden. :-) I tend to think that bundling is ugly because it makes it harder for a distributor or integrator to pick the exact versions of all of the components in the system. I don't know if this was mentioned already, but maybe we can have a compromise where a configure option can be used to select between the
2003 Feb 28
2
R Graphics Crash Problem
...#39;. Program terminated with signal 10, Bus error. Reading symbols from /export/deriv/tools/lib/libreadline.so.4...done. Loaded symbols for /export/deriv/tools/lib/libreadline.so.4 Reading symbols from /usr/lib/libdl.so.1...done. Loaded symbols for /usr/lib/libdl.so.1 Reading symbols from /usr/lib/libcurses.so.1...done. Loaded symbols for /usr/lib/libcurses.so.1 Reading symbols from /usr/lib/libm.so.1...done. Loaded symbols for /usr/lib/libm.so.1 Reading symbols from /export/deriv/tools/lib/libpcre.so.0...done. Loaded symbols for /export/deriv/tools/lib/libpcre.so.0 Reading symbols from /export/deriv/...
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with Samba > 2.0. However as it is not supported on all systems it is not included > in the default build (it should work nicely on Solaris though). > Essentially smbwrapper is a preloaded library which intercepts system calls and > simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2009 Apr 08
3
libedit not found on SUse 11.1
Included below is a diff between the output from configure on a 64 bit SUse 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find libedit) for otherwise identical setups. 1. How can I get the output set up to look at conftest.c? 2. I added a set -x to configure above LIBEDIT_MSG=no 3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3
2004 Jul 21
0
[LLVMdev] GC questions.
...ime/GC/SemiSpace/BytecodeObj ? llvm/runtime/GC/SemiSpace/Debug ? llvm/runtime/GC/SemiSpace/Depend ? llvm/runtime/GCCLibraries/crtend/BytecodeObj ? llvm/runtime/GCCLibraries/crtend/Depend ? llvm/runtime/GCCLibraries/libc/BytecodeObj ? llvm/runtime/GCCLibraries/libc/Depend ? llvm/runtime/GCCLibraries/libcurses/BytecodeObj ? llvm/runtime/GCCLibraries/libcurses/Depend ? llvm/runtime/GCCLibraries/libg/BytecodeObj ? llvm/runtime/GCCLibraries/libg/Depend ? llvm/runtime/GCCLibraries/libgcc/BytecodeObj ? llvm/runtime/GCCLibraries/libgcc/Depend ? llvm/runtime/GCCLibraries/libgdbm/BytecodeObj ? llvm/runtime/GCCLi...
2003 Oct 09
2
R-1.8.0 on Sparc Solaris 8, gcc3.2.1, bus error and core dump (PR#4485)
...ing symbols from /usr/lib/libnsl.so.1...done. Loaded symbols for /usr/lib/libnsl.so.1 Reading symbols from /usr/lib/libsocket.so.1...done. Loaded symbols for /usr/lib/libsocket.so.1 Reading symbols from /usr/lib/libdl.so.1...done. Loaded symbols for /usr/lib/libdl.so.1 Reading symbols from /usr/lib/libcurses.so.1...done. Loaded symbols for /usr/lib/libcurses.so.1 Reading symbols from /usr/lib/libc.so.1...done. Loaded symbols for /usr/lib/libc.so.1 Reading symbols from /usr/lib/libmp.so.2...done. Loaded symbols for /usr/lib/libmp.so.2 Reading symbols from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1....
2004 Jul 21
2
[LLVMdev] GC questions.
On Wed, 21 Jul 2004, Tobias Nurmiranta wrote: > > Hi, I'm thinking out loud, please give me some feedback. > > Regarding llvm.gcread and llvm.gcwrite, wouldn't it be nicer if they are > implemented as: > > llvm.gcread(sbyte** object, uint offset) > llvm.gcwrite(sbyte* data, sbyte** object, uint offset) > > Where you also have the offset into the object. In
2007 Jul 29
0
Asterisk 1.4.X support for Solaris 10?
...see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-pc-solaris2.10"... Core was generated by `./asterisk -vvvgc'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libcurses.so.1...done. . . . Loaded symbols for /opt/asterisk/lib/modules/app_skel.so #0 0xfebd4d0c in strlen () from /usr/lib/libc.so.1 (gdb) bt #0 0xfebd4d0c in strlen () from /usr/lib/libc.so.1 #1 0xfec2a386 in _ndoprnt () from /usr/lib/libc.so.1 #2 0xfec2d4bb in vsnprintf () from /usr/lib/libc.so.1 #...
2013 Sep 12
3
[LLVMdev] Let's not depend on terminfo / curses?
On Mon, Sep 9, 2013 at 12:24 AM, Renato Golin <renato.golin at linaro.org>wrote: > On 9 September 2013 01:09, Nico Weber <thakis at chromium.org> wrote: > >> I think depending on curses is gross, >> > > I totally agree, but I also don't have a better way of doing this. I agree > with Joerg that hard-coding escape sequences is not the way forward. >
2004 Jul 21
0
[LLVMdev] GC questions.
Ok, that makes sense :). , Tobias On Wed, 21 Jul 2004, Chris Lattner wrote: > On Wed, 21 Jul 2004, Tobias Nurmiranta wrote: > > > void *llvm_gc_read(void *ObjPtr, void **FieldPtr) { > > > return *FieldPtr; > > > } > > > > Hm, but doesn't FieldPtr need to be calculated target-specific in those > > cases? > > For the field pointer, one