[packman] Re: [PM] libjs 1.7.0 & mediatomb 0.10.0 (openSUSE 10.3/i586)

Matthew Braun matthew at powerplug.com
Fri Dec 7 20:59:12 CET 2007


* Manfred Tremmel <manfred at links2linux.de> [Fri, 07 Dec 2007 19:56 +0100]:
> Am Freitag, 7. Dezember 2007 schrieb Matthew Braun:
> > Manfred, after installing libjs & libjs-devel pkgs, while trying to
> > compile mediatomb 0.10.0, the ./configure script would fail to link
> > against libjs.  I built the pkg this way and wrote directly wrote
> 
> And what's the error message? It's not easy to fix anything when you 
> don't know what's broken.

Yeah, sorry for being so lame.  I was trying to get something out quick
without restoring the rpm version of libs to create the error message
again.  I just did so, see attached files.  If you also need to see
where it works after I rebuilt libjs, I can send that info as well.  Let
me know.

> > pp2:~> uname -a
> > Linux pp2 2.6.22.12-0.1-bigsmp #1 SMP 2007/11/06 23:05:18 UTC i686
> > i686 i386 GNU/Linux
> 
> You should update your kernel, but that's nothing to do with this 
> problem.

Yeah, I have pending updates waiting for me in the tray, just have to
wait until the weekend to shutdown (I have like 50+ windows open for
work and shutting them all down and getting back to this state is a pain
and takes time).

Thanks for the follow-up.

