Re: [CinePaint] Problem compiling CinePaint 0.22-1/Ubuntu 8.04

Claus Cyrny <claus.cyrny-S0/[email protected]> Sun, 05 Oct 2008 19:00:07 +0200
Newsgroups gmane.comp.video.cinepaint.user
Message-ID <[email protected]>
Claus Cyrny wrote:
> Frank Peters wrote:
>> On Sun, 05 Oct 2008 08:13:02 +0200
>> Claus Cyrny <claus.cyrny-S0/[email protected]> wrote:
>>
>>> I'm attaching a copy here.
>>>
>>>
>>> configure:2364: gcc    conftest.c  >&5
>>> /usr/bin/ld: crt1.o: No such file: No such file or directory
>>> collect2: ld returned 1 exit status
>>>
>>> configure:2406: error: C compiler cannot create executables
>>>
>> The missing ctrl.o means that you don't have the glibc development,
>> glibc-devel, package installed.  Just install that package and
>> you should be able to compile.
> 
> Many thanks!


Sorry, but I got another error message. 'glibc-devel' is actually the
package 'libc6-devel',which I installed via Synaptic. Unfortunately,
when trying to compile CinePaint again, I got another error regarding
'g++'. I attached 'config.log'again.

Claus

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

_______________________________________________
Cinepaint-users mailing list
Cinepaint-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cinepaint-users
config.log.txt (text/plain, 28.1 KB)
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 --prefix=/usr/share/cinepaint-0.22-1

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

hostname = ubuntu
uname -m = i586
uname -r = 2.6.24-19-generic
uname -s = Linux
uname -v = #1 SMP Wed Aug 20 22:56:21 UTC 2008

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
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/X11R6/bin


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

configure:1562: checking for a BSD-compatible install
configure:1617: result: /usr/bin/install -c
configure:1628: checking whether build environment is sane
configure:1671: result: yes
configure:1736: checking for gawk
configure:1765: result: no
configure:1736: checking for mawk
configure:1752: found /usr/bin/mawk
configure:1762: result: mawk
configure:1772: checking whether make sets $(MAKE)
configure:1792: result: yes
configure:1960: checking whether build environment is sane
configure:2003: result: yes
configure:2052: checking for gcc
configure:2068: found /usr/bin/gcc
configure:2078: result: gcc
configure:2322: checking for C compiler version
configure:2325: gcc --version </dev/null >&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:2328: $? = 0
configure:2330: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-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-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
configure:2333: $? = 0
configure:2335: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2338: $? = 1
configure:2361: checking for C compiler default output file name
configure:2364: gcc    conftest.c  >&5
configure:2367: $? = 0
configure:2413: result: a.out
configure:2418: checking whether the C compiler works
configure:2424: ./a.out
configure:2427: $? = 0
configure:2444: result: yes
configure:2451: checking whether we are cross compiling
configure:2453: result: no
configure:2456: checking for suffix of executables
configure:2458: gcc -o conftest    conftest.c  >&5
configure:2461: $? = 0
configure:2486: result: 
configure:2492: checking for suffix of object files
configure:2513: gcc -c   conftest.c >&5
configure:2516: $? = 0
configure:2538: result: o
configure:2542: checking whether we are using the GNU C compiler
configure:2566: gcc -c   conftest.c >&5
configure:2572: $? = 0
configure:2576: test -z 
			 || test ! -s conftest.err
configure:2579: $? = 0
configure:2582: test -s conftest.o
configure:2585: $? = 0
configure:2598: result: yes
configure:2604: checking whether gcc accepts -g
configure:2625: gcc -c -g  conftest.c >&5
configure:2631: $? = 0
configure:2635: test -z 
			 || test ! -s conftest.err
