Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1983 connectés 

 


Dernière réponse
Sujet : probleme compilation avec qt3
thierry_b ouais, ca marche nikel :-)
Merci bcp encore.
A+

Votre réponse
Nom d'utilisateur    Pour poster, vous devez être inscrit sur ce forum .... si ce n'est pas le cas, cliquez ici !
Le ton de votre message                        
                       
Votre réponse


[b][i][u][strike][spoiler][fixed][cpp][url][email][img][*]   
 
   [quote]
 

Options

 
Vous avez perdu votre mot de passe ?


Vue Rapide de la discussion
thierry_b ouais, ca marche nikel :-)
Merci bcp encore.
A+
thierry_b ok, je teste et je te donnerai la réponse demain.
Merci.
A+
911GT3 alors bon:
on a donc

conftest.cc:2:21: qglobal.h: No such file or directory
conftest.cc:3:26: qapplication.h: No such file or directory
conftest.cc:4:21: qcursor.h: No such file or directory
conftest.cc:5:27: qstylefactory.h: No such file or directory
conftest.cc:6:34: private/qucomextra_p.h: No such file or directory


 
Sachant que ça appartient au paquet libqt3-headers et que j'imagine aisement que tu l'as installé, je pense que c'est parce que le configure ne regarde pas au bon endroit.
 
Essaies de forcer le chemin de recherche des bibliothèqyes QT via une option à passer à ./configure
Un truc genre: ./configure --with-qt-include-dir=/usr/include/qt3
Je ne sais pas l'option exacte à passer mais ./configure --help devrait la lister

thierry_b Salut,
il dit ca :-)
Merci
A+
 
-----------------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was
 
  $ /home/thierry/karchiver-3.0.10/configure --prefix=/usr/local
 
## --------- ##
## Platform. ##
## --------- ##
 
hostname = thierry
uname -m = i686
uname -r = 2.6.7
uname -s = Linux
uname -v = #1 SMP Sun Jun 20 19:32:12 CEST 2004
 
/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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/local/sbin
PATH: /usr/local/bin
 
 
## ----------- ##
## Core tests. ##
## ----------- ##
 
