linux user group brescia

immagine del castello

Archivio della mailing list

configure: error

dino d.moser a pavoniani.it
Sab 12 Giu 2004 19:39:07 UTC
anzitutto chiedo scusa per la lunghezza del messaggio ma ho allegato
anche il config.log..

ho provato ad installare kexi (front end grafico per database) su una
mdk 10.0
ma già al configure mi da il seguente errore e non sono riuscito a
trovare nessun suggerimento in rete.... mi rivolgo a voi sapendo che qui
c'è sempre una risposta a tutto!!
 
 ecco cosa dice al ./configure:

 checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether g++ supports -Wmissing-format-attribute... no
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wnon-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
[root a localhost kexi-0.1beta3]#

a questo punto pensavo mancasse  gcc
ma:
[root a localhost kexi-0.1beta3]# urpmi gcc
E' già tutto installato
[root a localhost kexi-0.1beta3]#

sconsolato ho provato anche questo senza sapere che senso abbia ma:

[root a localhost kexi-0.1beta3]# urpmi c++
I seguenti pacchetti contengono c++:
gcc-c++
gcc2.96-c++
gcc3.4-c++
libflac++2
libflac++2-devel
liboggflac++0
liboggflac++0-devel
libsigc++1.0_0
libsigc++1.0_0-devel
libsigc++1.0_0-examples
libsigc++1.2_5
libsigc++1.2_5-devel
libstdc++2.10
libstdc++2.10-devel
libstdc++5
libstdc++5-devel
libstdc++5-static-devel
libstdc++6
libstdc++6-devel
libstdc++6-static-devel
mpic++

cosa cavolo manca?? cos'�quel C++ preprocessor?

allego di seguito il config.log 
dal quale io che sono un principiante non ho capito nulla!!

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

  $ ./configure 

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

hostname = localhost
uname -m = i686
uname -r = 2.6.3-7mdk
uname -s = Linux
uname -v = #1 Wed Mar 17 15:56:42 CET 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: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin


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

