Displaying 2 results from an estimated 2 matches for "gsmsrc".
Did you mean:
getsrc
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...here
>
> [5] Compile and install libgsm per instructions 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/${GSMS...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...rchive.com/
[4] Copy libgsm source to ~/Desktop and extract it there
[5] Compile and install libgsm per instructions 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...