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

Re: ./configure



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.59.  Invocation command line was

 $ ./configure

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

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.10-1.770_FC3
uname -s = Linux
uname -v = #1 Thu Feb 24 14:00:06 EST 2005

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

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

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


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

configure:1534: checking build system type
configure:1552: result: i686-pc-linux-gnu
configure:1560: checking host system type
configure:1574: result: i686-pc-linux-gnu
configure:1582: checking target system type
configure:1596: result: i686-pc-linux-gnu
configure:1656: checking for gcc
configure:1672: found /usr/bin/gcc
configure:1682: result: gcc
configure:1926: checking for C compiler version
configure:1929: gcc --version </dev/null >&5
gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Copyright (C) 2004 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:1932: $? = 0
configure:1934: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-java-awt=gtk 
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
configure:1937: $? = 0
configure:1939: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1942: $? = 1
configure:1965: checking for C compiler default output file name
configure:1968: gcc    conftest.c  >&5
configure:1971: $? = 0
configure:2017: result: a.out
configure:2022: checking whether the C compiler works
configure:2028: ./a.out
configure:2031: $? = 0
configure:2048: result: yes
configure:2055: checking whether we are cross compiling
configure:2057: result: no
configure:2060: checking for suffix of executables
configure:2062: gcc -o conftest    conftest.c  >&5
configure:2065: $? = 0
configure:2090: result:
configure:2096: checking for suffix of object files
configure:2117: gcc -c   conftest.c >&5
configure:2120: $? = 0
configure:2142: result: o
configure:2146: checking whether we are using the GNU C compiler
configure:2170: gcc -c   conftest.c >&5
configure:2176: $? = 0
configure:2179: test -z              || test ! -s conftest.err
configure:2182: $? = 0
configure:2185: test -s conftest.o
configure:2188: $? = 0
configure:2201: result: yes
configure:2207: checking whether gcc accepts -g
configure:2228: gcc -c -g  conftest.c >&5
configure:2234: $? = 0
configure:2237: test -z              || test ! -s conftest.err
configure:2240: $? = 0
configure:2243: test -s conftest.o
configure:2246: $? = 0
configure:2257: result: yes
configure:2274: checking for gcc option to accept ANSI C
configure:2344: gcc  -c -g -O2  conftest.c >&5
configure:2350: $? = 0
configure:2353: test -z              || test ! -s conftest.err
configure:2356: $? = 0
configure:2359: test -s conftest.o
configure:2362: $? = 0
configure:2380: result: none needed
configure:2398: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2404: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2536: checking for strerror in -lcposix
configure:2566: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2572: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:2597: result: no
configure:2619: checking for a BSD-compatible install
configure:2674: result: /usr/bin/install -c
configure:2685: checking whether build environment is sane
configure:2728: result: yes
configure:2743: checking whether make sets $(MAKE)
configure:2763: result: yes
configure:2795: checking for working aclocal-1.4
configure:2806: result: missing
configure:2810: checking for working autoconf
configure:2821: result: missing
configure:2825: checking for working automake-1.4
configure:2836: result: missing
configure:2840: checking for working autoheader
configure:2851: result: missing
configure:2855: checking for working makeinfo
configure:2866: result: missing
configure:2877: checking whether byte ordering is bigendian
configure:2904: gcc -c -g -O2  conftest.c >&5
configure:2910: $? = 0
configure:2913: test -z              || test ! -s conftest.err
configure:2916: $? = 0
configure:2919: test -s conftest.o
configure:2922: $? = 0
configure:2946: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:18: error: `not' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: syntax error before "big"
configure:2952: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
|
|   ;
|   return 0;
| }
configure:3085: result: no
configure:3150: checking for gcc
configure:3176: result: gcc
configure:3420: checking for C compiler version
configure:3423: gcc --version </dev/null >&5
gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Copyright (C) 2004 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:3426: $? = 0
configure:3428: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-java-awt=gtk 
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
configure:3431: $? = 0
configure:3433: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3436: $? = 1
configure:3439: checking whether we are using the GNU C compiler
configure:3494: result: yes
configure:3500: checking whether gcc accepts -g
configure:3550: result: yes
configure:3567: checking for gcc option to accept ANSI C
configure:3673: result: none needed
configure:3691: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3697: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3830: checking for gcc option to accept ANSI C
configure:3892: gcc  -c -g -O2  conftest.c >&5
configure:3898: $? = 0
configure:3901: test -z              || test ! -s conftest.err
configure:3904: $? = 0
configure:3907: test -s conftest.o
configure:3910: $? = 0
configure:3925: result: none needed
configure:3941: checking how to run the C preprocessor
configure:3976: gcc -E  conftest.c
configure:3982: $? = 0
configure:4014: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4020: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4059: result: gcc -E
configure:4083: gcc -E  conftest.c
configure:4089: $? = 0
configure:4121: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4127: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4171: checking for egrep
configure:4181: result: grep -E
configure:4186: checking for ANSI C header files
configure:4211: gcc -c -g -O2  conftest.c >&5
configure:4217: $? = 0
configure:4220: test -z              || test ! -s conftest.err
configure:4223: $? = 0
configure:4226: test -s conftest.o
configure:4229: $? = 0
configure:4318: gcc -o conftest -g -O2   conftest.c  >&5
configure:4321: $? = 0
configure:4323: ./conftest
configure:4326: $? = 0
configure:4341: result: yes
configure:4351: checking for an ANSI C-conforming const
configure:4418: gcc -c -g -O2  conftest.c >&5
configure:4424: $? = 0
configure:4427: test -z              || test ! -s conftest.err
configure:4430: $? = 0
configure:4433: test -s conftest.o
configure:4436: $? = 0
configure:4447: result: yes
configure:4529: checking for a sed that does not truncate output
configure:4583: result: /bin/sed
configure:4597: checking for ld used by gcc
configure:4664: result: /usr/bin/ld
configure:4673: checking if the linker (/usr/bin/ld) is GNU ld
configure:4688: result: yes
configure:4693: checking for /usr/bin/ld option to reload object files
configure:4700: result: -r
configure:4709: checking for BSD-compatible nm
configure:4751: result: /usr/bin/nm -B
configure:4755: checking whether ln -s works
configure:4759: result: yes
configure:4766: checking how to recognise dependent libraries
configure:4940: result: pass_all
configure:5161: checking for sys/types.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5161: checking for sys/stat.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5161: checking for stdlib.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5161: checking for string.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5161: checking for memory.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5161: checking for strings.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5161: checking for inttypes.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5161: checking for stdint.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5161: checking for unistd.h
configure:5177: gcc -c -g -O2  conftest.c >&5
configure:5183: $? = 0
configure:5186: test -z              || test ! -s conftest.err
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5206: result: yes
configure:5232: checking dlfcn.h usability
configure:5244: gcc -c -g -O2  conftest.c >&5
configure:5250: $? = 0
configure:5253: test -z              || test ! -s conftest.err
configure:5256: $? = 0
configure:5259: test -s conftest.o
configure:5262: $? = 0
configure:5272: result: yes
configure:5276: checking dlfcn.h presence
configure:5286: gcc -E  conftest.c
configure:5292: $? = 0
configure:5312: result: yes
configure:5347: checking for dlfcn.h
configure:5354: result: yes
configure:5419: checking for g++
configure:5448: result: no
configure:5419: checking for c++
configure:5448: result: no
configure:5419: checking for gpp
configure:5448: result: no
configure:5419: checking for aCC
configure:5448: result: no
configure:5419: checking for CC
configure:5448: result: no
configure:5419: checking for cxx
configure:5448: result: no
configure:5419: checking for cc++
configure:5448: result: no
configure:5419: checking for cl
configure:5448: result: no
configure:5419: checking for FCC
configure:5448: result: no
configure:5419: checking for KCC
configure:5448: result: no
configure:5419: checking for RCC
configure:5448: result: no
configure:5419: checking for xlC_r
configure:5448: result: no
configure:5419: checking for xlC
configure:5448: result: no
configure:5461: checking for C++ compiler version
configure:5464: g++ --version </dev/null >&5
./configure: line 5465: g++: command not found
configure:5467: $? = 127
configure:5469: g++ -v </dev/null >&5
./configure: line 5470: g++: command not found
configure:5472: $? = 127
configure:5474: g++ -V </dev/null >&5
./configure: line 5475: g++: command not found
configure:5477: $? = 127
configure:5480: checking whether we are using the GNU C++ compiler
configure:5504: g++ -c   conftest.cc >&5
./configure: line 5505: g++: command not found
configure:5510: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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:5535: result: no
configure:5541: checking whether g++ accepts -g
configure:5562: g++ -c -g  conftest.cc >&5
./configure: line 5563: g++: command not found
configure:5568: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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:5591: result: no
configure:5633: g++ -c   conftest.cc >&5
./configure: line 5634: g++: command not found
configure:5639: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5633: g++ -c   conftest.cc >&5
./configure: line 5634: g++: command not found
configure:5639: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5633: g++ -c   conftest.cc >&5
./configure: line 5634: g++: command not found
configure:5639: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5633: g++ -c   conftest.cc >&5
./configure: line 5634: g++: command not found
configure:5639: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5633: g++ -c   conftest.cc >&5
./configure: line 5634: g++: command not found
configure:5639: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5633: g++ -c   conftest.cc >&5
./configure: line 5634: g++: command not found
configure:5639: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5723: checking how to run the C++ preprocessor
configure:5754: g++ -E  conftest.cc
./configure: line 5755: g++: command not found
configure:5760: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5754: g++ -E  conftest.cc
./configure: line 5755: g++: command not found
configure:5760: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5754: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5760: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5754: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5760: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5837: result: /lib/cpp
configure:5861: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5867: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5861: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5867: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "imlib2"
| #define VERSION "1.1.2"
| #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
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5936: 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_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
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_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_prog_cc_stdc=
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_gnu_ld=yes

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

ACLOCAL='/portney/linux/enlightenment/DR17.1/imlib2-1.1.2/missing 
aclocal-1.4'
AR=''
AS=''
ASFLAGS=''
AUTOCONF='/portney/linux/enlightenment/DR17.1/imlib2-1.1.2/missing 
autoconf'
AUTOHEADER='/portney/linux/enlightenment/DR17.1/imlib2-1.1.2/missing 
autoheader'
AUTOMAKE='/portney/linux/enlightenment/DR17.1/imlib2-1.1.2/missing 
automake-1.4'
BZ2LIBS=''
BZ2_LOADER_FALSE=''
BZ2_LOADER_TRUE=''
CC='gcc'
CCAS=''
CCASFLAGS=''
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXFLAGS=''
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GIFLIBS=''
GIF_LOADER_FALSE=''
GIF_LOADER_TRUE=''
HAVE_MMX_FALSE=''
HAVE_MMX_TRUE=''
HAVE_X_FALSE=''
HAVE_X_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JPEGLIBS=''
JPEG_LOADER_FALSE=''
JPEG_LOADER_TRUE=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='/portney/linux/enlightenment/DR17.1/imlib2-1.1.2/missing 
makeinfo'
OBJEXT='o'
PACKAGE='imlib2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PNGLIBS=''
PNG_LOADER_FALSE=''
PNG_LOADER_TRUE=''
PROG_CONFIG=''
RANLIB=''
REQUIREMENTS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TIFFLIBS=''
TIFF_LOADER_FALSE=''
TIFF_LOADER_TRUE=''
VERSION='1.1.2'
XDIR=''
XMISS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_OBJS=''
X_PRE_LIBS=''
ZLIBLIBS=''
ZLIB_LOADER_FALSE=''
ZLIB_LOADER_TRUE=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
dlopen_libs=''
exec_prefix='NONE'
freetype_cflags=''
freetype_libs=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
ltdlopen_libs=''
mandir='${prefix}/man'
oldincludedir='/usr/include'
pkglibdir=''
prefix='NONE'
program_transform_name='s,x,x,'
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'
x_cflags=''
x_includes='NONE'
x_ldflags=''
x_libs=''

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

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "imlib2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.1.2"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1



-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.