search for: sharedlib

Displaying 11 results from an estimated 11 matches for "sharedlib".

2008 Sep 08
1
Help about the Rxfax on asterisk
Hi all, I have a trixbox2.6.1 on my one server, i have configured sangoma A200/Remora FXO/FXS Analog AFT card on that server, from my zap line the incoming faxes are coming, i have setup the did for zap channel. my question is when i am getting any faxes, asterisk shows me rxfax execution and suddently asterisk crashes and i can't get email notification for received faxes. any one help me
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...============= RCS file: /cvsroot/rsync/zlib/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- zlib/Makefile 7 May 1998 06:19:41 -0000 1.1 +++ zlib/Makefile 30 Jan 2002 01:12:42 -0000 @@ -22,8 +22,9 @@ LDFLAGS=-L. -lz LDSHARED=$(CC) +CPP=$(CC) -E -VER=1.1.2 +VER=1.1.3 LIBS=libz.a SHAREDLIB=libz.so @@ -34,21 +35,27 @@ prefix = /usr/local exec_prefix = ${prefix} +libdir = ${exec_prefix}/lib +includedir = ${prefix}/include OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o +OB...
2004 Nov 24
0
Have anyone successfully install Daniel G729 test suite ? mine core dumped !!
...Found [codec_g729.so] => (G729/PCM16 (signed linear) Codec Translator, based on IPP) Illegal instruction do i need to install the ICC ? or lack of something , like a libary , not much of a programmer my self i dont know where i should put the export_LIBRARY_PATH=/opt/intel/ipp41/ia32_itanium/sharedlib:/opt/intel/ipp41/ia32_itanium/sharedlib/linux32:$LD_LIBRARY_PATH if anyone of you have successfully installed it , please share the configuration , thank you kindly regards Linxroute --------------------------------- ALL-NEW Yahoo! Messenger - all new features - even more fun! --------...
2007 Dec 03
2
[LLVMdev] LLVM footprint
...pts \ -lLLVMAnalysis \ -lLLVMTransformUtils \ -lLLVMSelectionDAG \ -lLLVMAnalysis \ -lLLVMCore \ -lLLVMSupport \ -lLLVMSystem \ $(NULL) and the C++ code is here: http://hg.mozilla.org/users/bsmedberg_mozilla.com/llvm-test/?file/e021a9901b98/LLVMTest.cpp Note that because this is a sharedlib I had to configure LLVM with - --enable-pic --enable-optimize, but I used no other configure options... should I have? Are there features that can be disabled to reduce footprint? - --BDS - -- Benjamin Smedberg Platform Guru Mozilla Corporation benjamin at smedbergs.us http://benjamin.smedbergs....
2001 Jul 03
2
need newer binutils?
...utils *** cause of the shared libs so I looked for newer binutils, and tried to complie them: binutils-2.9.5.0.37 configure, make, make install but wine gives me the same message :( The next idea was, to replace the ld... with newer one. But when I tried to complile ld.so-1.9.11 I got the error sharedlib.h not exist :( I am really not a Linux-expert. Who can help me, I just want to compile wine. cu Bernd
2013 Apr 30
2
What is the significance of 22 in the Debian libxapian22 packages
What is the significance of 22 in the Debian libxapian22 and libxapian22-dbg packages? According to http://packages.debian.org/search?keywords=libxapian22 they are built from upstream versions 1.2.3 to 1.2.12 (of xapian-core?) The reason for asking is that we need xapian-omega (and hence xapian-core) at 1.2.8 or later. Previously we have built and installed directly from source but a package
2020 Aug 29
0
[klibc:riscv64-enable-relax] Kbuild, klcc: Support multiple objects in KLIBCCRTSHARED
...; shared versus static @staticopt = ("${prefix}/${KCROSS}lib/crt0.o"); @staticlib = ("${prefix}/${KCROSS}lib/libc.a"); - at sharedopt = (@EMAIN, "${prefix}/${KCROSS}lib/interp.o"); + at sharedopt = (@EMAIN, map { "${prefix}/${KCROSS}lib/$_" } @CRTSHARED); @sharedlib = ('-R', "${prefix}/${KCROSS}lib/libc.so"); # Returns the language (-x option string) for a specific extension. diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc index bfe6edb3..28b5e856 100644 --- a/scripts/Kbuild.klibc +++ b/scripts/Kbuild.klibc @@ -82,6 +82,7 @@ KLIBC...
2020 Aug 20
0
[klibc:master] klcc: Treat CC, LD, STRIP as multiple words
...ame\n"; $libgcc = <LIBGCC>; chomp $libgcc; close(LIBGCC); if ( $shared ) { - $rv = mysystem($LD, @LDFLAGS, @sharedopt, @ldopt, @outopt, @objs, + $rv = mysystem(@LD, @LDFLAGS, @sharedopt, @ldopt, @outopt, @objs, @libs, @stdlibpath, '--start-group', @sharedlib, $libgcc, '--end-group'); } else { - $rv = mysystem($LD, @LDFLAGS, @staticopt, @ldopt, @outopt, @objs, + $rv = mysystem(@LD, @LDFLAGS, @staticopt, @ldopt, @outopt, @objs, @libs, @stdlibpath, '--start-group', @staticlib, $libgcc, '--end-group...
2007 Dec 03
0
[LLVMdev] LLVM footprint
...-lLLVMCore -lLLVMSupport -lLLVMSystem (this is on a ppc/darwin system). > Note that I'm not using the LLVM build system, I'm using the Mozilla build > system and manually pulling in the libraries I needed to resolve symbols... That should be fine. > Note that because this is a sharedlib I had to configure LLVM with > - --enable-pic --enable-optimize, but I used no other configure options... > should I have? Are there features that can be disabled to reduce footprint? LLVM uses a lot of strings in assertion messages. building with 'ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS...
1999 Dec 23
1
rpart on Alpha under OSF
Running on an Alpha machine which reports (uname -a) OSF1 bsdx01.bs.ehu.es V4.0 878 alpha and using the binary distribution put together by Albrecht Gebhardt (in http://cran.at.r-project.org/bin/osf/osf4.0/tar/alpha_ev5/) I obtain core dumps whenever I try to use package rpart. I have R REMOVE'd the rpart package, downloaded the source rpart_1.0-7.tar from CRAN and
2016 Mar 07
2
Windows port
Hi! I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) Where are a lot of Windows-branches at GitHub. What is the most actual one? The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows