pmateti / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
Apache License 2.0
0 stars 0 forks source link

configure: error: No type size_t, but google Gadgets for Linux needs it! #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In first, sorry for my English, I'm French

What steps will reproduce the problem?

1. downloading google-gadgets-for-linux-0.9.3.tar.gz on the desktop

2. decompressing google-gadgets-for-linux-0.9.3.tar.gz in
google-gadgets-for-linux-0.9.3 on the desktop (but I try it in other
destination)

3. doing the configure process with kconfigure or Konsole and this
message:"configure: error: No type size_t, but google Gadgets for Linux
needs it!" at the step of; "checking for double... no
checking size of double... 0"

- What is the expected output? What do you see instead?

     No installation because the configure process doesn't finish.

- What version of the product are you using? On what operating system?

     google-gadgets-for-linux configure 0.9.3 on Kubuntu 8.04 Hardy Heron

- Please provide any additional information below.

     My config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by google-gadgets-for-linux configure 0.9.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

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

hostname = didi-Kubuntu
uname -m = x86_64
uname -r = 2.6.24-19-generic
uname -s = Linux
uname -v = #1 SMP Wed Jun 4 15:10:52 UTC 2008

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games

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

configure:2268: checking build system type
configure:2286: result: x86_64-unknown-linux-gnu
configure:2308: checking host system type
configure:2323: result: x86_64-unknown-linux-gnu
configure:2666: checking for a BSD-compatible install
configure:2722: result: /usr/bin/install -c
configure:2733: checking whether build environment is sane
configure:2776: result: yes
configure:2804: checking for a thread-safe mkdir -p
configure:2843: result: /bin/mkdir -p
configure:2856: checking for gawk
configure:2886: result: no
configure:2856: checking for mawk
configure:2872: found /usr/bin/mawk
configure:2883: result: mawk
configure:2894: checking whether make sets $(MAKE)
configure:2915: result: yes
configure:3098: checking how to create a ustar tar archive
configure:3111: tar --version
tar (GNU tar) 1.19
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3114: $? = 0
configure:3154: tardir=conftest.dir && eval tar --format=ustar -chf -
"$tardir" >conftest.tar
configure:3157: $? = 0
configure:3161: tar -xf - <conftest.tar
configure:3164: $? = 0
configure:3177: result: gnutar
configure:3198: checking for style of include used by make
configure:3226: result: GNU
configure:3296: checking for gcc
configure:3312: found /usr/bin/gcc
configure:3323: result: gcc
configure:3561: checking for C compiler version
configure:3568: gcc --version >&5
gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
Copyright (C) 2007 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:3571: $? = 0
configure:3578: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
configure:3581: $? = 0
configure:3588: gcc -V >&5
gcc: '-V' option must have argument
configure:3591: $? = 1
configure:3614: checking for C compiler default output file name
configure:3641: gcc    conftest.c  >&5
configure:3644: $? = 0
configure:3682: result: a.out
configure:3699: checking whether the C compiler works
configure:3709: ./a.out
configure:3712: $? = 0
configure:3729: result: yes
configure:3736: checking whether we are cross compiling
configure:3738: result: no
configure:3741: checking for suffix of executables
configure:3748: gcc -o conftest    conftest.c  >&5
configure:3751: $? = 0
configure:3775: result: 
configure:3781: checking for suffix of object files
configure:3807: gcc -c   conftest.c >&5
configure:3810: $? = 0
configure:3833: result: o
configure:3837: checking whether we are using the GNU C compiler
configure:3866: gcc -c   conftest.c >&5
configure:3872: $? = 0
configure:3889: result: yes
configure:3894: checking whether gcc accepts -g
configure:3924: gcc -c -g  conftest.c >&5
configure:3930: $? = 0
configure:4029: result: yes
configure:4046: checking for gcc option to accept ISO C89
configure:4120: gcc  -c -g -O2  conftest.c >&5
configure:4126: $? = 0
configure:4149: result: none needed
configure:4169: checking dependency style of gcc
configure:4260: result: gcc3
configure:4276: checking for lt_dlinit in -lltdl
configure:4311: gcc -o conftest -g -O2   conftest.c -lltdl   >&5
configure:4317: $? = 0
configure:4335: result: yes
configure:4435: checking for a sed that does not truncate output
configure:4491: result: /bin/sed
configure:4494: checking for grep that handles long lines and -e
configure:4568: result: /bin/grep
configure:4573: checking for egrep
configure:4651: result: /bin/grep -E
configure:4667: checking for ld used by gcc
configure:4734: result: /usr/bin/ld
configure:4743: checking if the linker (/usr/bin/ld) is GNU ld
configure:4758: result: yes
configure:4763: checking for /usr/bin/ld option to reload object files
configure:4770: result: -r
configure:4788: checking for BSD-compatible nm
configure:4837: result: /usr/bin/nm -B
configure:4841: checking whether ln -s works
configure:4845: result: yes
configure:4852: checking how to recognize dependent libraries
configure:5038: result: pass_all
configure:5126: gcc -c -g -O2  conftest.c >&5
configure:5129: $? = 0
configure:5278: checking how to run the C preprocessor
configure:5318: gcc -E  conftest.c
configure:5324: $? = 0
configure:5355: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5361: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5394: result: gcc -E
configure:5423: gcc -E  conftest.c
configure:5429: $? = 0
configure:5460: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5466: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5504: checking for ANSI C header files
configure:5534: gcc -c -g -O2  conftest.c >&5
configure:5540: $? = 0
configure:5639: gcc -o conftest -g -O2   conftest.c  >&5
configure:5642: $? = 0
configure:5648: ./conftest
configure:5651: $? = 0
configure:5668: result: yes
configure:5692: checking for sys/types.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5692: checking for sys/stat.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5692: checking for stdlib.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5692: checking for string.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5692: checking for memory.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5692: checking for strings.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5692: checking for inttypes.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5692: checking for stdint.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5692: checking for unistd.h
configure:5713: gcc -c -g -O2  conftest.c >&5
configure:5719: $? = 0
configure:5735: result: yes
configure:5762: checking dlfcn.h usability
configure:5779: gcc -c -g -O2  conftest.c >&5
configure:5785: $? = 0
configure:5799: result: yes
configure:5803: checking dlfcn.h presence
configure:5818: gcc -E  conftest.c
configure:5824: $? = 0
configure:5838: result: yes
configure:5871: checking for dlfcn.h
configure:5879: result: yes
configure:5950: checking for g++
configure:5980: result: no
configure:5950: checking for c++
configure:5980: result: no
configure:5950: checking for gpp
configure:5980: result: no
configure:5950: checking for aCC
configure:5980: result: no
configure:5950: checking for CC
configure:5980: result: no
configure:5950: checking for cxx
configure:5980: result: no
configure:5950: checking for cc++
configure:5980: result: no
configure:5950: checking for cl.exe
configure:5980: result: no
configure:5950: checking for FCC
configure:5980: result: no
configure:5950: checking for KCC
configure:5980: result: no
configure:5950: checking for RCC
configure:5980: result: no
configure:5950: checking for xlC_r
configure:5980: result: no
configure:5950: checking for xlC
configure:5980: result: no
configure:6008: checking for C++ compiler version
configure:6015: g++ --version >&5
./configure: line 6016: g++: command not found
configure:6018: $? = 127
configure:6025: g++ -v >&5
./configure: line 6026: g++: command not found
configure:6028: $? = 127
configure:6035: g++ -V >&5
./configure: line 6036: g++: command not found
configure:6038: $? = 127
configure:6041: checking whether we are using the GNU C++ compiler
configure:6070: g++ -c   conftest.cpp >&5
./configure: line 6071: g++: command not found
configure:6076: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:6093: result: no
configure:6098: checking whether g++ accepts -g
configure:6128: g++ -c -g  conftest.cpp >&5
./configure: line 6129: g++: command not found
configure:6134: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 ()
| {
| 
|   ;
|   return 0;
| }
configure:6166: g++ -c   conftest.cpp >&5
./configure: line 6167: g++: command not found
configure:6172: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 ()
| {
| 
|   ;
|   return 0;
| }
configure:6205: g++ -c -g  conftest.cpp >&5
./configure: line 6206: g++: command not found
configure:6211: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 ()
| {
| 
|   ;
|   return 0;
| }
configure:6233: result: no
configure:6258: checking dependency style of g++
configure:6349: result: none
configure:6651: checking for g77
configure:6681: result: no
configure:6651: checking for xlf
configure:6681: result: no
configure:6651: checking for f77
configure:6681: result: no
configure:6651: checking for frt
configure:6681: result: no
configure:6651: checking for pgf77
configure:6681: result: no
configure:6651: checking for cf77
configure:6681: result: no
configure:6651: checking for fort77
configure:6681: result: no
configure:6651: checking for fl32
configure:6681: result: no
configure:6651: checking for af77
configure:6681: result: no
configure:6651: checking for xlf90
configure:6681: result: no
configure:6651: checking for f90
configure:6681: result: no
configure:6651: checking for pgf90
configure:6681: result: no
configure:6651: checking for pghpf
configure:6681: result: no
configure:6651: checking for epcf90
configure:6681: result: no
configure:6651: checking for gfortran
configure:6681: result: no
configure:6651: checking for g95
configure:6681: result: no
configure:6651: checking for xlf95
configure:6681: result: no
configure:6651: checking for f95
configure:6681: result: no
configure:6651: checking for fort
configure:6681: result: no
configure:6651: checking for ifort
configure:6681: result: no
configure:6651: checking for ifc
configure:6681: result: no
configure:6651: checking for efc
configure:6681: result: no
configure:6651: checking for pgf95
configure:6681: result: no
configure:6651: checking for lf95
configure:6681: result: no
configure:6651: checking for ftn
configure:6681: result: no
configure:6708: checking for Fortran 77 compiler version
configure:6715:  --version >&5
./configure: line 6716: --version: command not found
configure:6718: $? = 127
configure:6725:  -v >&5
./configure: line 6726: -v: command not found
configure:6728: $? = 127
configure:6735:  -V >&5
./configure: line 6736: -V: command not found
configure:6738: $? = 127
configure:6746: checking whether we are using the GNU Fortran 77 compiler
configure:6765:  -c  conftest.F >&5
./configure: line 6766: -c: command not found
configure:6771: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:6788: result: no
configure:6794: checking whether  accepts -g
configure:6811:  -c -g conftest.f >&5
./configure: line 6812: -c: command not found
configure:6817: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:6833: result: no
configure:6863: checking the maximum length of command line arguments
configure:6975: result: 98304
configure:6987: checking command to parse /usr/bin/nm -B output from gcc object
configure:7092: gcc -c -g -O2  conftest.c >&5
configure:7095: $? = 0
configure:7099: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2
\2/p' \> conftest.nm
configure:7102: $? = 0
configure:7154: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7157: $? = 0
configure:7195: result: ok
configure:7199: checking for objdir
configure:7214: result: .libs
configure:7306: checking for ar
configure:7322: found /usr/bin/ar
configure:7333: result: ar
configure:7402: checking for ranlib
configure:7418: found /usr/bin/ranlib
configure:7429: result: ranlib
configure:7498: checking for strip
configure:7514: found /usr/bin/strip
configure:7525: result: strip
configure:7811: checking if gcc supports -fno-rtti -fno-exceptions
configure:7829: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but
not for C
configure:7833: $? = 0
configure:7846: result: no
configure:7861: checking for gcc option to produce PIC
configure:8093: result: -fPIC
configure:8101: checking if gcc PIC flag -fPIC works
configure:8119: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:8123: $? = 0
configure:8136: result: yes
configure:8164: checking if gcc static flag -static works
configure:8192: result: yes
configure:8202: checking if gcc supports -c -o file.o
configure:8223: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8227: $? = 0
configure:8249: result: yes
configure:8275: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries
configure:9255: result: yes
configure:9276: checking whether -lc should be explicitly linked in
configure:9281: gcc -c -g -O2  conftest.c >&5
configure:9284: $? = 0
configure:9299: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9302: $? = 0
configure:9314: result: no
configure:9322: checking dynamic linker characteristics
configure:9924: result: GNU/Linux ld.so
configure:9933: checking how to hardcode library paths into programs
configure:9958: result: immediate
configure:9972: checking whether stripping libraries is possible
configure:9977: result: yes
configure:10101: checking for shl_load
configure:10157: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccgVzERd.o: In function `main':
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/conftest.c:55: undefined
reference to `shl_load'
collect2: ld returned 1 exit status
configure:10163: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares
shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:10180: result: no
configure:10185: checking for shl_load in -ldld
configure:10220: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10226: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:10244: result: no
configure:10249: checking for dlopen
configure:10305: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccea35HA.o: In function `main':
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/conftest.c:55: undefined
reference to `dlopen'
collect2: ld returned 1 exit status
configure:10311: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:10328: result: no
configure:10333: checking for dlopen in -ldl
configure:10368: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:10374: $? = 0
configure:10392: result: yes
configure:10561: checking whether a program can dlopen itself
configure:10635: gcc -o conftest -g -O2  -DHAVE_DLFCN_H 
-Wl,--export-dynamic conftest.c -ldl  >&5
configure: In function 'main':
configure:10631: warning: incompatible implicit declaration of built-in
function 'exit'
configure:10638: $? = 0
configure:10656: result: yes
configure:10661: checking whether a statically linked program can dlopen itself
configure:10735: gcc -o conftest -g -O2  -DHAVE_DLFCN_H 
-Wl,--export-dynamic -static conftest.c -ldl  >&5
configure: In function 'main':
configure:10731: warning: incompatible implicit declaration of built-in
function 'exit'
/tmp/ccWKNY5e.o: In function `main':
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/configure:10719: warning:
Using 'dlopen' in statically linked applications requires at runtime the
shared libraries from the glibc version used for linking
configure:10738: $? = 0
/lib/: cannot read file data: Is a directory
configure:10756: result: no
configure:10779: checking if libtool supports shared libraries
configure:10781: result: yes
configure:10784: checking whether to build shared libraries
configure:10805: result: yes
configure:10808: checking whether to build static libraries
configure:10812: result: yes
configure:10905: creating libtool
configure:20159: checking for pkg-config
configure:20177: found /usr/bin/pkg-config
configure:20189: result: /usr/bin/pkg-config
configure:20218: checking pkg-config is at least version 0.20
configure:20221: result: yes
configure:20280: checking for gcc
configure:20307: result: gcc
configure:20545: checking for C compiler version
configure:20552: gcc --version >&5
gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
Copyright (C) 2007 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:20555: $? = 0
configure:20562: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
configure:20565: $? = 0
configure:20572: gcc -V >&5
gcc: '-V' option must have argument
configure:20575: $? = 1
configure:20578: checking whether we are using the GNU C compiler
configure:20630: result: yes
configure:20635: checking whether gcc accepts -g
configure:20770: result: yes
configure:20787: checking for gcc option to accept ISO C89
configure:20890: result: none needed
configure:20910: checking dependency style of gcc
configure:21001: result: gcc3
configure:21132: checking for C++ compiler version
configure:21139: g++ --version >&5
./configure: line 21140: g++: command not found
configure:21142: $? = 127
configure:21149: g++ -v >&5
./configure: line 21150: g++: command not found
configure:21152: $? = 127
configure:21159: g++ -V >&5
./configure: line 21160: g++: command not found
configure:21162: $? = 127
configure:21165: checking whether we are using the GNU C++ compiler
configure:21217: result: no
configure:21222: checking whether g++ accepts -g
configure:21357: result: no
configure:21382: checking dependency style of g++
configure:21473: result: none
configure:21492: checking for zip
configure:21510: found /usr/bin/zip
configure:21522: result: /usr/bin/zip
configure:21547: checking for ANSI C header files
configure:21711: result: yes
configure:21726: checking for stdint.h
configure:21732: result: yes
configure:21876: checking for size_t
configure:21906: g++ -c   conftest.cpp >&5
./configure: line 21907: g++: command not found
configure:21912: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| typedef size_t ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:21927: result: no
configure:21939: checking for int
configure:21969: g++ -c   conftest.cpp >&5
./configure: line 21970: g++: command not found
configure:21975: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define size_t unsigned int
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| typedef int ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:21990: result: no
configure:21997: checking size of int
configure:22299: g++ -o conftest    conftest.cpp  >&5
./configure: line 22300: g++: command not found
configure:22302: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define size_t unsigned int
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|    typedef int ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof
(ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
|   return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
|   return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:22334: result: 0
configure:22344: checking for long int
configure:22374: g++ -c   conftest.cpp >&5
./configure: line 22375: g++: command not found
configure:22380: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define size_t unsigned int
| #define SIZEOF_INT 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| typedef long int ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:22395: result: no
configure:22402: checking size of long int
configure:22704: g++ -o conftest    conftest.cpp  >&5
./configure: line 22705: g++: command not found
configure:22707: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define size_t unsigned int
| #define SIZEOF_INT 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|    typedef long int ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof
(ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
|   return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
|   return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:22739: result: 0
configure:22749: checking for size_t
configure:22800: result: no
configure:22807: checking size of size_t
configure:23109: g++ -o conftest    conftest.cpp  >&5
./configure: line 23110: g++: command not found
configure:23112: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define size_t unsigned int
| #define SIZEOF_INT 0
| #define SIZEOF_LONG_INT 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|    typedef size_t ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof
(ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
|   return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
|   return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:23144: result: 0
configure:23154: checking for double
configure:23184: g++ -c   conftest.cpp >&5
./configure: line 23185: g++: command not found
configure:23190: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define size_t unsigned int
| #define SIZEOF_INT 0
| #define SIZEOF_LONG_INT 0
| #define SIZEOF_SIZE_T 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| typedef double ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:23205: result: no
configure:23212: checking size of double
configure:23514: g++ -o conftest    conftest.cpp  >&5
./configure: line 23515: g++: command not found
configure:23517: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "google-gadgets-for-linux"
| #define PACKAGE_TARNAME "google-gadgets-for-linux"
| #define PACKAGE_VERSION "0.9.3"
| #define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
| #define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
| #define PACKAGE "google-gadgets-for-linux"
| #define VERSION "0.9.3"
| #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 STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define size_t unsigned int
| #define SIZEOF_INT 0
| #define SIZEOF_LONG_INT 0
| #define SIZEOF_SIZE_T 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|    typedef double ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof
(ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
|   return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
|   return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:23549: result: 0
configure:23571: error: No type size_t, but google Gadgets for Linux needs it!

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GSTREAMER_CFLAGS_set=
ac_cv_env_GSTREAMER_CFLAGS_value=
ac_cv_env_GSTREAMER_LIBS_set=
ac_cv_env_GSTREAMER_LIBS_value=
ac_cv_env_GTK2_CFLAGS_set=
ac_cv_env_GTK2_CFLAGS_value=
ac_cv_env_GTK2_LIBS_set=
ac_cv_env_GTK2_LIBS_value=
ac_cv_env_GTKMOZEMBED_CFLAGS_set=
ac_cv_env_GTKMOZEMBED_CFLAGS_value=
ac_cv_env_GTKMOZEMBED_LIBS_set=
ac_cv_env_GTKMOZEMBED_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKGSMJS_CFLAGS_set=
ac_cv_env_PKGSMJS_CFLAGS_value=
ac_cv_env_PKGSMJS_LIBS_set=
ac_cv_env_PKGSMJS_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_QT4WEBKIT_CFLAGS_set=
ac_cv_env_QT4WEBKIT_CFLAGS_value=
ac_cv_env_QT4WEBKIT_LIBS_set=
ac_cv_env_QT4WEBKIT_LIBS_value=
ac_cv_env_QT4_CFLAGS_set=
ac_cv_env_QT4_CFLAGS_value=
ac_cv_env_QT4_LIBS_set=
ac_cv_env_QT4_LIBS_value=
ac_cv_env_RSVG_CFLAGS_set=
ac_cv_env_RSVG_CFLAGS_value=
ac_cv_env_RSVG_LIBS_set=
ac_cv_env_RSVG_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_f77_compiler_gnu=no
ac_cv_func_dlopen=no
ac_cv_func_shl_load=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=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_ltdl_lt_dlinit=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_double=0
ac_cv_sizeof_int=0
ac_cv_sizeof_long_int=0
ac_cv_sizeof_size_t=0
ac_cv_type_double=no
ac_cv_type_int=no
ac_cv_type_long_int=no
ac_cv_type_size_t=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
am_cv_prog_tar_ustar=gnutar
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/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_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2
\2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/
 {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ 
{"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int
\1;/p'\'''
lt_cv_sys_max_cmd_len=98304
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[   ][  ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1
\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^
]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^
]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .*
\\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL}
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/autotools/missing --run
aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL}
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/autotools/missing --run tar'
AR='ar'
AUTOCONF='${SHELL}
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/autotools/missing --run
autoconf'
AUTOHEADER='${SHELL}
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/autotools/missing --run
autoheader'
AUTOMAKE='${SHELL}
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/autotools/missing --run
automake-1.10'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DBUS_CFLAGS=''
DBUS_LIBS=''
DEFAULT_COMPILE_FLAGS='-O2 -Wall -Wconversion -Werror'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GGL_API_MAJOR_VERSION='5'
GGL_API_MINOR_VERSION='7'
GGL_API_VERSION='"5.7.0.0"'
GGL_BASE_DIR='google-gadgets'
GGL_BUILD_CURL_XML_HTTP_REQUEST_FALSE=''
GGL_BUILD_CURL_XML_HTTP_REQUEST_TRUE=''
GGL_BUILD_GST_AUDIO_FRAMEWORK_FALSE=''
GGL_BUILD_GST_AUDIO_FRAMEWORK_TRUE=''
GGL_BUILD_GST_MEDIAPLAYER_ELEMENT_FALSE=''
GGL_BUILD_GST_MEDIAPLAYER_ELEMENT_TRUE=''
GGL_BUILD_GTKMOZ_BROWSER_ELEMENT_FALSE=''
GGL_BUILD_GTKMOZ_BROWSER_ELEMENT_TRUE=''
GGL_BUILD_GTK_HOST_FALSE=''
GGL_BUILD_GTK_HOST_TRUE=''
GGL_BUILD_GTK_SYSTEM_FRAMEWORK_FALSE=''
GGL_BUILD_GTK_SYSTEM_FRAMEWORK_TRUE=''
GGL_BUILD_LIBGGADGET_DBUS_FALSE=''
GGL_BUILD_LIBGGADGET_DBUS_TRUE=''
GGL_BUILD_LIBGGADGET_GTK_FALSE=''
GGL_BUILD_LIBGGADGET_GTK_TRUE=''
GGL_BUILD_LIBGGADGET_QT_FALSE=''
GGL_BUILD_LIBGGADGET_QT_TRUE=''
GGL_BUILD_LIBLTDL_FALSE=''
GGL_BUILD_LIBLTDL_TRUE='#'
GGL_BUILD_LIBXML2_XML_PARSER_FALSE=''
GGL_BUILD_LIBXML2_XML_PARSER_TRUE=''
GGL_BUILD_QTWEBKIT_BROWSER_ELEMENT_FALSE=''
GGL_BUILD_QTWEBKIT_BROWSER_ELEMENT_TRUE=''
GGL_BUILD_QT_HOST_FALSE=''
GGL_BUILD_QT_HOST_TRUE=''
GGL_BUILD_QT_SYSTEM_FRAMEWORK_FALSE=''
GGL_BUILD_QT_SYSTEM_FRAMEWORK_TRUE=''
GGL_BUILD_QT_XML_HTTP_REQUEST_FALSE=''
GGL_BUILD_QT_XML_HTTP_REQUEST_TRUE=''
GGL_BUILD_SMJS_SCRIPT_RUNTIME_FALSE=''
GGL_BUILD_SMJS_SCRIPT_RUNTIME_TRUE=''
GGL_EPOCH='-1.0'
GGL_HAVE_RSVG_FALSE=''
GGL_HAVE_RSVG_TRUE=''
GGL_HAVE_ZIP_FALSE=''
GGL_HAVE_ZIP_TRUE=''
GGL_HOST_LINUX_FALSE='#'
GGL_HOST_LINUX_TRUE=''
GGL_HOST_MACOSX_FALSE=''
GGL_HOST_MACOSX_TRUE='#'
GGL_HOST_SOLARIS_FALSE=''
GGL_HOST_SOLARIS_TRUE='#'
GGL_HOST_WINDOWS_FALSE=''
GGL_HOST_WINDOWS_TRUE='#'
GGL_INCLUDE_DIR='${prefix}/include/google-gadgets'
GGL_LIBEXEC_DIR='${exec_prefix}/lib/google-gadgets'
GGL_MAJOR_VERSION='0'
GGL_MICRO_VERSION='3'
GGL_MINOR_VERSION='9'
GGL_MODULE_DIR='${exec_prefix}/lib/google-gadgets/modules'
GGL_PLATFORM='"linux"'
GGL_PLATFORM_SHORT='"linux"'
GGL_RESOURCE_DIR='${datarootdir}/google-gadgets'
GGL_SIZEOF_DOUBLE='0'
GGL_SIZEOF_INT='0'
GGL_SIZEOF_LONG_INT='0'
GGL_SIZEOF_SIZE_T='0'
GGL_SYSDEPS_INCLUDE_DIR='${exec_prefix}/lib/google-gadgets/include'
GGL_VERSION='"0.9.3"'
GGL_VERSION_TIMESTAMP='"080613-000000"'
GREP='/bin/grep'
GSTREAMER_CFLAGS=''
GSTREAMER_LIBS=''
GSTVIDEOSINK_LIBRARIES=''
GTK2_CFLAGS=''
GTK2_LIBS=''
GTKMOZEMBED_CFLAGS=''
GTKMOZEMBED_LDFLAGS=''
GTKMOZEMBED_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBCURL=''
LIBCURL_CPPFLAGS=''
LIBGGADGET_AGE='0'
LIBGGADGET_BINARY_VERSION='"1.0.0"'
LIBGGADGET_CURRENT='0'
LIBGGADGET_REVISION='0'
LIBLTDL='-lltdl'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='autotools/ltmain.sh'
LN_S='ln -s'
LTDLINCL=''
LTLIBOBJS=''
MAKEINFO='${SHELL}
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/autotools/missing --run
makeinfo'
MEMCHECK_COMMAND=''
MOC=''
MOZILLA_FIVE_HOME=''
OBJEXT='o'
PACKAGE='google-gadgets-for-linux'
PACKAGE_BUGREPORT='google-gadgets-for-linux-dev@googlegroups.com'
PACKAGE_NAME='google-gadgets-for-linux'
PACKAGE_STRING='google-gadgets-for-linux 0.9.3'
PACKAGE_TARNAME='google-gadgets-for-linux'
PACKAGE_VERSION='0.9.3'
PATH_SEPARATOR=':'
PKGSMJS_CFLAGS=''
PKGSMJS_LIBS=''
PKG_CONFIG='/usr/bin/pkg-config'
PREDEFINED_MACROS='-D__STDC_CONSTANT_MACROS            -DNDEBUG           
-DGGL_MODULE_DIR=\"${exec_prefix}/lib/google-gadgets/modules\"        
-DGGL_INCLUDE_DIR=\"${prefix}/include/google-gadgets\"        
-DGGL_SYSDEPS_INCLUDE_DIR=\"${exec_prefix}/lib/google-gadgets/include\"         
  -DGGL_LIBEXEC_DIR=\"${exec_prefix}/lib/google-gadgets\"         
-DGGL_RESOURCE_DIR=\"${datarootdir}/google-gadgets\" -DGGL_HOST_LINUX=1'
PTHREAD_LIBS=''
QT4WEBKIT_CFLAGS=''
QT4WEBKIT_LIBS=''
QT4_CFLAGS=''
QT4_LIBS=''
RANLIB='ranlib'
RSVG_CFLAGS=''
RSVG_LIBS=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SPIDERMONKEY_CPPFLAGS=''
SPIDERMONKEY_LDFLAGS=''
SPIDERMONKEY_LIBS=''
STRIP='strip'
VERSION='0.9.3'
XMKMF=''
XML2_CONFIG=''
XML_CPPFLAGS=''
XML_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZIP='/usr/bin/zip'
ZLIB_CPPFLAGS=''
ZLIB_LDFLAGS=''
ZLIB_LIBS=''
_libcurl_config=''
abs_builddir=''
abs_srcdir=''
abs_top_builddir=''
abs_top_srcdir=''
ac_aux_dir='autotools'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL)
/home/didi/Bureau/google-gadgets-for-linux-0.9.3/autotools/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libltdl'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "google-gadgets-for-linux"
#define PACKAGE_TARNAME "google-gadgets-for-linux"
#define PACKAGE_VERSION "0.9.3"
#define PACKAGE_STRING "google-gadgets-for-linux 0.9.3"
#define PACKAGE_BUGREPORT "google-gadgets-for-linux-dev@googlegroups.com"
#define PACKAGE "google-gadgets-for-linux"
#define VERSION "0.9.3"
#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 STDC_HEADERS 1
#define HAVE_STDINT_H 1
#define size_t unsigned int
#define SIZEOF_INT 0
#define SIZEOF_LONG_INT 0
#define SIZEOF_SIZE_T 0
#define SIZEOF_DOUBLE 0

configure: exit 1

Original issue reported on code.google.com by didi1...@gmail.com on 21 Jun 2008 at 10:00

GoogleCodeExporter commented 9 years ago
You need install gcc and g++, the C/C++ compiler.

Original comment by james...@gmail.com on 22 Jun 2008 at 3:34

GoogleCodeExporter commented 9 years ago
Thanks, I had not g++ lol
 but, I'have a new problem now with making step:

/usr/bin/ld: warning: libsqlite3.so, needed by
/usr/lib/xulrunner-devel-1.9/lib/libxul.so, not found (try using -rpath or 
-rpath-link)
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_bind_int'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_result_text16'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_column_blob'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_column_int'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_column_int64'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_bind_double'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_user_data'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_bind_blob'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_column_type'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_reset'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_bind_null'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_result_double'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_result_int64'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_value_text'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_close'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_create_function'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_errcode'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_enable_shared_cache'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_column_name16'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_last_insert_rowid'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_column_name'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_bind_parameter_count'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_data_count'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_column_double'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_value_double'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_value_text16'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_column_text'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_bind_text'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_bind_text16'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_progress_handler'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_prepare_v2'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_errmsg'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_bind_int64'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_expired'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_column_bytes16'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_result_int'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_column_bytes'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_value_type'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_exec'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_transfer_bindings'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_column_text16'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_step'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_value_int64'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_bind_parameter_name'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_result_error'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_bind_parameter_index'
undefined reference to `sqlite3_finalize'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_result_null'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_value_bytes16'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_value_blob'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_open'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_value_bytes'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_column_count'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_column_decltype'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to
`sqlite3_clear_bindings'
/usr/lib/xulrunner-devel-1.9/lib/libxul.so: undefined reference to 
`sqlite3_value_int'
collect2: ld returned 1 exit status
make[3]: *** [gtkmoz-browser-child] Erreur 1
make[2]: *** [all-recursive] Erreur 1
make[1]: *** [all-recursive] Erreur 1
make: *** [all] Erreur 2

I'm being crazy...

Original comment by didi1...@gmail.com on 22 Jun 2008 at 10:26

GoogleCodeExporter commented 9 years ago
i have seme problem with make...

Original comment by mirza.de...@gmail.com on 17 Jul 2008 at 4:24