This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by qtparted configure 0.4.4, which was generated by GNU Autoconf 2.58. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i586-uhu-linux --host=i586-uhu-linux ## --------- ## ## Platform. ## ## --------- ## hostname = janusz uname -m = i686 uname -r = 2.6.17.6-3 uname -s = Linux uname -v = #1 SMP Wed Jul 26 12:57:38 CEST 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: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1566: checking build system type configure:1584: result: i586-uhu-linux-gnu configure:1592: checking host system type configure:1606: result: i586-uhu-linux-gnu configure:1614: checking target system type configure:1628: result: i586-uhu-linux-gnu configure:1670: checking for a BSD-compatible install configure:1725: result: /bin/install -c configure:1740: checking for -p flag to install configure:1753: result: yes configure:1764: checking whether build environment is sane configure:1807: result: yes configure:1840: checking for gawk configure:1856: found /bin/gawk configure:1866: result: gawk configure:1876: checking whether make sets $(MAKE) configure:1896: result: yes configure:2073: checking for style of include used by make configure:2101: result: GNU configure:2134: checking for i586-uhu-linux-gcc configure:2150: found /usr/lib/ccache/i586-uhu-linux-gcc configure:2160: result: i586-uhu-linux-gcc configure:2442: checking for C compiler version configure:2445: i586-uhu-linux-gcc --version &5 i586-uhu-linux-gcc (GCC) 3.4.6 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:2448: $? = 0 configure:2450: i586-uhu-linux-gcc -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:2453: $? = 0 configure:2455: i586-uhu-linux-gcc -V &5 i586-uhu-linux-gcc: `-V' option must have argument configure:2458: $? = 1 configure:2481: checking for C compiler default output file name configure:2484: i586-uhu-linux-gcc conftest.c >&5 configure:2487: $? = 0 configure:2533: result: a.out configure:2538: checking whether the C compiler works configure:2544: ./a.out configure:2547: $? = 0 configure:2564: result: yes configure:2571: checking whether we are cross compiling configure:2573: result: no configure:2576: checking for suffix of executables configure:2578: i586-uhu-linux-gcc -o conftest conftest.c >&5 configure:2581: $? = 0 configure:2606: result: configure:2612: checking for suffix of object files configure:2633: i586-uhu-linux-gcc -c conftest.c >&5 configure:2636: $? = 0 configure:2658: result: o configure:2662: checking whether we are using the GNU C compiler configure:2686: i586-uhu-linux-gcc -c conftest.c >&5 configure:2692: $? = 0 configure:2696: test -z || test ! -s conftest.err configure:2699: $? = 0 configure:2702: test -s conftest.o configure:2705: $? = 0 configure:2718: result: yes configure:2724: checking whether i586-uhu-linux-gcc accepts -g configure:2745: i586-uhu-linux-gcc -c -g conftest.c >&5 configure:2751: $? = 0 configure:2755: test -z || test ! -s conftest.err configure:2758: $? = 0 configure:2761: test -s conftest.o configure:2764: $? = 0 configure:2775: result: yes configure:2792: checking for i586-uhu-linux-gcc option to accept ANSI C configure:2862: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:2868: $? = 0 configure:2872: test -z || test ! -s conftest.err configure:2875: $? = 0 configure:2878: test -s conftest.o configure:2881: $? = 0 configure:2899: result: none needed configure:2917: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2923: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3058: checking dependency style of i586-uhu-linux-gcc configure:3141: result: gcc3 configure:3159: checking whether byte ordering is bigendian configure:3186: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3192: $? = 0 configure:3196: test -z || test ! -s conftest.err configure:3199: $? = 0 configure:3202: test -s conftest.o configure:3205: $? = 0 configure:3229: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:19: error: `not' undeclared (first use in this function) conftest.c:19: error: (Each undeclared identifier is reported only once conftest.c:19: error: for each function it appears in.) conftest.c:19: error: syntax error before "big" configure:3235: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:3370: result: no configure:3391: checking for strerror in -lcposix configure:3421: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure:3427: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | /* 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 strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:3453: result: no configure:3469: checking for i586-uhu-linux-gcc configure:3495: result: i586-uhu-linux-gcc configure:3777: checking for C compiler version configure:3780: i586-uhu-linux-gcc --version &5 i586-uhu-linux-gcc (GCC) 3.4.6 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:3783: $? = 0 configure:3785: i586-uhu-linux-gcc -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:3788: $? = 0 configure:3790: i586-uhu-linux-gcc -V &5 i586-uhu-linux-gcc: `-V' option must have argument configure:3793: $? = 1 configure:3796: checking whether we are using the GNU C compiler configure:3852: result: yes configure:3858: checking whether i586-uhu-linux-gcc accepts -g configure:3909: result: yes configure:3926: checking for i586-uhu-linux-gcc option to accept ANSI C configure:4033: result: none needed configure:4051: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:4057: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:4192: checking dependency style of i586-uhu-linux-gcc configure:4275: result: gcc3 configure:4302: checking for i586-uhu-linux-g++ configure:4318: found /usr/lib/ccache/i586-uhu-linux-g++ configure:4328: result: i586-uhu-linux-g++ configure:4386: checking for C++ compiler version configure:4389: i586-uhu-linux-g++ --version &5 i586-uhu-linux-g++ (GCC) 3.4.6 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:4392: $? = 0 configure:4394: i586-uhu-linux-g++ -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:4397: $? = 0 configure:4399: i586-uhu-linux-g++ -V &5 i586-uhu-linux-g++: `-V' option must have argument configure:4402: $? = 1 configure:4405: checking whether we are using the GNU C++ compiler configure:4429: i586-uhu-linux-g++ -c conftest.cc >&5 configure:4435: $? = 0 configure:4439: test -z || test ! -s conftest.err configure:4442: $? = 0 configure:4445: test -s conftest.o configure:4448: $? = 0 configure:4461: result: yes configure:4467: checking whether i586-uhu-linux-g++ accepts -g configure:4488: i586-uhu-linux-g++ -c -g conftest.cc >&5 configure:4494: $? = 0 configure:4498: test -z || test ! -s conftest.err configure:4501: $? = 0 configure:4504: test -s conftest.o configure:4507: $? = 0 configure:4518: result: yes configure:4560: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:4566: $? = 0 configure:4570: test -z || test ! -s conftest.err configure:4573: $? = 0 configure:4576: test -s conftest.o configure:4579: $? = 0 configure:4605: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:16: error: `exit' was not declared in this scope configure:4611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:4560: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:4566: $? = 0 configure:4570: test -z || test ! -s conftest.err configure:4573: $? = 0 configure:4576: test -s conftest.o configure:4579: $? = 0 configure:4605: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:4611: $? = 0 configure:4615: test -z || test ! -s conftest.err configure:4618: $? = 0 configure:4621: test -s conftest.o configure:4624: $? = 0 configure:4649: checking dependency style of i586-uhu-linux-g++ configure:4732: result: gcc3 configure:4754: checking how to run the C preprocessor configure:4789: i586-uhu-linux-gcc -E conftest.c configure:4795: $? = 0 configure:4827: i586-uhu-linux-gcc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:4833: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:4872: result: i586-uhu-linux-gcc -E configure:4896: i586-uhu-linux-gcc -E conftest.c configure:4902: $? = 0 configure:4934: i586-uhu-linux-gcc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:4940: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:4984: checking for egrep configure:4994: result: grep -E configure:5000: checking whether i586-uhu-linux-gcc needs -traditional configure:5042: result: no configure:5050: checking for an ANSI C-conforming const configure:5117: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5123: $? = 0 configure:5127: test -z || test ! -s conftest.err configure:5130: $? = 0 configure:5133: test -s conftest.o configure:5136: $? = 0 configure:5147: result: yes configure:5157: checking for inline configure:5178: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5184: $? = 0 configure:5188: test -z || test ! -s conftest.err configure:5191: $? = 0 configure:5194: test -s conftest.o configure:5197: $? = 0 configure:5209: result: inline configure:5228: checking for ANSI C header files configure:5253: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5259: $? = 0 configure:5263: test -z || test ! -s conftest.err configure:5266: $? = 0 configure:5269: test -s conftest.o configure:5272: $? = 0 configure:5361: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c >&5 configure:5364: $? = 0 configure:5366: ./conftest configure:5369: $? = 0 configure:5384: result: yes configure:5408: checking for sys/types.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5408: checking for sys/stat.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5408: checking for stdlib.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5408: checking for string.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5408: checking for memory.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5408: checking for strings.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5408: checking for inttypes.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5408: checking for stdint.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5408: checking for unistd.h configure:5424: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5430: $? = 0 configure:5434: test -z || test ! -s conftest.err configure:5437: $? = 0 configure:5440: test -s conftest.o configure:5443: $? = 0 configure:5454: result: yes configure:5466: checking for size_t configure:5490: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5496: $? = 0 configure:5500: test -z || test ! -s conftest.err configure:5503: $? = 0 configure:5506: test -s conftest.o configure:5509: $? = 0 configure:5520: result: yes configure:5532: checking whether struct tm is in sys/time.h or time.h configure:5555: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5561: $? = 0 configure:5565: test -z || test ! -s conftest.err configure:5568: $? = 0 configure:5571: test -s conftest.o configure:5574: $? = 0 configure:5585: result: time.h configure:5689: checking for i586-uhu-linux-gcc configure:5715: result: i586-uhu-linux-gcc configure:5997: checking for C compiler version configure:6000: i586-uhu-linux-gcc --version &5 i586-uhu-linux-gcc (GCC) 3.4.6 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:6003: $? = 0 configure:6005: i586-uhu-linux-gcc -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:6008: $? = 0 configure:6010: i586-uhu-linux-gcc -V &5 i586-uhu-linux-gcc: `-V' option must have argument configure:6013: $? = 1 configure:6016: checking whether we are using the GNU C compiler configure:6072: result: yes configure:6078: checking whether i586-uhu-linux-gcc accepts -g configure:6129: result: yes configure:6146: checking for i586-uhu-linux-gcc option to accept ANSI C configure:6253: result: none needed configure:6271: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:6277: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:6412: checking dependency style of i586-uhu-linux-gcc configure:6495: result: gcc3 configure:6518: checking how to run the C preprocessor configure:6636: result: i586-uhu-linux-gcc -E configure:6660: i586-uhu-linux-gcc -E conftest.c configure:6666: $? = 0 configure:6698: i586-uhu-linux-gcc -E conftest.c conftest.c:25:28: ac_nonexistent.h: No such file or directory configure:6704: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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 | /* end confdefs.h. */ | #include configure:6786: checking for i586-uhu-linux-g++ configure:6812: result: i586-uhu-linux-g++ configure:6870: checking for C++ compiler version configure:6873: i586-uhu-linux-g++ --version &5 i586-uhu-linux-g++ (GCC) 3.4.6 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:6876: $? = 0 configure:6878: i586-uhu-linux-g++ -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:6881: $? = 0 configure:6883: i586-uhu-linux-g++ -V &5 i586-uhu-linux-g++: `-V' option must have argument configure:6886: $? = 1 configure:6889: checking whether we are using the GNU C++ compiler configure:6945: result: yes configure:6951: checking whether i586-uhu-linux-g++ accepts -g configure:7002: result: yes configure:7044: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:7050: $? = 0 configure:7054: test -z || test ! -s conftest.err configure:7057: $? = 0 configure:7060: test -s conftest.o configure:7063: $? = 0 configure:7089: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:7095: $? = 0 configure:7099: test -z || test ! -s conftest.err configure:7102: $? = 0 configure:7105: test -s conftest.o configure:7108: $? = 0 configure:7133: checking dependency style of i586-uhu-linux-g++ configure:7216: result: gcc3 configure:7636: checking whether i586-uhu-linux-g++ supports -Wundef configure:7672: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -Wundef conftest.cc 1>&5 configure:7678: $? = 0 configure:7682: test -z || test ! -s conftest.err configure:7685: $? = 0 configure:7688: test -s conftest configure:7691: $? = 0 configure:7712: result: yes configure:7724: checking whether i586-uhu-linux-g++ supports -Wno-long-long configure:7760: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -Wno-long-long conftest.cc 1>&5 configure:7766: $? = 0 configure:7770: test -z || test ! -s conftest.err configure:7773: $? = 0 configure:7776: test -s conftest configure:7779: $? = 0 configure:7800: result: yes configure:7812: checking whether i586-uhu-linux-g++ supports -Wnon-virtual-dtor configure:7848: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -Wnon-virtual-dtor conftest.cc 1>&5 configure:7854: $? = 0 configure:7858: test -z || test ! -s conftest.err configure:7861: $? = 0 configure:7864: test -s conftest configure:7867: $? = 0 configure:7888: result: yes configure:7908: checking whether i586-uhu-linux-g++ supports -fno-exceptions configure:7944: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions conftest.cc 1>&5 configure:7950: $? = 0 configure:7954: test -z || test ! -s conftest.err configure:7957: $? = 0 configure:7960: test -s conftest configure:7963: $? = 0 configure:7984: result: yes configure:7996: checking whether i586-uhu-linux-g++ supports -fno-check-new configure:8032: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new conftest.cc 1>&5 configure:8038: $? = 0 configure:8042: test -z || test ! -s conftest.err configure:8045: $? = 0 configure:8048: test -s conftest configure:8051: $? = 0 configure:8072: result: yes configure:8084: checking whether i586-uhu-linux-g++ supports -fexceptions configure:8120: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new -fexceptions conftest.cc 1>&5 configure:8126: $? = 0 configure:8130: test -z || test ! -s conftest.err configure:8133: $? = 0 configure:8136: test -s conftest configure:8139: $? = 0 configure:8160: result: yes configure:8821: checking how to run the C++ preprocessor configure:8852: i586-uhu-linux-g++ -E conftest.cc configure:8858: $? = 0 configure:8890: i586-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:8896: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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 | /* end confdefs.h. */ | #include configure:8935: result: i586-uhu-linux-g++ -E configure:8959: i586-uhu-linux-g++ -E conftest.cc configure:8965: $? = 0 configure:8997: i586-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:9003: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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 | /* end confdefs.h. */ | #include configure:9069: checking whether i586-uhu-linux-g++ supports -frepo configure:9105: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new -frepo conftest.cc 1>&5 In file included from conftest.cc:1: :0: warning: -frepo must be used with -c configure:9111: $? = 0 configure:9115: test -z || test ! -s conftest.err configure:9118: $? = 0 configure:9121: test -s conftest configure:9124: $? = 0 configure:9145: result: yes configure:9361: result: not using lib directory suffix configure:9417: checking for ld used by GCC configure:9481: result: /usr/bin/ld configure:9490: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.16.1 configure:9502: result: yes configure:9507: checking for /usr/bin/ld option to reload object files configure:9514: result: -r configure:9523: checking for BSD-compatible nm configure:9558: result: nm configure:9562: checking for a sed that does not truncate output configure:9638: result: configure:9641: checking whether ln -s works configure:9645: result: yes configure:9652: checking how to recognise dependant libraries configure:9842: result: pass_all configure:9911: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:9914: $? = 0 configure:10023: checking dlfcn.h usability configure:10035: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:10041: $? = 0 configure:10045: test -z || test ! -s conftest.err configure:10048: $? = 0 configure:10051: test -s conftest.o configure:10054: $? = 0 configure:10064: result: yes configure:10068: checking dlfcn.h presence configure:10078: i586-uhu-linux-gcc -E conftest.c configure:10084: $? = 0 configure:10104: result: yes configure:10139: checking for dlfcn.h configure:10146: result: yes configure:10163: checking the maximum length of command line arguments configure:10211: result: 32768 configure:10222: checking command to parse nm output from i586-uhu-linux-gcc object configure:10307: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:5: warning: no previous prototype for 'nm_test_func' configure:10310: $? = 0 configure:10314: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:10317: $? = 0 configure:10369: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c conftstm.o >&5 configure:10372: $? = 0 configure:10410: result: ok configure:10414: checking for objdir configure:10429: result: .libs configure:10481: checking for i586-uhu-linux-ranlib configure:10510: result: no configure:10519: checking for ranlib configure:10535: found /usr/bin/ranlib configure:10546: result: ranlib configure:10561: checking for i586-uhu-linux-strip configure:10590: result: no configure:10599: checking for strip configure:10615: found /usr/bin/strip configure:10626: result: strip configure:10889: checking if i586-uhu-linux-gcc static flag works conftest.c:1: warning: return type defaults to `int' configure:10912: result: no configure:10929: checking if i586-uhu-linux-gcc supports -fno-rtti -fno-exceptions cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:10953: result: no configure:10968: checking for i586-uhu-linux-gcc option to produce PIC configure:11121: result: -fPIC configure:11128: checking if i586-uhu-linux-gcc PIC flag -fPIC works configure:11152: result: yes configure:11176: checking if i586-uhu-linux-gcc supports -c -o file.o configure:11217: result: yes configure:11243: checking whether the i586-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:12046: result: yes configure:12068: checking whether -lc should be explicitly linked in configure:12073: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:1: warning: 'dummy' defined but not used configure:12076: $? = 0 configure:12090: i586-uhu-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:12093: $? = 0 configure:12105: result: no configure:12111: checking how to hardcode library paths into programs configure:12135: result: immediate configure:12149: checking whether stripping libraries is possible configure:12154: result: yes configure:12161: checking dynamic linker characteristics configure:12612: result: GNU/Linux ld.so configure:13341: checking if libtool supports shared libraries configure:13343: result: yes configure:13346: checking whether to build shared libraries configure:13367: result: yes configure:13370: checking whether to build static libraries configure:13374: result: yes configure:13453: creating libtool configure:14178: checking whether the i586-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:14853: result: yes configure:14870: i586-uhu-linux-g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new conftest.cc >&5 configure:14873: $? = 0 configure:14973: checking for i586-uhu-linux-g++ option to produce PIC configure:15209: result: -fPIC configure:15216: checking if i586-uhu-linux-g++ PIC flag -fPIC works configure:15240: result: yes configure:15264: checking if i586-uhu-linux-g++ supports -c -o file.o configure:15305: result: yes configure:15331: checking whether the i586-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:15353: result: yes configure:15375: checking whether -lc should be explicitly linked in configure:15380: i586-uhu-linux-g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new conftest.cc >&5 conftest.cc:1: warning: 'dummy' defined but not used configure:15383: $? = 0 configure:15397: i586-uhu-linux-g++ -shared -nostdlib conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:15400: $? = 1 configure:15412: result: yes configure:15418: checking how to hardcode library paths into programs configure:15442: result: immediate configure:15456: checking whether stripping libraries is possible configure:15461: result: yes configure:15468: checking dynamic linker characteristics configure:15919: result: GNU/Linux ld.so configure:17064: checking if gcj supports -fno-rtti -fno-exceptions configure:17088: result: no configure:17103: checking for gcj option to produce PIC configure:17256: result: -fPIC configure:17263: checking if gcj PIC flag -fPIC works configure:17287: result: no configure:17311: checking if gcj supports -c -o file.o configure:17352: result: no configure:17378: checking whether the gcj linker (/usr/bin/ld) supports shared libraries configure:18181: result: yes configure:18203: checking whether -lc should be explicitly linked in configure:18208: gcj -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.java >&5 ./configure: line 18209: gcj: command not found configure:18211: $? = 127 configure:18240: result: yes configure:18246: checking how to hardcode library paths into programs configure:18270: result: immediate configure:18284: checking whether stripping libraries is possible configure:18289: result: yes configure:18296: checking dynamic linker characteristics configure:18747: result: GNU/Linux ld.so configure:20396: checking for short configure:20420: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:20426: $? = 0 configure:20430: test -z || test ! -s conftest.err configure:20433: $? = 0 configure:20436: test -s conftest.o configure:20439: $? = 0 configure:20450: result: yes configure:20453: checking size of short configure:20772: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:62: warning: no previous prototype for 'longval' conftest.c:63: warning: no previous prototype for 'ulongval' configure:20775: $? = 0 configure:20777: ./conftest configure:20780: $? = 0 configure:20803: result: 2 configure:20810: checking for long configure:20834: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:20840: $? = 0 configure:20844: test -z || test ! -s conftest.err configure:20847: $? = 0 configure:20850: test -s conftest.o configure:20853: $? = 0 configure:20864: result: yes configure:20867: checking size of long configure:21186: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:63: warning: no previous prototype for 'longval' conftest.c:64: warning: no previous prototype for 'ulongval' configure:21189: $? = 0 configure:21191: ./conftest configure:21194: $? = 0 configure:21217: result: 4 configure:21224: checking for int configure:21248: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:21254: $? = 0 configure:21258: test -z || test ! -s conftest.err configure:21261: $? = 0 configure:21264: test -s conftest.o configure:21267: $? = 0 configure:21278: result: yes configure:21281: checking size of int configure:21600: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:64: warning: no previous prototype for 'longval' conftest.c:65: warning: no previous prototype for 'ulongval' configure:21603: $? = 0 configure:21605: ./conftest configure:21608: $? = 0 configure:21631: result: 4 configure:21638: checking for void * configure:21662: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:21668: $? = 0 configure:21672: test -z || test ! -s conftest.err configure:21675: $? = 0 configure:21678: test -s conftest.o configure:21681: $? = 0 configure:21692: result: yes configure:21695: checking size of void * configure:22014: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:65: warning: no previous prototype for 'longval' conftest.c:66: warning: no previous prototype for 'ulongval' configure:22017: $? = 0 configure:22019: ./conftest configure:22022: $? = 0 configure:22045: result: 4 configure:22052: checking for long long configure:22076: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:69: warning: ISO C90 does not support `long long' conftest.c:71: warning: ISO C90 does not support `long long' configure:22082: $? = 0 configure:22086: test -z || test ! -s conftest.err configure:22089: $? = 0 configure:22092: test -s conftest.o configure:22095: $? = 0 configure:22106: result: yes configure:22109: checking size of long long configure:22428: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:66: warning: no previous prototype for 'longval' conftest.c: In function `longval': conftest.c:66: warning: ISO C90 does not support `long long' conftest.c: At top level: conftest.c:67: warning: no previous prototype for 'ulongval' conftest.c: In function `ulongval': conftest.c:67: warning: ISO C90 does not support `long long' conftest.c: In function `main': conftest.c:77: warning: ISO C90 does not support `long long' conftest.c:80: warning: ISO C90 does not support `long long' conftest.c:87: warning: ISO C90 does not support `long long' configure:22431: $? = 0 configure:22433: ./conftest configure:22436: $? = 0 configure:22459: result: 8 configure:22529: checking for uuid_generate in -luuid configure:22559: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -luuid >&5 configure:22565: $? = 0 configure:22569: test -z || test ! -s conftest.err configure:22572: $? = 0 configure:22575: test -s conftest configure:22578: $? = 0 configure:22591: result: yes configure:22607: checking for dlopen in -ldl configure:22637: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -ldl -luuid >&5 configure:22643: $? = 0 configure:22647: test -z || test ! -s conftest.err configure:22650: $? = 0 configure:22653: test -s conftest configure:22656: $? = 0 configure:22669: result: yes configure:22685: checking for ped_malloc in -lparted configure:22715: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lparted -ldl -luuid >&5 configure:22721: $? = 0 configure:22725: test -z || test ! -s conftest.err configure:22728: $? = 0 configure:22731: test -s conftest configure:22734: $? = 0 configure:22747: result: yes configure:22818: checking for reiserfs_fs_create in -lreiserfs configure:22848: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 configure:22854: $? = 0 configure:22858: test -z || test ! -s conftest.err configure:22861: $? = 0 configure:22864: test -s conftest configure:22867: $? = 0 configure:22880: result: yes configure:22903: checking for mkntfs configure:22922: found /usr/sbin/mkntfs configure:22935: result: /usr/sbin/mkntfs configure:22944: checking for ntfsresize configure:22963: found /usr/sbin/ntfsresize configure:22976: result: /usr/sbin/ntfsresize configure:22985: checking for mkfs.ext3 configure:23004: found /sbin/mkfs.ext3 configure:23017: result: /sbin/mkfs.ext3 configure:23026: checking for mkfs.jfs configure:23045: found /sbin/mkfs.jfs configure:23058: result: /sbin/mkfs.jfs configure:23067: checking for mkfs.xfs configure:23086: found /sbin/mkfs.xfs configure:23099: result: /sbin/mkfs.xfs configure:23108: checking for mount configure:23127: found /bin/mount configure:23140: result: /bin/mount configure:23149: checking for umount configure:23168: found /bin/umount configure:23181: result: /bin/umount configure:23190: checking for xfs_growfs configure:23209: found /bin/xfs_growfs configure:23222: result: /bin/xfs_growfs configure:23328: checking for main in -lutil configure:23352: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lutil -lreiserfs -lparted -ldl -luuid >&5 configure:23358: $? = 0 configure:23362: test -z || test ! -s conftest.err configure:23365: $? = 0 configure:23368: test -s conftest configure:23371: $? = 0 configure:23384: result: yes configure:23390: checking for main in -lcompat configure:23414: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lcompat -lreiserfs -lparted -ldl -luuid >&5 /usr/bin/ld: cannot find -lcompat collect2: ld returned 1 exit status configure:23420: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:23446: result: no configure:23453: checking for crypt in -lcrypt configure:23483: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lcrypt -lreiserfs -lparted -ldl -luuid >&5 configure:23489: $? = 0 configure:23493: test -z || test ! -s conftest.err configure:23496: $? = 0 configure:23499: test -s conftest configure:23502: $? = 0 configure:23515: result: yes configure:23609: checking for socklen_t configure:23648: i586-uhu-linux-g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new conftest.cc >&5 configure:23654: $? = 0 configure:23658: test -z || test ! -s conftest.err configure:23661: $? = 0 configure:23664: test -s conftest.o configure:23667: $? = 0 configure:23739: result: socklen_t configure:23761: checking for dnet_ntoa in -ldnet configure:23791: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -ldnet -lreiserfs -lparted -ldl -luuid >&5 /usr/bin/ld: cannot find -ldnet collect2: ld returned 1 exit status configure:23797: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | /* 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 dnet_ntoa (); | int | main () | { | dnet_ntoa (); | ; | return 0; | } configure:23823: result: no configure:23830: checking for dnet_ntoa in -ldnet_stub configure:23860: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -ldnet_stub -lreiserfs -lparted -ldl -luuid >&5 /usr/bin/ld: cannot find -ldnet_stub collect2: ld returned 1 exit status configure:23866: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | /* 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 dnet_ntoa (); | int | main () | { | dnet_ntoa (); | ; | return 0; | } configure:23892: result: no configure:23899: checking for inet_ntoa configure:23956: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 configure:23962: $? = 0 configure:23966: test -z || test ! -s conftest.err configure:23969: $? = 0 configure:23972: test -s conftest configure:23975: $? = 0 configure:23987: result: yes configure:24060: checking for connect configure:24117: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 configure:24123: $? = 0 configure:24127: test -z || test ! -s conftest.err configure:24130: $? = 0 configure:24133: test -s conftest configure:24136: $? = 0 configure:24148: result: yes configure:24222: checking for remove configure:24279: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 configure:24285: $? = 0 configure:24289: test -z || test ! -s conftest.err configure:24292: $? = 0 configure:24295: test -s conftest configure:24298: $? = 0 configure:24310: result: yes configure:24385: checking for shmat configure:24442: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 configure:24448: $? = 0 configure:24452: test -z || test ! -s conftest.err configure:24455: $? = 0 configure:24458: test -s conftest configure:24461: $? = 0 configure:24473: result: yes configure:24564: checking crt_externs.h usability configure:24576: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:73:25: crt_externs.h: No such file or directory configure:24582: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:24605: result: no configure:24609: checking crt_externs.h presence configure:24619: i586-uhu-linux-gcc -E conftest.c conftest.c:39:25: crt_externs.h: No such file or directory configure:24625: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | /* end confdefs.h. */ | #include configure:24645: result: no configure:24680: checking for crt_externs.h configure:24687: result: no configure:24700: checking for _NSGetEnviron configure:24757: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 /tmp/ccOfE12f.o: In function `main': /var/uhubuild/work/compile/conftest.c:79: undefined reference to `_NSGetEnviron' /tmp/ccOfE12f.o:(.data+0x0): undefined reference to `_NSGetEnviron' collect2: ld returned 1 exit status configure:24763: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | /* end confdefs.h. */ | /* Define _NSGetEnviron to an innocuous variant, in case declares _NSGetEnviron. | For example, HP-UX 11i declares gettimeofday. */ | #define _NSGetEnviron innocuous__NSGetEnviron | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _NSGetEnviron (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _NSGetEnviron | | /* 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 _NSGetEnviron (); | /* 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__NSGetEnviron) || defined (__stub____NSGetEnviron) | choke me | #else | char (*f) () = _NSGetEnviron; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _NSGetEnviron; | ; | return 0; | } configure:24788: result: no configure:24806: checking for sys/types.h configure:24811: result: yes configure:24806: checking for stdint.h configure:24811: result: yes configure:24953: checking for poll in -lpoll configure:24983: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lpoll -lreiserfs -lparted -ldl -luuid >&5 /usr/bin/ld: cannot find -lpoll collect2: ld returned 1 exit status configure:24989: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 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 poll (); | int | main () | { | poll (); | ; | return 0; | } configure:25015: result: no configure:25033: checking CoreAudio/CoreAudio.h usability configure:25045: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 conftest.c:75:33: CoreAudio/CoreAudio.h: No such file or directory configure:25051: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:25074: result: no configure:25078: checking CoreAudio/CoreAudio.h presence configure:25088: i586-uhu-linux-gcc -E conftest.c conftest.c:41:33: CoreAudio/CoreAudio.h: No such file or directory configure:25094: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include configure:25114: result: no configure:25149: checking for CoreAudio/CoreAudio.h configure:25156: result: no configure:25174: checking if res_init needs -lresolv configure:25201: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid -lresolv >&5 configure:25207: $? = 0 configure:25211: test -z || test ! -s conftest.err configure:25214: $? = 0 configure:25217: test -s conftest configure:25220: $? = 0 configure:25224: result: yes configure:25245: checking if res_init is available configure:25270: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:25276: $? = 0 configure:25280: test -z || test ! -s conftest.err configure:25283: $? = 0 configure:25286: test -s conftest.o configure:25289: $? = 0 configure:25292: result: yes configure:25315: checking for killpg in -lucb configure:25345: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lucb -lreiserfs -lparted -ldl -luuid >&5 /usr/bin/ld: cannot find -lucb collect2: ld returned 1 exit status configure:25351: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 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 killpg (); | int | main () | { | killpg (); | ; | return 0; | } configure:25377: result: no configure:25460: checking for int configure:25514: result: yes configure:25517: checking size of int configure:25867: result: 4 configure:25873: checking for long configure:25927: result: yes configure:25930: checking size of long configure:26280: result: 4 configure:26286: checking for char * configure:26310: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:26316: $? = 0 configure:26320: test -z || test ! -s conftest.err configure:26323: $? = 0 configure:26326: test -s conftest.o configure:26329: $? = 0 configure:26340: result: yes configure:26343: checking size of char * configure:26662: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 conftest.c:79: warning: no previous prototype for 'longval' conftest.c:80: warning: no previous prototype for 'ulongval' configure:26665: $? = 0 configure:26667: ./conftest configure:26670: $? = 0 configure:26693: result: 4 configure:26699: checking for char configure:26723: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c >&5 configure:26729: $? = 0 configure:26733: test -z || test ! -s conftest.err configure:26736: $? = 0 configure:26739: test -s conftest.o configure:26742: $? = 0 configure:26753: result: yes configure:26756: checking size of char configure:27075: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 conftest.c:80: warning: no previous prototype for 'longval' conftest.c:81: warning: no previous prototype for 'ulongval' configure:27078: $? = 0 configure:27080: ./conftest configure:27083: $? = 0 configure:27106: result: 1 configure:27114: checking for dlopen in -ldl configure:27176: result: yes configure:27186: checking for shl_unload in -ldld configure:27216: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -ldld -lreiserfs -lparted -ldl -luuid >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:27222: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_CHAR 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 shl_unload (); | int | main () | { | shl_unload (); | ; | return 0; | } configure:27248: result: no configure:27269: checking for vsnprintf configure:27326: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 configure:27332: $? = 0 configure:27336: test -z || test ! -s conftest.err configure:27339: $? = 0 configure:27342: test -s conftest configure:27345: $? = 0 configure:27357: result: yes configure:27269: checking for snprintf configure:27326: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lreiserfs -lparted -ldl -luuid >&5 configure:27332: $? = 0 configure:27336: test -z || test ! -s conftest.err configure:27339: $? = 0 configure:27342: test -s conftest configure:27345: $? = 0 configure:27357: result: yes configure:27395: checking for X configure:27440: i586-uhu-linux-gcc -E conftest.c configure:27446: $? = 0 configure:27537: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lXt -lreiserfs -lparted -ldl -luuid >&5 conftest.c: In function `main': conftest.c:53: warning: implicit declaration of function `XtMalloc' configure:27543: $? = 0 configure:27547: test -z || test ! -s conftest.err configure:27550: $? = 0 configure:27553: test -s conftest configure:27556: $? = 0 configure:27702: result: libraries /usr/lib, headers . configure:27736: checking for IceConnectionNumber in -lICE configure:27766: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -L/usr/lib conftest.c -lICE -lreiserfs -lparted -ldl -luuid >&5 configure:27772: $? = 0 configure:27776: test -z || test ! -s conftest.err configure:27779: $? = 0 configure:27782: test -s conftest configure:27785: $? = 0 configure:27798: result: yes configure:27812: checking for libXext configure:27847: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -L/usr/lib conftest.c -lXext -lX11 >&5 configure:27853: $? = 0 configure:27857: test -z || test ! -s conftest.err configure:27860: $? = 0 configure:27863: test -s conftest configure:27866: $? = 0 configure:27885: result: yes configure:27898: checking for Xinerama configure:27982: result: no configure:28113: checking for pthread_create in -lpthread configure:28143: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 conftest.c -lpthread -lreiserfs -lparted -ldl -luuid >&5 configure:28149: $? = 0 configure:28153: test -z || test ! -s conftest.err configure:28156: $? = 0 configure:28159: test -s conftest configure:28162: $? = 0 configure:28175: result: yes configure:28633: checking for extra includes configure:28661: result: no configure:28665: checking for extra libs configure:28694: result: no configure:28700: checking for libz configure:28734: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -I. -D_REENTRANT conftest.c -L/usr/lib -lz >&5 configure:28740: $? = 0 configure:28744: test -z || test ! -s conftest.err configure:28747: $? = 0 configure:28750: test -s conftest configure:28753: $? = 0 configure:28776: result: -lz configure:28789: checking for libpng configure:28831: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -I. -D_REENTRANT conftest.c -lreiserfs -lparted -ldl -luuid -L/usr/lib -lpng -lz -lm -lX11 >&5 configure:28837: $? = 0 configure:28841: test -z || test ! -s conftest.err configure:28844: $? = 0 configure:28847: test -s conftest configure:28850: $? = 0 configure:28874: result: -lpng -lz -lm configure:28885: checking for libjpeg6b configure:28931: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -I. -D_REENTRANT conftest.c -L/usr/lib -ljpeg6b -lm >&5 /usr/bin/ld: cannot find -ljpeg6b collect2: ld returned 1 exit status configure:28937: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_CHAR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | /* end confdefs.h. */ | /* Override any gcc2 internal prototype to avoid an error. */ | struct jpeg_decompress_struct; | typedef struct jpeg_decompress_struct * j_decompress_ptr; | typedef int size_t; | #ifdef __cplusplus | extern "C" { | #endif | void jpeg_CreateDecompress(j_decompress_ptr cinfo, | int version, size_t structsize); | #ifdef __cplusplus | } | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | | int | main () | { | jpeg_CreateDecompress(0L, 0, 0); | ; | return 0; | } configure:28972: result: no configure:28975: checking for libjpeg configure:29021: i586-uhu-linux-gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -I. -D_REENTRANT conftest.c -L/usr/lib -ljpeg -lm >&5 configure:29027: $? = 0 configure:29031: test -z || test ! -s conftest.err configure:29034: $? = 0 configure:29037: test -s conftest configure:29040: $? = 0 configure:29059: result: -ljpeg configure: 29083: ${prefix}/include/jpeglib.h configure: 29083: /usr/include/jpeglib.h taking that configure:29256: checking for Qt configure: 29321: /usr/lib/qt/include/qstyle.h taking that tried NO configure:29433: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new -I/usr/lib/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib/qt/lib -L/usr/lib conftest.cc -lreiserfs -lparted -ldl -luuid -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5 configure:29436: $? = 0 configure:29495: result: libraries /usr/lib/qt/lib, headers /usr/lib/qt/include using -mt configure:29505: checking if Qt compiles without flags configure:29602: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new -I/usr/lib/qt/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lXext -lX11 1>&5 configure:29605: $? = 0 configure:29634: result: yes configure:29676: checking for moc configure:29745: result: /usr/lib/qt/bin/moc configure:29753: checking for uic configure:29804: result: /usr/lib/qt/bin/uic configure:29835: checking whether uic supports -L configure:29846: /usr/lib/qt/bin/uic -L /nonexistant conftest.ui >/dev/null configure:29849: $? = 0 configure:29861: result: yes configure:29873: checking whether uic supports -nounload configure:29884: /usr/lib/qt/bin/uic -nounload conftest.ui >/dev/null configure:29887: $? = 0 configure:29899: result: yes configure:29935: checking if Qt needs -ljpeg configure:29976: rm -rf SunWS_cache; i586-uhu-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new -I/usr/lib/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT conftest.cc -L/usr/lib -lqt-mt -lpng -lz -lm -ldl -lXext -lX11 -lSM -lICE 1>&5 conftest.cc: In function `int main()': conftest.cc:59: warning: 'argv' might be used uninitialized in this function configure:29982: $? = 0 configure:29986: test -z || test ! -s conftest.err configure:29989: $? = 0 configure:29992: test -s conftest configure:29995: $? = 0 configure:30023: result: no configure:30049: checking for lrelease configure:30067: found /usr/bin/lrelease configure:30080: result: /usr/bin/lrelease configure:30113: checking for special C compiler options needed for large files configure:30212: result: no configure:30218: checking for _FILE_OFFSET_BITS value needed for large files configure:30249: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -DQT_THREAD_SUPPORT -D_REENTRANT -fexceptions -Wall -Wno-deprecated conftest.c >&5 cc1: warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C conftest.c:59: warning: left shift count >= width of type conftest.c:59: warning: left shift count >= width of type conftest.c:61: error: size of array `off_t_is_large' is negative configure:30255: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qtparted" | #define PACKAGE_TARNAME "qtparted" | #define PACKAGE_VERSION "0.4.4" | #define PACKAGE_STRING "qtparted 0.4.4" | #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" | #define HOMEPAGE "http://qtparted.sourceforge.net/" | #define PACKAGE "qtparted" | #define VERSION "0.4.4" | #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_TEMPLATE_REPOSITORY 1 | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_LIBUUID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPARTED 1 | #define HAVE_LIBREISERFS 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 1 | #define HAVE_RES_INIT 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_CHAR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include | /* 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:30302: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -DQT_THREAD_SUPPORT -D_REENTRANT -fexceptions -Wall -Wno-deprecated conftest.c >&5 cc1: warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C configure:30308: $? = 0 configure:30312: test -z || test ! -s conftest.err configure:30315: $? = 0 configure:30318: test -s conftest.o configure:30321: $? = 0 configure:30333: result: 64 configure:30343: checking for _LARGE_FILES value needed for large files configure:30374: i586-uhu-linux-gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -DQT_THREAD_SUPPORT -D_REENTRANT -fexceptions -Wall -Wno-deprecated conftest.c >&5 cc1: warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C configure:30380: $? = 0 configure:30384: test -z || test ! -s conftest.err configure:30387: $? = 0 configure:30390: test -s conftest.o configure:30393: $? = 0 configure:30458: result: no configure:30635: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by qtparted config.status 0.4.4, which was generated by GNU Autoconf 2.58. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on janusz config.status:840: creating Makefile config.status:840: creating src/Makefile config.status:840: creating src/qp_options.h config.status:840: creating data/Makefile config.status:840: creating data/run_qtparted config.status:840: creating ts/Makefile config.status:840: creating doc/Makefile config.status:840: creating redhat/qtparted-x11.spec config.status:840: creating redhat/qtparted-embedded.spec config.status:944: creating config.h config.status:1303: executing depfiles commands config.status:1303: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i586-uhu-linux-gnu ac_cv_build_alias=i586-uhu-linux ac_cv_c_bigendian=no 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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i586-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i586-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func__NSGetEnviron=no ac_cv_func_connect=yes ac_cv_func_inet_ntoa=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_func_snprintf=yes ac_cv_func_vsnprintf=yes ac_cv_have_dlfcn=yes ac_cv_have_qt='have_qt=yes ac_qt_includes=/usr/lib/qt/include ac_qt_libraries=/usr/lib/qt/lib' ac_cv_have_xinerama=no ac_cv_header_CoreAudio_CoreAudio_h=no ac_cv_header_crt_externs_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_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_host=i586-uhu-linux-gnu ac_cv_host_alias=i586-uhu-linux ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_compat_main=no ac_cv_lib_cposix_strerror=no ac_cv_lib_crypt_crypt=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_unload=no ac_cv_lib_dnet_dnet_ntoa=no ac_cv_lib_dnet_stub_dnet_ntoa=no ac_cv_lib_jpeg_6b=no ac_cv_lib_jpeg_normal=-ljpeg ac_cv_lib_parted_ped_malloc=yes ac_cv_lib_png='-lpng -lz -lm' ac_cv_lib_poll_poll=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_reiserfs_reiserfs_fs_create=yes ac_cv_lib_ucb_killpg=no ac_cv_lib_util_main=yes ac_cv_lib_uuid_uuid_generate=yes ac_cv_lib_z=-lz ac_cv_objext=o ac_cv_path_FSPATH_MKFSEXT3=/sbin/mkfs.ext3 ac_cv_path_FSPATH_MKFSJFS=/sbin/mkfs.jfs ac_cv_path_FSPATH_MKFSXFS=/sbin/mkfs.xfs ac_cv_path_FSPATH_MKNTFS=/usr/sbin/mkntfs ac_cv_path_FSPATH_MOUNT=/bin/mount ac_cv_path_FSPATH_NTFSRESIZE=/usr/sbin/ntfsresize ac_cv_path_FSPATH_UMOUNT=/bin/umount ac_cv_path_FSPATH_XFS_GROWFS=/bin/xfs_growfs ac_cv_path_QTPATH_LRELEASE=/usr/bin/lrelease ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=i586-uhu-linux-gcc ac_cv_prog_CPP='i586-uhu-linux-gcc -E' ac_cv_prog_CXX=i586-uhu-linux-g++ ac_cv_prog_CXXCPP='i586-uhu-linux-g++ -E' 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_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_sizeof_char=1 ac_cv_sizeof_char_p=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_sizeof_void_p=4 ac_cv_socklen_t=socklen_t ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_target=i586-uhu-linux-gnu ac_cv_target_alias=i586-uhu-linux ac_cv_type_char=yes ac_cv_type_char_p=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long=yes ac_cv_type_short=yes ac_cv_type_size_t=yes ac_cv_type_void_p=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 kde_cv_have_libXext=yes kde_cv_have_x='have_x=yes kde_x_includes=. kde_x_libraries=/usr/lib' kde_cv_path=/usr/lib/qt/bin/uic kde_cv_path_moc=/usr/lib/qt/bin/moc kde_cv_path_uic=/usr/lib/qt/bin/uic kde_cv_prog_cxx_Wno_long_long=yes kde_cv_prog_cxx_Wnon_virtual_dtor=yes kde_cv_prog_cxx_Wundef=yes kde_cv_prog_cxx_fexceptions=yes kde_cv_prog_cxx_fno_check_new=yes kde_cv_prog_cxx_fno_exceptions=yes kde_cv_prog_cxx_frepo=yes kde_cv_prog_uic_L=yes kde_cv_prog_uic_nounload=yes kde_cv_qt_direct=yes kde_cv_qt_jpeg=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.4.so' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM=nm lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_GCJ=no lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/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_prog_compiler_c_o_GCJ='"no"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/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} /var/uhubuild/work/compile/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.7' AWK='gawk' CC='i586-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2' CPP='i586-uhu-linux-gcc -E' CPPFLAGS=' -DQT_THREAD_SUPPORT -D_REENTRANT -fexceptions -Wall -Wno-deprecated' CXX='i586-uhu-linux-g++' CXXCPP='i586-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new' CYGPATH_W='echo' DEFAULT_DEBUG_LEVEL='1' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' FILESYS_EXT3FS_SUPPORT='1' FILESYS_JFS_SUPPORT='1' FILESYS_NTFS_SUPPORT='1' FILESYS_REISERFS_SUPPORT='1' FILESYS_XFS_SUPPORT='1' FRAMEWORK_COREAUDIO='' FSPATH_MKFSEXT3='/sbin/mkfs.ext3' FSPATH_MKFSJFS='/sbin/mkfs.jfs' FSPATH_MKFSXFS='/sbin/mkfs.xfs' FSPATH_MKNTFS='/usr/sbin/mkntfs' FSPATH_MOUNT='/bin/mount' FSPATH_NTFSRESIZE='/usr/sbin/ntfsresize' FSPATH_UMOUNT='/bin/umount' FSPATH_XFS_GROWFS='/bin/xfs_growfs' HOMEPAGE='http://qtparted.sourceforge.net/' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' KDE_MT_LDFLAGS='' KDE_MT_LIBS='-lpthread' KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_RPATH) $(KDE_MT_LDFLAGS)' KDE_USE_CLOSURE_FALSE='#' KDE_USE_CLOSURE_TRUE='' KDE_USE_FINAL_FALSE='' KDE_USE_FINAL_TRUE='#' LDFLAGS='' LIBCOMPAT='' LIBCRYPT='-lcrypt' LIBDL='-ldl' LIBJPEG='-ljpeg' LIBOBJS='' LIBPNG='-lpng -lz -lm' LIBPTHREAD='-lpthread' LIBRESOLV='-lresolv' LIBS='-lreiserfs -lparted -ldl -luuid ' LIBSM='-lSM -lICE' LIBSOCKET='' LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' LIBUCB='' LIBUTIL='-lutil' LIBXINERAMA='' LIBZ='-lz' LIB_POLL='' LIB_QPE='' LIB_QT='-lqt-mt $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread' LIB_X11='-lX11 $(LIBSOCKET)' LIB_XEXT='-lXext' LN_S='ln -s' LOGDIR='/var/log' LTLIBOBJS='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' MOC='/usr/lib/qt/bin/moc' NOOPT_CFLAGS='-O0' NOOPT_CXXFLAGS='-O0' NOREPO='-fno-repo' OBJEXT='o' OS='linux' PACKAGE='qtparted' PACKAGE_BUGREPORT='zanac4ever@virgilio.it' PACKAGE_NAME='qtparted' PACKAGE_STRING='qtparted 0.4.4' PACKAGE_TARNAME='qtparted' PACKAGE_VERSION='0.4.4' PATH_QTDIR='/usr/lib/qt' PATH_SEPARATOR=':' QTE_NORTTI='' QTPARTED_LDFLAGS='' QTPARTED_LIBS=' -lreiserfs' QTPARTED_PREFIX='/usr' QTPATH_LRELEASE='/usr/bin/lrelease' QT_INCLUDES='-I/usr/lib/qt/include' QT_LDFLAGS='' RANLIB='ranlib' REPO='-frepo' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' UIC='/usr/lib/qt/bin/uic -L $(kde_widgetdir) -nounload' UIC_TR='tr2i18n' USER_INCLUDES='' USER_LDFLAGS='' USE_EXCEPTIONS='-fexceptions' USE_RTTI='' USE_THREADS='' VERSION='0.4.4' WOVERLOADED_VIRTUAL='' X_EXTRA_LIBS='' X_INCLUDES='-I.' X_LDFLAGS='-L/usr/lib' X_PRE_LIBS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' all_includes='-I/usr/lib/qt/include -I.' all_libraries='-L/usr/lib' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i586-uhu-linux-gnu' build_alias='i586-uhu-linux' build_cpu='i586' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i586-uhu-linux-gnu' host_alias='i586-uhu-linux' host_cpu='i586' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/uhubuild/work/compile/install-sh' kde_qtver='3' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' qt_includes='/usr/lib/qt/include' qt_libraries='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target='i586-uhu-linux-gnu' target_alias='' target_cpu='i586' target_os='linux-gnu' target_vendor='uhu' top_srcdir='/var/uhubuild/work/compile' x_includes='.' x_libraries='/usr/lib' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_CRYPT 1 #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBDL 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBPARTED 1 #define HAVE_LIBPNG 1 #define HAVE_LIBPTHREAD 1 #define HAVE_LIBREISERFS 1 #define HAVE_LIBUUID 1 #define HAVE_LIBZ 1 #define HAVE_MEMORY_H 1 #define HAVE_RES_INIT 1 #define HAVE_RES_INIT 1 #define HAVE_SNPRINTF 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_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_SYS_TYPES_H 1 #define HAVE_TEMPLATE_REPOSITORY 1 #define HAVE_UNISTD_H 1 #define HAVE_VSNPRINTF 1 #define HOMEPAGE "http://qtparted.sourceforge.net/" #define KDELIBSUFF "" #define PACKAGE "qtparted" #define PACKAGE_BUGREPORT "zanac4ever@virgilio.it" #define PACKAGE_NAME "qtparted" #define PACKAGE_STRING "qtparted 0.4.4" #define PACKAGE_TARNAME "qtparted" #define PACKAGE_VERSION "0.4.4" #define SIZEOF_CHAR 1 #define SIZEOF_CHAR_P 4 #define SIZEOF_INT 4 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SHORT 2 #define SIZEOF_VOID_P 4 #define STDC_HEADERS 1 #define VERSION "0.4.4" #define _FILE_OFFSET_BITS 64 #define ksize_t socklen_t #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0