Displaying 7 results from an estimated 7 matches for "gsm_creat".
Did you mean:
gsm_create
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...ts and added spaces for clarity) wrote:
> >
> >
> > Code:
> > cd ~/Desktop/gsm-1.0-pl13
> >
> > GSMOBJS=""
> >
> > for GSMSRC in add code debug decode long_term lpc preprocess rpe gsm_destroy gsm_decode gsm_encode gsm_explode gsm_implode gsm_create gsm_print gsm_option short_term table ; do
> > gcc -g -arch i386 -m32 -dynamic -ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o
> > GSMOBJS+="src/${GSMSRC}.o "
> > done
> >
> > libtool -dy...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...below:
rwoodsmall (with minor path edits and added spaces for clarity) wrote:
>
>
> Code:
> cd ~/Desktop/gsm-1.0-pl13
>
> GSMOBJS=""
>
> for GSMSRC in add code debug decode long_term lpc preprocess rpe gsm_destroy gsm_decode gsm_encode gsm_explode gsm_implode gsm_create gsm_print gsm_option short_term table ; do
> gcc -g -arch i386 -m32 -dynamic -ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o
> GSMOBJS+="src/${GSMSRC}.o "
> done
>
> libtool -dynamic -v -o lib/libgsm.1....
2013 May 06
1
What is bootstrap.sh for ? Possible bug in 11.3.0 ?
...conf
+ autoheader
+ automake --add-missing --copy
+ exit 0
2. After running bootstrap.sh, ./configure fails with:
checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using
dahdi/user.h... no
checking for getifaddrs() support... yes
checking for timerfd support... yes
checking for gsm_create in -lgsm... no
./configure: line 17928: syntax error near unexpected token `ILBC,'
./configure: line 17928: ` PKG_CHECK_MODULES(ILBC, libilbc,'
My questions are:
1. What is the purpose of bootstrap.sh ?
2. Is this a bug or a feature ?
Regards
-------------- next part --------------...
2003 Mar 02
1
Serious memory leak in asterisk (manager)
hi all
after getting some (or - a lot) of messages from nagios, claiming
asterisk
to be down, I found this out...
astping xxx times repeatedly, and the manager fails to start. this
little
script was used for testing. below, I've pasted the output from 'ps
axfv' before and after the DoS, showing asterisk having allocated ~2GB
RAM.
roy
#!/usr/bin/perl -w
use strict;
my $i = 0;
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...42 1 0.01 43603 1 0.01 43603
gsim2out.ll 8 67436 0 0.01 67412 0 0.01 67412
gsimage.ll 15 164706 0 0.02 164682 0 0.02 164682
gsline.ll 12 25004 0 0.01 24980 0 0.01 24980
gs.ll 9 34248 0 0.01 34224 0 0.01 34224
gsmain.ll 3 18785 0 0.01 18761 0 0.01 18761
gsmatrix.ll 14 76302 0 0.02 76278 0 0.01 76373
gsm_create.ll 1 3343 0 0.01 3313 0 0.01 3313
gsm_decode.ll 1 44688 0 0.01 44658 0 0.01 44658
gsm_destroy.ll 1 1940 0 0.01 1910 0 0.01 1910
gsm_encode.ll 1 34706 0 0.01 34676 0 0.01 34676
gsm_explode.ll 1 56625 0 0.01 56595 0 0.01 56595
gsm_implode.ll 1 46766 0 0.01 46736 0 0.01 46736
gsmisc.ll 2 4510 0 0.01...