configure:1540: checking build system type
configure:1558: result: i686-pc-linux-gnu
configure:1566: checking host system type
configure:1580: result: i686-pc-linux-gnu
configure:1588: checking target system type
configure:1602: result: i686-pc-linux-gnu
configure:1648: checking for a BSD-compatible install
configure:1702: result: /usr/bin/install -c
configure:1717: checking for -p flag to install
configure:1730: result: yes
configure:1741: checking whether build environment is sane
configure:1784: result: yes
configure:1804: checking for gawk
configure:1820: found /bin/gawk
configure:1830: result: gawk
configure:1840: checking whether make sets $(MAKE)
configure:1860: result: yes
configure:2072: checking for style of include used by make
configure:2100: result: GNU
configure:2247: checking for gcc
configure:2263: found /usr/bin/gcc
configure:2273: result: gcc
configure:2517: checking for C compiler version
configure:2520: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
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:2523: $? = 0
configure:2525: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --disable-checking
--enable-long-long --enable-__cxa_atexit --enable-clocale=gnu
--enable-languages=c,c++,ada,f77,objc,java,pascal
--host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
configure:2528: $? = 0
configure:2530: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2533: $? = 1
configure:2557: checking for C compiler default output
configure:2560: gcc     conftest.c  >&5
configure:2563: $? = 0
configure:2609: result: a.out
configure:2614: checking whether the C compiler works
configure:2620: ./a.out
configure:2623: $? = 0
configure:2640: result: yes
configure:2647: checking whether we are cross compiling
configure:2649: result: no
configure:2652: checking for suffix of executables
configure:2654: gcc -o conftest     conftest.c  >&5
configure:2657: $? = 0
configure:2682: result: 
configure:2688: checking for suffix of object files
configure:2710: gcc -c    conftest.c >&5
configure:2713: $? = 0
configure:2735: result: o
configure:2739: checking whether we are using the GNU C compiler
configure:2764: gcc -c    conftest.c >&5
configure:2767: $? = 0
configure:2770: test -s conftest.o
configure:2773: $? = 0
configure:2786: result: yes
configure:2792: checking whether gcc accepts -g
configure:2814: gcc -c -g  conftest.c >&5
configure:2817: $? = 0
configure:2820: test -s conftest.o
configure:2823: $? = 0
configure:2834: result: yes
configure:2851: checking for gcc option to accept ANSI C
configure:2912: gcc  -c    conftest.c >&5
configure:2915: $? = 0
configure:2918: test -s conftest.o
configure:2921: $? = 0
configure:2939: result: none needed
configure:2957: gcc -c    conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2960: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3071: checking dependency style of gcc
configure:3133: result: gcc3
configure:3156: checking how to run the C preprocessor
configure:3192: gcc -E  conftest.c
configure:3198: $? = 0
configure:3230: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3236: $? = 1
configure: failed program was:
| /* #line 3221 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3274: result: gcc -E
configure:3299: gcc -E  conftest.c
configure:3305: $? = 0
configure:3337: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3343: $? = 1
configure: failed program was:
| /* #line 3328 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3466: checking for g++
configure:3495: result: no
configure:3466: checking for c++
configure:3495: result: no
configure:3466: checking for gpp
configure:3495: result: no
configure:3466: checking for aCC
configure:3495: result: no
configure:3466: checking for CC
configure:3495: result: no
configure:3466: checking for cxx
configure:3495: result: no
configure:3466: checking for cc++
configure:3495: result: no
configure:3466: checking for cl
configure:3495: result: no
configure:3466: checking for FCC
configure:3495: result: no
configure:3466: checking for KCC
configure:3495: result: no
configure:3466: checking for RCC
configure:3495: result: no
configure:3466: checking for xlC_r
configure:3495: result: no
configure:3466: checking for xlC
configure:3495: result: no
configure:3508: checking for C++ compiler version
configure:3511: g++ --version </dev/null >&5
./configure: line 1: g++: command not found
configure:3514: $? = 127
configure:3516: g++ -v </dev/null >&5
./configure: line 1: g++: command not found
configure:3519: $? = 127
configure:3521: g++ -V </dev/null >&5
./configure: line 1: g++: command not found
configure:3524: $? = 127
configure:3527: checking whether we are using the GNU C++ compiler
configure:3552: g++ -c    conftest.cc >&5
./configure: line 1: g++: command not found
configure:3555: $? = 127
configure: failed program was:
| /* #line 3532 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:3574: result: no
configure:3580: checking whether g++ accepts -g
configure:3602: g++ -c -g  conftest.cc >&5
./configure: line 1: g++: command not found
configure:3605: $? = 127
configure: failed program was:
| /* #line 3585 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3622: result: no
configure:3666: g++ -c    conftest.cc >&5
./configure: line 1: g++: command not found
configure:3669: $? = 127
configure: failed program was:
| /* #line 3648 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <stdlib.h>
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3666: g++ -c    conftest.cc >&5
./configure: line 1: g++: command not found
configure:3669: $? = 127
configure: failed program was:
| /* #line 3648 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3666: g++ -c    conftest.cc >&5
./configure: line 1: g++: command not found
configure:3669: $? = 127
configure: failed program was:
| /* #line 3648 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern "C" void std::exit (int) throw (); using std::exit;
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3666: g++ -c    conftest.cc >&5
./configure: line 1: g++: command not found
configure:3669: $? = 127
configure: failed program was:
| /* #line 3648 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern "C" void std::exit (int); using std::exit;
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3666: g++ -c    conftest.cc >&5
./configure: line 1: g++: command not found
configure:3669: $? = 127
configure: failed program was:
| /* #line 3648 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern "C" void exit (int) throw ();
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3666: g++ -c    conftest.cc >&5
./configure: line 1: g++: command not found
configure:3669: $? = 127
configure: failed program was:
| /* #line 3648 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern "C" void exit (int);
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3666: g++ -c    conftest.cc >&5
./configure: line 1: g++: command not found
configure:3669: $? = 127
configure: failed program was:
| /* #line 3648 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| /* end confdefs.h.  */
| #include <stdlib.h>
| void exit (int);
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3736: checking dependency style of g++
configure:3798: result: none
configure:4091: checking whether g++ supports -Wmissing-format-attribute
configure:4128: rm -rf SunWS_cache; g++ -o conftest -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts   -Wmissing-format-attribute   conftest.cc  1>&5
./configure: line 1: g++: command not found
configure:4131: $? = 127
configure: failed program was:
| /* #line 4111 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:4162: result: no
configure:4172: checking whether g++ supports -Wundef
configure:4209: rm -rf SunWS_cache; g++ -o conftest -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts   -Wundef   conftest.cc 
1>&5
./configure: line 1: g++: command not found
configure:4212: $? = 127
configure: failed program was:
| /* #line 4192 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:4243: result: no
configure:4250: checking whether g++ supports -Wno-long-long
configure:4287: rm -rf SunWS_cache; g++ -o conftest -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts   -Wno-long-long  
conftest.cc  1>&5
./configure: line 1: g++: command not found
configure:4290: $? = 127
configure: failed program was:
| /* #line 4270 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:4321: result: no
configure:4328: checking whether g++ supports -Wnon-virtual-dtor
configure:4365: rm -rf SunWS_cache; g++ -o conftest -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts   -Wnon-virtual-dtor  
conftest.cc  1>&5
./configure: line 1: g++: command not found
configure:4368: $? = 127
configure: failed program was:
| /* #line 4348 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:4399: result: no
configure:5315: checking how to run the C++ preprocessor
configure:5347: g++ -E  conftest.cc
./configure: line 1: g++: command not found
configure:5353: $? = 127
configure: failed program was:
| /* #line 5333 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:5347: g++ -E  conftest.cc
./configure: line 1: g++: command not found
configure:5353: $? = 127
configure: failed program was:
| /* #line 5333 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:5347: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or
directory
configure:5353: $? = 1
configure: failed program was:
| /* #line 5333 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:5347: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or
directory
configure:5353: $? = 1
configure: failed program was:
| /* #line 5333 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:5429: result: /lib/cpp
configure:5454: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or
directory
configure:5460: $? = 1
configure: failed program was:
| /* #line 5440 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:5454: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or
directory
configure:5460: $? = 1
configure: failed program was:
| /* #line 5440 "configure" */
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "koffice"
| #define VERSION "1.3post"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:5528: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## 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=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none

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