configure:2638: $? = 0
configure:2641: test -s conftest.o
configure:2644: $? = 0
configure:2655: result: yes
configure:2672: checking for gcc option to accept ANSI C
configure:2742: gcc  -c -g -O2  conftest.c >&5
configure:2748: $? = 0
configure:2752: test -z 
			 || test ! -s conftest.err
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2779: result: none needed
configure:2797: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2803: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2947: checking for style of include used by make
configure:2975: result: GNU
configure:3003: checking dependency style of gcc
configure:3093: result: gcc3
configure:3156: checking for gcc
configure:3182: result: gcc
configure:3426: checking for C compiler version
configure:3429: gcc --version </dev/null >&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:3432: $? = 0
configure:3434: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-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-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
configure:3437: $? = 0
configure:3439: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3442: $? = 1
configure:3445: checking whether we are using the GNU C compiler
configure:3501: result: yes
configure:3507: checking whether gcc accepts -g
configure:3558: result: yes
configure:3575: checking for gcc option to accept ANSI C
configure:3682: result: none needed
configure:3700: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3706: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3841: checking dependency style of gcc
configure:3931: result: gcc3
configure:4003: checking for g++
configure:4032: result: no
configure:4003: checking for c++
configure:4032: result: no
configure:4003: checking for gpp
configure:4032: result: no
configure:4003: checking for aCC
configure:4032: result: no
configure:4003: checking for CC
configure:4032: result: no
configure:4003: checking for cxx
configure:4032: result: no
configure:4003: checking for cc++
configure:4032: result: no
configure:4003: checking for cl
configure:4032: result: no
configure:4003: checking for FCC
configure:4032: result: no
configure:4003: checking for KCC
configure:4032: result: no
configure:4003: checking for RCC
configure:4032: result: no
configure:4003: checking for xlC_r
configure:4032: result: no
configure:4003: checking for xlC
configure:4032: result: no
configure:4045: checking for C++ compiler version
configure:4048: g++ --version </dev/null >&5
./configure: line 4049: g++: command not found
configure:4051: $? = 127
configure:4053: g++ -v </dev/null >&5
./configure: line 4054: g++: command not found
configure:4056: $? = 127
configure:4058: g++ -V </dev/null >&5
./configure: line 4059: g++: command not found
configure:4061: $? = 127
configure:4064: checking whether we are using the GNU C++ compiler
configure:4088: g++ -c   conftest.cc >&5
./configure: line 4089: g++: command not found
configure:4094: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:4120: result: no
configure:4126: checking whether g++ accepts -g
configure:4147: g++ -c -g  conftest.cc >&5
./configure: line 4148: g++: command not found
configure:4153: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4177: result: no
configure:4219: g++ -c   conftest.cc >&5
./configure: line 4220: g++: command not found
configure:4225: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4219: g++ -c   conftest.cc >&5
./configure: line 4220: g++: command not found
configure:4225: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4219: g++ -c   conftest.cc >&5
./configure: line 4220: g++: command not found
configure:4225: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4219: g++ -c   conftest.cc >&5
./configure: line 4220: g++: command not found
configure:4225: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4219: g++ -c   conftest.cc >&5
./configure: line 4220: g++: command not found
configure:4225: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| /* end confdefs.h.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4219: g++ -c   conftest.cc >&5
./configure: line 4220: g++: command not found
configure:4225: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| /* end confdefs.h.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4308: checking dependency style of g++
configure:4398: result: none
configure:4420: checking how to run the C preprocessor
configure:4455: gcc -E  conftest.c
configure:4461: $? = 0
configure:4493: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4499: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4538: result: gcc -E
configure:4562: gcc -E  conftest.c
configure:4568: $? = 0
configure:4600: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4606: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4662: checking for a BSD-compatible install
configure:4717: result: /usr/bin/install -c
configure:4728: checking whether make sets $(MAKE)
configure:4748: result: yes
configure:4757: checking whether ln -s works
configure:4761: result: yes
configure:4846: checking build system type
configure:4864: result: i586-pc-linux
configure:4872: checking host system type
configure:4886: result: i586-pc-linux
configure:4894: checking for a sed that does not truncate output
configure:4948: result: /bin/sed
configure:4951: checking for egrep
configure:4961: result: grep -E
configure:4977: checking for ld used by gcc
configure:5044: result: /usr/bin/ld
configure:5053: checking if the linker (/usr/bin/ld) is GNU ld
configure:5068: result: yes
configure:5073: checking for /usr/bin/ld option to reload object files
configure:5080: result: -r
configure:5098: checking for BSD-compatible nm
configure:5140: result: /usr/bin/nm -B
configure:5144: checking how to recognise dependent libraries
configure:5325: result: pass_all
configure:5535: checking for ANSI C header files
configure:5560: gcc -c -g -O2  conftest.c >&5
configure:5566: $? = 0
configure:5570: test -z 
			 || test ! -s conftest.err
configure:5573: $? = 0
configure:5576: test -s conftest.o
configure:5579: $? = 0
configure:5668: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
configure:5671: $? = 0
configure:5673: ./conftest
configure:5676: $? = 0
configure:5691: result: yes
configure:5715: checking for sys/types.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5715: checking for sys/stat.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5715: checking for stdlib.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5715: checking for string.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5715: checking for memory.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5715: checking for strings.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5715: checking for inttypes.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5715: checking for stdint.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5715: checking for unistd.h
configure:5731: gcc -c -g -O2  conftest.c >&5
configure:5737: $? = 0
configure:5741: test -z 
			 || test ! -s conftest.err
configure:5744: $? = 0
configure:5747: test -s conftest.o
configure:5750: $? = 0
configure:5761: result: yes
configure:5787: checking dlfcn.h usability
configure:5799: gcc -c -g -O2  conftest.c >&5
configure:5805: $? = 0
configure:5809: test -z 
			 || test ! -s conftest.err
configure:5812: $? = 0
configure:5815: test -s conftest.o
configure:5818: $? = 0
configure:5828: result: yes
configure:5832: checking dlfcn.h presence
configure:5842: gcc -E  conftest.c
configure:5848: $? = 0
configure:5868: result: yes
configure:5903: checking for dlfcn.h
configure:5910: result: yes
configure:5928: checking how to run the C++ preprocessor
configure:5959: g++ -E  conftest.cc
./configure: line 5960: g++: command not found
configure:5965: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5959: g++ -E  conftest.cc
./configure: line 5960: g++: command not found
configure:5965: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5959: /lib/cpp  conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5965: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5959: /lib/cpp  conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5965: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6042: result: /lib/cpp
configure:6066: /lib/cpp  conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6072: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6066: /lib/cpp  conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6072: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cinepaint"
| #define VERSION "0.22-1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6141: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

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

ac_cv_build=i586-pc-linux
ac_cv_build_alias=i586-pc-linux
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i586-pc-linux
ac_cv_host_alias=i586-pc-linux
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
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
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
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='/lib/libc.so.6 /lib/libc-2.7.so'
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='${SHELL} /home/claus/Downloads/cinepaint-0.22-1/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/claus/Downloads/cinepaint-0.22-1/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/claus/Downloads/cinepaint-0.22-1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/claus/Downloads/cinepaint-0.22-1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/claus/Downloads/cinepaint-0.22-1/missing --run automake-1.9'
AWK='mawk'
BRACKETING=''
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CINEPAINT_REMOTE=''
COLLECT=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DESKTOP_DIR=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FLTK_CFLAGS=''
FLTK_CONFIG=''
FLTK_LIBS=''
GLIB_CONFIG=''
GMOFILES=''
GMSGFMT=''
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
ICC_EXAMIN=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
IOL=''
LCMS_CONFIG=''
LCMS_LIB=''
LDFLAGS=''
LIBJPEG_LIB=''
LIBOBJS=''
LIBPNG=''
LIBS=''
LIBTIFF_LIB=''
LIBTOOL=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAJOR_VERSION='0'
MAKEINFO='${SHELL} /home/claus/Downloads/cinepaint-0.22-1/missing --run makeinfo'
MICRO_VERSION='1'
MINOR_VERSION='22'
MKINSTALLDIRS=''
MSGFMT=''
OBJEXT='o'
OPENEXR=''
OPENEXR_CONFIG=''
OPENEXR_INCLUDES=''
OPENEXR_LIBS=''
OSX_ICC_EFFECT_PROFILE_PATH=''
OSX_ICC_PROFILE_PATHS=''
OYRANOS=''
OYRANOS_CFLAGS=''
OYRANOS_LIBS=''
OY_CONFIG=''
PACKAGE='cinepaint'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PDF=''
PIXMAP_DIR=''
PKG_CONFIG=''
PNG_CONFIG=''
PNG_INCLUDES=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PRINT=''
PRINT_CFLAGS=''
PRINT_CONFIG=''
PRINT_LIBS=''
PYGIMP=''
PYINCLUDE=''
PYLIB=''
PYLINK=''
PYSCRIPT_INSTALL=''
PYTHON=''
PYTHON_EXEC_PREFIX=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB=''
RNH_VERSION='28b01'
RPMBUILD=''
SET_MAKE=''
SHELL='/bin/bash'
STATICLIBS_FALSE=''
STATICLIBS_TRUE=''
STRIP=''
THREAD_CFLAGS=''
THREAD_LIBS=''
TIFF=''
USE_NLS=''
USE_THREADS=''
VERSION='0.22-1'
XGETTEXT=''
XMU_LIB=''
X_CFLAGS=''
X_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
brushdata=''
brushdatabig=''
build='i586-pc-linux'
build_alias=''
build_cpu='i586'
build_os='linux'
build_vendor='pc'
curvedata=''
datadir='${prefix}/share'
exec_prefix='NONE'
gradientdata=''
host='i586-pc-linux'
host_alias=''
host_cpu='i586'
host_os='linux'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/claus/Downloads/cinepaint-0.22-1/install-sh'
ioldata=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
palettedata=''
patterndata=''
pkgpyexecdir=''
pkgpythondir=''
platform=''
precision=''
prefix='/usr/share/cinepaint-0.22-1'
program_transform_name='s,x,x,'
programdatadir=''
programdotdir=''
programincludedir=''
programplugindir=''
programsysconfdir=''
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## 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 "cinepaint"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.22-1"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1