configure:1510: checking build system type
configure:1528: result: i686-pc-linux-gnu
configure:1536: checking host system type
configure:1550: result: i686-pc-linux-gnu
configure:1558: checking target system type
configure:1572: result: i686-pc-linux-gnu
configure:1618: checking for a BSD-compatible install
configure:1672: result: /usr/bin/install -c
configure:1687: checking for -p flag to install
configure:1700: result: yes
configure:1711: checking whether build environment is sane
configure:1754: result: yes
configure:1774: checking for gawk
configure:1790: found /usr/bin/gawk
configure:1800: result: gawk
configure:1810: checking whether make sets $(MAKE)
configure:1830: result: yes
configure:2043: checking for style of include used by make
configure:2071: result: GNU
configure:2218: checking for gcc
configure:2234: found /usr/bin/gcc
configure:2244: result: gcc
configure:2488: checking for C compiler version
configure:2491: gcc --version </dev/null >&5
gcc (GCC) 3.3.4 (Debian)
Copyright (C) 2003 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:2494: $? = 0
configure:2496: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian)
configure:2499: $? = 0
configure:2501: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2504: $? = 1
configure:2528: checking for C compiler default output
configure:2531: gcc     conftest.c  >&5
configure:2534: $? = 0
configure:2580: result: a.out
configure:2585: checking whether the C compiler works
configure:2591: ./a.out
configure:2594: $? = 0
configure:2611: result: yes
configure:2618: checking whether we are cross compiling
configure:2620: result: no
configure:2623: checking for suffix of executables
configure:2625: gcc -o conftest     conftest.c  >&5
configure:2628: $? = 0
configure:2653: result:  
configure:2659: checking for suffix of object files
configure:2681: gcc -c    conftest.c >&5
configure:2684: $? = 0
configure:2706: result: o
configure:2710: checking whether we are using the GNU C compiler
configure:2735: gcc -c    conftest.c >&5
configure:2738: $? = 0
configure:2741: test -s conftest.o
configure:2744: $? = 0
configure:2757: result: yes
configure:2763: checking whether gcc accepts -g
configure:2785: gcc -c -g  conftest.c >&5
configure:2788: $? = 0
configure:2791: test -s conftest.o
configure:2794: $? = 0
configure:2805: result: yes
configure:2822: checking for gcc option to accept ANSI C
configure:2883: gcc  -c    conftest.c >&5
configure:2886: $? = 0
configure:2889: test -s conftest.o
configure:2892: $? = 0
configure:2910: result: none needed
configure:2928: gcc -c    conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2931: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3042: checking dependency style of gcc
configure:3125: result: gcc3
configure:3148: checking how to run the C preprocessor
configure:3184: gcc -E  conftest.c
configure:3190: $? = 0
configure:3222: gcc -E  conftest.c
configure:3223:28: ac_nonexistent.h: No such file or directory
configure:3228: $? = 1
configure: failed program was:
| #line 3213 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3266: result: gcc -E
configure:3291: gcc -E  conftest.c
configure:3297: $? = 0
configure:3329: gcc -E  conftest.c
configure:3330:28: ac_nonexistent.h: No such file or directory
configure:3335: $? = 1
configure: failed program was:
| #line 3320 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3458: checking for g++
configure:3474: found /usr/bin/g++
configure:3484: result: g++
configure:3500: checking for C++ compiler version
configure:3503: g++ --version </dev/null >&5
g++ (GCC) 3.3.4 (Debian)
Copyright (C) 2003 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:3506: $? = 0
configure:3508: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian)
configure:3511: $? = 0
configure:3513: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3516: $? = 1
configure:3519: checking whether we are using the GNU C++ compiler
configure:3544: g++ -c    conftest.cc >&5
configure:3547: $? = 0
configure:3550: test -s conftest.o
configure:3553: $? = 0
configure:3566: result: yes
configure:3572: checking whether g++ accepts -g
configure:3594: g++ -c -g  conftest.cc >&5
configure:3597: $? = 0
configure:3600: test -s conftest.o
configure:3603: $? = 0
configure:3614: result: yes
configure:3658: g++ -c    conftest.cc >&5
configure:3661: $? = 0
configure:3664: test -s conftest.o
configure:3667: $? = 0
configure:3694: g++ -c    conftest.cc >&5
configure: In function `int main()':
configure:3691: error: `exit' undeclared (first use this function)
configure:3691: error: (Each undeclared identifier is reported only once for  
   each function it appears in.)