Matthew.
-------------- next part --------------
pp2:~> tar xzf dl/mediatomb-0.10.0.tar.gz  
pp2:~> cd mediatomb-0.10.0 
pp2:~/mediatomb-0.10.0> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (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 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/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... 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 for sys/types.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_getparam... yes
checking for sched_setparam... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for time_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for off_t... yes
checking for size_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for off_t... (cached) yes
checking size of off_t... 8
checking for size_t... (cached) yes
checking size of size_t... 4
checking for time_t... (cached) yes
checking size of time_t... 4
checking for strtoll... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking return type of signal handlers... void
checking for pid_t... yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for regcomp... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for ioctl... yes
checking for inet_ntoa... yes
checking for socket... yes
checking for gethostbyname... yes
checking how to run the C++ preprocessor... g++ -E
checking for gethostbyname_r... yes
checking for if_nameindex... yes
checking for if_freenameindex... 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 clock_gettime... no
checking for clock_gettime in -lrt... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking for mysql_config... /usr/bin/mysql_config
checking mysql version... 5.0.45
checking mysql includes... -I/usr/include/mysql
checking mysql libraries... -L/usr/lib/mysql -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -L/usr/lib -lssl -lcrypto
checking mysql.h usability... yes
checking mysql.h presence... yes
checking for mysql.h... yes
checking for mysql_init... yes
checking for mysql_stmt_init... yes
checking MYSQL_OPT_RECONNECT... yes
checking jsapi.h usability... no
checking jsapi.h presence... no
checking for jsapi.h... no
checking checking alternative libjs header location: /usr/local/include... checking jsapi.h usability... no
checking jsapi.h presence... no
checking for jsapi.h... no
checking checking alternative libjs header location: /usr/include/js... checking jsapi.h usability... yes
checking jsapi.h presence... yes
checking for jsapi.h... yes
jsapi.h found in /usr/include/js
checking for JS_NewObject in -ljs... no
checking for JS_NewObject in -lsmjs... no
checking for JS_NewObject in -lmozjs... no
checking for JS_NewObject in -ljs... no
checking for JS_NewObject in -lsmjs... no
checking for JS_NewObject in -lmozjs... no
libjs/libsmjs link failed
checking magic.h usability... yes
checking magic.h presence... yes
checking for magic.h... yes
checking for compress in -lz... yes
checking for magic_load in -lmagic... yes
checking id3/tag.h usability... yes
checking id3/tag.h presence... yes
checking for id3/tag.h... yes
checking id3/misc_support.h usability... yes
checking id3/misc_support.h presence... yes
checking for id3/misc_support.h... yes
checking for compress in -lz... (cached) yes
checking for main in -lid3... yes
checking for album art support in id3lib... yes
checking libexif/exif-content.h usability... yes
checking libexif/exif-content.h presence... yes
checking for libexif/exif-content.h... yes
checking for exif_data_new_from_file in -lexif... yes
checking exif_entry_get_value signature... requires 3 arguments
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking whether sys/inotify.h works... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/js/Makefile
config.status: creating tombupnp/Makefile
config.status: creating tombupnp/build/Makefile
config.status: creating web/Makefile
config.status: creating config/Makefile
config.status: creating mediatomb.spec
config.status: creating autoconfig.h
config.status: creating tombupnp/upnp/inc/upnpconfig.h
config.status: tombupnp/upnp/inc/upnpconfig.h is unchanged
config.status: executing depfiles commands

CONFIGURATION SUMMARY ----

sqlite3       : yes
mysql         : yes
libjs         : missing
libmagic      : yes
inotify       : yes
libexif       : yes
id3lib        : yes
taglib        : disabled
libextractor  : disabled
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by MediaTomb configure 0.10.0, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = pp2
uname -m = i686
uname -r = 2.6.22.12-0.1-bigsmp
uname -s = Linux
uname -v = #1 SMP 2007/11/06 23:05:18 UTC

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/kde3/bin
PATH: /home/matthew/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/lib/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: /opt/gnome/bin
PATH: /usr/lib/qt3/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1935: checking for a BSD-compatible install
configure:1991: result: /usr/bin/install -c
configure:2002: checking whether build environment is sane
configure:2045: result: yes
configure:2110: checking for gawk
configure:2126: found /usr/bin/gawk
configure:2137: result: gawk
configure:2148: checking whether make sets $(MAKE)
configure:2169: result: yes
configure:2370: checking build system type
configure:2388: result: i686-pc-linux-gnu
configure:2410: checking host system type
configure:2425: result: i686-pc-linux-gnu
configure:3063: checking for g++
configure:3079: found /usr/bin/g++
configure:3090: result: g++
configure:3121: checking for C++ compiler version
configure:3128: g++ --version >&5
g++ (GCC) 4.2.1 (SUSE Linux)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3131: $? = 0
configure:3138: g++ -v >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)
configure:3141: $? = 0
configure:3148: g++ -V >&5
g++: '-V' option must have argument
configure:3151: $? = 1
configure:3174: checking for C++ compiler default output file name
configure:3201: g++   -s conftest.cpp  >&5
configure:3204: $? = 0
configure:3242: result: a.out
configure:3259: checking whether the C++ compiler works
configure:3269: ./a.out
configure:3272: $? = 0
configure:3289: result: yes
configure:3296: checking whether we are cross compiling
configure:3298: result: no
configure:3301: checking for suffix of executables
configure:3308: g++ -o conftest   -s conftest.cpp  >&5
configure:3311: $? = 0
configure:3335: result: 
configure:3341: checking for suffix of object files
configure:3367: g++ -c   conftest.cpp >&5
configure:3370: $? = 0
configure:3393: result: o
configure:3397: checking whether we are using the GNU C++ compiler
configure:3426: g++ -c   conftest.cpp >&5
configure:3432: $? = 0
configure:3449: result: yes
configure:3454: checking whether g++ accepts -g
configure:3484: g++ -c -g  conftest.cpp >&5
configure:3490: $? = 0
configure:3589: result: yes
configure:3623: checking for style of include used by make
configure:3651: result: GNU
configure:3679: checking dependency style of g++
configure:3769: result: gcc3
configure:3834: checking for gcc
configure:3850: found /usr/bin/gcc
configure:3861: result: gcc
configure:4099: checking for C compiler version
configure:4106: gcc --version >&5
gcc (GCC) 4.2.1 (SUSE Linux)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4109: $? = 0
configure:4116: gcc -v >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)
configure:4119: $? = 0
configure:4126: gcc -V >&5
gcc: '-V' option must have argument
configure:4129: $? = 1
configure:4132: checking whether we are using the GNU C compiler
configure:4161: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:4167: $? = 0
configure:4184: result: yes
configure:4189: checking whether gcc accepts -g
configure:4219: gcc -c -g  conftest.c >&5
configure:4225: $? = 0
configure:4324: result: yes
configure:4341: checking for gcc option to accept ISO C89
configure:4415: gcc  -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:4421: $? = 0
configure:4444: result: none needed
configure:4464: checking dependency style of gcc
configure:4554: result: gcc3
configure:4614: checking for ranlib
configure:4630: found /usr/bin/ranlib
configure:4641: result: ranlib
configure:4676: checking for dirent.h that defines DIR
configure:4705: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:4711: $? = 0
configure:4727: result: yes
configure:4740: checking for library containing opendir
configure:4781: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:4787: $? = 0
configure:4815: result: none required
configure:4914: checking how to run the C preprocessor
configure:4954: gcc -E  conftest.c
configure:4960: $? = 0
configure:4991: gcc -E  conftest.c
conftest.c:18:28: error: ac_nonexistent.h: No such file or directory
configure:4997: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5030: result: gcc -E
configure:5059: gcc -E  conftest.c
configure:5065: $? = 0
configure:5096: gcc -E  conftest.c
conftest.c:18:28: error: ac_nonexistent.h: No such file or directory
configure:5102: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5140: checking for grep that handles long lines and -e
configure:5214: result: /usr/bin/grep
configure:5219: checking for egrep
configure:5297: result: /usr/bin/grep -E
configure:5302: checking for ANSI C header files
configure:5332: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5338: $? = 0
configure:5437: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:5440: $? = 0
configure:5446: ./conftest
configure:5449: $? = 0
configure:5466: result: yes
configure:5476: checking for sys/wait.h that is POSIX.1 compatible
configure:5512: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5518: $? = 0
configure:5533: result: yes
configure:5557: checking for sys/types.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for sys/stat.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for stdlib.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for string.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for memory.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for strings.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for inttypes.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for stdint.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for unistd.h
configure:5578: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5612: checking for stdbool.h that conforms to C99
configure:5705: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5711: $? = 0
configure:5726: result: yes
configure:5728: checking for _Bool
configure:5758: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5764: $? = 0
configure:5779: result: yes
configure:5798: checking whether time.h and sys/time.h may both be included
configure:5828: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5834: $? = 0
configure:5849: result: yes
configure:5859: checking whether stat file-mode macros are broken
configure:5896: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5902: $? = 0
configure:5917: result: no
configure:5953: checking syslog.h usability
configure:5970: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5976: $? = 0
configure:5990: result: yes
configure:5994: checking syslog.h presence
configure:6009: gcc -E  conftest.c
configure:6015: $? = 0
configure:6029: result: yes
configure:6062: checking for syslog.h
configure:6070: result: yes
configure:5953: checking stddef.h usability
configure:5970: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5976: $? = 0
configure:5990: result: yes
configure:5994: checking stddef.h presence
configure:6009: gcc -E  conftest.c
configure:6015: $? = 0
configure:6029: result: yes
configure:6062: checking for stddef.h
configure:6070: result: yes
configure:5943: checking for unistd.h
configure:5949: result: yes
configure:5953: checking arpa/inet.h usability
configure:5970: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5976: $? = 0
configure:5990: result: yes
configure:5994: checking arpa/inet.h presence
configure:6009: gcc -E  conftest.c
configure:6015: $? = 0
configure:6029: result: yes
configure:6062: checking for arpa/inet.h
configure:6070: result: yes
configure:5953: checking fcntl.h usability
configure:5970: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:5976: $? = 0
configure:5990: result: yes
configure:5994: checking fcntl.h presence
configure:6009: gcc -E  conftest.c
configure:6015: $? = 0
configure:6029: result: yes
configure:6062: checking for fcntl.h
configure:6070: result: yes
configure:6108: checking limits.h usability
configure:6125: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6131: $? = 0
configure:6145: result: yes
configure:6149: checking limits.h presence
configure:6164: gcc -E  conftest.c
configure:6170: $? = 0
configure:6184: result: yes
configure:6217: checking for limits.h
configure:6225: result: yes
configure:6108: checking netdb.h usability
configure:6125: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6131: $? = 0
configure:6145: result: yes
configure:6149: checking netdb.h presence
configure:6164: gcc -E  conftest.c
configure:6170: $? = 0
configure:6184: result: yes
configure:6217: checking for netdb.h
configure:6225: result: yes
configure:6108: checking netinet/in.h usability
configure:6125: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6131: $? = 0
configure:6145: result: yes
configure:6149: checking netinet/in.h presence
configure:6164: gcc -E  conftest.c
configure:6170: $? = 0
configure:6184: result: yes
configure:6217: checking for netinet/in.h
configure:6225: result: yes
configure:6098: checking for stdlib.h
configure:6104: result: yes
configure:6098: checking for string.h
configure:6104: result: yes
configure:6108: checking sys/file.h usability
configure:6125: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6131: $? = 0
configure:6145: result: yes
configure:6149: checking sys/file.h presence
configure:6164: gcc -E  conftest.c
configure:6170: $? = 0
configure:6184: result: yes
configure:6217: checking for sys/file.h
configure:6225: result: yes
configure:6260: checking sys/ioctl.h usability
configure:6277: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6283: $? = 0
configure:6297: result: yes
configure:6301: checking sys/ioctl.h presence
configure:6316: gcc -E  conftest.c
configure:6322: $? = 0
configure:6336: result: yes
configure:6369: checking for sys/ioctl.h
configure:6377: result: yes
configure:6260: checking sys/socket.h usability
configure:6277: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6283: $? = 0
configure:6297: result: yes
configure:6301: checking sys/socket.h presence
configure:6316: gcc -E  conftest.c
configure:6322: $? = 0
configure:6336: result: yes
configure:6369: checking for sys/socket.h
configure:6377: result: yes
configure:6260: checking sys/time.h usability
configure:6277: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6283: $? = 0
configure:6297: result: yes
configure:6301: checking sys/time.h presence
configure:6316: gcc -E  conftest.c
configure:6322: $? = 0
configure:6336: result: yes
configure:6369: checking for sys/time.h
configure:6377: result: yes
configure:6250: checking for sys/types.h
configure:6256: result: yes
configure:6411: checking langinfo.h usability
configure:6428: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6434: $? = 0
configure:6448: result: yes
configure:6452: checking langinfo.h presence
configure:6467: gcc -E  conftest.c
configure:6473: $? = 0
configure:6487: result: yes
configure:6520: checking for langinfo.h
configure:6528: result: yes
configure:6411: checking locale.h usability
configure:6428: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6434: $? = 0
configure:6448: result: yes
configure:6452: checking locale.h presence
configure:6467: gcc -E  conftest.c
configure:6473: $? = 0
configure:6487: result: yes
configure:6520: checking for locale.h
configure:6528: result: yes
configure:6560: checking sched.h usability
configure:6577: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6583: $? = 0
configure:6597: result: yes
configure:6601: checking sched.h presence
configure:6616: gcc -E  conftest.c
configure:6622: $? = 0
configure:6636: result: yes
configure:6669: checking for sched.h
configure:6677: result: yes
configure:6695: checking for sched_getparam
configure:6751: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:6757: $? = 0
configure:6775: result: yes
configure:6695: checking for sched_setparam
configure:6751: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:6757: $? = 0
configure:6775: result: yes
configure:6801: checking getopt.h usability
configure:6818: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:6824: $? = 0
configure:6838: result: yes
configure:6842: checking getopt.h presence
configure:6857: gcc -E  conftest.c
configure:6863: $? = 0
configure:6877: result: yes
configure:6910: checking for getopt.h
configure:6918: result: yes
configure:6931: checking for getopt_long
configure:6987: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:6993: $? = 0
configure:7011: result: yes
configure:7281: checking iconv.h usability
configure:7298: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:7304: $? = 0
configure:7318: result: yes
configure:7322: checking iconv.h presence
configure:7337: gcc -E  conftest.c
configure:7343: $? = 0
configure:7357: result: yes
configure:7390: checking for iconv.h
configure:7397: result: yes
configure:8025: checking for iconv
configure:8081: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:8087: $? = 0
configure:8104: result: yes
configure:8372: checking execinfo.h usability
configure:8389: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:8395: $? = 0
configure:8409: result: yes
configure:8413: checking execinfo.h presence
configure:8428: gcc -E  conftest.c
configure:8434: $? = 0
configure:8448: result: yes
configure:8481: checking for execinfo.h
configure:8489: result: yes
configure:8503: checking for time_t
configure:8534: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:8540: $? = 0
configure:8555: result: yes
configure:8648: checking for special C compiler options needed for large files
configure:8741: result: no
configure:8747: checking for _FILE_OFFSET_BITS value needed for large files
configure:8782: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
conftest.c:62: warning: left shift count >= width of type
conftest.c:62: warning: left shift count >= width of type
conftest.c:64: error: size of array 'off_t_is_large' is negative
configure:8788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:8832: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:8838: $? = 0
configure:8856: result: 64
configure:8991: checking for off_t
configure:9021: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:9027: $? = 0
configure:9042: result: yes
configure:9054: checking for size_t
configure:9084: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:9090: $? = 0
configure:9105: result: yes
configure:9120: checking for _LARGEFILE_SOURCE value needed for large files
configure:9149: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:9155: $? = 0
configure:9221: result: no
configure:9261: checking for off_t
configure:9312: result: yes
configure:9319: checking size of off_t
configure:9621: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:9624: $? = 0
configure:9630: ./conftest
configure:9633: $? = 0
configure:9656: result: 8
configure:9666: checking for size_t
configure:9717: result: yes
configure:9724: checking size of size_t
configure:10026: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:10029: $? = 0
configure:10035: ./conftest
configure:10038: $? = 0
configure:10061: result: 4
configure:10071: checking for time_t
configure:10122: result: yes
configure:10129: checking size of time_t
configure:10431: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:10434: $? = 0
configure:10440: ./conftest
configure:10443: $? = 0
configure:10466: result: 4
configure:10482: checking for strtoll
configure:10538: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:10544: $? = 0
configure:10562: result: yes
configure:10482: checking for nl_langinfo
configure:10538: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:10544: $? = 0
configure:10562: result: yes
configure:10482: checking for setlocale
configure:10538: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:10544: $? = 0
configure:10562: result: yes
configure:10577: checking for backtrace
configure:10633: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:10639: $? = 0
configure:10657: result: yes
configure:10577: checking for backtrace_symbols
configure:10633: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:10639: $? = 0
configure:10657: result: yes
configure:10668: checking for an ANSI C-conforming const
configure:10743: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:10749: $? = 0
configure:10764: result: yes
configure:10774: checking for inline
configure:10800: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:10806: $? = 0
configure:10824: result: inline
configure:10843: checking return type of signal handlers
configure:10871: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
conftest.c: In function 'main':
conftest.c:72: error: void value not ignored as it ought to be
configure:10877: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:10892: result: void
configure:10900: checking for pid_t
configure:10930: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:10936: $? = 0
configure:10951: result: yes
configure:10963: checking for size_t
configure:11014: result: yes
configure:11026: checking whether struct tm is in sys/time.h or time.h
configure:11056: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:11062: $? = 0
configure:11077: result: time.h
configure:11110: checking for working alloca.h
configure:11137: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:11143: $? = 0
configure:11160: result: yes
configure:11170: checking for alloca
configure:11217: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:11223: $? = 0
configure:11240: result: yes
configure:11467: checking whether closedir returns void
configure:11501: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:11504: $? = 0
configure:11510: ./conftest
configure:11513: $? = 0
configure:11529: result: no
configure:11539: checking for error_at_line
configure:11565: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:11571: $? = 0
configure:11588: result: yes
configure:11614: checking vfork.h usability
configure:11631: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
conftest.c:102:19: error: vfork.h: No such file or directory
configure:11637: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:11651: result: no
configure:11655: checking vfork.h presence
configure:11670: gcc -E  conftest.c
conftest.c:69:19: error: vfork.h: No such file or directory
configure:11676: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:11690: result: no
configure:11723: checking for vfork.h
configure:11731: result: no
configure:11749: checking for fork
configure:11805: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
conftest.c:92: warning: conflicting types for built-in function 'fork'
configure:11811: $? = 0
configure:11829: result: yes
configure:11749: checking for vfork
configure:11805: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:11811: $? = 0
configure:11829: result: yes
configure:11840: checking for working fork
configure:11872: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:11875: $? = 0
configure:11881: ./conftest
configure:11884: $? = 0
configure:11900: result: yes
configure:11921: checking for working vfork
configure:12059: result: yes
configure:12095: checking for stdlib.h
configure:12101: result: yes
configure:12235: checking for GNU libc compatible malloc
configure:12269: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:12272: $? = 0
configure:12278: ./conftest
configure:12281: $? = 0
configure:12297: result: yes
configure:12325: checking for working memcmp
configure:12378: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:12381: $? = 0
configure:12387: ./conftest
configure:12390: $? = 0
configure:12406: result: yes
configure:12420: checking for stdlib.h
configure:12426: result: yes
configure:12560: checking for GNU libc compatible realloc
configure:12594: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:12597: $? = 0
configure:12603: ./conftest
configure:12606: $? = 0
configure:12622: result: yes
configure:12666: checking sys/select.h usability
configure:12683: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:12689: $? = 0
configure:12703: result: yes
configure:12707: checking sys/select.h presence
configure:12722: gcc -E  conftest.c
configure:12728: $? = 0
configure:12742: result: yes
configure:12775: checking for sys/select.h
configure:12783: result: yes
configure:12656: checking for sys/socket.h
configure:12662: result: yes
configure:12796: checking types of arguments for select
configure:12834: gcc -c -pipe -m32 -O2 -march=i586 -mtune=i686  conftest.c >&5
configure:12840: $? = 0
configure:12861: result: int,fd_set *,struct timeval *
configure:12884: checking whether lstat dereferences a symlink specified with a trailing slash
configure:12920: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:12923: $? = 0
configure:12929: ./conftest
configure:12932: $? = 0
configure:12955: result: yes
configure:12974: checking whether stat accepts an empty string
configure:13004: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:13007: $? = 0
configure:13013: ./conftest
configure:13016: $? = 0
configure:13032: result: no
configure:13048: checking for working strtod
configure:13099: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
configure:13102: $? = 0
configure:13108: ./conftest
configure:13111: $? = 0
configure:13127: result: yes
configure:13295: checking for vprintf
configure:13351: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
conftest.c:106: warning: conflicting types for built-in function 'vprintf'
configure:13357: $? = 0
configure:13375: result: yes
configure:13382: checking for _doprnt
configure:13438: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686  -s conftest.c  >&5
/tmp/cc9vVgrA.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:13444: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:13461: result: no
configure:13492: checking for gethostname
configure:13548: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13554: $? = 0
configure:13572: result: yes
configure:13492: checking for gettimeofday
configure:13548: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13554: $? = 0
configure:13572: result: yes
configure:13492: checking for localtime_r
configure:13548: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13554: $? = 0
configure:13572: result: yes
configure:13492: checking for memmove
configure:13548: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13554: $? = 0
configure:13572: result: yes
configure:13492: checking for memset
configure:13548: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13554: $? = 0
configure:13572: result: yes
configure:13596: checking for regcomp
configure:13652: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13658: $? = 0
configure:13676: result: yes
configure:13596: checking for select
configure:13652: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13658: $? = 0
configure:13676: result: yes
configure:13596: checking for strcasecmp
configure:13652: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13658: $? = 0
configure:13676: result: yes
configure:13596: checking for strchr
configure:13652: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13658: $? = 0
configure:13676: result: yes
configure:13596: checking for strdup
configure:13652: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13658: $? = 0
configure:13676: result: yes
configure:13596: checking for strerror
configure:13652: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13658: $? = 0
configure:13676: result: yes
configure:13596: checking for strncasecmp
configure:13652: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13658: $? = 0
configure:13676: result: yes
configure:13698: checking for strrchr
configure:13754: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13760: $? = 0
configure:13778: result: yes
configure:13698: checking for strstr
configure:13754: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13760: $? = 0
configure:13778: result: yes
configure:13698: checking for strtol
configure:13754: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13760: $? = 0
configure:13778: result: yes
configure:13698: checking for strtoul
configure:13754: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13760: $? = 0
configure:13778: result: yes
configure:13698: checking for uname
configure:13754: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13760: $? = 0
configure:13778: result: yes
configure:13798: checking for sigaction
configure:13854: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13860: $? = 0
configure:13878: result: yes
configure:13798: checking for sigprocmask
configure:13854: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13860: $? = 0
configure:13878: result: yes
configure:13897: checking for ioctl
configure:13953: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:13959: $? = 0
configure:13977: result: yes
configure:14070: checking for inet_ntoa
configure:14126: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:14132: $? = 0
configure:14150: result: yes
configure:14245: checking for socket
configure:14301: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:14307: $? = 0
configure:14325: result: yes
configure:14421: checking for gethostbyname
configure:14477: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:14483: $? = 0
configure:14501: result: yes
configure:14605: checking how to run the C++ preprocessor
configure:14641: g++ -E  conftest.cpp
configure:14647: $? = 0
configure:14678: g++ -E  conftest.cpp
conftest.cpp:107:28: error: ac_nonexistent.h: No such file or directory
configure:14684: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14717: result: g++ -E
configure:14746: g++ -E  conftest.cpp
configure:14752: $? = 0
configure:14783: g++ -E  conftest.cpp
conftest.cpp:107:28: error: ac_nonexistent.h: No such file or directory
configure:14789: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14831: checking for gethostbyname_r
configure:14887: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:14893: $? = 0
configure:14911: result: yes
configure:15158: checking for if_nameindex
configure:15214: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:15220: $? = 0
configure:15238: result: yes
configure:15337: checking for if_freenameindex
configure:15393: g++ -o conftest -g -O2  -s conftest.cpp  >&5
configure:15399: $? = 0
configure:15417: result: yes
configure:15801: checking for the pthreads library -lpthreads
configure:15844: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686   -s conftest.c -lpthreads  >&5
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:15850: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:15870: result: no
configure:15746: checking whether pthreads work without any flags
configure:15844: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686   -s conftest.c   >&5
/tmp/cc4o2TVj.o: In function `main':
conftest.c:(.text+0x1e): undefined reference to `pthread_join'
conftest.c:(.text+0x4b): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x6f): undefined reference to `pthread_create'
conftest.c:(.text+0x76): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:15850: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:15870: result: no
configure:15751: checking whether pthreads work with -Kthread
configure:15844: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686 -Kthread  -s conftest.c   >&5
gcc: unrecognized option '-Kthread'
/tmp/cc1GoKSp.o: In function `main':
conftest.c:(.text+0x1e): undefined reference to `pthread_join'
conftest.c:(.text+0x4b): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x6f): undefined reference to `pthread_create'
conftest.c:(.text+0x76): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:15850: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:15870: result: no
configure:15751: checking whether pthreads work with -kthread
configure:15844: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686 -kthread  -s conftest.c   >&5
gcc: unrecognized option '-kthread'
/tmp/cc4ze9lr.o: In function `main':
conftest.c:(.text+0x1e): undefined reference to `pthread_join'
conftest.c:(.text+0x4b): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x6f): undefined reference to `pthread_create'
conftest.c:(.text+0x76): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:15850: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:15870: result: no
configure:15801: checking for the pthreads library -llthread
configure:15844: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686   -s conftest.c -llthread  >&5
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:15850: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:15870: result: no
configure:15751: checking whether pthreads work with -pthread
configure:15844: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686 -pthread  -s conftest.c   >&5
configure:15850: $? = 0
configure:15870: result: yes
configure:15889: checking for joinable pthread attribute
configure:15914: gcc -o conftest -pipe -m32 -O2 -march=i586 -mtune=i686 -pthread  -s conftest.c   >&5
configure:15920: $? = 0
configure:15937: result: PTHREAD_CREATE_JOINABLE
configure:15947: checking if more special flags are required for pthreads
configure:15954: result: no
configure:16053: checking for clock_gettime
configure:16109: g++ -o conftest -g -O2  -s conftest.cpp  >&5
/tmp/ccSKZr2c.o: In function `main':
/home/matthew/mediatomb-0.10.0/conftest.cpp:147: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:16115: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_gettime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:16132: result: no
configure:16288: checking for clock_gettime in -lrt
configure:16323: g++ -o conftest -g -O2  -s conftest.cpp -lrt   >&5
configure:16329: $? = 0
configure:16347: result: yes
configure:16613: checking zlib.h usability
configure:16630: g++ -c -g -O2  conftest.cpp >&5
configure:16636: $? = 0
configure:16650: result: yes
configure:16654: checking zlib.h presence
configure:16669: g++ -E  conftest.cpp
configure:16675: $? = 0
configure:16689: result: yes
configure:16722: checking for zlib.h
configure:16729: result: yes
configure:16968: checking for uncompress in -lz
configure:17003: g++ -o conftest -g -O2  -s conftest.cpp -lz   >&5
configure:17009: $? = 0
configure:17027: result: yes
configure:17396: checking sqlite3.h usability
configure:17413: g++ -c -g -O2  conftest.cpp >&5
configure:17419: $? = 0
configure:17433: result: yes
configure:17437: checking sqlite3.h presence
configure:17452: g++ -E  conftest.cpp
configure:17458: $? = 0
configure:17472: result: yes
configure:17505: checking for sqlite3.h
configure:17512: result: yes
configure:17758: checking for sqlite3_open in -lsqlite3
configure:17793: g++ -o conftest -g -O2  -s -lrt  conftest.cpp -lsqlite3  -lz  >&5
configure:17799: $? = 0
configure:17817: result: yes
configure:17984: checking for mysql_config
configure:18002: found /usr/bin/mysql_config
configure:18015: result: /usr/bin/mysql_config
configure:18080: checking mysql version
configure:18086: result: 5.0.45
configure:18099: checking mysql includes
configure:18102: result: -I/usr/include/mysql
configure:18105: checking mysql libraries
configure:18108: result: -L/usr/lib/mysql -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -L/usr/lib -lssl -lcrypto
configure:18135: checking mysql.h usability
configure:18152: g++ -c -g -O2 -I/usr/include/mysql  -I/usr/include/mysql conftest.cpp >&5
configure:18158: $? = 0
configure:18172: result: yes
configure:18176: checking mysql.h presence
configure:18191: g++ -E  -I/usr/include/mysql conftest.cpp
configure:18197: $? = 0
configure:18211: result: yes
configure:18244: checking for mysql.h
configure:18251: result: yes
configure:18273: checking for mysql_init
configure:18329: g++ -o conftest -g -O2 -I/usr/include/mysql  -I/usr/include/mysql -s -L/usr/lib/mysql -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -L/usr/lib -lssl -lcrypto conftest.cpp -lsqlite3 -lz  >&5
configure:18335: $? = 0
configure:18353: result: yes
configure:18383: checking for mysql_stmt_init
configure:18439: g++ -o conftest -g -O2 -I/usr/include/mysql  -I/usr/include/mysql -s -L/usr/lib/mysql -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -L/usr/lib -lssl -lcrypto conftest.cpp -lsqlite3 -lz  >&5
configure:18445: $? = 0
configure:18463: result: yes
configure:18474: checking MYSQL_OPT_RECONNECT
configure:18502: g++ -c -g -O2 -I/usr/include/mysql  -I/usr/include/mysql conftest.cpp >&5
configure:18508: $? = 0
configure:18514: result: yes
configure:18872: checking jsapi.h usability
configure:18889: g++ -c -g -O2 -DXP_UNIX  -DXP_UNIX conftest.cpp >&5
conftest.cpp:155:19: error: jsapi.h: No such file or directory
configure:18895: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <jsapi.h>
configure:18909: result: no
configure:18913: checking jsapi.h presence
configure:18928: g++ -E  -DXP_UNIX conftest.cpp
conftest.cpp:122:19: error: jsapi.h: No such file or directory
configure:18934: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| #include <jsapi.h>
configure:18948: result: no
configure:18981: checking for jsapi.h
configure:18988: result: no
configure:19010: checking checking alternative libjs header location: /usr/local/include
configure:19025: checking jsapi.h usability
configure:19042: g++ -c -DXP_UNIX -I/usr/local/include -DXP_UNIX -I/usr/local/include conftest.cpp >&5
conftest.cpp:155:19: error: jsapi.h: No such file or directory
configure:19048: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <jsapi.h>
configure:19062: result: no
configure:19066: checking jsapi.h presence
configure:19081: g++ -E -DXP_UNIX -I/usr/local/include conftest.cpp
conftest.cpp:122:19: error: jsapi.h: No such file or directory
configure:19087: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| #include <jsapi.h>
configure:19101: result: no
configure:19134: checking for jsapi.h
configure:19141: result: no
configure:19010: checking checking alternative libjs header location: /usr/include/js
configure:19025: checking jsapi.h usability
configure:19042: g++ -c -DXP_UNIX -I/usr/include/js -DXP_UNIX -I/usr/include/js conftest.cpp >&5
configure:19048: $? = 0
configure:19062: result: yes
configure:19066: checking jsapi.h presence
configure:19081: g++ -E -DXP_UNIX -I/usr/include/js conftest.cpp
configure:19087: $? = 0
configure:19101: result: yes
configure:19134: checking for jsapi.h
configure:19141: result: yes
configure:19148: result: jsapi.h found in /usr/include/js
configure:19398: checking for JS_NewObject in -ljs
configure:19433: g++ -o conftest -DXP_UNIX -I/usr/include/js -DXP_UNIX -I/usr/include/js -s  conftest.cpp -ljs  -lsqlite3 -lz  >&5
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: conftest: hidden symbol `__stack_chk_fail_local' in /usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
configure:19439: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_NewObject ();
| int
| main ()
| {
| return JS_NewObject ();
|   ;
|   return 0;
| }
configure:19457: result: no
configure:19467: checking for JS_NewObject in -lsmjs
configure:19502: g++ -o conftest -DXP_UNIX -I/usr/include/js -DXP_UNIX -I/usr/include/js -s  conftest.cpp -lsmjs  -lsqlite3 -lz  >&5
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lsmjs
collect2: ld returned 1 exit status
configure:19508: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_NewObject ();
| int
| main ()
| {
| return JS_NewObject ();
|   ;
|   return 0;
| }
configure:19526: result: no
configure:19536: checking for JS_NewObject in -lmozjs
configure:19571: g++ -o conftest -DXP_UNIX -I/usr/include/js -DXP_UNIX -I/usr/include/js -s  conftest.cpp -lmozjs  -lsqlite3 -lz  >&5
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lmozjs
collect2: ld returned 1 exit status
configure:19577: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_NewObject ();
| int
| main ()
| {
| return JS_NewObject ();
|   ;
|   return 0;
| }
configure:19595: result: no
configure:19606: checking for JS_NewObject in -ljs
configure:19641: g++ -o conftest -DXP_UNIX -I/usr/include/js -DXP_UNIX -I/usr/include/js -L/usr/local/lib -s  conftest.cpp -ljs  -lsqlite3 -lz  >&5
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: conftest: hidden symbol `__stack_chk_fail_local' in /usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
configure:19647: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_NewObject ();
| int
| main ()
| {
| return JS_NewObject ();
|   ;
|   return 0;
| }
configure:19665: result: no
configure:19675: checking for JS_NewObject in -lsmjs
configure:19710: g++ -o conftest -DXP_UNIX -I/usr/include/js -DXP_UNIX -I/usr/include/js -L/usr/local/lib -s  conftest.cpp -lsmjs  -lsqlite3 -lz  >&5
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lsmjs
collect2: ld returned 1 exit status
configure:19716: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_NewObject ();
| int
| main ()
| {
| return JS_NewObject ();
|   ;
|   return 0;
| }
configure:19734: result: no
configure:19745: checking for JS_NewObject in -lmozjs
configure:19780: g++ -o conftest -DXP_UNIX -I/usr/include/js -DXP_UNIX -I/usr/include/js -L/usr/local/lib -s -lmozjs conftest.cpp -lmozjs  -lsqlite3 -lz  >&5
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lmozjs
collect2: ld returned 1 exit status
configure:19786: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_NewObject ();
| int
| main ()
| {
| return JS_NewObject ();
|   ;
|   return 0;
| }
configure:19804: result: no
configure:19814: result: libjs/libsmjs link failed
configure:20122: checking magic.h usability
configure:20139: g++ -c -g -O2  conftest.cpp >&5
configure:20145: $? = 0
configure:20159: result: yes
configure:20163: checking magic.h presence
configure:20178: g++ -E  conftest.cpp
configure:20184: $? = 0
configure:20198: result: yes
configure:20231: checking for magic.h
configure:20238: result: yes
configure:20625: checking for compress in -lz
configure:20660: g++ -o conftest -g -O2  -s  conftest.cpp -lz  -lsqlite3 -lz  >&5
configure:20666: $? = 0
configure:20684: result: yes
configure:20688: checking for magic_load in -lmagic
configure:20724: g++ -o conftest -g -O2  -s  conftest.cpp -lmagic -lz
             -lsqlite3 -lz  >&5
