Hello,
I'm moving from 09-rc1 to 09-rc2 and was not able to "make" it. I am using
openSuSE 10.2
I'm attaching the config log file. Could any one please point out the
problem?
And here is the error:
........
make[3]: Entering directory `/home/son/Documents/gloox-0.9-rc2/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I.. -Wall -pedantic -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare
-Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual
-ansi -pthread -g -O2 -MT siprofileft.lo -MD -MP -MF
".deps/siprofileft.Tpo" -c -o siprofileft.lo siprofileft.cpp; \
then mv -f ".deps/siprofileft.Tpo" ".deps/siprofileft.Plo"; else rm
-f ".deps/siprofileft.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -pipe -W -Wfloat-equal
-Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas
-Wconversion -Wundef -Wcast-qual -ansi -pthread -g -O2 -MT
siprofileft.lo-MD -MP -MF .deps/siprofileft.Tpo -c
siprofileft.cpp -fPIC -DPIC -o .libs/siprofileft.o
socks5bytestreammanager.h:114: error: 'SOCKS5Bytestream' has not been
declared
socks5bytestreammanager.h:175: error: 'SOCKS5Bytestream' was not declared in
this scope
socks5bytestreammanager.h:175: error: template argument 2 is invalid
socks5bytestreammanager.h:175: error: template argument 4 is invalid
siprofileft.cpp: In member function 'void
gloox::SIProfileFT::dispose(gloox::SOCKS5Bytestream*)':
siprofileft.cpp:125: error: no matching function for call to
'gloox::SOCKS5BytestreamManager::dispose(gloox::SOCKS5Bytestream*&)'
socks5bytestreammanager.h:114: note: candidates are: bool
gloox::SOCKS5BytestreamManager::dispose(int*)
make[3]: *** [siprofileft.lo] Error 1
make[3]: Leaving directory `/home/son/Documents/gloox-0.9-rc2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/son/Documents/gloox-0.9-rc2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/son/Documents/gloox-0.9-rc2'
make: *** [all] Error 2
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gloox configure 0.9-rc2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --without-gnutls
## --------- ##
## Platform. ##
## --------- ##
hostname = linux-jc2m
uname -m = i686
uname -r = 2.6.18.2-34-default
uname -s = Linux
uname -v = #1 SMP Mon Nov 27 11:46:27 UTC 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/son/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/X11R6/bin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1561: checking for a BSD-compatible install
configure:1616: result: /usr/bin/install -c
configure:1627: checking whether build environment is sane
configure:1670: result: yes
configure:1735: checking for gawk
configure:1751: found /usr/bin/gawk
configure:1761: result: gawk
configure:1771: checking whether make sets $(MAKE)
configure:1791: result: yes
configure:1974: checking build system type
configure:1992: result: i686-pc-linux-gnu
configure:2000: checking host system type
configure:2014: result: i686-pc-linux-gnu
configure:2036: checking for a BSD-compatible install
configure:2091: result: /usr/bin/install -c
configure:2148: checking for gcc
configure:2164: found /usr/bin/gcc
configure:2174: result: gcc
configure:2418: checking for C compiler version
configure:2421: gcc --version </dev/null >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux)
Copyright (C) 2006 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:2424: $? = 0
configure:2426: gcc -v </dev/null >&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.1.2
--enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --program-suffix=-4.1
--enable-version-specific-runtime-libs --without-system-libunwind
--with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
configure:2429: $? = 0
configure:2431: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2434: $? = 1
configure:2457: checking for C compiler default output file name
configure:2460: gcc conftest.c >&5
configure:2463: $? = 0
configure:2509: result: a.out
configure:2514: checking whether the C compiler works
configure:2520: ./a.out
configure:2523: $? = 0
configure:2540: result: yes
configure:2547: checking whether we are cross compiling
configure:2549: result: no
configure:2552: checking for suffix of executables
configure:2554: gcc -o conftest conftest.c >&5
configure:2557: $? = 0
configure:2582: result:
configure:2588: checking for suffix of object files
configure:2609: gcc -c conftest.c >&5
configure:2612: $? = 0
configure:2634: result: o
configure:2638: checking whether we are using the GNU C compiler
configure:2662: gcc -c conftest.c >&5
configure:2668: $? = 0
configure:2672: test -z
|| test ! -s conftest.err
configure:2675: $? = 0
configure:2678: test -s conftest.o
configure:2681: $? = 0
configure:2694: result: yes
configure:2700: checking whether gcc accepts -g
configure:2721: gcc -c -g conftest.c >&5
configure:2727: $? = 0
configure:2731: test -z
|| test ! -s conftest.err
configure:2734: $? = 0
configure:2737: test -s conftest.o
configure:2740: $? = 0
configure:2751: result: yes
configure:2768: checking for gcc option to accept ANSI C
configure:2838: gcc -c -g -O2 conftest.c >&5
configure:2844: $? = 0
configure:2848: test -z
|| test ! -s conftest.err
configure:2851: $? = 0
configure:2854: test -s conftest.o
configure:2857: $? = 0
configure:2875: result: none needed
configure:2893: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'me'
configure:2899: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3043: checking for style of include used by make
configure:3071: result: GNU
configure:3099: checking dependency style of gcc
configure:3189: result: gcc3
configure:3258: checking for g++
configure:3274: found /usr/bin/g++
configure:3284: result: g++
configure:3300: checking for C++ compiler version
configure:3303: g++ --version </dev/null >&5
g++ (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux)
Copyright (C) 2006 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:3306: $? = 0
configure:3308: g++ -v </dev/null >&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.1.2
--enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --program-suffix=-4.1
--enable-version-specific-runtime-libs --without-system-libunwind
--with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
configure:3311: $? = 0
configure:3313: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3316: $? = 1
configure:3319: checking whether we are using the GNU C++ compiler
configure:3343: g++ -c conftest.cc >&5
configure:3349: $? = 0
configure:3353: test -z
|| test ! -s conftest.err
configure:3356: $? = 0
configure:3359: test -s conftest.o
configure:3362: $? = 0
configure:3375: result: yes
configure:3381: checking whether g++ accepts -g
configure:3402: g++ -c -g conftest.cc >&5
configure:3408: $? = 0
configure:3412: test -z
|| test ! -s conftest.err
configure:3415: $? = 0
configure:3418: test -s conftest.o
configure:3421: $? = 0
configure:3432: result: yes
configure:3474: g++ -c -g -O2 conftest.cc >&5
configure:3480: $? = 0
configure:3484: test -z
|| test ! -s conftest.err
configure:3487: $? = 0
configure:3490: test -s conftest.o
configure:3493: $? = 0
configure:3519: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15: error: 'exit' was not declared in this scope
configure:3525: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3474: g++ -c -g -O2 conftest.cc >&5
configure:3480: $? = 0
configure:3484: test -z
|| test ! -s conftest.err
configure:3487: $? = 0
configure:3490: test -s conftest.o
configure:3493: $? = 0
configure:3519: g++ -c -g -O2 conftest.cc >&5
configure:3525: $? = 0
configure:3529: test -z
|| test ! -s conftest.err
configure:3532: $? = 0
configure:3535: test -s conftest.o
configure:3538: $? = 0
configure:3563: checking dependency style of g++
configure:3653: result: gcc3
configure:3711: checking for ranlib
configure:3727: found /usr/bin/ranlib
configure:3738: result: ranlib
configure:3822: checking for a sed that does not truncate output
configure:3876: result: /usr/bin/sed
configure:3879: checking for egrep
configure:3889: result: grep -E
configure:3905: checking for ld used by gcc
configure:3972: result: /usr/i586-suse-linux/bin/ld
configure:3981: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:3996: result: yes
configure:4001: checking for /usr/i586-suse-linux/bin/ld option to reload
object files
configure:4008: result: -r
configure:4026: checking for BSD-compatible nm
configure:4068: result: /usr/bin/nm -B
configure:4072: checking whether ln -s works
configure:4076: result: yes
configure:4083: checking how to recognise dependent libraries
configure:4255: result: pass_all
configure:4469: checking how to run the C preprocessor
configure:4504: gcc -E conftest.c
configure:4510: $? = 0
configure:4542: gcc -E conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4548: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4587: result: gcc -E
configure:4611: gcc -E conftest.c
configure:4617: $? = 0
configure:4649: gcc -E conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4655: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4699: checking for ANSI C header files
configure:4724: gcc -c -g -O2 conftest.c >&5
configure:4730: $? = 0
configure:4734: test -z
|| test ! -s conftest.err
configure:4737: $? = 0
configure:4740: test -s conftest.o
configure:4743: $? = 0
configure:4832: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:31: warning: incompatible implicit declaration of built-in function
'exit'
configure:4835: $? = 0
configure:4837: ./conftest
configure:4840: $? = 0
configure:4855: result: yes
configure:4879: checking for sys/types.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4879: checking for sys/stat.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4879: checking for stdlib.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4879: checking for string.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4879: checking for memory.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4879: checking for strings.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4879: checking for inttypes.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4879: checking for stdint.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4879: checking for unistd.h
configure:4895: gcc -c -g -O2 conftest.c >&5
configure:4901: $? = 0
configure:4905: test -z
|| test ! -s conftest.err
configure:4908: $? = 0
configure:4911: test -s conftest.o
configure:4914: $? = 0
configure:4925: result: yes
configure:4951: checking dlfcn.h usability
configure:4963: gcc -c -g -O2 conftest.c >&5
configure:4969: $? = 0
configure:4973: test -z
|| test ! -s conftest.err
configure:4976: $? = 0
configure:4979: test -s conftest.o
configure:4982: $? = 0
configure:4992: result: yes
configure:4996: checking dlfcn.h presence
configure:5006: gcc -E conftest.c
configure:5012: $? = 0
configure:5032: result: yes
configure:5067: checking for dlfcn.h
configure:5074: result: yes
configure:5097: checking how to run the C++ preprocessor
configure:5128: g++ -E conftest.cc
configure:5134: $? = 0
configure:5166: g++ -E conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5172: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5211: result: g++ -E
configure:5235: g++ -E conftest.cc
configure:5241: $? = 0
configure:5273: g++ -E conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5279: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5376: checking for g77
configure:5405: result: no
configure:5376: checking for f77
configure:5405: result: no
configure:5376: checking for xlf
configure:5405: result: no
configure:5376: checking for frt
configure:5405: result: no
configure:5376: checking for pgf77
configure:5405: result: no
configure:5376: checking for fort77
configure:5405: result: no
configure:5376: checking for fl32
configure:5405: result: no
configure:5376: checking for af77
configure:5405: result: no
configure:5376: checking for f90
configure:5405: result: no
configure:5376: checking for xlf90
configure:5405: result: no
configure:5376: checking for pgf90
configure:5405: result: no
configure:5376: checking for epcf90
configure:5405: result: no
configure:5376: checking for f95
configure:5405: result: no
configure:5376: checking for fort
configure:5405: result: no
configure:5376: checking for xlf95
configure:5405: result: no
configure:5376: checking for ifc
configure:5405: result: no
configure:5376: checking for efc
configure:5405: result: no
configure:5376: checking for pgf95
configure:5405: result: no
configure:5376: checking for lf95
configure:5405: result: no
configure:5376: checking for gfortran
configure:5405: result: no
configure:5417: checking for Fortran 77 compiler version
configure:5420: --version </dev/null >&5
./configure: line 5421: --version: command not found
configure:5423: $? = 127
configure:5425: -v </dev/null >&5
./configure: line 5426: -v: command not found
configure:5428: $? = 127
configure:5430: -V </dev/null >&5
./configure: line 5431: -V: command not found
configure:5433: $? = 127
configure:5441: checking whether we are using the GNU Fortran 77 compiler
configure:5455: -c conftest.F >&5
./configure: line 5456: -c: command not found
configure:5461: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5487: result: no
configure:5493: checking whether accepts -g
configure:5505: -c -g conftest.f >&5
./configure: line 5506: -c: command not found
configure:5511: $? = 127
configure: failed program was:
| program main
|
| end
configure:5536: result: no
configure:5566: checking the maximum length of command line arguments
configure:5658: result: 32768
configure:5669: checking command to parse /usr/bin/nm -B output from gcc object
configure:5765: gcc -c -g -O2 conftest.c >&5
configure:5768: $? = 0
configure:5772: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5775: $? = 0
configure:5827: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5830: $? = 0
configure:5868: result: ok
configure:5872: checking for objdir
configure:5887: result: .libs
configure:5977: checking for ar
configure:5993: found /usr/bin/ar
configure:6004: result: ar
configure:6057: checking for ranlib
configure:6084: result: ranlib
configure:6137: checking for strip
configure:6153: found /usr/bin/strip
configure:6164: result: strip
configure:6451: checking if gcc static flag works
configure:6479: result: yes
configure:6497: checking if gcc supports -fno-rtti -fno-exceptions
configure:6515: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not
for C
configure:6519: $? = 0
configure:6532: result: no
configure:6547: checking for gcc option to produce PIC
configure:6751: result: -fPIC
configure:6759: checking if gcc PIC flag -fPIC works
configure:6777: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6781: $? = 0
configure:6794: result: yes
configure:6818: checking if gcc supports -c -o file.o
configure:6839: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6843: $? = 0
configure:6865: result: yes
configure:6891: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld)
supports shared libraries
configure:7786: result: yes
configure:7812: checking whether -lc should be explicitly linked in
configure:7817: gcc -c -g -O2 conftest.c >&5
configure:7820: $? = 0
configure:7834: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest
2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7837: $? = 0
configure:7849: result: no
configure:7857: checking dynamic linker characteristics
configure:8399: result: GNU/Linux ld.so
configure:8403: checking how to hardcode library paths into programs
configure:8428: result: immediate
configure:8442: checking whether stripping libraries is possible
configure:8447: result: yes
configure:9277: checking if libtool supports shared libraries
configure:9279: result: yes
configure:9282: checking whether to build shared libraries
configure:9303: result: yes
configure:9306: checking whether to build static libraries
configure:9310: result: yes
configure:9402: creating libtool
configure:9980: checking for ld used by g++
configure:10047: result: /usr/i586-suse-linux/bin/ld
configure:10056: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:10071: result: yes
configure:10122: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld)
supports shared libraries
configure:11009: result: yes
configure:11027: g++ -c -g -O2 conftest.cc >&5
configure:11030: $? = 0
configure:11126: checking for g++ option to produce PIC
configure:11394: result: -fPIC
configure:11402: checking if g++ PIC flag -fPIC works
configure:11420: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11424: $? = 0
configure:11437: result: yes
configure:11461: checking if g++ supports -c -o file.o
configure:11482: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11486: $? = 0
configure:11508: result: yes
configure:11534: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld)
supports shared libraries
configure:11559: result: yes
configure:11630: checking dynamic linker characteristics
configure:12172: result: GNU/Linux ld.so
configure:12176: checking how to hardcode library paths into programs
configure:12201: result: immediate
configure:12215: checking whether stripping libraries is possible
configure:12220: result: yes
configure:19765: checking idna.h usability
configure:19777: gcc -c -g -O2 conftest.c >&5
configure:19783: $? = 0
configure:19787: test -z
|| test ! -s conftest.err
configure:19790: $? = 0
configure:19793: test -s conftest.o
configure:19796: $? = 0
configure:19806: result: yes
configure:19810: checking idna.h presence
configure:19820: gcc -E conftest.c
configure:19826: $? = 0
configure:19846: result: yes
configure:19881: checking for idna.h
configure:19888: result: yes
configure:19893: checking for stringprep_check_version in -lidn
configure:19923: gcc -o conftest -g -O2 conftest.c -lidn >&5
configure:19929: $? = 0
configure:19933: test -z
|| test ! -s conftest.err
configure:19936: $? = 0
configure:19939: test -s conftest
configure:19942: $? = 0
configure:19955: result: yes
configure:19979: checking if Libidn should be used
configure:19981: result: yes
configure:20218: WARNING: GnuTLS not found
configure:20221: checking if GnuTLS should be used
configure:20223: result: no
configure:20258: checking openssl/ssl.h usability
configure:20270: gcc -c -g -O2 conftest.c >&5
configure:20276: $? = 0
configure:20280: test -z
|| test ! -s conftest.err
configure:20283: $? = 0
configure:20286: test -s conftest.o
configure:20289: $? = 0
configure:20299: result: yes
configure:20303: checking openssl/ssl.h presence
configure:20313: gcc -E conftest.c
configure:20319: $? = 0
configure:20339: result: yes
configure:20374: checking for openssl/ssl.h
configure:20381: result: yes
configure:20386: checking for SSL_library_init in -lssl
configure:20416: gcc -o conftest -g -O2 conftest.c -lssl -lidn -lssl
-lcrypto >&5
configure:20422: $? = 0
configure:20426: test -z
|| test ! -s conftest.err
configure:20429: $? = 0
configure:20432: test -s conftest
configure:20435: $? = 0
configure:20448: result: yes
configure:20472: checking if OpenSSL should be used
configure:20474: result: yes
configure:20501: checking zlib.h usability
configure:20513: gcc -c -g -O2 conftest.c >&5
configure:20519: $? = 0
configure:20523: test -z
|| test ! -s conftest.err
configure:20526: $? = 0
configure:20529: test -s conftest.o
configure:20532: $? = 0
configure:20542: result: yes
configure:20546: checking zlib.h presence
configure:20556: gcc -E conftest.c
configure:20562: $? = 0
configure:20582: result: yes
configure:20617: checking for zlib.h
configure:20624: result: yes
configure:20629: checking for zlibVersion in -lz
configure:20659: gcc -o conftest -g -O2 conftest.c -lz -lidn -lssl -lcrypto
>&5
configure:20665: $? = 0
configure:20669: test -z
|| test ! -s conftest.err
configure:20672: $? = 0
configure:20675: test -s conftest
configure:20678: $? = 0
configure:20691: result: yes
configure:20715: checking if Zlib should be used
configure:20717: result: yes
configure:20913: checking for the pthreads library -lpthreads
configure:20951: gcc -o conftest -g -O2 conftest.c -lpthreads -lidn -lssl
-lcrypto -lz >&5
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot
find -lpthreads
collect2: ld returned 1 exit status
configure:20957: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 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:20984: result: no
configure:20860: checking whether pthreads work without any flags
configure:20951: gcc -o conftest -g -O2 conftest.c -lidn -lssl -lcrypto
-lz >&5
/tmp/cc6z6aRH.o: In function `main':
/home/son/Documents/gloox-0.9-rc2/conftest.c:32: undefined reference to
`pthread_join'
/home/son/Documents/gloox-0.9-rc2/conftest.c:33: undefined reference to
`__pthread_register_cancel'
/home/son/Documents/gloox-0.9-rc2/conftest.c:34: undefined reference to
`pthread_create'
/home/son/Documents/gloox-0.9-rc2/conftest.c:34: undefined reference to
`__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:20957: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 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:20984: result: no
configure:20865: checking whether pthreads work with -Kthread
configure:20951: gcc -o conftest -g -O2 -Kthread conftest.c -lidn -lssl
-lcrypto -lz >&5
gcc: unrecognized option '-Kthread'
/tmp/ccOdUpIZ.o: In function `main':
/home/son/Documents/gloox-0.9-rc2/conftest.c:32: undefined reference to
`pthread_join'
/home/son/Documents/gloox-0.9-rc2/conftest.c:33: undefined reference to
`__pthread_register_cancel'
/home/son/Documents/gloox-0.9-rc2/conftest.c:34: undefined reference to
`pthread_create'
/home/son/Documents/gloox-0.9-rc2/conftest.c:34: undefined reference to
`__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:20957: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 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:20984: result: no
configure:20865: checking whether pthreads work with -kthread
configure:20951: gcc -o conftest -g -O2 -kthread conftest.c -lidn -lssl
-lcrypto -lz >&5
gcc: unrecognized option '-kthread'
/tmp/ccM1egGd.o: In function `main':
/home/son/Documents/gloox-0.9-rc2/conftest.c:32: undefined reference to
`pthread_join'
/home/son/Documents/gloox-0.9-rc2/conftest.c:33: undefined reference to
`__pthread_register_cancel'
/home/son/Documents/gloox-0.9-rc2/conftest.c:34: undefined reference to
`pthread_create'
/home/son/Documents/gloox-0.9-rc2/conftest.c:34: undefined reference to
`__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:20957: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 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:20984: result: no
configure:20913: checking for the pthreads library -llthread
configure:20951: gcc -o conftest -g -O2 conftest.c -llthread -lidn -lssl
-lcrypto -lz >&5
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot
find -llthread
collect2: ld returned 1 exit status
configure:20957: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 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:20984: result: no
configure:20865: checking whether pthreads work with -pthread
configure:20951: gcc -o conftest -g -O2 -pthread conftest.c -lidn -lssl
-lcrypto -lz >&5
configure:20957: $? = 0
configure:20961: test -z
|| test ! -s conftest.err
configure:20964: $? = 0
configure:20967: test -s conftest
configure:20970: $? = 0
configure:20984: result: yes
configure:21003: checking for joinable pthread attribute
configure:21023: gcc -o conftest -g -O2 -pthread conftest.c -lidn -lssl
-lcrypto -lz >&5
configure:21029: $? = 0
configure:21033: test -z
|| test ! -s conftest.err
configure:21036: $? = 0
configure:21039: test -s conftest
configure:21042: $? = 0
configure:21053: result: PTHREAD_CREATE_JOINABLE
configure:21063: checking if more special flags are required for pthreads
configure:21070: result: no
configure:21159: checking for res_querydomain
configure:21216: gcc -o conftest -g -O2 -pthread conftest.c -lidn -lssl
-lcrypto -lz >&5
/tmp/ccMViq8r.o: In function `main':
/home/son/Documents/gloox-0.9-rc2/conftest.c:68: undefined reference to
`res_querydomain'
/tmp/ccMViq8r.o:(.data+0x0): undefined reference to `res_querydomain'
collect2: ld returned 1 exit status
configure:21222: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| /* Define res_querydomain to an innocuous variant, in case <limits.h>
declares res_querydomain.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define res_querydomain innocuous_res_querydomain
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char res_querydomain (); 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 res_querydomain
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char res_querydomain ();
| /* 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_res_querydomain) || defined (__stub___res_querydomain)
| choke me
| #else
| char (*f) () = res_querydomain;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != res_querydomain;
| ;
| return 0;
| }
configure:21247: result: no
configure:21261: checking for res_querydomain in -lresolv
configure:21291: gcc -o conftest -g -O2 -pthread conftest.c -lresolv -lidn
-lssl -lcrypto -lz >&5
configure:21297: $? = 0
configure:21301: test -z
|| test ! -s conftest.err
configure:21304: $? = 0
configure:21307: test -s conftest
configure:21310: $? = 0
configure:21323: result: yes
configure:21488: checking for dn_skipname
configure:21545: gcc -o conftest -g -O2 -pthread conftest.c -lresolv -lidn
-lssl -lcrypto -lz >&5
/tmp/ccSeVDXZ.o: In function `main':
/home/son/Documents/gloox-0.9-rc2/conftest.c:70: undefined reference to
`dn_skipname'
/tmp/ccSeVDXZ.o:(.data+0x0): undefined reference to `dn_skipname'
collect2: ld returned 1 exit status
configure:21551: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_RES_QUERYDOMAIN 1
| /* end confdefs.h. */
| /* Define dn_skipname to an innocuous variant, in case <limits.h> declares
dn_skipname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dn_skipname innocuous_dn_skipname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dn_skipname (); 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 dn_skipname
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dn_skipname ();
| /* 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_dn_skipname) || defined (__stub___dn_skipname)
| choke me
| #else
| char (*f) () = dn_skipname;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dn_skipname;
| ;
| return 0;
| }
configure:21576: result: no
configure:21590: checking for dn_skipname in -lresolv
configure:21620: gcc -o conftest -g -O2 -pthread conftest.c -lresolv
-lresolv -lidn -lssl -lcrypto -lz >&5
/tmp/ccCW9OTc.o: In function `main':
/home/son/Documents/gloox-0.9-rc2/conftest.c:42: undefined reference to
`dn_skipname'
collect2: ld returned 1 exit status
configure:21626: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_RES_QUERYDOMAIN 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dn_skipname ();
| int
| main ()
| {
| dn_skipname ();
| ;
| return 0;
| }
configure:21652: result: no
configure:21671: checking for dn_skipname in -lbind
configure:21701: gcc -o conftest -g -O2 -pthread conftest.c -lbind -lresolv
-lidn -lssl -lcrypto -lz >&5
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot
find -lbind
collect2: ld returned 1 exit status
configure:21707: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_RES_QUERYDOMAIN 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dn_skipname ();
| int
| main ()
| {
| dn_skipname ();
| ;
| return 0;
| }
configure:21733: result: no
configure:21751: checking for dn_skipname in -lresolv (alternate version)
configure:21772: gcc -o conftest -g -O2 -pthread conftest.c -lresolv -lresolv
-lidn -lssl -lcrypto -lz >&5
configure:21778: $? = 0
configure:21782: test -z
|| test ! -s conftest.err
configure:21785: $? = 0
configure:21788: test -s conftest
configure:21791: $? = 0
configure:21793: result: yes
configure:21818: checking for res_query
configure:21875: gcc -o conftest -g -O2 -pthread conftest.c -lresolv -lresolv
-lidn -lssl -lcrypto -lz >&5
configure:21881: $? = 0
configure:21885: test -z
|| test ! -s conftest.err
configure:21888: $? = 0
configure:21891: test -s conftest
configure:21894: $? = 0
configure:21906: result: yes
configure:22165: checking whether to enable debug
configure:22167: result: no
configure:22170: checking for ANSI C header files
configure:22326: result: yes
configure:22344: checking for unistd.h
configure:22349: result: yes
configure:22344: checking for strings.h
configure:22349: result: yes
configure:22353: checking errno.h usability
configure:22365: gcc -c -g -O2 -pthread conftest.c >&5
configure:22371: $? = 0
configure:22375: test -z
|| test ! -s conftest.err
configure:22378: $? = 0
configure:22381: test -s conftest.o
configure:22384: $? = 0
configure:22394: result: yes
configure:22398: checking errno.h presence
configure:22408: gcc -E -pthread conftest.c
configure:22414: $? = 0
configure:22434: result: yes
configure:22469: checking for errno.h
configure:22476: result: yes
configure:22353: checking arpa/nameser.h usability
configure:22365: gcc -c -g -O2 -pthread conftest.c >&5
configure:22371: $? = 0
configure:22375: test -z
|| test ! -s conftest.err
configure:22378: $? = 0
configure:22381: test -s conftest.o
configure:22384: $? = 0
configure:22394: result: yes
configure:22398: checking arpa/nameser.h presence
configure:22408: gcc -E -pthread conftest.c
configure:22414: $? = 0
configure:22434: result: yes
configure:22469: checking for arpa/nameser.h
configure:22476: result: yes
configure:22494: checking for ns_get16
configure:22551: gcc -o conftest -g -O2 -pthread conftest.c -lresolv -lresolv
-lidn -lssl -lcrypto -lz >&5
/tmp/cc0XdR1J.o: In function `main':
/home/son/Documents/gloox-0.9-rc2/conftest.c:77: undefined reference to
`ns_get16'
/tmp/cc0XdR1J.o:(.data+0x0): undefined reference to `ns_get16'
collect2: ld returned 1 exit status
configure:22557: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gloox"
| #define PACKAGE_TARNAME "gloox"
| #define PACKAGE_VERSION "0.9-rc2"
| #define PACKAGE_STRING "gloox 0.9-rc2"
| #define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
| #define PACKAGE "gloox"
| #define VERSION "0.9-rc2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 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_DLFCN_H 1
| #define HAVE_LIBIDN 1
| #define HAVE_OPENSSL 1
| #define HAVE_ZLIB 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_RES_QUERYDOMAIN 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_QUERY 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ARPA_NAMESER_H 1
| /* end confdefs.h. */
| /* Define ns_get16 to an innocuous variant, in case <limits.h> declares
ns_get16.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ns_get16 innocuous_ns_get16
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ns_get16 (); 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 ns_get16
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char ns_get16 ();
| /* 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_ns_get16) || defined (__stub___ns_get16)
| choke me
| #else
| char (*f) () = ns_get16;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != ns_get16;
| ;
| return 0;
| }
configure:22582: result: no
configure:22494: checking for __ns_get16
configure:22551: gcc -o conftest -g -O2 -pthread conftest.c -lresolv -lresolv
-lidn -lssl -lcrypto -lz >&5
configure:22557: $? = 0
configure:22561: test -z
|| test ! -s conftest.err
configure:22564: $? = 0
configure:22567: test -s conftest
configure:22570: $? = 0
configure:22582: result: yes
configure:22593: checking for an ANSI C-conforming const
configure:22660: gcc -c -g -O2 -pthread conftest.c >&5
configure:22666: $? = 0
configure:22670: test -z
|| test ! -s conftest.err
configure:22673: $? = 0
configure:22676: test -s conftest.o
configure:22679: $? = 0
configure:22690: result: yes
configure:22700: checking for inline
configure:22721: gcc -c -g -O2 -pthread conftest.c >&5
configure:22727: $? = 0
configure:22731: test -z
|| test ! -s conftest.err
configure:22734: $? = 0
configure:22737: test -s conftest.o
configure:22740: $? = 0
configure:22752: result: inline
configure:22897: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gloox config.status 0.9-rc2, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on linux-jc2m
config.status:750: creating Makefile
config.status:750: creating gloox.pc
config.status:750: creating gloox-config
config.status:750: creating src/Makefile
config.status:750: creating src/examples/Makefile
config.status:750: creating src/tests/Makefile
config.status:750: creating src/tests/base64/Makefile
config.status:750: creating src/tests/chatstatefilter/Makefile
config.status:750: creating src/tests/client/Makefile
config.status:750: creating src/tests/clientbase/Makefile
config.status:750: creating src/tests/dataform/Makefile
config.status:750: creating src/tests/dataformfield/Makefile
config.status:750: creating src/tests/delayeddelivery/Makefile
config.status:750: creating src/tests/gpgencrypted/Makefile
config.status:750: creating src/tests/gpgsigned/Makefile
config.status:750: creating src/tests/jid/Makefile
config.status:750: creating src/tests/md5/Makefile
config.status:750: creating src/tests/messageeventfilter/Makefile
config.status:750: creating src/tests/oob/Makefile
config.status:750: creating src/tests/parser/Makefile
config.status:750: creating src/tests/prep/Makefile
config.status:750: creating src/tests/search/Makefile
config.status:750: creating src/tests/sha/Makefile
config.status:750: creating src/tests/simanager/Makefile
config.status:750: creating src/tests/stanza/Makefile
config.status:750: creating src/tests/stanzaextensionfactory/Makefile
config.status:750: creating src/tests/tag/Makefile
config.status:750: creating src/tests/tlsgnutls/Makefile
config.status:750: creating src/tests/vcardupdate/Makefile
config.status:750: creating src/tests/xdelayeddelivery/Makefile
config.status:750: creating src/tests/xpath/Makefile
config.status:750: creating src/tests/zlib/Makefile
config.status:854: creating config.h
config.status:1170: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=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_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func___ns_get16=yes
ac_cv_func_dn_skipname=no
ac_cv_func_ns_get16=no
ac_cv_func_res_query=yes
ac_cv_func_res_querydomain=no
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_idna_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_stdc=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_bind_dn_skipname=no
ac_cv_lib_idn_stringprep_check_version=yes
ac_cv_lib_resolv_dn_skipname=no
ac_cv_lib_resolv_res_querydomain=yes
ac_cv_lib_ssl_SSL_library_init=yes
ac_cv_lib_z_zlibVersion=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2",
(lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int
\1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][
]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\)
\$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^
]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern
int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/son/Documents/gloox-0.9-rc2/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/son/Documents/gloox-0.9-rc2/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/son/Documents/gloox-0.9-rc2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/son/Documents/gloox-0.9-rc2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/son/Documents/gloox-0.9-rc2/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -pthread'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
ISODATE='2007-05-16'
LDFLAGS=''
LIBOBJS=''
LIBS='-lresolv -lresolv -lidn -lssl -lcrypto -lz'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/son/Documents/gloox-0.9-rc2/missing --run makeinfo'
OBJEXT='o'
PACKAGE='gloox'
PACKAGE_BUGREPORT='js@xxxxxxxxxx'
PACKAGE_NAME='gloox'
PACKAGE_STRING='gloox 0.9-rc2'
PACKAGE_TARNAME='gloox'
PACKAGE_VERSION='0.9-rc2'
PATH_SEPARATOR=':'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.9-rc2'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
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='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/son/Documents/gloox-0.9-rc2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DN_SKIPNAME 1
#define HAVE_ERRNO_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBIDN 1
#define HAVE_LIBRESOLV 1
#define HAVE_MEMORY_H 1
#define HAVE_OPENSSL 1
#define HAVE_PTHREAD 1
#define HAVE_RES_QUERY 1
#define HAVE_RES_QUERYDOMAIN 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ZLIB 1
#define HAVE___NS_GET16 1
#define PACKAGE "gloox"
#define PACKAGE_BUGREPORT "js@xxxxxxxxxx"
#define PACKAGE_NAME "gloox"
#define PACKAGE_STRING "gloox 0.9-rc2"
#define PACKAGE_TARNAME "gloox"
#define PACKAGE_VERSION "0.9-rc2"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.9-rc2"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 0