ACLOCAL='${SHELL} /home/dino/applicazioni/kexi-0.1beta3/admin/missing
--run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/dino/applicazioni/kexi-0.1beta3/admin/missing
--run tar'
AR=''
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/dino/applicazioni/kexi-0.1beta3/admin/missing
--run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/dino/applicazioni/kexi-0.1beta3/admin/missing
--run autoheader'
AUTOMAKE='${SHELL} /home/dino/applicazioni/kexi-0.1beta3/admin/missing
--run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -Wchar-subscripts -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 $(top_srcdir)/./kexi/configure.in.bot
$(top_srcdir)/./kexi/configure.in.in
$(top_srcdir)/./kexi/interfaces/configure.in.mid
$(top_srcdir)/./kexi/kexidb/drivers/configure.in.bot
$(top_srcdir)/./kexi/kexidb/drivers/configure.in.in
$(top_srcdir)/./kexi/plugins/configure.in.in
$(top_srcdir)/./kexi/plugins/configure.in.mid
$(top_srcdir)/configure.in.bot'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS='-Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
DOXYGEN=''
DOXYGEN_PROJECT_NAME=''
DOXYGEN_PROJECT_NUMBER=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_HAS_DOXYGEN=''
KDE_HAVE_DOT=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE=''
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBJPEG=''
LIBMAGICK_CPPFLAGS=''
LIBMAGICK_LDFLAGS=''
LIBMAGICK_LIBS=''
LIBMAGICK_RPATH=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTOOL=''
LIBUCB=''
LIBUTIL=''
LIBZ=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KEXI_KMDI=''
LIB_KEXI_KMDI_INCLUDES=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LIB_XRENDER=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/dino/applicazioni/kexi-0.1beta3/admin/missing
--run makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=''
MYSQL_INC=''
MYSQL_LIBS=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT='o'
PACKAGE='koffice'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
PG_INCDIR=''
PG_LIBDIR=''
PQXX_INCDIR=''
PQXX_LIBDIR=''
QSA_INCDIR=''
QSA_LIBDIR=''
QTDOCDIR=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=''
VERSION='1.3post'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
compile_mailmerge_KWORD_FALSE=''
compile_mailmerge_KWORD_TRUE=''
compile_mysql_plugin_FALSE=''
compile_mysql_plugin_TRUE=''
compile_pgsql_plugin_FALSE=''
compile_pgsql_plugin_TRUE=''
compile_plugin_KUGAR_FALSE=''
compile_plugin_KUGAR_TRUE=''
compile_qsa_plugin_FALSE=''
compile_qsa_plugin_TRUE=''
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/dino/applicazioni/kexi-0.1beta3/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
need_kde31_compatibility_FALSE=''
need_kde31_compatibility_TRUE=''
oldincludedir='/usr/include'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
use_kexi_compat_qextmdi_FALSE=''
use_kexi_compat_qextmdi_TRUE=''
x_includes='NONE'
x_libraries='NONE'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''

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

#define PACKAGE "koffice"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "1.3post"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1





Maggiori informazioni sulla lista Lug