search for: dwav49

Displaying 5 results from an estimated 5 matches for "dwav49".

Did you mean: wav49
2005 Aug 09
3
Build on Itanium fails
...fi gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC -O6 -march=ia64 -DSASR -DNDEBUG -DWAV49 -I./inc src/add.c cc1: error: invalid option `arch=ia64' =============================================================== Can somebody help me? Thanks, // Jonas
2007 Jan 04
1
Trouble compiling asterisk 1.2.14
...rc/asterisk-1.2.14/codecs/gsm' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -fomit-frame-pointer -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O6 -march=k8 -fPIC -DSASR -DNDEBUG -DWAV49 -I./inc src/add.c cc1: error: bad value (k8) for -march= switch cc1: error: bad value (k8) for -mcpu= switch make[2]: *** [src/add.o] Error 1 make[2]: Leaving directory `/usr/src/asterisk-1.2.14/codecs/gsm' make[1]: *** [gsm/lib/libgsm.a] Error 2 make[1]: Leaving directory `/usr/src/asterisk-...
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...gt; > > 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.0.13.dylib -install_name /usr/lib/libgsm.1.0.13.dylib -compatibility_version 1.0.13 -current_version 1.0.13 -lc ${GSMOBJS} > >...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...t;" > > 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.0.13.dylib -install_name /usr/lib/libgsm.1.0.13.dylib -compatibility_version 1.0.13 -current_version 1.0.13 -lc ${GSMOBJS} > > > Then do th...
2006 May 25
2
Compilation issues with s390
.... compilation runs successfully up to this point: gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -fomit-frame-pointer -fPIC -c -DNeedFunctionPrototypes=1 -funroll-loops -O6 -march=s390 -fPIC -DSASR -DNDEBUG -DWAV49 -I./inc src/add.c cc1: invalid option `arch=s390' make[2]: *** [src/add.o] Error 1 make[2]: Leaving directory `/usr/src/asterisk-1.2.7.1/codecs/gsm' make[1]: *** [gsm/lib/libgsm.a] Error 2 make[1]: Leaving directory `/usr/src/asterisk-1.2.7.1/codecs' make: *** [subdirs] Error 1