configure:3697: $? = 1
configure: failed program was:
| #line 3677 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| /* end confdefs.h.  */
|  
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3658: g++ -c    conftest.cc >&5
configure:3661: $? = 0
configure:3664: test -s conftest.o
configure:3667: $? = 0
configure:3694: g++ -c    conftest.cc >&5
configure:3697: $? = 0
configure:3700: test -s conftest.o
configure:3703: $? = 0
configure:3728: checking dependency style of g++
configure:3811: result: gcc3
configure:4107: checking whether g++ supports -Wundef
configure:4144: rm -rf SunWS_cache; g++ -o conftest -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2   -Wundef   conftest.cc  1>&5
configure:4147: $? = 0
configure:4150: test -s conftest
configure:4153: $? = 0
configure:4173: result: yes
configure:4185: checking whether g++ supports -Wno-long-long
configure:4222: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2   -Wno-long-long   conftest.cc  1>&5
configure:4225: $? = 0
configure:4228: test -s conftest
configure:4231: $? = 0
configure:4251: result: yes
configure:4263: checking whether g++ supports -Wnon-virtual-dtor
configure:4300: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2   -Wnon-virtual-dtor   conftest.cc  1>&5
configure:4303: $? = 0
configure:4306: test -s conftest
configure:4309: $? = 0
configure:4329: result: yes
configure:4349: checking whether g++ supports -fno-exceptions
configure:4386: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2   -fno-exceptions   conftest.cc  1>&5
configure:4389: $? = 0
configure:4392: test -s conftest
configure:4395: $? = 0
configure:4415: result: yes
configure:4427: checking whether g++ supports -fno-check-new
configure:4464: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2   -fno-exceptions -fno-check-new   conftest.cc  1>&5
configure:4467: $? = 0
configure:4470: test -s conftest
configure:4473: $? = 0
configure:4493: result: yes
configure:4505: checking whether g++ supports -fno-common
configure:4542: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2   -fno-exceptions -fno-check-new -fno-common   conftest.cc  1>&5
configure:4545: $? = 0
configure:4548: test -s conftest
configure:4551: $? = 0
configure:4571: result: yes
configure:4583: checking whether g++ supports -fexceptions
configure:4620: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2   -fno-exceptions -fno-check-new -fno-common -fexceptions   conftest.cc  1>&5
configure:4623: $? = 0
configure:4626: test -s conftest
configure:4629: $? = 0
configure:4649: result: yes
configure:5250: checking how to run the C++ preprocessor
configure:5282: g++ -E  conftest.cc
configure:5288: $? = 0
configure:5320: g++ -E  conftest.cc
configure:5324:28: ac_nonexistent.h: No such file or directory
configure:5326: $? = 1
configure: failed program was:
| #line 5311 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5364: result: g++ -E
configure:5389: g++ -E  conftest.cc
configure:5395: $? = 0
configure:5427: g++ -E  conftest.cc
configure:5431:28: ac_nonexistent.h: No such file or directory
configure:5433: $? = 1
configure: failed program was:
| #line 5418 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5590: result: not using lib directory suffix
configure:5646: checking for ld used by GCC
configure:5710: result: /usr/bin/ld
configure:5719: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.14.90.0.7 20031029 Debian GNU/Linux
configure:5731: result: yes
configure:5736: checking for /usr/bin/ld option to reload object files
configure:5743: result: -r
configure:5752: checking for BSD-compatible nm
configure:5787: result: /usr/bin/nm -B
configure:5791: checking for a sed that does not truncate output
configure:5867: result:  
configure:5870: checking whether ln -s works
configure:5874: result: yes
configure:5881: checking how to recognise dependant libraries
configure:6068: result: pass_all
configure:6138: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6141: $? = 0
configure:6227: checking for egrep
configure:6237: result: grep -E
configure:6242: checking for ANSI C header files
configure:6268: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6271: $? = 0
configure:6274: test -s conftest.o
configure:6277: $? = 0
configure:6366: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure: In function `main':
configure:6368: warning: implicit declaration of function `exit'
configure:6369: $? = 0
configure:6371: ./conftest
configure:6374: $? = 0
configure:6389: result: yes
configure:6413: checking for sys/types.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6413: checking for sys/stat.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6413: checking for stdlib.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6413: checking for string.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6413: checking for memory.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6413: checking for strings.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6413: checking for inttypes.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6413: checking for stdint.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6413: checking for unistd.h
configure:6430: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6433: $? = 0
configure:6436: test -s conftest.o
configure:6439: $? = 0
configure:6450: result: yes
configure:6476: checking dlfcn.h usability
configure:6489: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6492: $? = 0
configure:6495: test -s conftest.o
configure:6498: $? = 0
configure:6508: result: yes
configure:6512: checking dlfcn.h presence
configure:6523: gcc -E  conftest.c
configure:6529: $? = 0
configure:6548: result: yes
configure:6584: checking for dlfcn.h
configure:6591: result: yes
configure:6608: checking the maximum length of command line arguments
configure:6656: result: 32768
configure:6667: checking command to parse /usr/bin/nm -B output from gcc object
configure:6752: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
conftest.c:5: warning: no previous prototype for `nm_test_func'
configure:6755: $? = 0
configure:6759: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGISTW][ABCDGISTW]*\)[  ][  ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6762: $? = 0
configure:6814: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c conftstm.o >&5
configure:6817: $? = 0
configure:6855: result: ok
configure:6859: checking for objdir
configure:6874: result: .libs
configure:6964: checking for ranlib
configure:6980: found /usr/bin/ranlib
configure:6991: result: ranlib
configure:7044: checking for strip
configure:7060: found /usr/bin/strip
configure:7071: result: strip
configure:7334: checking if gcc static flag  works
conftest.c:1: warning: return type defaults to `int'
configure:7357: result: no
configure:7374: checking if gcc supports -fno-rtti -fno-exceptions
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:7398: result: no
configure:7413: checking for gcc option to produce PIC
configure:7566: result: -fPIC
configure:7573: checking if gcc PIC flag -fPIC works
configure:7597: result: yes
configure:7621: checking if gcc supports -c -o file.o
configure:7662: result: yes
configure:7688: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8471: result: yes
configure:8493: checking whether -lc should be explicitly linked in
configure:8498: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
conftest.c:1: warning: `dummy' defined but not used
configure:8501: $? = 0
configure:8515: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8518: $? = 0
configure:8530: result: no
configure:8536: checking how to hardcode library paths into programs
configure:8560: result: immediate
configure:8574: checking whether stripping libraries is possible
configure:8579: result: yes
configure:8586: checking dynamic linker characteristics
configure:9037: result: GNU/Linux ld.so
configure:9690: checking if libtool supports shared libraries
configure:9692: result: yes
configure:9695: checking whether to build shared libraries
configure:9716: result: yes
configure:9719: checking whether to build static libraries
configure:9723: result: no
configure:9802: creating libtool
configure:10527: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11182: result: yes
configure:11199: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fno-common  conftest.cc >&5
configure:11202: $? = 0
configure:11302: checking for g++ option to produce PIC
configure:11538: result: -fPIC
configure:11545: checking if g++ PIC flag -fPIC works
configure:11569: result: yes
configure:11593: checking if g++ supports -c -o file.o
configure:11634: result: yes
configure:11660: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11682: result: yes
configure:11704: checking whether -lc should be explicitly linked in
configure:11709: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fno-common  conftest.cc >&5
conftest.cc:1: warning: `int dummy' defined but not used
configure:11712: $? = 0
configure:11726: g++ -shared -nostdlib  conftest.o   -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:11729: $? = 1
configure:11741: result: yes
configure:11747: checking how to hardcode library paths into programs
configure:11771: result: immediate
configure:11785: checking whether stripping libraries is possible
configure:11790: result: yes
configure:11797: checking dynamic linker characteristics
configure:12248: result: GNU/Linux ld.so
configure:13317: checking if gcj supports -fno-rtti -fno-exceptions
configure:13341: result: no
configure:13356: checking for gcj option to produce PIC
configure:13509: result: -fPIC
configure:13516: checking if gcj PIC flag -fPIC works
configure:13540: result: no
configure:13564: checking if gcj supports -c -o file.o
configure:13605: result: no
configure:13631: checking whether the gcj linker (/usr/bin/ld) supports shared libraries
configure:14414: result: yes
configure:14436: checking whether -lc should be explicitly linked in
configure:14441: gcj -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.java >&5
/home/thierry/karchiver-3.0.10/configure: line 1: gcj: command not found
configure:14444: $? = 127
configure:14473: result: yes
configure:14479: checking how to hardcode library paths into programs
configure:14503: result: immediate
configure:14517: checking whether stripping libraries is possible
configure:14522: result: yes
configure:14529: checking dynamic linker characteristics
configure:14980: result: GNU/Linux ld.so
configure:16525: checking for msgfmt
configure:16552: result: /usr/bin/msgfmt
configure:16561: checking for gmsgfmt
configure:16592: result: /usr/bin/msgfmt
configure:16611: checking for xgettext
configure:16638: result: /usr/bin/xgettext
configure:16661: checking for strlcat
configure:16710: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fno-common -pedantic-errors  conftest.cc >&5
configure: In function `int main()':
configure:16720: error: `strlcat' undeclared (first use this function)
configure:16720: error: (Each undeclared identifier is reported only once for  
   each function it appears in.)