configure:20730: $? = 0
configure:20748: result: yes
configure:21228: checking id3/tag.h usability
configure:21245: g++ -c -g -O2  conftest.cpp >&5
configure:21251: $? = 0
configure:21265: result: yes
configure:21269: checking id3/tag.h presence
configure:21284: g++ -E  conftest.cpp
configure:21290: $? = 0
configure:21304: result: yes
configure:21337: checking for id3/tag.h
configure:21344: result: yes
configure:21663: checking id3/misc_support.h usability
configure:21680: g++ -c -g -O2  conftest.cpp >&5
configure:21686: $? = 0
configure:21700: result: yes
configure:21704: checking id3/misc_support.h presence
configure:21719: g++ -E  conftest.cpp
configure:21725: $? = 0
configure:21739: result: yes
configure:21772: checking for id3/misc_support.h
configure:21779: result: yes
configure:22155: checking for compress in -lz
configure:22214: result: yes
configure:22218: checking for main in -lid3
configure:22247: g++ -o conftest -g -O2  -s   conftest.cpp -lid3 -lz -lsqlite3 -lz  >&5
configure:22253: $? = 0
configure:22271: result: yes
configure:22516: checking for album art support in id3lib
configure:22545: g++ -c -g -O2   conftest.cpp >&5
configure:22551: $? = 0
configure:22557: result: yes
configure:23871: checking libexif/exif-content.h usability
configure:23888: g++ -c -g -O2  conftest.cpp >&5
configure:23894: $? = 0
configure:23908: result: yes
configure:23912: checking libexif/exif-content.h presence
configure:23927: g++ -E  conftest.cpp
configure:23933: $? = 0
configure:23947: result: yes
configure:23980: checking for libexif/exif-content.h
configure:23987: result: yes
configure:24231: checking for exif_data_new_from_file in -lexif
configure:24266: g++ -o conftest -g -O2  -s conftest.cpp -lexif   >&5
configure:24272: $? = 0
configure:24290: result: yes
configure:24382: checking exif_entry_get_value signature
configure:24411: g++ -c -g -O2  conftest.cpp >&5
/usr/include/libexif/exif-entry.h: In function 'int main()':
/usr/include/libexif/exif-entry.h:83: error: too few arguments to function 'const char* exif_entry_get_value(ExifEntry*, char*, unsigned int)'
conftest.cpp:134: error: at this point in file
configure:24417: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "MediaTomb"
| #define PACKAGE_TARNAME "mediatomb"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "MediaTomb 0.10.0"
| #define PACKAGE_BUGREPORT "jin at mediatomb.cc"
| #define PACKAGE "mediatomb"
| #define VERSION "0.10.0"
| #define ATOMIC_X86_SMP 1
| #define ENABLE_SIGHUP 1
| #define EXTEND_PROTOCOLINFO 1
| #define UPNP_VERSION_STRING "0.10.0"
| #define UPNP_VERSION_MAJOR 0
| #define UPNP_VERSION_MINOR 4
| #define UPNP_VERSION_PATCH 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_GETPARAM 1
| #define HAVE_SCHED_SETPARAM 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_TIME_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_TIME_T 4
| #define HAVE_STRTOLL 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_REGCOMP 1
| #define HAVE_SELECT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNAME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_IOCTL 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_IF_FREENAMEINDEX 1
| #define UPNP_HAVE_DEVICE 1
| #define UPNP_HAVE_WEBSERVER 1
| #define HAVE_PTHREAD 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_LIBZ 1
| #define AUTO_CREATE_DATABASE 1
| #define HAVE_LIBSQLITE3 1
| #define HAVE_SQLITE3 1
| #define HAVE_MYSQL_INIT 1
| #define HAVE_MYSQL 1
| #define HAVE_MYSQL_STMT_INIT 1
| #define HAVE_MYSQL_OPT_RECONNECT 1
| #define HAVE_MAGIC 1
| #define HAVE_ID3 1
| #define HAVE_ID3_ALBUMART 1
| #define HAVE_LIBEXIF 1
| /* end confdefs.h.  */
| 
|                 #include <libexif/exif-data.h>
|                 #include <libexif/exif-content.h>
| 
| int
| main ()
| {
| 
|                 (void)exif_entry_get_value(0);
| 
| 
|   ;
|   return 0;
| }
configure:24460: g++ -c -g -O2  conftest.cpp >&5
configure:24466: $? = 0
configure:24472: result: requires 3 arguments
configure:24748: checking sys/inotify.h usability
configure:24765: g++ -c -g -O2  conftest.cpp >&5
configure:24771: $? = 0
configure:24785: result: yes
configure:24789: checking sys/inotify.h presence
configure:24804: g++ -E  conftest.cpp
configure:24810: $? = 0
configure:24824: result: yes
configure:24857: checking for sys/inotify.h
configure:24864: result: yes
configure:25029: checking whether sys/inotify.h works
configure:25060: g++ -o conftest -g -O2   -s conftest.cpp -lsqlite3 -lz  -lexif  >&5
configure:25063: $? = 0
configure:25069: ./conftest
configure:25072: $? = 0
configure:25075: result: yes
configure:25409: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by MediaTomb config.status 0.10.0, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on pp2

