Skip to content

Instantly share code, notes, and snippets.

@ukleinek
Created March 15, 2018 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ukleinek/d438c4e3584e366598221a31a905767c to your computer and use it in GitHub Desktop.
Save ukleinek/d438c4e3584e366598221a31a905767c to your computer and use it in GitHub Desktop.
building pupnp with --with-documentation
uwe@taurus:~$ cd tmp/
uwe@taurus:~/tmp$ git clone -b branch-1.6.x https://github.com/mrjimenez/pupnp
Cloning into 'pupnp'...
remote: Counting objects: 12763, done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 12763 (delta 12), reused 17 (delta 5), pack-reused 12727
Receiving objects: 100% (12763/12763), 7.04 MiB | 2.33 MiB/s, done.
Resolving deltas: 100% (7284/7284), done.
uwe@taurus:~/tmp$ cd pupnp/
uwe@taurus:~/tmp/pupnp$ git rev-parse HEAD
95733d59e4778a21e3b0ea3551cf810dc8db0d5d
uwe@taurus:~/tmp/pupnp$ ./bootstrap
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:609: installing 'build-aux/ar-lib'
configure.ac:607: installing 'build-aux/compile'
configure.ac:447: installing 'build-aux/config.guess'
configure.ac:447: installing 'build-aux/config.sub'
configure.ac:441: installing 'build-aux/install-sh'
configure.ac:441: installing 'build-aux/missing'
ixml/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
Now run ./configure and then make.
uwe@taurus:~/tmp/pupnp$ ./configure --with-documentation
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for --enable-debug... no
checking for --enable-client... yes
checking for --enable-device... yes
checking for --enable-webserver... yes
checking for --enable-ssdp... yes
checking for --enable-optssdp... yes
checking for --enable-soap... yes
checking for --enable-gena... yes
checking for --enable-tools... yes
checking for --enable-ipv6... no
checking for --enable-unspecified_server... no
checking for --enable-blocking_tcp_connections... yes
checking for --enable-scriptsupport... yes
checking for --enable-postwrite... no
checking for --enable-reuseaddr... no
checking for --enable-samples... yes
checking for documentation directory... ${datarootdir}/doc/libupnp-1.6.26
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 for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
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 a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
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/bin/ld -m elf_x86_64) 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... yes
checking whether make sets $(MAKE)... (cached) yes
checking for egrep... (cached) /bin/grep -E
--------------------- Default compilation flags -------------------------------
host is x86_64-pc-linux-gnu
host_os is linux-gnu
Using non-specific system compiler settings
checking CFLAGS for gcc -Os... -Os
checking CFLAGS for maximum warnings... -Wall
-------------------------------------------------------------------------------
checking for size_t... yes
checking for off_t... yes
checking for Win32... no
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking for socklen_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for strnlen... yes
checking for strndup... yes
checking for library containing bind... none required
checking for library containing gethostbyname... none required
checking for library containing sched_getparam... none required
--------------------------- pthread stuff -------------------------------------
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
----------------------- pthread_rwlock_t stuff --------------------------------
checking if pthread_rwlock_t is available... yes, supported without any options
-------------------------------------------------------------------------------
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ixml/Makefile
config.status: creating ixml/doc/Makefile
config.status: creating threadutil/Makefile
config.status: creating upnp/Makefile
config.status: creating upnp/doc/Makefile
config.status: creating upnp/sample/Makefile
config.status: creating docs/dist/Makefile
config.status: creating libupnp.pc
config.status: creating autoconfig.h
config.status: creating upnp/inc/upnpconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: copying "autoconfig.h" to "build/inc/autoconfig.h"
configure: copying "upnp/inc/upnpconfig.h" to "build/inc/upnpconfig.h"
uwe@taurus:~/tmp/pupnp$ make install DESTDIR=/tmp/sajdkl
Makefile:949: warning: overriding recipe for target 'libupnp.pc'
Makefile:487: warning: ignoring old recipe for target 'libupnp.pc'
Making install in ixml
make[1]: Entering directory '/home/uwe/tmp/pupnp/ixml'
Making install in doc
make[2]: Entering directory '/home/uwe/tmp/pupnp/ixml/doc'
make[3]: Entering directory '/home/uwe/tmp/pupnp/ixml/doc'
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/uwe/tmp/pupnp/ixml/doc'
make[2]: Leaving directory '/home/uwe/tmp/pupnp/ixml/doc'
make[2]: Entering directory '/home/uwe/tmp/pupnp/ixml'
depbase=`echo src/attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/attr.lo -MD -MP -MF $depbase.Tpo -c -o src/attr.lo src/attr.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/attr.lo -MD -MP -MF src/.deps/attr.Tpo -c src/attr.c -fPIC -DPIC -o src/.libs/attr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/attr.lo -MD -MP -MF src/.deps/attr.Tpo -c src/attr.c -o src/attr.o >/dev/null 2>&1
depbase=`echo src/document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/document.lo -MD -MP -MF $depbase.Tpo -c -o src/document.lo src/document.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/document.lo -MD -MP -MF src/.deps/document.Tpo -c src/document.c -fPIC -DPIC -o src/.libs/document.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/document.lo -MD -MP -MF src/.deps/document.Tpo -c src/document.c -o src/document.o >/dev/null 2>&1
depbase=`echo src/element.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/element.lo -MD -MP -MF $depbase.Tpo -c -o src/element.lo src/element.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/element.lo -MD -MP -MF src/.deps/element.Tpo -c src/element.c -fPIC -DPIC -o src/.libs/element.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/element.lo -MD -MP -MF src/.deps/element.Tpo -c src/element.c -o src/element.o >/dev/null 2>&1
depbase=`echo src/ixml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixml.lo -MD -MP -MF $depbase.Tpo -c -o src/ixml.lo src/ixml.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixml.lo -MD -MP -MF src/.deps/ixml.Tpo -c src/ixml.c -fPIC -DPIC -o src/.libs/ixml.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixml.lo -MD -MP -MF src/.deps/ixml.Tpo -c src/ixml.c -o src/ixml.o >/dev/null 2>&1
depbase=`echo src/ixmldebug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmldebug.lo -MD -MP -MF $depbase.Tpo -c -o src/ixmldebug.lo src/ixmldebug.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmldebug.lo -MD -MP -MF src/.deps/ixmldebug.Tpo -c src/ixmldebug.c -fPIC -DPIC -o src/.libs/ixmldebug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmldebug.lo -MD -MP -MF src/.deps/ixmldebug.Tpo -c src/ixmldebug.c -o src/ixmldebug.o >/dev/null 2>&1
depbase=`echo src/ixmlparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmlparser.lo -MD -MP -MF $depbase.Tpo -c -o src/ixmlparser.lo src/ixmlparser.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmlparser.lo -MD -MP -MF src/.deps/ixmlparser.Tpo -c src/ixmlparser.c -fPIC -DPIC -o src/.libs/ixmlparser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmlparser.lo -MD -MP -MF src/.deps/ixmlparser.Tpo -c src/ixmlparser.c -o src/ixmlparser.o >/dev/null 2>&1
depbase=`echo src/ixmlmembuf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmlmembuf.lo -MD -MP -MF $depbase.Tpo -c -o src/ixmlmembuf.lo src/ixmlmembuf.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmlmembuf.lo -MD -MP -MF src/.deps/ixmlmembuf.Tpo -c src/ixmlmembuf.c -fPIC -DPIC -o src/.libs/ixmlmembuf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ixmlmembuf.lo -MD -MP -MF src/.deps/ixmlmembuf.Tpo -c src/ixmlmembuf.c -o src/ixmlmembuf.o >/dev/null 2>&1
depbase=`echo src/namedNodeMap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/namedNodeMap.lo -MD -MP -MF $depbase.Tpo -c -o src/namedNodeMap.lo src/namedNodeMap.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/namedNodeMap.lo -MD -MP -MF src/.deps/namedNodeMap.Tpo -c src/namedNodeMap.c -fPIC -DPIC -o src/.libs/namedNodeMap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/namedNodeMap.lo -MD -MP -MF src/.deps/namedNodeMap.Tpo -c src/namedNodeMap.c -o src/namedNodeMap.o >/dev/null 2>&1
depbase=`echo src/node.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/node.lo -MD -MP -MF $depbase.Tpo -c -o src/node.lo src/node.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/node.lo -MD -MP -MF src/.deps/node.Tpo -c src/node.c -fPIC -DPIC -o src/.libs/node.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/node.lo -MD -MP -MF src/.deps/node.Tpo -c src/node.c -o src/node.o >/dev/null 2>&1
depbase=`echo src/nodeList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/nodeList.lo -MD -MP -MF $depbase.Tpo -c -o src/nodeList.lo src/nodeList.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/nodeList.lo -MD -MP -MF src/.deps/nodeList.Tpo -c src/nodeList.c -fPIC -DPIC -o src/.libs/nodeList.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/nodeList.lo -MD -MP -MF src/.deps/nodeList.Tpo -c src/nodeList.c -o src/nodeList.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -pthread -g -O2 -Os -Wall -version-info 2:8:0 -export-symbols-regex '^ixml.*' -o libixml.la -rpath /usr/local/lib src/attr.lo src/document.lo src/element.lo src/ixml.lo src/ixmldebug.lo src/ixmlparser.lo src/ixmlmembuf.lo src/namedNodeMap.lo src/node.lo src/nodeList.lo
libtool: link: /usr/bin/nm -B src/.libs/attr.o src/.libs/document.o src/.libs/element.o src/.libs/ixml.o src/.libs/ixmldebug.o src/.libs/ixmlparser.o src/.libs/ixmlmembuf.o src/.libs/namedNodeMap.o src/.libs/node.o src/.libs/nodeList.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libixml.exp
libtool: link: /bin/grep -E -e "^ixml.*" ".libs/libixml.exp" > ".libs/libixml.expT"
libtool: link: mv -f ".libs/libixml.expT" ".libs/libixml.exp"
libtool: link: echo "{ global:" > .libs/libixml.ver
libtool: link: cat .libs/libixml.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libixml.ver
libtool: link: echo "local: *; };" >> .libs/libixml.ver
libtool: link: gcc -shared -fPIC -DPIC src/.libs/attr.o src/.libs/document.o src/.libs/element.o src/.libs/ixml.o src/.libs/ixmldebug.o src/.libs/ixmlparser.o src/.libs/ixmlmembuf.o src/.libs/namedNodeMap.o src/.libs/node.o src/.libs/nodeList.o -pthread -g -O2 -Os -pthread -Wl,-soname -Wl,libixml.so.2 -Wl,-version-script -Wl,.libs/libixml.ver -o .libs/libixml.so.2.0.8
libtool: link: (cd ".libs" && rm -f "libixml.so.2" && ln -s "libixml.so.2.0.8" "libixml.so.2")
libtool: link: (cd ".libs" && rm -f "libixml.so" && ln -s "libixml.so.2.0.8" "libixml.so")
libtool: link: ar cru .libs/libixml.a src/attr.o src/document.o src/element.o src/ixml.o src/ixmldebug.o src/ixmlparser.o src/ixmlmembuf.o src/namedNodeMap.o src/node.o src/nodeList.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libixml.a
libtool: link: ( cd ".libs" && rm -f "libixml.la" && ln -s "../libixml.la" "libixml.la" )
make[3]: Entering directory '/home/uwe/tmp/pupnp/ixml'
/bin/mkdir -p '/tmp/sajdkl/usr/local/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libixml.la '/tmp/sajdkl/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libixml.so.2.0.8 /tmp/sajdkl/usr/local/lib/libixml.so.2.0.8
libtool: install: (cd /tmp/sajdkl/usr/local/lib && { ln -s -f libixml.so.2.0.8 libixml.so.2 || { rm -f libixml.so.2 && ln -s libixml.so.2.0.8 libixml.so.2; }; })
libtool: install: (cd /tmp/sajdkl/usr/local/lib && { ln -s -f libixml.so.2.0.8 libixml.so || { rm -f libixml.so && ln -s libixml.so.2.0.8 libixml.so; }; })
libtool: install: /usr/bin/install -c .libs/libixml.lai /tmp/sajdkl/usr/local/lib/libixml.la
libtool: install: /usr/bin/install -c .libs/libixml.a /tmp/sajdkl/usr/local/lib/libixml.a
libtool: install: chmod 644 /tmp/sajdkl/usr/local/lib/libixml.a
libtool: install: ranlib /tmp/sajdkl/usr/local/lib/libixml.a
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
/bin/mkdir -p '/tmp/sajdkl/usr/local/include/upnp'
/usr/bin/install -c -m 644 inc/ixml.h inc/ixmldebug.h '/tmp/sajdkl/usr/local/include/upnp'
make[3]: Leaving directory '/home/uwe/tmp/pupnp/ixml'
make[2]: Leaving directory '/home/uwe/tmp/pupnp/ixml'
make[1]: Leaving directory '/home/uwe/tmp/pupnp/ixml'
Making install in threadutil
make[1]: Entering directory '/home/uwe/tmp/pupnp/threadutil'
depbase=`echo src/FreeList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/FreeList.lo -MD -MP -MF $depbase.Tpo -c -o src/FreeList.lo src/FreeList.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/FreeList.lo -MD -MP -MF src/.deps/FreeList.Tpo -c src/FreeList.c -fPIC -DPIC -o src/.libs/FreeList.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/FreeList.lo -MD -MP -MF src/.deps/FreeList.Tpo -c src/FreeList.c -o src/FreeList.o >/dev/null 2>&1
depbase=`echo src/LinkedList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/LinkedList.lo -MD -MP -MF $depbase.Tpo -c -o src/LinkedList.lo src/LinkedList.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/LinkedList.lo -MD -MP -MF src/.deps/LinkedList.Tpo -c src/LinkedList.c -fPIC -DPIC -o src/.libs/LinkedList.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/LinkedList.lo -MD -MP -MF src/.deps/LinkedList.Tpo -c src/LinkedList.c -o src/LinkedList.o >/dev/null 2>&1
depbase=`echo src/ThreadPool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ThreadPool.lo -MD -MP -MF $depbase.Tpo -c -o src/ThreadPool.lo src/ThreadPool.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ThreadPool.lo -MD -MP -MF src/.deps/ThreadPool.Tpo -c src/ThreadPool.c -fPIC -DPIC -o src/.libs/ThreadPool.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/ThreadPool.lo -MD -MP -MF src/.deps/ThreadPool.Tpo -c src/ThreadPool.c -o src/ThreadPool.o >/dev/null 2>&1
depbase=`echo src/TimerThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/TimerThread.lo -MD -MP -MF $depbase.Tpo -c -o src/TimerThread.lo src/TimerThread.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/TimerThread.lo -MD -MP -MF src/.deps/TimerThread.Tpo -c src/TimerThread.c -fPIC -DPIC -o src/.libs/TimerThread.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I./src/inc -I../upnp/inc -DNDEBUG -pthread -g -O2 -Os -Wall -MT src/TimerThread.lo -MD -MP -MF src/.deps/TimerThread.Tpo -c src/TimerThread.c -o src/TimerThread.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -pthread -g -O2 -Os -Wall -version-info 6:4:0 -o libthreadutil.la -rpath /usr/local/lib src/FreeList.lo src/LinkedList.lo src/ThreadPool.lo src/TimerThread.lo
libtool: link: gcc -shared -fPIC -DPIC src/.libs/FreeList.o src/.libs/LinkedList.o src/.libs/ThreadPool.o src/.libs/TimerThread.o -pthread -g -O2 -Os -pthread -Wl,-soname -Wl,libthreadutil.so.6 -o .libs/libthreadutil.so.6.0.4
libtool: link: (cd ".libs" && rm -f "libthreadutil.so.6" && ln -s "libthreadutil.so.6.0.4" "libthreadutil.so.6")
libtool: link: (cd ".libs" && rm -f "libthreadutil.so" && ln -s "libthreadutil.so.6.0.4" "libthreadutil.so")
libtool: link: ar cru .libs/libthreadutil.a src/FreeList.o src/LinkedList.o src/ThreadPool.o src/TimerThread.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libthreadutil.a
libtool: link: ( cd ".libs" && rm -f "libthreadutil.la" && ln -s "../libthreadutil.la" "libthreadutil.la" )
make[2]: Entering directory '/home/uwe/tmp/pupnp/threadutil'
/bin/mkdir -p '/tmp/sajdkl/usr/local/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libthreadutil.la '/tmp/sajdkl/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libthreadutil.so.6.0.4 /tmp/sajdkl/usr/local/lib/libthreadutil.so.6.0.4
libtool: install: (cd /tmp/sajdkl/usr/local/lib && { ln -s -f libthreadutil.so.6.0.4 libthreadutil.so.6 || { rm -f libthreadutil.so.6 && ln -s libthreadutil.so.6.0.4 libthreadutil.so.6; }; })
libtool: install: (cd /tmp/sajdkl/usr/local/lib && { ln -s -f libthreadutil.so.6.0.4 libthreadutil.so || { rm -f libthreadutil.so && ln -s libthreadutil.so.6.0.4 libthreadutil.so; }; })
libtool: install: /usr/bin/install -c .libs/libthreadutil.lai /tmp/sajdkl/usr/local/lib/libthreadutil.la
libtool: install: /usr/bin/install -c .libs/libthreadutil.a /tmp/sajdkl/usr/local/lib/libthreadutil.a
libtool: install: chmod 644 /tmp/sajdkl/usr/local/lib/libthreadutil.a
libtool: install: ranlib /tmp/sajdkl/usr/local/lib/libthreadutil.a
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
/bin/mkdir -p '/tmp/sajdkl/usr/local/include/upnp'
/usr/bin/install -c -m 644 inc/ithread.h inc/FreeList.h inc/LinkedList.h inc/ThreadPool.h inc/TimerThread.h '/tmp/sajdkl/usr/local/include/upnp'
make[2]: Leaving directory '/home/uwe/tmp/pupnp/threadutil'
make[1]: Leaving directory '/home/uwe/tmp/pupnp/threadutil'
Making install in upnp
make[1]: Entering directory '/home/uwe/tmp/pupnp/upnp'
Making install in doc
make[2]: Entering directory '/home/uwe/tmp/pupnp/upnp/doc'
make[3]: Entering directory '/home/uwe/tmp/pupnp/upnp/doc'
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/uwe/tmp/pupnp/upnp/doc'
make[2]: Leaving directory '/home/uwe/tmp/pupnp/upnp/doc'
Making install in .
make[2]: Entering directory '/home/uwe/tmp/pupnp/upnp'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_device.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_device.Tpo -c -o src/ssdp/libupnp_la-ssdp_device.lo `test -f 'src/ssdp/ssdp_device.c' || echo './'`src/ssdp/ssdp_device.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_device.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_device.Tpo -c src/ssdp/ssdp_device.c -fPIC -DPIC -o src/ssdp/.libs/libupnp_la-ssdp_device.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_device.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_device.Tpo -c src/ssdp/ssdp_device.c -o src/ssdp/libupnp_la-ssdp_device.o >/dev/null 2>&1
mv -f src/ssdp/.deps/libupnp_la-ssdp_device.Tpo src/ssdp/.deps/libupnp_la-ssdp_device.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_ctrlpt.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Tpo -c -o src/ssdp/libupnp_la-ssdp_ctrlpt.lo `test -f 'src/ssdp/ssdp_ctrlpt.c' || echo './'`src/ssdp/ssdp_ctrlpt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_ctrlpt.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Tpo -c src/ssdp/ssdp_ctrlpt.c -fPIC -DPIC -o src/ssdp/.libs/libupnp_la-ssdp_ctrlpt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_ctrlpt.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Tpo -c src/ssdp/ssdp_ctrlpt.c -o src/ssdp/libupnp_la-ssdp_ctrlpt.o >/dev/null 2>&1
mv -f src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Tpo src/ssdp/.deps/libupnp_la-ssdp_ctrlpt.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_server.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_server.Tpo -c -o src/ssdp/libupnp_la-ssdp_server.lo `test -f 'src/ssdp/ssdp_server.c' || echo './'`src/ssdp/ssdp_server.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_server.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_server.Tpo -c src/ssdp/ssdp_server.c -fPIC -DPIC -o src/ssdp/.libs/libupnp_la-ssdp_server.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/ssdp/libupnp_la-ssdp_server.lo -MD -MP -MF src/ssdp/.deps/libupnp_la-ssdp_server.Tpo -c src/ssdp/ssdp_server.c -o src/ssdp/libupnp_la-ssdp_server.o >/dev/null 2>&1
mv -f src/ssdp/.deps/libupnp_la-ssdp_server.Tpo src/ssdp/.deps/libupnp_la-ssdp_server.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_device.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_device.Tpo -c -o src/soap/libupnp_la-soap_device.lo `test -f 'src/soap/soap_device.c' || echo './'`src/soap/soap_device.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_device.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_device.Tpo -c src/soap/soap_device.c -fPIC -DPIC -o src/soap/.libs/libupnp_la-soap_device.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_device.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_device.Tpo -c src/soap/soap_device.c -o src/soap/libupnp_la-soap_device.o >/dev/null 2>&1
mv -f src/soap/.deps/libupnp_la-soap_device.Tpo src/soap/.deps/libupnp_la-soap_device.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_ctrlpt.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_ctrlpt.Tpo -c -o src/soap/libupnp_la-soap_ctrlpt.lo `test -f 'src/soap/soap_ctrlpt.c' || echo './'`src/soap/soap_ctrlpt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_ctrlpt.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_ctrlpt.Tpo -c src/soap/soap_ctrlpt.c -fPIC -DPIC -o src/soap/.libs/libupnp_la-soap_ctrlpt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_ctrlpt.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_ctrlpt.Tpo -c src/soap/soap_ctrlpt.c -o src/soap/libupnp_la-soap_ctrlpt.o >/dev/null 2>&1
mv -f src/soap/.deps/libupnp_la-soap_ctrlpt.Tpo src/soap/.deps/libupnp_la-soap_ctrlpt.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_common.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_common.Tpo -c -o src/soap/libupnp_la-soap_common.lo `test -f 'src/soap/soap_common.c' || echo './'`src/soap/soap_common.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_common.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_common.Tpo -c src/soap/soap_common.c -fPIC -DPIC -o src/soap/.libs/libupnp_la-soap_common.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/soap/libupnp_la-soap_common.lo -MD -MP -MF src/soap/.deps/libupnp_la-soap_common.Tpo -c src/soap/soap_common.c -o src/soap/libupnp_la-soap_common.o >/dev/null 2>&1
mv -f src/soap/.deps/libupnp_la-soap_common.Tpo src/soap/.deps/libupnp_la-soap_common.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/miniserver/libupnp_la-miniserver.lo -MD -MP -MF src/genlib/miniserver/.deps/libupnp_la-miniserver.Tpo -c -o src/genlib/miniserver/libupnp_la-miniserver.lo `test -f 'src/genlib/miniserver/miniserver.c' || echo './'`src/genlib/miniserver/miniserver.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/miniserver/libupnp_la-miniserver.lo -MD -MP -MF src/genlib/miniserver/.deps/libupnp_la-miniserver.Tpo -c src/genlib/miniserver/miniserver.c -fPIC -DPIC -o src/genlib/miniserver/.libs/libupnp_la-miniserver.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/miniserver/libupnp_la-miniserver.lo -MD -MP -MF src/genlib/miniserver/.deps/libupnp_la-miniserver.Tpo -c src/genlib/miniserver/miniserver.c -o src/genlib/miniserver/libupnp_la-miniserver.o >/dev/null 2>&1
mv -f src/genlib/miniserver/.deps/libupnp_la-miniserver.Tpo src/genlib/miniserver/.deps/libupnp_la-miniserver.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/service_table/libupnp_la-service_table.lo -MD -MP -MF src/genlib/service_table/.deps/libupnp_la-service_table.Tpo -c -o src/genlib/service_table/libupnp_la-service_table.lo `test -f 'src/genlib/service_table/service_table.c' || echo './'`src/genlib/service_table/service_table.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/service_table/libupnp_la-service_table.lo -MD -MP -MF src/genlib/service_table/.deps/libupnp_la-service_table.Tpo -c src/genlib/service_table/service_table.c -fPIC -DPIC -o src/genlib/service_table/.libs/libupnp_la-service_table.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/service_table/libupnp_la-service_table.lo -MD -MP -MF src/genlib/service_table/.deps/libupnp_la-service_table.Tpo -c src/genlib/service_table/service_table.c -o src/genlib/service_table/libupnp_la-service_table.o >/dev/null 2>&1
mv -f src/genlib/service_table/.deps/libupnp_la-service_table.Tpo src/genlib/service_table/.deps/libupnp_la-service_table.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-membuffer.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-membuffer.Tpo -c -o src/genlib/util/libupnp_la-membuffer.lo `test -f 'src/genlib/util/membuffer.c' || echo './'`src/genlib/util/membuffer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-membuffer.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-membuffer.Tpo -c src/genlib/util/membuffer.c -fPIC -DPIC -o src/genlib/util/.libs/libupnp_la-membuffer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-membuffer.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-membuffer.Tpo -c src/genlib/util/membuffer.c -o src/genlib/util/libupnp_la-membuffer.o >/dev/null 2>&1
mv -f src/genlib/util/.deps/libupnp_la-membuffer.Tpo src/genlib/util/.deps/libupnp_la-membuffer.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-strintmap.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-strintmap.Tpo -c -o src/genlib/util/libupnp_la-strintmap.lo `test -f 'src/genlib/util/strintmap.c' || echo './'`src/genlib/util/strintmap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-strintmap.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-strintmap.Tpo -c src/genlib/util/strintmap.c -fPIC -DPIC -o src/genlib/util/.libs/libupnp_la-strintmap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-strintmap.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-strintmap.Tpo -c src/genlib/util/strintmap.c -o src/genlib/util/libupnp_la-strintmap.o >/dev/null 2>&1
mv -f src/genlib/util/.deps/libupnp_la-strintmap.Tpo src/genlib/util/.deps/libupnp_la-strintmap.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-upnp_timeout.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-upnp_timeout.Tpo -c -o src/genlib/util/libupnp_la-upnp_timeout.lo `test -f 'src/genlib/util/upnp_timeout.c' || echo './'`src/genlib/util/upnp_timeout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-upnp_timeout.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-upnp_timeout.Tpo -c src/genlib/util/upnp_timeout.c -fPIC -DPIC -o src/genlib/util/.libs/libupnp_la-upnp_timeout.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-upnp_timeout.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-upnp_timeout.Tpo -c src/genlib/util/upnp_timeout.c -o src/genlib/util/libupnp_la-upnp_timeout.o >/dev/null 2>&1
mv -f src/genlib/util/.deps/libupnp_la-upnp_timeout.Tpo src/genlib/util/.deps/libupnp_la-upnp_timeout.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-util.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-util.Tpo -c -o src/genlib/util/libupnp_la-util.lo `test -f 'src/genlib/util/util.c' || echo './'`src/genlib/util/util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-util.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-util.Tpo -c src/genlib/util/util.c -fPIC -DPIC -o src/genlib/util/.libs/libupnp_la-util.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/util/libupnp_la-util.lo -MD -MP -MF src/genlib/util/.deps/libupnp_la-util.Tpo -c src/genlib/util/util.c -o src/genlib/util/libupnp_la-util.o >/dev/null 2>&1
mv -f src/genlib/util/.deps/libupnp_la-util.Tpo src/genlib/util/.deps/libupnp_la-util.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/client_table/libupnp_la-client_table.lo -MD -MP -MF src/genlib/client_table/.deps/libupnp_la-client_table.Tpo -c -o src/genlib/client_table/libupnp_la-client_table.lo `test -f 'src/genlib/client_table/client_table.c' || echo './'`src/genlib/client_table/client_table.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/client_table/libupnp_la-client_table.lo -MD -MP -MF src/genlib/client_table/.deps/libupnp_la-client_table.Tpo -c src/genlib/client_table/client_table.c -fPIC -DPIC -o src/genlib/client_table/.libs/libupnp_la-client_table.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/client_table/libupnp_la-client_table.lo -MD -MP -MF src/genlib/client_table/.deps/libupnp_la-client_table.Tpo -c src/genlib/client_table/client_table.c -o src/genlib/client_table/libupnp_la-client_table.o >/dev/null 2>&1
mv -f src/genlib/client_table/.deps/libupnp_la-client_table.Tpo src/genlib/client_table/.deps/libupnp_la-client_table.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/libupnp_la-sock.lo -MD -MP -MF src/genlib/net/.deps/libupnp_la-sock.Tpo -c -o src/genlib/net/libupnp_la-sock.lo `test -f 'src/genlib/net/sock.c' || echo './'`src/genlib/net/sock.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/libupnp_la-sock.lo -MD -MP -MF src/genlib/net/.deps/libupnp_la-sock.Tpo -c src/genlib/net/sock.c -fPIC -DPIC -o src/genlib/net/.libs/libupnp_la-sock.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/libupnp_la-sock.lo -MD -MP -MF src/genlib/net/.deps/libupnp_la-sock.Tpo -c src/genlib/net/sock.c -o src/genlib/net/libupnp_la-sock.o >/dev/null 2>&1
mv -f src/genlib/net/.deps/libupnp_la-sock.Tpo src/genlib/net/.deps/libupnp_la-sock.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-httpparser.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpparser.Tpo -c -o src/genlib/net/http/libupnp_la-httpparser.lo `test -f 'src/genlib/net/http/httpparser.c' || echo './'`src/genlib/net/http/httpparser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-httpparser.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpparser.Tpo -c src/genlib/net/http/httpparser.c -fPIC -DPIC -o src/genlib/net/http/.libs/libupnp_la-httpparser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-httpparser.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpparser.Tpo -c src/genlib/net/http/httpparser.c -o src/genlib/net/http/libupnp_la-httpparser.o >/dev/null 2>&1
mv -f src/genlib/net/http/.deps/libupnp_la-httpparser.Tpo src/genlib/net/http/.deps/libupnp_la-httpparser.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-httpreadwrite.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Tpo -c -o src/genlib/net/http/libupnp_la-httpreadwrite.lo `test -f 'src/genlib/net/http/httpreadwrite.c' || echo './'`src/genlib/net/http/httpreadwrite.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-httpreadwrite.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Tpo -c src/genlib/net/http/httpreadwrite.c -fPIC -DPIC -o src/genlib/net/http/.libs/libupnp_la-httpreadwrite.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-httpreadwrite.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Tpo -c src/genlib/net/http/httpreadwrite.c -o src/genlib/net/http/libupnp_la-httpreadwrite.o >/dev/null 2>&1
mv -f src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Tpo src/genlib/net/http/.deps/libupnp_la-httpreadwrite.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-statcodes.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-statcodes.Tpo -c -o src/genlib/net/http/libupnp_la-statcodes.lo `test -f 'src/genlib/net/http/statcodes.c' || echo './'`src/genlib/net/http/statcodes.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-statcodes.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-statcodes.Tpo -c src/genlib/net/http/statcodes.c -fPIC -DPIC -o src/genlib/net/http/.libs/libupnp_la-statcodes.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-statcodes.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-statcodes.Tpo -c src/genlib/net/http/statcodes.c -o src/genlib/net/http/libupnp_la-statcodes.o >/dev/null 2>&1
mv -f src/genlib/net/http/.deps/libupnp_la-statcodes.Tpo src/genlib/net/http/.deps/libupnp_la-statcodes.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-webserver.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-webserver.Tpo -c -o src/genlib/net/http/libupnp_la-webserver.lo `test -f 'src/genlib/net/http/webserver.c' || echo './'`src/genlib/net/http/webserver.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-webserver.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-webserver.Tpo -c src/genlib/net/http/webserver.c -fPIC -DPIC -o src/genlib/net/http/.libs/libupnp_la-webserver.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-webserver.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-webserver.Tpo -c src/genlib/net/http/webserver.c -o src/genlib/net/http/libupnp_la-webserver.o >/dev/null 2>&1
mv -f src/genlib/net/http/.deps/libupnp_la-webserver.Tpo src/genlib/net/http/.deps/libupnp_la-webserver.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-parsetools.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-parsetools.Tpo -c -o src/genlib/net/http/libupnp_la-parsetools.lo `test -f 'src/genlib/net/http/parsetools.c' || echo './'`src/genlib/net/http/parsetools.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-parsetools.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-parsetools.Tpo -c src/genlib/net/http/parsetools.c -fPIC -DPIC -o src/genlib/net/http/.libs/libupnp_la-parsetools.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/http/libupnp_la-parsetools.lo -MD -MP -MF src/genlib/net/http/.deps/libupnp_la-parsetools.Tpo -c src/genlib/net/http/parsetools.c -o src/genlib/net/http/libupnp_la-parsetools.o >/dev/null 2>&1
mv -f src/genlib/net/http/.deps/libupnp_la-parsetools.Tpo src/genlib/net/http/.deps/libupnp_la-parsetools.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/uri/libupnp_la-uri.lo -MD -MP -MF src/genlib/net/uri/.deps/libupnp_la-uri.Tpo -c -o src/genlib/net/uri/libupnp_la-uri.lo `test -f 'src/genlib/net/uri/uri.c' || echo './'`src/genlib/net/uri/uri.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/uri/libupnp_la-uri.lo -MD -MP -MF src/genlib/net/uri/.deps/libupnp_la-uri.Tpo -c src/genlib/net/uri/uri.c -fPIC -DPIC -o src/genlib/net/uri/.libs/libupnp_la-uri.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/genlib/net/uri/libupnp_la-uri.lo -MD -MP -MF src/genlib/net/uri/.deps/libupnp_la-uri.Tpo -c src/genlib/net/uri/uri.c -o src/genlib/net/uri/libupnp_la-uri.o >/dev/null 2>&1
mv -f src/genlib/net/uri/.deps/libupnp_la-uri.Tpo src/genlib/net/uri/.deps/libupnp_la-uri.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_device.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_device.Tpo -c -o src/gena/libupnp_la-gena_device.lo `test -f 'src/gena/gena_device.c' || echo './'`src/gena/gena_device.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_device.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_device.Tpo -c src/gena/gena_device.c -fPIC -DPIC -o src/gena/.libs/libupnp_la-gena_device.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_device.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_device.Tpo -c src/gena/gena_device.c -o src/gena/libupnp_la-gena_device.o >/dev/null 2>&1
mv -f src/gena/.deps/libupnp_la-gena_device.Tpo src/gena/.deps/libupnp_la-gena_device.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_ctrlpt.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_ctrlpt.Tpo -c -o src/gena/libupnp_la-gena_ctrlpt.lo `test -f 'src/gena/gena_ctrlpt.c' || echo './'`src/gena/gena_ctrlpt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_ctrlpt.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_ctrlpt.Tpo -c src/gena/gena_ctrlpt.c -fPIC -DPIC -o src/gena/.libs/libupnp_la-gena_ctrlpt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_ctrlpt.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_ctrlpt.Tpo -c src/gena/gena_ctrlpt.c -o src/gena/libupnp_la-gena_ctrlpt.o >/dev/null 2>&1
mv -f src/gena/.deps/libupnp_la-gena_ctrlpt.Tpo src/gena/.deps/libupnp_la-gena_ctrlpt.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_callback2.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_callback2.Tpo -c -o src/gena/libupnp_la-gena_callback2.lo `test -f 'src/gena/gena_callback2.c' || echo './'`src/gena/gena_callback2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_callback2.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_callback2.Tpo -c src/gena/gena_callback2.c -fPIC -DPIC -o src/gena/.libs/libupnp_la-gena_callback2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/gena/libupnp_la-gena_callback2.lo -MD -MP -MF src/gena/.deps/libupnp_la-gena_callback2.Tpo -c src/gena/gena_callback2.c -o src/gena/libupnp_la-gena_callback2.o >/dev/null 2>&1
mv -f src/gena/.deps/libupnp_la-gena_callback2.Tpo src/gena/.deps/libupnp_la-gena_callback2.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-UpnpString.lo -MD -MP -MF src/api/.deps/libupnp_la-UpnpString.Tpo -c -o src/api/libupnp_la-UpnpString.lo `test -f 'src/api/UpnpString.c' || echo './'`src/api/UpnpString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-UpnpString.lo -MD -MP -MF src/api/.deps/libupnp_la-UpnpString.Tpo -c src/api/UpnpString.c -fPIC -DPIC -o src/api/.libs/libupnp_la-UpnpString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-UpnpString.lo -MD -MP -MF src/api/.deps/libupnp_la-UpnpString.Tpo -c src/api/UpnpString.c -o src/api/libupnp_la-UpnpString.o >/dev/null 2>&1
mv -f src/api/.deps/libupnp_la-UpnpString.Tpo src/api/.deps/libupnp_la-UpnpString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-upnpapi.lo -MD -MP -MF src/api/.deps/libupnp_la-upnpapi.Tpo -c -o src/api/libupnp_la-upnpapi.lo `test -f 'src/api/upnpapi.c' || echo './'`src/api/upnpapi.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-upnpapi.lo -MD -MP -MF src/api/.deps/libupnp_la-upnpapi.Tpo -c src/api/upnpapi.c -fPIC -DPIC -o src/api/.libs/libupnp_la-upnpapi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-upnpapi.lo -MD -MP -MF src/api/.deps/libupnp_la-upnpapi.Tpo -c src/api/upnpapi.c -o src/api/libupnp_la-upnpapi.o >/dev/null 2>&1
mv -f src/api/.deps/libupnp_la-upnpapi.Tpo src/api/.deps/libupnp_la-upnpapi.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-upnptools.lo -MD -MP -MF src/api/.deps/libupnp_la-upnptools.Tpo -c -o src/api/libupnp_la-upnptools.lo `test -f 'src/api/upnptools.c' || echo './'`src/api/upnptools.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-upnptools.lo -MD -MP -MF src/api/.deps/libupnp_la-upnptools.Tpo -c src/api/upnptools.c -fPIC -DPIC -o src/api/.libs/libupnp_la-upnptools.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/api/libupnp_la-upnptools.lo -MD -MP -MF src/api/.deps/libupnp_la-upnptools.Tpo -c src/api/upnptools.c -o src/api/libupnp_la-upnptools.o >/dev/null 2>&1
mv -f src/api/.deps/libupnp_la-upnptools.Tpo src/api/.deps/libupnp_la-upnptools.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-md5.lo -MD -MP -MF src/uuid/.deps/libupnp_la-md5.Tpo -c -o src/uuid/libupnp_la-md5.lo `test -f 'src/uuid/md5.c' || echo './'`src/uuid/md5.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-md5.lo -MD -MP -MF src/uuid/.deps/libupnp_la-md5.Tpo -c src/uuid/md5.c -fPIC -DPIC -o src/uuid/.libs/libupnp_la-md5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-md5.lo -MD -MP -MF src/uuid/.deps/libupnp_la-md5.Tpo -c src/uuid/md5.c -o src/uuid/libupnp_la-md5.o >/dev/null 2>&1
mv -f src/uuid/.deps/libupnp_la-md5.Tpo src/uuid/.deps/libupnp_la-md5.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-sysdep.lo -MD -MP -MF src/uuid/.deps/libupnp_la-sysdep.Tpo -c -o src/uuid/libupnp_la-sysdep.lo `test -f 'src/uuid/sysdep.c' || echo './'`src/uuid/sysdep.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-sysdep.lo -MD -MP -MF src/uuid/.deps/libupnp_la-sysdep.Tpo -c src/uuid/sysdep.c -fPIC -DPIC -o src/uuid/.libs/libupnp_la-sysdep.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-sysdep.lo -MD -MP -MF src/uuid/.deps/libupnp_la-sysdep.Tpo -c src/uuid/sysdep.c -o src/uuid/libupnp_la-sysdep.o >/dev/null 2>&1
mv -f src/uuid/.deps/libupnp_la-sysdep.Tpo src/uuid/.deps/libupnp_la-sysdep.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-uuid.lo -MD -MP -MF src/uuid/.deps/libupnp_la-uuid.Tpo -c -o src/uuid/libupnp_la-uuid.lo `test -f 'src/uuid/uuid.c' || echo './'`src/uuid/uuid.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-uuid.lo -MD -MP -MF src/uuid/.deps/libupnp_la-uuid.Tpo -c src/uuid/uuid.c -fPIC -DPIC -o src/uuid/.libs/libupnp_la-uuid.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/uuid/libupnp_la-uuid.lo -MD -MP -MF src/uuid/.deps/libupnp_la-uuid.Tpo -c src/uuid/uuid.c -o src/uuid/libupnp_la-uuid.o >/dev/null 2>&1
mv -f src/uuid/.deps/libupnp_la-uuid.Tpo src/uuid/.deps/libupnp_la-uuid.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/urlconfig/libupnp_la-urlconfig.lo -MD -MP -MF src/urlconfig/.deps/libupnp_la-urlconfig.Tpo -c -o src/urlconfig/libupnp_la-urlconfig.lo `test -f 'src/urlconfig/urlconfig.c' || echo './'`src/urlconfig/urlconfig.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/urlconfig/libupnp_la-urlconfig.lo -MD -MP -MF src/urlconfig/.deps/libupnp_la-urlconfig.Tpo -c src/urlconfig/urlconfig.c -fPIC -DPIC -o src/urlconfig/.libs/libupnp_la-urlconfig.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/urlconfig/libupnp_la-urlconfig.lo -MD -MP -MF src/urlconfig/.deps/libupnp_la-urlconfig.Tpo -c src/urlconfig/urlconfig.c -o src/urlconfig/libupnp_la-urlconfig.o >/dev/null 2>&1
mv -f src/urlconfig/.deps/libupnp_la-urlconfig.Tpo src/urlconfig/.deps/libupnp_la-urlconfig.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/libupnp_la-inet_pton.lo -MD -MP -MF src/.deps/libupnp_la-inet_pton.Tpo -c -o src/libupnp_la-inet_pton.lo `test -f 'src/inet_pton.c' || echo './'`src/inet_pton.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/libupnp_la-inet_pton.lo -MD -MP -MF src/.deps/libupnp_la-inet_pton.Tpo -c src/inet_pton.c -fPIC -DPIC -o src/.libs/libupnp_la-inet_pton.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc -pthread -g -O2 -Os -Wall -MT src/libupnp_la-inet_pton.lo -MD -MP -MF src/.deps/libupnp_la-inet_pton.Tpo -c src/inet_pton.c -o src/libupnp_la-inet_pton.o >/dev/null 2>&1
mv -f src/.deps/libupnp_la-inet_pton.Tpo src/.deps/libupnp_la-inet_pton.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -pthread -g -O2 -Os -Wall -version-info 10:1:4 -export-symbols-regex '^Upnp.*' ../threadutil/libthreadutil.la ../ixml/libixml.la -o libupnp.la -rpath /usr/local/lib src/ssdp/libupnp_la-ssdp_device.lo src/ssdp/libupnp_la-ssdp_ctrlpt.lo src/ssdp/libupnp_la-ssdp_server.lo src/soap/libupnp_la-soap_device.lo src/soap/libupnp_la-soap_ctrlpt.lo src/soap/libupnp_la-soap_common.lo src/genlib/miniserver/libupnp_la-miniserver.lo src/genlib/service_table/libupnp_la-service_table.lo src/genlib/util/libupnp_la-membuffer.lo src/genlib/util/libupnp_la-strintmap.lo src/genlib/util/libupnp_la-upnp_timeout.lo src/genlib/util/libupnp_la-util.lo src/genlib/client_table/libupnp_la-client_table.lo src/genlib/net/libupnp_la-sock.lo src/genlib/net/http/libupnp_la-httpparser.lo src/genlib/net/http/libupnp_la-httpreadwrite.lo src/genlib/net/http/libupnp_la-statcodes.lo src/genlib/net/http/libupnp_la-webserver.lo src/genlib/net/http/libupnp_la-parsetools.lo src/genlib/net/uri/libupnp_la-uri.lo src/gena/libupnp_la-gena_device.lo src/gena/libupnp_la-gena_ctrlpt.lo src/gena/libupnp_la-gena_callback2.lo src/api/libupnp_la-UpnpString.lo src/api/libupnp_la-upnpapi.lo src/api/libupnp_la-upnptools.lo src/uuid/libupnp_la-md5.lo src/uuid/libupnp_la-sysdep.lo src/uuid/libupnp_la-uuid.lo src/urlconfig/libupnp_la-urlconfig.lo src/libupnp_la-inet_pton.lo
libtool: link: /usr/bin/nm -B src/ssdp/.libs/libupnp_la-ssdp_device.o src/ssdp/.libs/libupnp_la-ssdp_ctrlpt.o src/ssdp/.libs/libupnp_la-ssdp_server.o src/soap/.libs/libupnp_la-soap_device.o src/soap/.libs/libupnp_la-soap_ctrlpt.o src/soap/.libs/libupnp_la-soap_common.o src/genlib/miniserver/.libs/libupnp_la-miniserver.o src/genlib/service_table/.libs/libupnp_la-service_table.o src/genlib/util/.libs/libupnp_la-membuffer.o src/genlib/util/.libs/libupnp_la-strintmap.o src/genlib/util/.libs/libupnp_la-upnp_timeout.o src/genlib/util/.libs/libupnp_la-util.o src/genlib/client_table/.libs/libupnp_la-client_table.o src/genlib/net/.libs/libupnp_la-sock.o src/genlib/net/http/.libs/libupnp_la-httpparser.o src/genlib/net/http/.libs/libupnp_la-httpreadwrite.o src/genlib/net/http/.libs/libupnp_la-statcodes.o src/genlib/net/http/.libs/libupnp_la-webserver.o src/genlib/net/http/.libs/libupnp_la-parsetools.o src/genlib/net/uri/.libs/libupnp_la-uri.o src/gena/.libs/libupnp_la-gena_device.o src/gena/.libs/libupnp_la-gena_ctrlpt.o src/gena/.libs/libupnp_la-gena_callback2.o src/api/.libs/libupnp_la-UpnpString.o src/api/.libs/libupnp_la-upnpapi.o src/api/.libs/libupnp_la-upnptools.o src/uuid/.libs/libupnp_la-md5.o src/uuid/.libs/libupnp_la-sysdep.o src/uuid/.libs/libupnp_la-uuid.o src/urlconfig/.libs/libupnp_la-urlconfig.o src/.libs/libupnp_la-inet_pton.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libupnp.exp
libtool: link: /bin/grep -E -e "^Upnp.*" ".libs/libupnp.exp" > ".libs/libupnp.expT"
libtool: link: mv -f ".libs/libupnp.expT" ".libs/libupnp.exp"
libtool: link: echo "{ global:" > .libs/libupnp.ver
libtool: link: cat .libs/libupnp.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libupnp.ver
libtool: link: echo "local: *; };" >> .libs/libupnp.ver
libtool: link: gcc -shared -fPIC -DPIC src/ssdp/.libs/libupnp_la-ssdp_device.o src/ssdp/.libs/libupnp_la-ssdp_ctrlpt.o src/ssdp/.libs/libupnp_la-ssdp_server.o src/soap/.libs/libupnp_la-soap_device.o src/soap/.libs/libupnp_la-soap_ctrlpt.o src/soap/.libs/libupnp_la-soap_common.o src/genlib/miniserver/.libs/libupnp_la-miniserver.o src/genlib/service_table/.libs/libupnp_la-service_table.o src/genlib/util/.libs/libupnp_la-membuffer.o src/genlib/util/.libs/libupnp_la-strintmap.o src/genlib/util/.libs/libupnp_la-upnp_timeout.o src/genlib/util/.libs/libupnp_la-util.o src/genlib/client_table/.libs/libupnp_la-client_table.o src/genlib/net/.libs/libupnp_la-sock.o src/genlib/net/http/.libs/libupnp_la-httpparser.o src/genlib/net/http/.libs/libupnp_la-httpreadwrite.o src/genlib/net/http/.libs/libupnp_la-statcodes.o src/genlib/net/http/.libs/libupnp_la-webserver.o src/genlib/net/http/.libs/libupnp_la-parsetools.o src/genlib/net/uri/.libs/libupnp_la-uri.o src/gena/.libs/libupnp_la-gena_device.o src/gena/.libs/libupnp_la-gena_ctrlpt.o src/gena/.libs/libupnp_la-gena_callback2.o src/api/.libs/libupnp_la-UpnpString.o src/api/.libs/libupnp_la-upnpapi.o src/api/.libs/libupnp_la-upnptools.o src/uuid/.libs/libupnp_la-md5.o src/uuid/.libs/libupnp_la-sysdep.o src/uuid/.libs/libupnp_la-uuid.o src/urlconfig/.libs/libupnp_la-urlconfig.o src/.libs/libupnp_la-inet_pton.o -Wl,-rpath -Wl,/home/uwe/tmp/pupnp/threadutil/.libs -Wl,-rpath -Wl,/home/uwe/tmp/pupnp/ixml/.libs ../threadutil/.libs/libthreadutil.so ../ixml/.libs/libixml.so -pthread -g -O2 -Os -pthread -Wl,-soname -Wl,libupnp.so.6 -Wl,-version-script -Wl,.libs/libupnp.ver -o .libs/libupnp.so.6.4.1
libtool: link: (cd ".libs" && rm -f "libupnp.so.6" && ln -s "libupnp.so.6.4.1" "libupnp.so.6")
libtool: link: (cd ".libs" && rm -f "libupnp.so" && ln -s "libupnp.so.6.4.1" "libupnp.so")
libtool: link: ar cru .libs/libupnp.a src/ssdp/libupnp_la-ssdp_device.o src/ssdp/libupnp_la-ssdp_ctrlpt.o src/ssdp/libupnp_la-ssdp_server.o src/soap/libupnp_la-soap_device.o src/soap/libupnp_la-soap_ctrlpt.o src/soap/libupnp_la-soap_common.o src/genlib/miniserver/libupnp_la-miniserver.o src/genlib/service_table/libupnp_la-service_table.o src/genlib/util/libupnp_la-membuffer.o src/genlib/util/libupnp_la-strintmap.o src/genlib/util/libupnp_la-upnp_timeout.o src/genlib/util/libupnp_la-util.o src/genlib/client_table/libupnp_la-client_table.o src/genlib/net/libupnp_la-sock.o src/genlib/net/http/libupnp_la-httpparser.o src/genlib/net/http/libupnp_la-httpreadwrite.o src/genlib/net/http/libupnp_la-statcodes.o src/genlib/net/http/libupnp_la-webserver.o src/genlib/net/http/libupnp_la-parsetools.o src/genlib/net/uri/libupnp_la-uri.o src/gena/libupnp_la-gena_device.o src/gena/libupnp_la-gena_ctrlpt.o src/gena/libupnp_la-gena_callback2.o src/api/libupnp_la-UpnpString.o src/api/libupnp_la-upnpapi.o src/api/libupnp_la-upnptools.o src/uuid/libupnp_la-md5.o src/uuid/libupnp_la-sysdep.o src/uuid/libupnp_la-uuid.o src/urlconfig/libupnp_la-urlconfig.o src/libupnp_la-inet_pton.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libupnp.a
libtool: link: ( cd ".libs" && rm -f "libupnp.la" && ln -s "../libupnp.la" "libupnp.la" )
make[3]: Entering directory '/home/uwe/tmp/pupnp/upnp'
/bin/mkdir -p '/tmp/sajdkl/usr/local/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libupnp.la '/tmp/sajdkl/usr/local/lib'
libtool: warning: relinking 'libupnp.la'
libtool: install: (cd /home/uwe/tmp/pupnp/upnp; /bin/bash "/home/uwe/tmp/pupnp/libtool" --tag CC --mode=relink gcc -pthread -g -O2 -Os -Wall -version-info 10:1:4 -export-symbols-regex "^Upnp.*" ../threadutil/libthreadutil.la ../ixml/libixml.la -o libupnp.la -rpath /usr/local/lib src/ssdp/libupnp_la-ssdp_device.lo src/ssdp/libupnp_la-ssdp_ctrlpt.lo src/ssdp/libupnp_la-ssdp_server.lo src/soap/libupnp_la-soap_device.lo src/soap/libupnp_la-soap_ctrlpt.lo src/soap/libupnp_la-soap_common.lo src/genlib/miniserver/libupnp_la-miniserver.lo src/genlib/service_table/libupnp_la-service_table.lo src/genlib/util/libupnp_la-membuffer.lo src/genlib/util/libupnp_la-strintmap.lo src/genlib/util/libupnp_la-upnp_timeout.lo src/genlib/util/libupnp_la-util.lo src/genlib/client_table/libupnp_la-client_table.lo src/genlib/net/libupnp_la-sock.lo src/genlib/net/http/libupnp_la-httpparser.lo src/genlib/net/http/libupnp_la-httpreadwrite.lo src/genlib/net/http/libupnp_la-statcodes.lo src/genlib/net/http/libupnp_la-webserver.lo src/genlib/net/http/libupnp_la-parsetools.lo src/genlib/net/uri/libupnp_la-uri.lo src/gena/libupnp_la-gena_device.lo src/gena/libupnp_la-gena_ctrlpt.lo src/gena/libupnp_la-gena_callback2.lo src/api/libupnp_la-UpnpString.lo src/api/libupnp_la-upnpapi.lo src/api/libupnp_la-upnptools.lo src/uuid/libupnp_la-md5.lo src/uuid/libupnp_la-sysdep.lo src/uuid/libupnp_la-uuid.lo src/urlconfig/libupnp_la-urlconfig.lo src/libupnp_la-inet_pton.lo -inst-prefix-dir /tmp/sajdkl)
libtool: relink: /usr/bin/nm -B src/ssdp/.libs/libupnp_la-ssdp_device.o src/ssdp/.libs/libupnp_la-ssdp_ctrlpt.o src/ssdp/.libs/libupnp_la-ssdp_server.o src/soap/.libs/libupnp_la-soap_device.o src/soap/.libs/libupnp_la-soap_ctrlpt.o src/soap/.libs/libupnp_la-soap_common.o src/genlib/miniserver/.libs/libupnp_la-miniserver.o src/genlib/service_table/.libs/libupnp_la-service_table.o src/genlib/util/.libs/libupnp_la-membuffer.o src/genlib/util/.libs/libupnp_la-strintmap.o src/genlib/util/.libs/libupnp_la-upnp_timeout.o src/genlib/util/.libs/libupnp_la-util.o src/genlib/client_table/.libs/libupnp_la-client_table.o src/genlib/net/.libs/libupnp_la-sock.o src/genlib/net/http/.libs/libupnp_la-httpparser.o src/genlib/net/http/.libs/libupnp_la-httpreadwrite.o src/genlib/net/http/.libs/libupnp_la-statcodes.o src/genlib/net/http/.libs/libupnp_la-webserver.o src/genlib/net/http/.libs/libupnp_la-parsetools.o src/genlib/net/uri/.libs/libupnp_la-uri.o src/gena/.libs/libupnp_la-gena_device.o src/gena/.libs/libupnp_la-gena_ctrlpt.o src/gena/.libs/libupnp_la-gena_callback2.o src/api/.libs/libupnp_la-UpnpString.o src/api/.libs/libupnp_la-upnpapi.o src/api/.libs/libupnp_la-upnptools.o src/uuid/.libs/libupnp_la-md5.o src/uuid/.libs/libupnp_la-sysdep.o src/uuid/.libs/libupnp_la-uuid.o src/urlconfig/.libs/libupnp_la-urlconfig.o src/.libs/libupnp_la-inet_pton.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libupnp.exp
libtool: relink: /bin/grep -E -e "^Upnp.*" ".libs/libupnp.exp" > ".libs/libupnp.expT"
libtool: relink: mv -f ".libs/libupnp.expT" ".libs/libupnp.exp"
libtool: relink: echo "{ global:" > .libs/libupnp.ver
libtool: relink: cat .libs/libupnp.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libupnp.ver
libtool: relink: echo "local: *; };" >> .libs/libupnp.ver
libtool: relink: gcc -shared -fPIC -DPIC src/ssdp/.libs/libupnp_la-ssdp_device.o src/ssdp/.libs/libupnp_la-ssdp_ctrlpt.o src/ssdp/.libs/libupnp_la-ssdp_server.o src/soap/.libs/libupnp_la-soap_device.o src/soap/.libs/libupnp_la-soap_ctrlpt.o src/soap/.libs/libupnp_la-soap_common.o src/genlib/miniserver/.libs/libupnp_la-miniserver.o src/genlib/service_table/.libs/libupnp_la-service_table.o src/genlib/util/.libs/libupnp_la-membuffer.o src/genlib/util/.libs/libupnp_la-strintmap.o src/genlib/util/.libs/libupnp_la-upnp_timeout.o src/genlib/util/.libs/libupnp_la-util.o src/genlib/client_table/.libs/libupnp_la-client_table.o src/genlib/net/.libs/libupnp_la-sock.o src/genlib/net/http/.libs/libupnp_la-httpparser.o src/genlib/net/http/.libs/libupnp_la-httpreadwrite.o src/genlib/net/http/.libs/libupnp_la-statcodes.o src/genlib/net/http/.libs/libupnp_la-webserver.o src/genlib/net/http/.libs/libupnp_la-parsetools.o src/genlib/net/uri/.libs/libupnp_la-uri.o src/gena/.libs/libupnp_la-gena_device.o src/gena/.libs/libupnp_la-gena_ctrlpt.o src/gena/.libs/libupnp_la-gena_callback2.o src/api/.libs/libupnp_la-UpnpString.o src/api/.libs/libupnp_la-upnpapi.o src/api/.libs/libupnp_la-upnptools.o src/uuid/.libs/libupnp_la-md5.o src/uuid/.libs/libupnp_la-sysdep.o src/uuid/.libs/libupnp_la-uuid.o src/urlconfig/.libs/libupnp_la-urlconfig.o src/.libs/libupnp_la-inet_pton.o -L/tmp/sajdkl/usr/local/lib -L/usr/local/lib -lthreadutil -lixml -pthread -g -O2 -Os -pthread -Wl,-soname -Wl,libupnp.so.6 -Wl,-version-script -Wl,.libs/libupnp.ver -o .libs/libupnp.so.6.4.1
libtool: install: /usr/bin/install -c .libs/libupnp.so.6.4.1T /tmp/sajdkl/usr/local/lib/libupnp.so.6.4.1
libtool: install: (cd /tmp/sajdkl/usr/local/lib && { ln -s -f libupnp.so.6.4.1 libupnp.so.6 || { rm -f libupnp.so.6 && ln -s libupnp.so.6.4.1 libupnp.so.6; }; })
libtool: install: (cd /tmp/sajdkl/usr/local/lib && { ln -s -f libupnp.so.6.4.1 libupnp.so || { rm -f libupnp.so && ln -s libupnp.so.6.4.1 libupnp.so; }; })
libtool: install: /usr/bin/install -c .libs/libupnp.lai /tmp/sajdkl/usr/local/lib/libupnp.la
libtool: install: /usr/bin/install -c .libs/libupnp.a /tmp/sajdkl/usr/local/lib/libupnp.a
libtool: install: chmod 644 /tmp/sajdkl/usr/local/lib/libupnp.a
libtool: install: ranlib /tmp/sajdkl/usr/local/lib/libupnp.a
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
/bin/mkdir -p '/tmp/sajdkl/usr/local/include/upnp'
/usr/bin/install -c -m 644 inc/upnpconfig.h '/tmp/sajdkl/usr/local/include/upnp'
/bin/mkdir -p '/tmp/sajdkl/usr/local/include/upnp'
/usr/bin/install -c -m 644 inc/UpnpString.h inc/upnp.h inc/upnpdebug.h inc/UpnpGlobal.h inc/UpnpInet.h inc/UpnpIntTypes.h inc/UpnpStdInt.h inc/UpnpUniStd.h inc/upnptools.h '/tmp/sajdkl/usr/local/include/upnp'
make[3]: Leaving directory '/home/uwe/tmp/pupnp/upnp'
make[2]: Leaving directory '/home/uwe/tmp/pupnp/upnp'
Making install in sample
make[2]: Entering directory '/home/uwe/tmp/pupnp/upnp/sample'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvctrlpt -pthread -g -O2 -Os -Wall -MT common/tv_ctrlpt-sample_util.o -MD -MP -MF common/.deps/tv_ctrlpt-sample_util.Tpo -c -o common/tv_ctrlpt-sample_util.o `test -f 'common/sample_util.c' || echo './'`common/sample_util.c
mv -f common/.deps/tv_ctrlpt-sample_util.Tpo common/.deps/tv_ctrlpt-sample_util.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvctrlpt -pthread -g -O2 -Os -Wall -MT common/tv_ctrlpt-tv_ctrlpt.o -MD -MP -MF common/.deps/tv_ctrlpt-tv_ctrlpt.Tpo -c -o common/tv_ctrlpt-tv_ctrlpt.o `test -f 'common/tv_ctrlpt.c' || echo './'`common/tv_ctrlpt.c
mv -f common/.deps/tv_ctrlpt-tv_ctrlpt.Tpo common/.deps/tv_ctrlpt-tv_ctrlpt.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvctrlpt -pthread -g -O2 -Os -Wall -MT linux/tv_ctrlpt-tv_ctrlpt_main.o -MD -MP -MF linux/.deps/tv_ctrlpt-tv_ctrlpt_main.Tpo -c -o linux/tv_ctrlpt-tv_ctrlpt_main.o `test -f 'linux/tv_ctrlpt_main.c' || echo './'`linux/tv_ctrlpt_main.c
mv -f linux/.deps/tv_ctrlpt-tv_ctrlpt_main.Tpo linux/.deps/tv_ctrlpt-tv_ctrlpt_main.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -pthread -g -O2 -Os -Wall -o tv_ctrlpt common/tv_ctrlpt-sample_util.o common/tv_ctrlpt-tv_ctrlpt.o linux/tv_ctrlpt-tv_ctrlpt_main.o ../../upnp/libupnp.la ../../threadutil/libthreadutil.la ../../ixml/libixml.la
libtool: link: gcc -pthread -g -O2 -Os -Wall -o .libs/tv_ctrlpt common/tv_ctrlpt-sample_util.o common/tv_ctrlpt-tv_ctrlpt.o linux/tv_ctrlpt-tv_ctrlpt_main.o ../../upnp/.libs/libupnp.so ../../threadutil/.libs/libthreadutil.so ../../ixml/.libs/libixml.so -pthread
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvcombo -pthread -g -O2 -Os -Wall -MT common/tv_combo-sample_util.o -MD -MP -MF common/.deps/tv_combo-sample_util.Tpo -c -o common/tv_combo-sample_util.o `test -f 'common/sample_util.c' || echo './'`common/sample_util.c
mv -f common/.deps/tv_combo-sample_util.Tpo common/.deps/tv_combo-sample_util.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvcombo -pthread -g -O2 -Os -Wall -MT common/tv_combo-tv_ctrlpt.o -MD -MP -MF common/.deps/tv_combo-tv_ctrlpt.Tpo -c -o common/tv_combo-tv_ctrlpt.o `test -f 'common/tv_ctrlpt.c' || echo './'`common/tv_ctrlpt.c
mv -f common/.deps/tv_combo-tv_ctrlpt.Tpo common/.deps/tv_combo-tv_ctrlpt.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvcombo -pthread -g -O2 -Os -Wall -MT common/tv_combo-tv_device.o -MD -MP -MF common/.deps/tv_combo-tv_device.Tpo -c -o common/tv_combo-tv_device.o `test -f 'common/tv_device.c' || echo './'`common/tv_device.c
mv -f common/.deps/tv_combo-tv_device.Tpo common/.deps/tv_combo-tv_device.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvcombo -pthread -g -O2 -Os -Wall -MT linux/tv_combo-tv_combo_main.o -MD -MP -MF linux/.deps/tv_combo-tv_combo_main.Tpo -c -o linux/tv_combo-tv_combo_main.o `test -f 'linux/tv_combo_main.c' || echo './'`linux/tv_combo_main.c
mv -f linux/.deps/tv_combo-tv_combo_main.Tpo linux/.deps/tv_combo-tv_combo_main.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -pthread -g -O2 -Os -Wall -o tv_combo common/tv_combo-sample_util.o common/tv_combo-tv_ctrlpt.o common/tv_combo-tv_device.o linux/tv_combo-tv_combo_main.o ../../upnp/libupnp.la ../../threadutil/libthreadutil.la ../../ixml/libixml.la
libtool: link: gcc -pthread -g -O2 -Os -Wall -o .libs/tv_combo common/tv_combo-sample_util.o common/tv_combo-tv_ctrlpt.o common/tv_combo-tv_device.o linux/tv_combo-tv_combo_main.o ../../upnp/.libs/libupnp.so ../../threadutil/.libs/libthreadutil.so ../../ixml/.libs/libixml.so -pthread
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvdevice -pthread -g -O2 -Os -Wall -MT common/tv_device-sample_util.o -MD -MP -MF common/.deps/tv_device-sample_util.Tpo -c -o common/tv_device-sample_util.o `test -f 'common/sample_util.c' || echo './'`common/sample_util.c
mv -f common/.deps/tv_device-sample_util.Tpo common/.deps/tv_device-sample_util.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvdevice -pthread -g -O2 -Os -Wall -MT common/tv_device-tv_device.o -MD -MP -MF common/.deps/tv_device-tv_device.Tpo -c -o common/tv_device-tv_device.o `test -f 'common/tv_device.c' || echo './'`common/tv_device.c
mv -f common/.deps/tv_device-tv_device.Tpo common/.deps/tv_device-tv_device.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../upnp/inc -I../../upnp/inc -I../../threadutil/inc -I../../ixml/inc -I./common/ -I./tvdevice -pthread -g -O2 -Os -Wall -MT linux/tv_device-tv_device_main.o -MD -MP -MF linux/.deps/tv_device-tv_device_main.Tpo -c -o linux/tv_device-tv_device_main.o `test -f 'linux/tv_device_main.c' || echo './'`linux/tv_device_main.c
mv -f linux/.deps/tv_device-tv_device_main.Tpo linux/.deps/tv_device-tv_device_main.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -pthread -g -O2 -Os -Wall -o tv_device common/tv_device-sample_util.o common/tv_device-tv_device.o linux/tv_device-tv_device_main.o ../../upnp/libupnp.la ../../threadutil/libthreadutil.la ../../ixml/libixml.la
libtool: link: gcc -pthread -g -O2 -Os -Wall -o .libs/tv_device common/tv_device-sample_util.o common/tv_device-tv_device.o linux/tv_device-tv_device_main.o ../../upnp/.libs/libupnp.so ../../threadutil/.libs/libthreadutil.so ../../ixml/.libs/libixml.so -pthread
make[3]: Entering directory '/home/uwe/tmp/pupnp/upnp/sample'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/tmp/sajdkl/usr/local/share/doc/libupnp-1.6.26/examples'
/usr/bin/install -c -m 644 common/sample_util.c common/sample_util.h common/tv_ctrlpt.c common/tv_ctrlpt.h linux/tv_ctrlpt_main.c common/sample_util.c common/sample_util.h common/tv_device.c common/tv_device.h linux/tv_device_main.c '/tmp/sajdkl/usr/local/share/doc/libupnp-1.6.26/examples'
/usr/bin/install: will not overwrite just-created '/tmp/sajdkl/usr/local/share/doc/libupnp-1.6.26/examples/sample_util.c' with 'common/sample_util.c'
/usr/bin/install: will not overwrite just-created '/tmp/sajdkl/usr/local/share/doc/libupnp-1.6.26/examples/sample_util.h' with 'common/sample_util.h'
Makefile:708: recipe for target 'install-examplesDATA' failed
make[3]: *** [install-examplesDATA] Error 1
make[3]: Leaving directory '/home/uwe/tmp/pupnp/upnp/sample'
Makefile:824: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/home/uwe/tmp/pupnp/upnp/sample'
Makefile:1391: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/uwe/tmp/pupnp/upnp'
Makefile:526: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
uwe@taurus:~/tmp/pupnp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment