microdc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microdc-devel] Problem compiling XML stuff on debian sarge


From: Sebastian Ewert
Subject: [microdc-devel] Problem compiling XML stuff on debian sarge
Date: Sun, 05 Nov 2006 16:12:45 +0100
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Hi,

finally XML list support in microdc. I really appreciate that. Thank you...

But I have a problem with 0.12. I'm on a Debian Sarge System. I installed
libxml2 and libxml2-dev. In Sarge these have the version 2.6.16. When I
start microdc I still can't download xml file lists. When I try to configure
it says:

configure: WARNING: XML libxml2 library version 2.6.17 or later is required
to support XML filelists
checking for special C compiler options needed for large files... no

Do I really have to update these? It seems to be just a minor version
difference.

Attached are the whole configure and make output.

Thanks for any hint...



make  all-recursive
make[1]: Entering directory `/root/microdc-0.12.0'
Making all in po
make[2]: Entering directory `/root/microdc-0.12.0/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/microdc-0.12.0/po'
Making all in lib
make[2]: Entering directory `/root/microdc-0.12.0/lib'
cp ./alloca_.h alloca.h-t
mv alloca.h-t alloca.h
make  all-am
make[3]: Entering directory `/root/microdc-0.12.0/lib'
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c argmatch.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c basename.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c stripslash.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c full-read.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c full-write.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c iconvme.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c progname.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c version-etc.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xalloc-die.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xgethostname.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xstrndup.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xstrtoumax.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xvasprintf.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xasprintf.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c strftime.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c dirname.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c exitfail.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c human.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c quote.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c quotearg.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c safe-read.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c safe-write.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c sig2str.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c vasnprintf.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c printf-args.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c printf-parse.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c asnprintf.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xstrtol.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c xstrtoul.c
rm -f libgnu.a
ar cru libgnu.a argmatch.o basename.o stripslash.o full-read.o full-write.o 
iconvme.o progname.o version-etc.o xalloc-die.o xgethostname.o xstrndup.o 
xstrtoumax.o xvasprintf.o xasprintf.o strftime.o dirname.o exitfail.o human.o 
quote.o quotearg.o safe-read.o safe-write.o sig2str.o vasnprintf.o 
printf-args.o printf-parse.o asnprintf.o xmalloc.o xstrtol.o xstrtoul.o  
ranlib libgnu.a
make[3]: Leaving directory `/root/microdc-0.12.0/lib'
make[2]: Leaving directory `/root/microdc-0.12.0/lib'
Making all in src
make[2]: Entering directory `/root/microdc-0.12.0/src'
Making all in common
make[3]: Entering directory `/root/microdc-0.12.0/src/common'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT bksearch.o -MD -MP -MF ".deps/bksearch.Tpo" -c -o bksearch.o bksearch.c; \
then mv -f ".deps/bksearch.Tpo" ".deps/bksearch.Po"; else rm -f 
".deps/bksearch.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT byteq.o -MD -MP -MF ".deps/byteq.Tpo" -c -o byteq.o byteq.c; \
then mv -f ".deps/byteq.Tpo" ".deps/byteq.Po"; else rm -f ".deps/byteq.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT hmap.o -MD -MP -MF ".deps/hmap.Tpo" -c -o hmap.o hmap.c; \
then mv -f ".deps/hmap.Tpo" ".deps/hmap.Po"; else rm -f ".deps/hmap.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT intutil.o -MD -MP -MF ".deps/intutil.Tpo" -c -o intutil.o intutil.c; \
then mv -f ".deps/intutil.Tpo" ".deps/intutil.Po"; else rm -f 
".deps/intutil.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT msgq.o -MD -MP -MF ".deps/msgq.Tpo" -c -o msgq.o msgq.c; \
then mv -f ".deps/msgq.Tpo" ".deps/msgq.Po"; else rm -f ".deps/msgq.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT optparser.o -MD -MP -MF ".deps/optparser.Tpo" -c -o optparser.o 
optparser.c; \
then mv -f ".deps/optparser.Tpo" ".deps/optparser.Po"; else rm -f 
".deps/optparser.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT ptrv.o -MD -MP -MF ".deps/ptrv.Tpo" -c -o ptrv.o ptrv.c; \
then mv -f ".deps/ptrv.Tpo" ".deps/ptrv.Po"; else rm -f ".deps/ptrv.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT quoting.o -MD -MP -MF ".deps/quoting.Tpo" -c -o quoting.o quoting.c; \
then mv -f ".deps/quoting.Tpo" ".deps/quoting.Po"; else rm -f 
".deps/quoting.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT range.o -MD -MP -MF ".deps/range.Tpo" -c -o range.o range.c; \
then mv -f ".deps/range.Tpo" ".deps/range.Po"; else rm -f ".deps/range.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT substrcmp.o -MD -MP -MF ".deps/substrcmp.Tpo" -c -o substrcmp.o 
substrcmp.c; \
then mv -f ".deps/substrcmp.Tpo" ".deps/substrcmp.Po"; else rm -f 
".deps/substrcmp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT strbuf.o -MD -MP -MF ".deps/strbuf.Tpo" -c -o strbuf.o strbuf.c; \
then mv -f ".deps/strbuf.Tpo" ".deps/strbuf.Po"; else rm -f ".deps/strbuf.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT strleftcmp.o -MD -MP -MF ".deps/strleftcmp.Tpo" -c -o strleftcmp.o 
strleftcmp.c; \
then mv -f ".deps/strleftcmp.Tpo" ".deps/strleftcmp.Po"; else rm -f 
".deps/strleftcmp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT tempdir.o -MD -MP -MF ".deps/tempdir.Tpo" -c -o tempdir.o tempdir.c; \
then mv -f ".deps/tempdir.Tpo" ".deps/tempdir.Po"; else rm -f 
".deps/tempdir.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT tmap.o -MD -MP -MF ".deps/tmap.Tpo" -c -o tmap.o tmap.c; \
then mv -f ".deps/tmap.Tpo" ".deps/tmap.Po"; else rm -f ".deps/tmap.Tpo"; exit 
1; fi
rm -f libcommon.a
ar cru libcommon.a bksearch.o byteq.o error.o hmap.o intutil.o msgq.o 
optparser.o ptrv.o quoting.o range.o substrcmp.o strbuf.o strleftcmp.o 
tempdir.o tmap.o ../../lib/libgnu.a
ranlib libcommon.a
make[3]: Leaving directory `/root/microdc-0.12.0/src/common'
Making all in bzip2
make[3]: Entering directory `/root/microdc-0.12.0/src/bzip2'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT blocksort.o -MD -MP -MF ".deps/blocksort.Tpo" -c -o blocksort.o 
blocksort.c; \
then mv -f ".deps/blocksort.Tpo" ".deps/blocksort.Po"; else rm -f 
".deps/blocksort.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT bzip2.o -MD -MP -MF ".deps/bzip2.Tpo" -c -o bzip2.o bzip2.c; \
then mv -f ".deps/bzip2.Tpo" ".deps/bzip2.Po"; else rm -f ".deps/bzip2.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT bzlib.o -MD -MP -MF ".deps/bzlib.Tpo" -c -o bzlib.o bzlib.c; \
then mv -f ".deps/bzlib.Tpo" ".deps/bzlib.Po"; else rm -f ".deps/bzlib.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT compress.o -MD -MP -MF ".deps/compress.Tpo" -c -o compress.o compress.c; \
then mv -f ".deps/compress.Tpo" ".deps/compress.Po"; else rm -f 
".deps/compress.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT crctable.o -MD -MP -MF ".deps/crctable.Tpo" -c -o crctable.o crctable.c; \
then mv -f ".deps/crctable.Tpo" ".deps/crctable.Po"; else rm -f 
".deps/crctable.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT decompress.o -MD -MP -MF ".deps/decompress.Tpo" -c -o decompress.o 
decompress.c; \
then mv -f ".deps/decompress.Tpo" ".deps/decompress.Po"; else rm -f 
".deps/decompress.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT huffman.o -MD -MP -MF ".deps/huffman.Tpo" -c -o huffman.o huffman.c; \
then mv -f ".deps/huffman.Tpo" ".deps/huffman.Po"; else rm -f 
".deps/huffman.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT randtable.o -MD -MP -MF ".deps/randtable.Tpo" -c -o randtable.o 
randtable.c; \
then mv -f ".deps/randtable.Tpo" ".deps/randtable.Po"; else rm -f 
".deps/randtable.Tpo"; exit 1; fi
rm -f libbzip2.a
ar cru libbzip2.a blocksort.o bzip2.o bzlib.o compress.o crctable.o 
decompress.o huffman.o randtable.o 
ranlib libbzip2.a
make[3]: Leaving directory `/root/microdc-0.12.0/src/bzip2'
Making all in tth
make[3]: Entering directory `/root/microdc-0.12.0/src/tth'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT tiger.o -MD -MP -MF ".deps/tiger.Tpo" -c -o tiger.o tiger.c; \
then mv -f ".deps/tiger.Tpo" ".deps/tiger.Po"; else rm -f ".deps/tiger.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT sboxes.o -MD -MP -MF ".deps/sboxes.Tpo" -c -o sboxes.o sboxes.c; \
then mv -f ".deps/sboxes.Tpo" ".deps/sboxes.Po"; else rm -f ".deps/sboxes.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT base32.o -MD -MP -MF ".deps/base32.Tpo" -c -o base32.o base32.c; \
then mv -f ".deps/base32.Tpo" ".deps/base32.Po"; else rm -f ".deps/base32.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../lib -I../../lib  -Wall -g -O2 
-MT tth.o -MD -MP -MF ".deps/tth.Tpo" -c -o tth.o tth.c; \
then mv -f ".deps/tth.Tpo" ".deps/tth.Po"; else rm -f ".deps/tth.Tpo"; exit 1; 
fi
rm -f libtth.a
ar cru libtth.a tiger.o sboxes.o base32.o tth.o 
ranlib libtth.a
make[3]: Leaving directory `/root/microdc-0.12.0/src/tth'
make[3]: Entering directory `/root/microdc-0.12.0/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT command.o -MD -MP -MF ".deps/command.Tpo" -c -o command.o command.c; \
then mv -f ".deps/command.Tpo" ".deps/command.Po"; else rm -f 
".deps/command.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT connection.o -MD -MP -MF ".deps/connection.Tpo" -c -o connection.o 
connection.c; \
then mv -f ".deps/connection.Tpo" ".deps/connection.Po"; else rm -f 
".deps/connection.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT variables.o -MD -MP -MF ".deps/variables.Tpo" -c -o variables.o 
variables.c; \
then mv -f ".deps/variables.Tpo" ".deps/variables.Po"; else rm -f 
".deps/variables.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT fs.o -MD -MP -MF ".deps/fs.Tpo" -c -o fs.o fs.c; \
then mv -f ".deps/fs.Tpo" ".deps/fs.Po"; else rm -f ".deps/fs.Tpo"; exit 1; fi
fs.c: In function `filelist_create':
fs.c:474: warning: unused variable `xml_fd'
fs.c:474: warning: unused variable `bzxml_fd'
fs.c:476: warning: unused variable `xml_filename'
fs.c:477: warning: unused variable `bzxml_filename'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT xml_flist.o -MD -MP -MF ".deps/xml_flist.Tpo" -c -o xml_flist.o 
xml_flist.c; \
then mv -f ".deps/xml_flist.Tpo" ".deps/xml_flist.Po"; else rm -f 
".deps/xml_flist.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT hub.o -MD -MP -MF ".deps/hub.Tpo" -c -o hub.o hub.c; \
then mv -f ".deps/hub.Tpo" ".deps/hub.Po"; else rm -f ".deps/hub.Tpo"; exit 1; 
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT huffman.o -MD -MP -MF ".deps/huffman.Tpo" -c -o huffman.o huffman.c; \
then mv -f ".deps/huffman.Tpo" ".deps/huffman.Po"; else rm -f 
".deps/huffman.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT lookup.o -MD -MP -MF ".deps/lookup.Tpo" -c -o lookup.o lookup.c; \
then mv -f ".deps/lookup.Tpo" ".deps/lookup.Po"; else rm -f ".deps/lookup.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT filelist-in.o -MD -MP -MF ".deps/filelist-in.Tpo" -c -o filelist-in.o 
filelist-in.c; \
then mv -f ".deps/filelist-in.Tpo" ".deps/filelist-in.Po"; else rm -f 
".deps/filelist-in.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT screen.o -MD -MP -MF ".deps/screen.Tpo" -c -o screen.o screen.c; \
then mv -f ".deps/screen.Tpo" ".deps/screen.Po"; else rm -f ".deps/screen.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT search.o -MD -MP -MF ".deps/search.Tpo" -c -o search.o search.c; \
then mv -f ".deps/search.Tpo" ".deps/search.Po"; else rm -f ".deps/search.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT user.o -MD -MP -MF ".deps/user.Tpo" -c -o user.o user.c; \
then mv -f ".deps/user.Tpo" ".deps/user.Po"; else rm -f ".deps/user.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT tth_file.o -MD -MP -MF ".deps/tth_file.Tpo" -c -o tth_file.o tth_file.c; \
then mv -f ".deps/tth_file.Tpo" ".deps/tth_file.Po"; else rm -f 
".deps/tth_file.Tpo"; exit 1; fi
gcc -Wall -pthread -g -O2   -o microdc  command.o connection.o variables.o fs.o 
xml_flist.o hub.o huffman.o main.o lookup.o filelist-in.o screen.o search.o 
user.o util.o tth_file.o common/libcommon.a bzip2/libbzip2.a tth/libtth.a 
../lib/libgnu.a -lreadline   
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../lib  -Wall -pthread -g -O2 
-MT microdc_tth.o -MD -MP -MF ".deps/microdc_tth.Tpo" -c -o microdc_tth.o 
microdc_tth.c; \
then mv -f ".deps/microdc_tth.Tpo" ".deps/microdc_tth.Po"; else rm -f 
".deps/microdc_tth.Tpo"; exit 1; fi
gcc -Wall -pthread -g -O2   -o microdc_tth  tth_file.o microdc_tth.o 
tth/libtth.a ../lib/libgnu.a 
make[3]: Leaving directory `/root/microdc-0.12.0/src'
make[2]: Leaving directory `/root/microdc-0.12.0/src'
make[2]: Entering directory `/root/microdc-0.12.0'
make[2]: Leaving directory `/root/microdc-0.12.0'
make[1]: Leaving directory `/root/microdc-0.12.0'


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 whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for working alloca.h... yes
checking for alloca... yes
checking whether system is Windows or MSDOS... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for an ANSI C-conforming const... yes
checking for mbstate_t... yes
checking for C/C++ restrict keyword... __restrict
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking for inline... inline
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for sys/types.h... (cached) 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 whether getdelim is declared... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether memmem is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for iswprint... yes
checking for mbsinit... yes
checking for mblen... yes
checking for mbrlen... yes
checking for mempcpy... yes
checking for tzset... yes
checking for isascii... yes
checking for ssize_t... yes
checking for inttypes.h... yes
checking whether strdup is declared... yes
checking for strftime... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking for struct tm.tm_gmtoff... yes
checking whether strnlen is declared... yes
checking for long long... yes
checking for EOVERFLOW... yes
checking for signed... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for size_t... yes
checking for intmax_t... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking for error_at_line... yes
checking for working GNU fnmatch... yes
checking whether free (NULL) is known to work... yes
checking for library containing getaddrinfo... none required
checking for library containing gethostbyname... none required
checking for library containing getservbyname... none required
checking for getaddrinfo... yes
checking for gai_strerror... yes
checking whether getaddrinfo is declared... yes
checking whether freeaddrinfo is declared... yes
checking whether gai_strerror is declared... yes
checking for struct addrinfo... yes
checking for getdelim... yes
checking for gethostname... yes
checking whether getline is declared... yes
checking for getline... yes
checking for working getline function... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for memmem... yes
checking for mbstate_t... (cached) yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for C/C++ restrict keyword... (cached) __restrict
checking for sig2str... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for socklen_t... yes
checking for ssize_t... (cached) yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking for stdint.h... (cached) yes
checking for stpcpy... yes
checking for strdup... yes
checking for strndup... yes
checking for working strnlen... yes
checking whether <inttypes.h> defines strtoimax as a macro... no
checking for strtoimax... yes
checking for strtol... yes
checking for strtoll... yes
checking for strtoul... yes
checking for strtoull... yes
checking whether <inttypes.h> defines strtoumax as a macro... no
checking for strtoumax... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for vasnprintf... no
checking for ptrdiff_t... yes
checking for snprintf... yes
checking for wcslen... yes
checking for vasprintf... yes
checking for stdint.h... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
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 cc_r... gcc
checking for the GNU Readline library... found
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for _rl_mark_modified_lines... yes
checking for xml2-config... /usr/bin/xml2-config
checking for tr... /usr/bin/tr
configure: WARNING: XML libxml2 library version 2.6.17 or later is required to 
support XML filelists
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for comparison_fn_t... yes
checking for struct sigaction.sa_restorer... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir 
setting
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/bzip2/Makefile
config.status: creating src/tth/Makefile
config.status: creating rpm/microdc.spec
config.status: creating slackware/microdc.SlackBuild
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]