config.status:692: creating Makefile
config.status:692: creating build/Makefile
config.status:692: creating doc/Makefile
config.status:692: creating scripts/Makefile
config.status:692: creating scripts/js/Makefile
config.status:692: creating tombupnp/Makefile
config.status:692: creating tombupnp/build/Makefile
config.status:692: creating web/Makefile
config.status:692: creating config/Makefile
config.status:692: creating mediatomb.spec
config.status:692: creating autoconfig.h
config.status:692: creating tombupnp/upnp/inc/upnpconfig.h
config.status:1041: tombupnp/upnp/inc/upnpconfig.h is unchanged
config.status:1087: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-pipe -m32 -O2 -march=i586 -mtune=i686'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-s
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_backtrace=yes
ac_cv_func_backtrace_symbols=yes
ac_cv_func_clock_gettime=no
ac_cv_func_closedir_void=no
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethostname=yes
ac_cv_func_getopt_long=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_iconv=yes
ac_cv_func_if_freenameindex=yes
ac_cv_func_if_nameindex=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_ioctl=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mysql_init=yes
ac_cv_func_mysql_stmt_init=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_regcomp=yes
ac_cv_func_sched_getparam=yes
ac_cv_func_sched_setparam=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setlocale=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_socket=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strrchr=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_uname=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_id3_misc_support_h=yes
ac_cv_header_id3_tag_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jsapi_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libexif_exif_content_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_magic_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mysql_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_sqlite3_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_inotify_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_error_at_line=yes
ac_cv_lib_exif_exif_data_new_from_file=yes
ac_cv_lib_id3_main=yes
ac_cv_lib_js_JS_NewObject=no
ac_cv_lib_magic_magic_load=yes
ac_cv_lib_mozjs_JS_NewObject=no
ac_cv_lib_rt_clock_gettime=yes
ac_cv_lib_smjs_JS_NewObject=no
ac_cv_lib_sqlite3_sqlite3_open=yes
ac_cv_lib_z_compress=yes
ac_cv_lib_z_uncompress=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mysqlconfig=/usr/bin/mysql_config
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sizeof_off_t=8
ac_cv_sizeof_size_t=4
ac_cv_sizeof_time_t=4
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type__Bool=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_time_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/matthew/mediatomb-0.10.0/configure_aux/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/matthew/mediatomb-0.10.0/configure_aux/missing --run tar'
AUTOCONF='${SHELL} /home/matthew/mediatomb-0.10.0/configure_aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/matthew/mediatomb-0.10.0/configure_aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/matthew/mediatomb-0.10.0/configure_aux/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-pipe -m32 -O2 -march=i586 -mtune=i686 '
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXIF_CXXFLAGS=''
EXIF_LIBS=''
EXTRACTOR_CXXFLAGS=''
EXTRACTOR_LIBS=''
GREP='/usr/bin/grep'
ICONV_CXXFLAGS=''
ICONV_LIBS='-s'
ID3_CXXFLAGS=''
ID3_LIBS=' -lid3'
INOTIFY_CXXFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
JS_CXXFLAGS='-I/usr/include/js'
JS_LIBS=''
LDFLAGS='-s'
LIBOBJS=''
LIBS='-lsqlite3 -lz  -lexif '
LTLIBOBJS=''
MAGIC_CXXFLAGS=''
MAGIC_LIBS=' -lmagic'
MAKEINFO='${SHELL} /home/matthew/mediatomb-0.10.0/configure_aux/missing --run makeinfo'
MYSQL_CFLAGS='-I/usr/include/mysql'
MYSQL_LIBS='-L/usr/lib/mysql -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -L/usr/lib -lssl -lcrypto'
OBJEXT='o'
PACKAGE='mediatomb'
PACKAGE_BUGREPORT='jin at mediatomb.cc'
PACKAGE_NAME='MediaTomb'
PACKAGE_STRING='MediaTomb 0.10.0'
PACKAGE_TARNAME='mediatomb'
PACKAGE_VERSION='0.10.0'
PATH_SEPARATOR=':'
POW_LIB=''
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
RT_LIBS='-lrt'
SET_MAKE=''
SHELL='/bin/sh'
SQLITE3_CXXFLAGS=''
SQLITE3_LIBS=''
STRIP=''
TAGLIB_CFLAGS=''
TAGLIB_LIBS=''
VERSION='0.10.0'
Z_CXXFLAGS=''
Z_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
acx_pthread_config=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/matthew/mediatomb-0.10.0/configure_aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
mysqlconfig='/usr/bin/mysql_config'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
taglibconfig=''
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "MediaTomb"
#define PACKAGE_TARNAME "mediatomb"
#define PACKAGE_VERSION "0.10.0"
#define PACKAGE_STRING "MediaTomb 0.10.0"
#define PACKAGE_BUGREPORT "jin at mediatomb.cc"
#define PACKAGE "mediatomb"
#define VERSION "0.10.0"
#define ATOMIC_X86_SMP 1
#define ENABLE_SIGHUP 1
#define EXTEND_PROTOCOLINFO 1
#define UPNP_VERSION_STRING "0.10.0"
#define UPNP_VERSION_MAJOR 0
#define UPNP_VERSION_MINOR 4
#define UPNP_VERSION_PATCH 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYSLOG_H 1
#define HAVE_STDDEF_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LOCALE_H 1
#define HAVE_SCHED_H 1
#define HAVE_SCHED_GETPARAM 1
#define HAVE_SCHED_SETPARAM 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_EXECINFO_H 1
#define HAVE_TIME_T 1
#define _FILE_OFFSET_BITS 64
#define HAVE_FSEEKO 1
#define SIZEOF_OFF_T 8
#define SIZEOF_SIZE_T 4
#define SIZEOF_TIME_T 4
#define HAVE_STRTOLL 1
#define HAVE_NL_LANGINFO 1
#define HAVE_SETLOCALE 1
#define HAVE_BACKTRACE 1
#define HAVE_BACKTRACE_SYMBOLS 1
#define RETSIGTYPE void
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_VPRINTF 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LOCALTIME_R 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_REGCOMP 1
#define HAVE_SELECT 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_UNAME 1
#define HAVE_SIGACTION 1
#define HAVE_SIGPROCMASK 1
#define HAVE_IOCTL 1
#define HAVE_INET_NTOA 1
#define HAVE_SOCKET 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_IF_NAMEINDEX 1
#define HAVE_IF_FREENAMEINDEX 1
#define UPNP_HAVE_DEVICE 1
#define UPNP_HAVE_WEBSERVER 1
#define HAVE_PTHREAD 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_LIBZ 1
#define AUTO_CREATE_DATABASE 1
#define HAVE_LIBSQLITE3 1
#define HAVE_SQLITE3 1
#define HAVE_MYSQL_INIT 1
#define HAVE_MYSQL 1
#define HAVE_MYSQL_STMT_INIT 1
#define HAVE_MYSQL_OPT_RECONNECT 1
#define HAVE_MAGIC 1
#define HAVE_ID3 1
#define HAVE_ID3_ALBUMART 1
#define HAVE_LIBEXIF 1
#define HAVE_EXIF 1
#define EXIF_EGV_3 1
#define SYS_INOTIFY_H_OK 1
#define HAVE_INOTIFY 1
#define NDEBUG 1
#define LOG_ENABLED 1
#define PACKAGE_DATADIR "/usr/local/share/mediatomb"

configure: exit 0


More information about the Packman mailing list