configure:16713: $? = 1
configure: failed program was:
| #line 16684 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|  
|  
| #include <string.h>
|  
|  
| int
| main ()
| {
|  
|  char buf[20];
|   buf[0]='\0';
|   strlcat(buf, "KDE function test", sizeof(buf));
|  
|  
|   ;
|   return 0;
| }
configure:16741: result: no
configure:16744: checking if strlcat needs custom prototype
configure:16838: result: yes - in libkdefakes
configure:16863: checking for strlcpy
configure:16911: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fno-common -pedantic-errors  conftest.cc >&5
configure: In function `int main()':
configure:16921: error: `strlcpy' undeclared (first use this function)
configure:16921: error: (Each undeclared identifier is reported only once for  
   each function it appears in.)
configure:16914: $? = 1
configure: failed program was:
| #line 16886 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|  
|  
| #include <string.h>
|  
|  
| int
| main ()
| {
|  
|  char buf[20];
|   strlcpy(buf, "KDE function test", sizeof(buf));
|  
|  
|   ;
|   return 0;
| }
configure:16942: result: no
configure:16945: checking if strlcpy needs custom prototype
configure:17038: result: yes - in libkdefakes
configure:17068: checking for main in -lutil
configure:17093: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lutil   >&5
configure:17096: $? = 0
configure:17099: test -s conftest
configure:17102: $? = 0
configure:17114: result: yes
configure:17120: checking for main in -lcompat
configure:17145: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lcompat   >&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:17148: $? = 1
configure: failed program was:
| #line 17127 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|  
|  
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:17166: result: no
configure:17173: checking for crypt in -lcrypt
configure:17204: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lcrypt   >&5
configure:17207: $? = 0
configure:17210: test -s conftest
configure:17213: $? = 0
configure:17225: result: yes
configure:17309: checking for socklen_t
configure:17349: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fno-common  conftest.cc >&5
configure:17352: $? = 0
configure:17355: test -s conftest.o
configure:17358: $? = 0
configure:17421: result: socklen_t
configure:17443: checking for dnet_ntoa in -ldnet
configure:17474: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -ldnet   >&5
configure:17477: $? = 0
configure:17480: test -s conftest
configure:17483: $? = 0
configure:17495: result: yes
configure:17561: checking for inet_ntoa
configure:17611: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:17614: $? = 0
configure:17617: test -s conftest
configure:17620: $? = 0
configure:17631: result: yes
configure:17694: checking for connect
configure:17744: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:17747: $? = 0
configure:17750: test -s conftest
configure:17753: $? = 0
configure:17764: result: yes
configure:17828: checking for remove
configure:17878: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:17881: $? = 0
configure:17884: test -s conftest
configure:17887: $? = 0
configure:17898: result: yes
configure:17963: checking for shmat
configure:18013: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:18016: $? = 0
configure:18019: test -s conftest
configure:18022: $? = 0
configure:18033: result: yes
configure:18114: checking crt_externs.h usability
configure:18127: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:18177:25: crt_externs.h: No such file or directory
configure:18130: $? = 1
configure: failed program was:
| #line 18116 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:18146: result: no
configure:18150: checking crt_externs.h presence
configure:18161: gcc -E  conftest.c
configure:18179:25: crt_externs.h: No such file or directory
configure:18167: $? = 1
configure: failed program was:
| #line 18152 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:18186: result: no
configure:18222: checking for crt_externs.h
configure:18229: result: no
configure:18242: checking for _NSGetEnviron
configure:18292: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
/tmp/ccUqkoM0.o(.text+0x11): In function `main':
: undefined reference to `_NSGetEnviron'
/tmp/ccUqkoM0.o(.data+0x0): undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:18295: $? = 1
configure: failed program was:
| #line 18247 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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:18312: result: no
configure:18330: checking for sys/types.h
configure:18335: result: yes
configure:18330: checking for stdint.h
configure:18335: result: yes
configure:18469: checking for poll in -lpoll
configure:18500: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lpoll   >&5
/usr/bin/ld: cannot find -lpoll
collect2: ld returned 1 exit status
configure:18503: $? = 1
configure: failed program was:
| #line 18476 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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:18521: result: no
configure:18539: checking CoreAudio/CoreAudio.h usability
configure:18552: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:18604:33: CoreAudio/CoreAudio.h: No such file or directory
configure:18555: $? = 1
configure: failed program was:
| #line 18541 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CoreAudio/CoreAudio.h>
configure:18571: result: no
configure:18575: checking CoreAudio/CoreAudio.h presence
configure:18586: gcc -E  conftest.c
configure:18606:33: CoreAudio/CoreAudio.h: No such file or directory
configure:18592: $? = 1
configure: failed program was:
| #line 18577 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CoreAudio/CoreAudio.h>
configure:18611: result: no
configure:18647: checking for CoreAudio/CoreAudio.h
configure:18654: result: no
configure:18673: checking for res_init
configure:18721: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fno-common -pedantic-errors  conftest.cc >&5
configure:18724: $? = 0
configure:18727: test -s conftest.o
configure:18730: $? = 0
configure:18752: result: yes
configure:18755: checking if res_init needs custom prototype
configure:18848: result: no
configure:18877: checking for killpg in -lucb
configure:18908: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lucb   >&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:18911: $? = 1
configure: failed program was:
| #line 18884 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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_PROTO 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:18929: result: no
configure:19002: checking for int
configure:19027: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:19030: $? = 0
configure:19033: test -s conftest.o
configure:19036: $? = 0
configure:19047: result: yes
configure:19050: checking size of int
configure:19325: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:19350: warning: no previous prototype for `longval'
configure:19351: warning: no previous prototype for `ulongval'
configure:19328: $? = 0
configure:19330: ./conftest
configure:19333: $? = 0
configure:19356: result: 4
configure:19362: checking for long
configure:19387: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:19390: $? = 0
configure:19393: test -s conftest.o
configure:19396: $? = 0
configure:19407: result: yes
configure:19410: checking size of long
configure:19685: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:19711: warning: no previous prototype for `longval'
configure:19712: warning: no previous prototype for `ulongval'
configure:19688: $? = 0
configure:19690: ./conftest
configure:19693: $? = 0
configure:19716: result: 4
configure:19722: checking for char *
configure:19747: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:19750: $? = 0
configure:19753: test -s conftest.o
configure:19756: $? = 0
configure:19767: result: yes
configure:19770: checking size of char *
configure:20045: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:20072: warning: no previous prototype for `longval'
configure:20073: warning: no previous prototype for `ulongval'
configure:20048: $? = 0
configure:20050: ./conftest
configure:20053: $? = 0
configure:20076: result: 4
configure:20084: checking for dlopen in -ldl
configure:20115: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -ldl   >&5
configure:20118: $? = 0
configure:20121: test -s conftest
configure:20124: $? = 0
configure:20136: result: yes
configure:20146: checking for shl_unload in -ldld
configure:20177: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:20180: $? = 1
configure: failed program was:
| #line 20153 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 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 shl_unload ();
| int
| main ()
| {
| shl_unload ();
|   ;
|   return 0;
| }
configure:20198: result: no
configure:20213: checking for size_t
configure:20238: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:20241: $? = 0
configure:20244: test -s conftest.o
configure:20247: $? = 0
configure:20258: result: yes
configure:20261: checking size of size_t
configure:20536: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:20564: warning: no previous prototype for `longval'
configure:20565: warning: no previous prototype for `ulongval'
configure:20539: $? = 0
configure:20541: ./conftest
configure:20544: $? = 0
configure:20567: result: 4
configure:20574: checking for unsigned long
configure:20599: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:20602: $? = 0
configure:20605: test -s conftest.o
configure:20608: $? = 0
configure:20619: result: yes
configure:20622: checking size of unsigned long
configure:20897: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:20926: warning: no previous prototype for `longval'
configure:20927: warning: no previous prototype for `ulongval'
configure:20900: $? = 0
configure:20902: ./conftest
configure:20905: $? = 0
configure:20928: result: 4
configure:20936: checking sizeof size_t == sizeof unsigned long
configure:20959: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:20962: $? = 0
configure:20965: test -s conftest.o
configure:20968: $? = 0
configure:20970: result: yes
configure:21001: checking for vsnprintf
configure:21051: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:21054: $? = 0
configure:21057: test -s conftest
configure:21060: $? = 0
configure:21071: result: yes
configure:21001: checking for snprintf
configure:21051: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:21054: $? = 0
configure:21057: test -s conftest
configure:21060: $? = 0
configure:21071: result: yes
configure:21109: checking for X
configure:21155: gcc -E  conftest.c
configure:21161: $? = 0
configure:21252: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lXt  >&5
configure: In function `main':
configure:21277: warning: implicit declaration of function `XtMalloc'
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure:21255: $? = 1
configure: failed program was:
| #line 21235 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
|  
| int
| main ()
| {
| XtMalloc()
|   ;
|   return 0;
| }
configure:21406: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:21440: checking for IceConnectionNumber in -lICE
configure:21471: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     -L/usr/X11R6/lib conftest.c -lICE  -ldnet  >&5
configure:21474: $? = 0
configure:21477: test -s conftest
configure:21480: $? = 0
configure:21492: result: yes
configure:21506: checking for libXext
configure:21542: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     -L/usr/X11R6/lib  conftest.c -lXext -lX11  -ldnet >&5
configure:21545: $? = 0
configure:21548: test -s conftest
configure:21551: $? = 0
configure:21569: result: yes
configure:21689: checking for pthread_create in -lpthread
configure:21720: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lpthread   >&5
configure:21723: $? = 0
configure:21726: test -s conftest
configure:21729: $? = 0
configure:21741: result: yes
configure:22161: checking for extra includes
configure:22189: result: no
configure:22193: checking for extra libs
configure:22222: result: no
configure:22228: checking for libz
configure:22263: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -I/usr/X11R6/include   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -lz  -ldnet >&5
configure:22266: $? = 0
configure:22269: test -s conftest
configure:22272: $? = 0
configure:22294: result: -lz
configure:22307: checking for libpng
configure:22350: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -I/usr/X11R6/include   -D_REENTRANT  conftest.c  -L/usr/X11R6/lib  -lpng -lz -lm -lX11  -ldnet >&5
configure:22353: $? = 0
configure:22356: test -s conftest
configure:22359: $? = 0
configure:22382: result: -lpng -lz -lm
configure:22393: checking for libjpeg6b
configure:22440: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -I/usr/X11R6/include   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure:22443: $? = 1
configure: failed program was:
| #line 22409 "configure"
| /* confdefs.h.  */
|  
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "karchiver-3.0.10"
| #define VERSION "3.0.10"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #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:22470: result: no
configure:22473: checking for libjpeg
configure:22520: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -I/usr/X11R6/include   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -ljpeg -lm >&5
configure:22523: $? = 0
configure:22526: test -s conftest
configure:22529: $? = 0
configure:22547: result: -ljpeg
configure: 22574: ${prefix}/include/jpeglib.h
configure: 22574: /usr/include/jpeglib.h
taking that
configure:22744: checking for Qt
configure: 22812: /usr/lib/qt3/include/qstyle.h
configure: 22812: /usr/lib/qt3/qstyle.h
configure: 22812: /usr/lib/qt/include/qstyle.h
configure: 22812: /usr/lib/qt/qstyle.h
configure: 22812: /usr/local/qt/include/qstyle.h
configure: 22812: /usr/include/qt/qstyle.h
configure: 22812: /usr/include/qstyle.h
configure: 22812: /usr/X11R6/include/X11/qt/qstyle.h
configure: 22812: /usr/X11R6/include/qt/qstyle.h
configure: 22812: /usr/X11R6/include/qt2/qstyle.h
configure: 22812: /usr/X11R6/include/qstyle.h
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/X11R6/lib
configure:22921: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fno-common -INO -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -L/usr/lib -L/usr/X11R6/lib   conftest.cc  -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -ldnet -lpthread 1>&5
conftest.cc:2:21: qglobal.h: No such file or directory
conftest.cc:3:26: qapplication.h: No such file or directory
conftest.cc:4:21: qcursor.h: No such file or directory
conftest.cc:5:27: qstylefactory.h: No such file or directory
conftest.cc:6:34: private/qucomextra_p.h: No such file or directory
conftest.cc:7:8: warning: "QT_VERSION" is not defined
conftest.cc:8:2: #error 1
conftest.cc: In function `int main()':
conftest.cc:12: error: `QStyleFactory' undeclared (first use this function)
conftest.cc:12: error: (Each undeclared identifier is reported only once for  
   each function it appears in.)
