Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/tmp/
Upload File :
Current File : /hdd/hdd21/main/tmp/make-ffmpeg_gsm.log

gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/add.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/code.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/debug.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/decode.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/long_term.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/lpc.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/preprocess.c
src/code.c: In function 'Gsm_Coder':
src/code.c:95:8: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
  (void)memcpy( (char *)S->dp0, (char *)(S->dp0 + 160),
        ^
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/rpe.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/gsm_destroy.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/gsm_decode.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/gsm_encode.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/gsm_explode.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/gsm_implode.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/gsm_create.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/gsm_print.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/gsm_option.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/short_term.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/table.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/toast.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/toast_lin.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/toast_ulaw.c
src/toast.c: In function 'open_output':
src/toast.c:510:8: warning: assignment makes pointer from integer without a cast [enabled by default]
    out = fdopen(outfd, WRITE);
        ^
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/toast_alaw.c
gcc -ansi -pedantic -c -O2 -fPIC -DNeedFunctionPrototypes=1 -DSASR     -DWAV49  -I./inc src/toast_audio.c
rm  ./lib/libgsm.a
rm: cannot remove './lib/libgsm.a': No such file or directory
make: [lib/libgsm.a] Error 1 (ignored)
ar cr ./lib/libgsm.a ./src/add.o ./src/code.o ./src/debug.o ./src/decode.o ./src/long_term.o ./src/lpc.o ./src/preprocess.o ./src/rpe.o ./src/gsm_destroy.o ./src/gsm_decode.o ./src/gsm_encode.o ./src/gsm_explode.o ./src/gsm_implode.o ./src/gsm_create.o ./src/gsm_print.o ./src/gsm_option.o ./src/short_term.o ./src/table.o
ranlib ./lib/libgsm.a
gcc -ansi -pedantic -L/usr/lib64 -fPIC  -o ./bin/toast ./src/toast.o ./src/toast_lin.o ./src/toast_ulaw.o ./src/toast_alaw.o ./src/toast_audio.o ./lib/libgsm.a 
rm  ./bin/tcat
rm  ./bin/untoast
rm: cannot remove './bin/tcat': No such file or directory
make: [bin/tcat] Error 1 (ignored)
ln ./bin/toast ./bin/tcat
rm: cannot remove './bin/untoast': No such file or directory
make: [bin/untoast] Error 1 (ignored)
ln ./bin/toast ./bin/untoast
.: Done.
if [ x"" != x ]; then	\
		make /bin/toast /bin/tcat /bin/untoast /man/man1/toast.1;	\
	fi
if [ x"" != x ] ; then	\
		make /lib/libgsm.a /inc/gsm.h /man/man3/gsm.3 /man/man3/gsm_explode.3 /man/man3/gsm_option.3 /man/man3/gsm_print.3 ;	\
	fi
install: Done.