tar -xf libshout-2.4.1.tar.gz checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i586-slackware-linux/bin/ld checking if the linker (/usr/i586-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i586-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i586-slackware-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for strings.h... (cached) yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for inttypes.h... (cached) yes checking for uint32_t... yes checking for gettimeofday... yes checking for ftime... yes checking for library containing nanosleep... none required checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for socklen_t... yes checking for va_copy... va_copy checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking for library containing sethostent... none required checking for library containing getnameinfo... none required checking for endhostent... yes checking for getaddrinfo... yes checking for inet_aton... yes checking for writev... yes checking for struct sockaddr_storage.ss_family... yes checking for inet_pton... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for pthread_spin_lock... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libogg... ok checking for VORBIS... yes checking for THEORA... yes checking for SPEEX... yes checking for pkg-config... yes checking for pkg-config... /usr/bin/pkg-config checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/shout/Makefile config.status: creating include/shout/shout.h config.status: creating src/Makefile config.status: creating src/common/net/Makefile config.status: creating src/common/timing/Makefile config.status: creating src/common/thread/Makefile config.status: creating src/common/avl/Makefile config.status: creating src/common/httpp/Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating win32/Makefile config.status: creating shout.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1' Making all in include make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/include' Making all in shout make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/include/shout' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/include/shout' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/include' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/include' Making all in src make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src' Making all in common/avl make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/avl' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libiceavl_la-avl.lo -MD -MP -MF .deps/libiceavl_la-avl.Tpo -c -o libiceavl_la-avl.lo `test -f 'avl.c' || echo './'`avl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libiceavl_la-avl.lo -MD -MP -MF .deps/libiceavl_la-avl.Tpo -c avl.c -fPIC -DPIC -o .libs/libiceavl_la-avl.o mv -f .deps/libiceavl_la-avl.Tpo .deps/libiceavl_la-avl.Plo /bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o libiceavl.la libiceavl_la-avl.lo libtool: link: ar cru .libs/libiceavl.a .libs/libiceavl_la-avl.o libtool: link: ranlib .libs/libiceavl.a libtool: link: ( cd ".libs" && rm -f "libiceavl.la" && ln -s "../libiceavl.la" "libiceavl.la" ) make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/avl' Making all in common/net make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/net' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicenet_la-sock.lo -MD -MP -MF .deps/libicenet_la-sock.Tpo -c -o libicenet_la-sock.lo `test -f 'sock.c' || echo './'`sock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicenet_la-sock.lo -MD -MP -MF .deps/libicenet_la-sock.Tpo -c sock.c -fPIC -DPIC -o .libs/libicenet_la-sock.o mv -f .deps/libicenet_la-sock.Tpo .deps/libicenet_la-sock.Plo /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicenet_la-resolver.lo -MD -MP -MF .deps/libicenet_la-resolver.Tpo -c -o libicenet_la-resolver.lo `test -f 'resolver.c' || echo './'`resolver.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicenet_la-resolver.lo -MD -MP -MF .deps/libicenet_la-resolver.Tpo -c resolver.c -fPIC -DPIC -o .libs/libicenet_la-resolver.o mv -f .deps/libicenet_la-resolver.Tpo .deps/libicenet_la-resolver.Plo /bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o libicenet.la libicenet_la-sock.lo libicenet_la-resolver.lo libtool: link: ar cru .libs/libicenet.a .libs/libicenet_la-sock.o .libs/libicenet_la-resolver.o libtool: link: ranlib .libs/libicenet.a libtool: link: ( cd ".libs" && rm -f "libicenet.la" && ln -s "../libicenet.la" "libicenet.la" ) make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/net' Making all in common/timing make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/timing' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicetiming_la-timing.lo -MD -MP -MF .deps/libicetiming_la-timing.Tpo -c -o libicetiming_la-timing.lo `test -f 'timing.c' || echo './'`timing.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicetiming_la-timing.lo -MD -MP -MF .deps/libicetiming_la-timing.Tpo -c timing.c -fPIC -DPIC -o .libs/libicetiming_la-timing.o mv -f .deps/libicetiming_la-timing.Tpo .deps/libicetiming_la-timing.Plo /bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o libicetiming.la libicetiming_la-timing.lo libtool: link: ar cru .libs/libicetiming.a .libs/libicetiming_la-timing.o libtool: link: ranlib .libs/libicetiming.a libtool: link: ( cd ".libs" && rm -f "libicetiming.la" && ln -s "../libicetiming.la" "libicetiming.la" ) make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/timing' Making all in common/httpp make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/httpp' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicehttpp_la-httpp.lo -MD -MP -MF .deps/libicehttpp_la-httpp.Tpo -c -o libicehttpp_la-httpp.lo `test -f 'httpp.c' || echo './'`httpp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicehttpp_la-httpp.lo -MD -MP -MF .deps/libicehttpp_la-httpp.Tpo -c httpp.c -fPIC -DPIC -o .libs/libicehttpp_la-httpp.o mv -f .deps/libicehttpp_la-httpp.Tpo .deps/libicehttpp_la-httpp.Plo /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicehttpp_la-encoding.lo -MD -MP -MF .deps/libicehttpp_la-encoding.Tpo -c -o libicehttpp_la-encoding.lo `test -f 'encoding.c' || echo './'`encoding.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicehttpp_la-encoding.lo -MD -MP -MF .deps/libicehttpp_la-encoding.Tpo -c encoding.c -fPIC -DPIC -o .libs/libicehttpp_la-encoding.o mv -f .deps/libicehttpp_la-encoding.Tpo .deps/libicehttpp_la-encoding.Plo /bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o libicehttpp.la libicehttpp_la-httpp.lo libicehttpp_la-encoding.lo libtool: link: ar cru .libs/libicehttpp.a .libs/libicehttpp_la-httpp.o .libs/libicehttpp_la-encoding.o libtool: link: ranlib .libs/libicehttpp.a libtool: link: ( cd ".libs" && rm -f "libicehttpp.la" && ln -s "../libicehttpp.la" "libicehttpp.la" ) make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/httpp' Making all in common/thread make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/thread' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicethread_la-thread.lo -MD -MP -MF .deps/libicethread_la-thread.Tpo -c -o libicethread_la-thread.lo `test -f 'thread.c' || echo './'`thread.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I./.. -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT libicethread_la-thread.lo -MD -MP -MF .deps/libicethread_la-thread.Tpo -c thread.c -fPIC -DPIC -o .libs/libicethread_la-thread.o thread.c: In function '_shout_thread_join': thread.c:746:9: warning: variable 'i' set but not used [-Wunused-but-set-variable] int i; ^ mv -f .deps/libicethread_la-thread.Tpo .deps/libicethread_la-thread.Plo /bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o libicethread.la libicethread_la-thread.lo libtool: link: ar cru .libs/libicethread.a .libs/libicethread_la-thread.o libtool: link: ranlib .libs/libicethread.a libtool: link: ( cd ".libs" && rm -f "libicethread.la" && ln -s "../libicethread.la" "libicethread.la" ) make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/thread' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT shout.lo -MD -MP -MF .deps/shout.Tpo -c -o shout.lo shout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT shout.lo -MD -MP -MF .deps/shout.Tpo -c shout.c -fPIC -DPIC -o .libs/shout.o mv -f .deps/shout.Tpo .deps/shout.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o mv -f .deps/util.Tpo .deps/util.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT queue.lo -MD -MP -MF .deps/queue.Tpo -c -o queue.lo queue.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT queue.lo -MD -MP -MF .deps/queue.Tpo -c queue.c -fPIC -DPIC -o .libs/queue.o mv -f .deps/queue.Tpo .deps/queue.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT proto_http.lo -MD -MP -MF .deps/proto_http.Tpo -c -o proto_http.lo proto_http.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT proto_http.lo -MD -MP -MF .deps/proto_http.Tpo -c proto_http.c -fPIC -DPIC -o .libs/proto_http.o mv -f .deps/proto_http.Tpo .deps/proto_http.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT proto_xaudiocast.lo -MD -MP -MF .deps/proto_xaudiocast.Tpo -c -o proto_xaudiocast.lo proto_xaudiocast.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT proto_xaudiocast.lo -MD -MP -MF .deps/proto_xaudiocast.Tpo -c proto_xaudiocast.c -fPIC -DPIC -o .libs/proto_xaudiocast.o mv -f .deps/proto_xaudiocast.Tpo .deps/proto_xaudiocast.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT proto_icy.lo -MD -MP -MF .deps/proto_icy.Tpo -c -o proto_icy.lo proto_icy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT proto_icy.lo -MD -MP -MF .deps/proto_icy.Tpo -c proto_icy.c -fPIC -DPIC -o .libs/proto_icy.o mv -f .deps/proto_icy.Tpo .deps/proto_icy.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT proto_roaraudio.lo -MD -MP -MF .deps/proto_roaraudio.Tpo -c -o proto_roaraudio.lo proto_roaraudio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT proto_roaraudio.lo -MD -MP -MF .deps/proto_roaraudio.Tpo -c proto_roaraudio.c -fPIC -DPIC -o .libs/proto_roaraudio.o mv -f .deps/proto_roaraudio.Tpo .deps/proto_roaraudio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT format_ogg.lo -MD -MP -MF .deps/format_ogg.Tpo -c -o format_ogg.lo format_ogg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT format_ogg.lo -MD -MP -MF .deps/format_ogg.Tpo -c format_ogg.c -fPIC -DPIC -o .libs/format_ogg.o mv -f .deps/format_ogg.Tpo .deps/format_ogg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT format_webm.lo -MD -MP -MF .deps/format_webm.Tpo -c -o format_webm.lo format_webm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT format_webm.lo -MD -MP -MF .deps/format_webm.Tpo -c format_webm.c -fPIC -DPIC -o .libs/format_webm.o mv -f .deps/format_webm.Tpo .deps/format_webm.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT format_mp3.lo -MD -MP -MF .deps/format_mp3.Tpo -c -o format_mp3.lo format_mp3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT format_mp3.lo -MD -MP -MF .deps/format_mp3.Tpo -c format_mp3.c -fPIC -DPIC -o .libs/format_mp3.o mv -f .deps/format_mp3.Tpo .deps/format_mp3.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT codec_vorbis.lo -MD -MP -MF .deps/codec_vorbis.Tpo -c -o codec_vorbis.lo codec_vorbis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT codec_vorbis.lo -MD -MP -MF .deps/codec_vorbis.Tpo -c codec_vorbis.c -fPIC -DPIC -o .libs/codec_vorbis.o mv -f .deps/codec_vorbis.Tpo .deps/codec_vorbis.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT codec_opus.lo -MD -MP -MF .deps/codec_opus.Tpo -c -o codec_opus.lo codec_opus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT codec_opus.lo -MD -MP -MF .deps/codec_opus.Tpo -c codec_opus.c -fPIC -DPIC -o .libs/codec_opus.o mv -f .deps/codec_opus.Tpo .deps/codec_opus.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT codec_theora.lo -MD -MP -MF .deps/codec_theora.Tpo -c -o codec_theora.lo codec_theora.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT codec_theora.lo -MD -MP -MF .deps/codec_theora.Tpo -c codec_theora.c -fPIC -DPIC -o .libs/codec_theora.o mv -f .deps/codec_theora.Tpo .deps/codec_theora.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT codec_speex.lo -MD -MP -MF .deps/codec_speex.Tpo -c -o codec_speex.lo codec_speex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT codec_speex.lo -MD -MP -MF .deps/codec_speex.Tpo -c codec_speex.c -fPIC -DPIC -o .libs/codec_speex.o mv -f .deps/codec_speex.Tpo .deps/codec_speex.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT tls.lo -MD -MP -MF .deps/tls.Tpo -c -o tls.lo tls.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I./common/ -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT tls.lo -MD -MP -MF .deps/tls.Tpo -c tls.c -fPIC -DPIC -o .libs/tls.o tls.c: In function 'tls_setup': tls.c:71:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth = TLSv1_client_method(); ^ mv -f .deps/tls.Tpo .deps/tls.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -version-info 5:0:2 -o libshout.la -rpath /usr/lib shout.lo util.lo queue.lo proto_http.lo proto_xaudiocast.lo proto_icy.lo proto_roaraudio.lo format_ogg.lo format_webm.lo format_mp3.lo codec_vorbis.lo codec_opus.lo codec_theora.lo codec_speex.lo tls.lo common/net/libicenet.la common/timing/libicetiming.la common/avl/libiceavl.la common/httpp/libicehttpp.la common/thread/libicethread.la -ltheora -logg -lvorbis -lspeex -lssl -lcrypto -lspeex LDFLAGS -ltheora -logg libtool: link: gcc -shared -fPIC -DPIC .libs/shout.o .libs/util.o .libs/queue.o .libs/proto_http.o .libs/proto_xaudiocast.o .libs/proto_icy.o .libs/proto_roaraudio.o .libs/format_ogg.o .libs/format_webm.o .libs/format_mp3.o .libs/codec_vorbis.o .libs/codec_opus.o .libs/codec_theora.o .libs/codec_speex.o .libs/tls.o -Wl,--whole-archive common/net/.libs/libicenet.a common/timing/.libs/libicetiming.a common/avl/.libs/libiceavl.a common/httpp/.libs/libicehttpp.a common/thread/.libs/libicethread.a -Wl,--no-whole-archive /usr/lib/libvorbis.so -lssl -lcrypto /usr/lib/libspeex.so /usr/lib/libtheora.so /usr/lib/libogg.so -pthread -O2 -march=i586 -mtune=i686 -pthread -Wl,-soname -Wl,libshout.so.3 -o .libs/libshout.so.3.2.0 libtool: link: (cd ".libs" && rm -f "libshout.so.3" && ln -s "libshout.so.3.2.0" "libshout.so.3") libtool: link: (cd ".libs" && rm -f "libshout.so" && ln -s "libshout.so.3.2.0" "libshout.so") libtool: link: ( cd ".libs" && rm -f "libshout.la" && ln -s "../libshout.la" "libshout.la" ) make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src' Making all in examples make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT example.o -MD -MP -MF .deps/example.Tpo -c -o example.o example.c mv -f .deps/example.Tpo .deps/example.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o example example.o ../src/libshout.la -lvorbis -ltheora -logg -lspeex -lssl -lcrypto libtool: link: gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o .libs/example example.o ../src/.libs/libshout.so /usr/lib/libvorbis.so /usr/lib/libtheora.so /usr/lib/libogg.so /usr/lib/libspeex.so -lssl -lcrypto -pthread gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -MT nonblocking.o -MD -MP -MF .deps/nonblocking.Tpo -c -o nonblocking.o nonblocking.c mv -f .deps/nonblocking.Tpo .deps/nonblocking.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o nonblocking nonblocking.o ../src/libshout.la -lvorbis -ltheora -logg -lspeex -lssl -lcrypto libtool: link: gcc -Wall -ffast-math -fsigned-char -pthread -O2 -march=i586 -mtune=i686 -o .libs/nonblocking nonblocking.o ../src/.libs/libshout.so /usr/lib/libvorbis.so /usr/lib/libtheora.so /usr/lib/libogg.so /usr/lib/libspeex.so -lssl -lcrypto -pthread make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/examples' Making all in doc make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/doc' Making all in win32 make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/win32' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/win32' make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1' make[1]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1' Making install in include make[1]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/include' Making install in shout make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/include/shout' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/include/shout' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/djemos/libshout/pkg/usr/include/shout' /usr/bin/ginstall -c -m 644 shout.h '/home/djemos/libshout/pkg/usr/include/shout' make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/include/shout' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/include/shout' make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/include' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/include' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/include' make[1]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/include' Making install in src make[1]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src' Making install in common/avl make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/avl' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/avl' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/avl' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/avl' Making install in common/net make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/net' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/net' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/net' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/net' Making install in common/timing make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/timing' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/timing' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/timing' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/timing' Making install in common/httpp make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/httpp' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/httpp' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/httpp' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/httpp' Making install in common/thread make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/thread' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/thread' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/thread' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src/common/thread' make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src' make[3]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/src' /usr/bin/mkdir -p '/home/djemos/libshout/pkg/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libshout.la '/home/djemos/libshout/pkg/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/libshout.so.3.2.0 /home/djemos/libshout/pkg/usr/lib/libshout.so.3.2.0 libtool: install: (cd /home/djemos/libshout/pkg/usr/lib && { ln -s -f libshout.so.3.2.0 libshout.so.3 || { rm -f libshout.so.3 && ln -s libshout.so.3.2.0 libshout.so.3; }; }) libtool: install: (cd /home/djemos/libshout/pkg/usr/lib && { ln -s -f libshout.so.3.2.0 libshout.so || { rm -f libshout.so && ln -s libshout.so.3.2.0 libshout.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/libshout.lai /home/djemos/libshout/pkg/usr/lib/libshout.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src' make[1]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/src' Making install in examples make[1]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/examples' make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/examples' make[1]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/examples' Making install in doc make[1]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/doc' make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/doc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/doc' make[1]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/doc' Making install in win32 make[1]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/win32' make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1/win32' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/win32' make[1]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1/win32' make[1]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1' make[2]: Entering directory '/home/djemos/libshout/src/libshout-2.4.1' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/djemos/libshout/pkg/usr/lib/ckport/db' /usr/bin/ginstall -c -m 644 libshout.ckport '/home/djemos/libshout/pkg/usr/lib/ckport/db' /usr/bin/mkdir -p '/home/djemos/libshout/pkg/usr/share/doc/libshout' /usr/bin/ginstall -c -m 644 COPYING NEWS README examples/example.c examples/nonblocking.c '/home/djemos/libshout/pkg/usr/share/doc/libshout' /usr/bin/mkdir -p '/home/djemos/libshout/pkg/usr/share/aclocal' /usr/bin/ginstall -c -m 644 m4/shout.m4 '/home/djemos/libshout/pkg/usr/share/aclocal' /usr/bin/mkdir -p '/home/djemos/libshout/pkg/usr/lib/pkgconfig' /usr/bin/ginstall -c -m 644 shout.pc '/home/djemos/libshout/pkg/usr/lib/pkgconfig' make[2]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1' make[1]: Leaving directory '/home/djemos/libshout/src/libshout-2.4.1' /home/djemos/libshout/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Νοέ 23 16:45 install drwxr-xr-x 7 root root 4096 Νοέ 23 16:45 usr /home/djemos/libshout/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 470 Νοέ 23 16:45 slack-desc /home/djemos/libshout/pkg/usr: σύνολο 20 drwxr-xr-x 3 root root 4096 Νοέ 23 16:45 doc drwxr-xr-x 3 root root 4096 Νοέ 23 16:45 include drwxr-xr-x 4 root root 4096 Νοέ 23 16:45 lib drwxr-xr-x 3 root root 4096 Νοέ 23 16:45 share drwxr-xr-x 3 root root 4096 Νοέ 23 16:45 src /home/djemos/libshout/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 root root 4096 Νοέ 23 16:45 libshout-2.4.1 /home/djemos/libshout/pkg/usr/doc/libshout-2.4.1: σύνολο 52 -rw-r--r-- 1 root root 25275 Νοέ 23 16:45 COPYING -rw-r--r-- 1 root root 1346 Νοέ 23 16:45 INSTALL -rw-r--r-- 1 root root 1252 Νοέ 23 16:45 NEWS -rw-r--r-- 1 root root 99 Νοέ 23 16:45 README -rw-r--r-- 1 root root 25 Νοέ 23 16:45 TODO -rw-r--r-- 1 root root 1893 Νοέ 23 16:45 example.c -rw-r--r-- 1 root root 2473 Νοέ 23 16:45 nonblocking.c /home/djemos/libshout/pkg/usr/include: σύνολο 4 drwxr-xr-x 2 root root 4096 Νοέ 23 16:45 shout /home/djemos/libshout/pkg/usr/include/shout: σύνολο 12 -rw-r--r-- 1 root root 10347 Νοέ 23 16:45 shout.h /home/djemos/libshout/pkg/usr/lib: σύνολο 104 drwxr-xr-x 3 root root 4096 Νοέ 23 16:45 ckport lrwxrwxrwx 1 root root 17 Νοέ 23 16:45 libshout.so -> libshout.so.3.2.0 lrwxrwxrwx 1 root root 17 Νοέ 23 16:45 libshout.so.3 -> libshout.so.3.2.0 -rwxr-xr-x 1 root root 96520 Νοέ 23 16:45 libshout.so.3.2.0 drwxr-xr-x 2 root root 4096 Νοέ 23 16:45 pkgconfig /home/djemos/libshout/pkg/usr/lib/ckport: σύνολο 4 drwxr-xr-x 2 root root 4096 Νοέ 23 16:45 db /home/djemos/libshout/pkg/usr/lib/ckport/db: σύνολο 4 -rw-r--r-- 1 root root 2412 Νοέ 23 16:45 libshout.ckport /home/djemos/libshout/pkg/usr/lib/pkgconfig: σύνολο 4 -rw-r--r-- 1 root root 353 Νοέ 23 16:45 shout.pc /home/djemos/libshout/pkg/usr/share: σύνολο 4 drwxr-xr-x 2 root root 4096 Νοέ 23 16:45 aclocal /home/djemos/libshout/pkg/usr/share/aclocal: σύνολο 4 -rw-r--r-- 1 root root 2161 Νοέ 23 16:45 shout.m4 /home/djemos/libshout/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Νοέ 23 16:45 libshout-2.4.1 /home/djemos/libshout/pkg/usr/src/libshout-2.4.1: σύνολο 4 -rw-r--r-- 1 root root 1124 Νοέ 23 16:45 SLKBUILD Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib/libshout.so.3 libshout.so.3.2.0 usr/lib/libshout.so libshout.so.3.2.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libshout.so.3 ) ( cd usr/lib ; ln -sf libshout.so.3.2.0 libshout.so.3 ) ( cd usr/lib ; rm -rf libshout.so ) ( cd usr/lib ; ln -sf libshout.so.3.2.0 libshout.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/libshout.so.3' removed './usr/lib/libshout.so' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/djemos/libshout/libshout-2.4.1-i586-1dj.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/lib/ usr/lib/pkgconfig/ usr/lib/pkgconfig/shout.pc usr/lib/libshout.so.3.2.0 usr/lib/ckport/ usr/lib/ckport/db/ usr/lib/ckport/db/libshout.ckport usr/doc/ usr/doc/libshout-2.4.1/ usr/doc/libshout-2.4.1/example.c usr/doc/libshout-2.4.1/COPYING usr/doc/libshout-2.4.1/README usr/doc/libshout-2.4.1/nonblocking.c usr/doc/libshout-2.4.1/TODO usr/doc/libshout-2.4.1/NEWS usr/doc/libshout-2.4.1/INSTALL usr/src/ usr/src/libshout-2.4.1/ usr/src/libshout-2.4.1/SLKBUILD usr/share/ usr/share/aclocal/ usr/share/aclocal/shout.m4 usr/include/ usr/include/shout/ usr/include/shout/shout.h Slackware package /home/djemos/libshout/libshout-2.4.1-i586-1dj.txz created. Package has been built. Cleaning pkg and src directories