conftest.cc:12: error: parse error before `::' token
conftest.cc:13: error: `QCursor' undeclared (first use this function)
configure:22924: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030100)
#error 1
#endif
 
int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}
configure:22964: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
 
## ---------------- ##
## Cache variables. ##
## ---------------- ##
 
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_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=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=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_compat_main=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=yes
ac_cv_lib_jpeg_6b=no
ac_cv_lib_jpeg_normal=-ljpeg
ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_lib_z=-lz
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char_p=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_size_t=4
ac_cv_sizeof_unsigned_long=4
ac_cv_socklen_t=socklen_t
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_func_res_init=yes
kde_cv_func_strlcat=no
kde_cv_func_strlcpy=no
kde_cv_have_libXext=yes
kde_cv_have_x='have_x=yes          kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib'
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_common=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_proto_res_init=no
kde_cv_proto_strlcat='yes - in libkdefakes'
kde_cv_proto_strlcpy='yes - in libkdefakes'
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.5 /lib/libc.so.5.4.46 /lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
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} /home/thierry/karchiver-3.0.10/admin/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/thierry/karchiver-3.0.10/admin/missing --run tar'
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/thierry/karchiver-3.0.10/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/thierry/karchiver-3.0.10/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/thierry/karchiver-3.0.10/admin/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2  '
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
CPP='gcc -E'
CPPFLAGS=' -DQT_THREAD_SUPPORT  -D_REENTRANT'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fno-common'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FRAMEWORK_COREAUDIO=''
GMSGFMT='/usr/bin/msgfmt'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_
911GT3 et il dit quoi le config.log ?
thierry_b Bonjour,
j'essaie de compiler une appli kde, kdearchiver :-) (je suis sous debian)
mais j'ai cette erreur ci dessous, quand je compile et j'ai fait tous les apt-get possible sur les librairies et headers qt3 mais ca ne change rien.
Qu'en pensez-vous?
Merci
A+.
 
thierry@thierry:~/karchiver-3.0.10$ ./configure --prefix=/usr
......
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR