• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

KDE Theme Manager

barto

Newbie
Wollte den Kde Theme Manager isntallieren udm meinen Kde Look zu verändern.

Dabei bekomme ich folgende Fehlermeldung, bitte um Hilfe.


configure: error:
you need to install kdelibs first.

If you did install kdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if its the
same Qt version, compiled with the same compiler and the same Qt
configuration settings.

Kdelibs ist installiert mit folgender Version

linux:/home/barto/Desktop/kdmtheme-1.1.2 # rpm -qa "kdelibs*"
kdelibs3-arts-3.4.2-24
kdelibs3-doc-3.4.0-20.5
kdelibs3-devel-3.4.2-24
kdelibs3-3.4.2-24
kdelibs3-devel-doc-3.4.2-26

Bei qt und qt3 sind es folgende Versionen


linux:/home/barto/Desktop/kdmtheme-1.1.2 # rpm -qa "qt*"
qt-x11-4.0.1-10
qt-sql-unixODBC-4.0.1-10
qt3-unixODBC-3.3.4-28
qt3-examples-3.3.4-11.3
qt3-devel-3.3.4-28
qt3-man-3.3.4-28
qtsharp-0.7.1-9
qt3-non-mt-3.3.4-11.3
qt-sql-mysql-4.0.1-10
qt-devel-4.0.1-10
qt-sql-postgresql-4.0.1-10
qt3-extensions-3.3.4-28
qt3-sqlite-3.3.4-28
qtpcr-1.1.3-595
qt-debug-4.0.1-10
qt3-3.3.4-11.5
qt-qt3support-4.0.1-10
qt-devel-doc-4.0.1-10
qt3-devel-doc-3.3.4-28
qt3-postgresql-3.3.4-28
qtc-0.7a-9
qt-4.0.1-10
qt3-mysql-3.3.4-28
qt3-devel-tools-3.3.4-28
qt-sql-4.0.1-10
qt-sql-sqlite-4.0.1-10
qt3-static-3.3.4-28


linux:/home/barto/Desktop/kdmtheme-1.1.2 # rpm -qa "qt3*"
qt3-unixODBC-3.3.4-28
qt3-examples-3.3.4-11.3
qt3-devel-3.3.4-28
qt3-man-3.3.4-28
qt3-non-mt-3.3.4-11.3
qt3-extensions-3.3.4-28
qt3-sqlite-3.3.4-28
qt3-3.3.4-11.5
qt3-devel-doc-3.3.4-28
qt3-postgresql-3.3.4-28
qt3-mysql-3.3.4-28
qt3-devel-tools-3.3.4-28
qt3-static-3.3.4-28
linux:/home/barto/Desktop/kdmtheme-1.1.2 #

Muß ich kdelibs updaten ??? (Nur die devel vergleichen, vorallem nur qt oder auch qt3)

kdelibs3-devel-3.4.2-24
qt-devel-4.0.1-10
qt3-devel-3.3.4-28
 

oc2pus

Ultimate Guru
export QTDIR=/usr/lib/qt3
export PATH=$%QTDIR/bin:$PATH
./configure ....

damit wird die qt3 statt die qt(4) Version verwedent zum compiliereen.
 
OP
B

barto

Newbie
configure: error:
you need to install kdelibs first.

If you did install kdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if its the
same Qt version, compiled with the same compiler and the same Qt
configuration settings.


Die Fehlermeldung bleibt :(

Bei den export befehlen bekomme ich aber keine Fehlermeldung.

Hab es auch mal mit

export QTDIR=/usr/lib/qt
export PATH=$%QTDIR/bin:$PATH
./configure ....

versucht allerdings ohne erfolg. Macht das überhapt Sinn
 

oc2pus

Ultimate Guru
dann schau mal ins config.log

manchmal sind di enach aussen gemeldeten Fehlermeldungen "irreführend" und es fehlt eine ganz ander Bibliothek
 
OP
B

barto

Newbie
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 = linux
uname -m = i686
uname -r = 2.6.11.4-21.14-default
uname -s = Linux
uname -v = #1 Thu Aug 24 09:51:41 UTC 2006

/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: $%QTDIR/bin
PATH: $%QTDIR/bin
PATH: $%QTDIR/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /root/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


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

configure:1563: checking build system type
configure:1581: result: i686-pc-linux-gnu
configure:1589: checking host system type
configure:1603: result: i686-pc-linux-gnu
configure:1611: checking target system type
configure:1625: result: i686-pc-linux-gnu
configure:1672: checking for a BSD-compatible install
configure:1727: result: /usr/bin/install -c
configure:1742: checking for -p flag to install
configure:1755: result: yes
configure:1766: checking whether build environment is sane
configure:1809: result: yes
configure:1829: checking for gawk
configure:1845: found /usr/bin/gawk
configure:1855: result: gawk
configure:1865: checking whether make sets $(MAKE)
configure:1885: result: yes
configure:2048: checking for kde-config
configure:2110: result: /opt/kde3/bin/kde-config
configure:2206: checking where to install
configure:2210: result: /opt/kde3 (as returned by kde-config)
configure:2277: checking for style of include used by make
configure:2305: result: GNU
configure:2453: checking for gcc
configure:2469: found /usr/local/bin/gcc
configure:2479: result: gcc
configure:2723: checking for C compiler version
configure:2726: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Copyright (C) 2005 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:2729: $? = 0
configure:2731: gcc -v </dev/null >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind --host=i586-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
configure:2734: $? = 0
configure:2736: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2739: $? = 1
configure:2762: checking for C compiler default output file name
configure:2765: gcc conftest.c >&5
configure:2768: $? = 0
configure:2814: result: a.out
configure:2819: checking whether the C compiler works
configure:2825: ./a.out
configure:2828: $? = 0
configure:2845: result: yes
configure:2852: checking whether we are cross compiling
configure:2854: result: no
configure:2857: checking for suffix of executables
configure:2859: gcc -o conftest conftest.c >&5
configure:2862: $? = 0
configure:2887: result:
configure:2893: checking for suffix of object files
configure:2914: gcc -c conftest.c >&5
configure:2917: $? = 0
configure:2939: result: o
configure:2943: checking whether we are using the GNU C compiler
configure:2967: gcc -c conftest.c >&5
configure:2973: $? = 0
configure:2977: test -z
|| test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2999: result: yes
configure:3005: checking whether gcc accepts -g
configure:3026: gcc -c -g conftest.c >&5
configure:3032: $? = 0
configure:3036: test -z
|| test ! -s conftest.err
configure:3039: $? = 0
configure:3042: test -s conftest.o
configure:3045: $? = 0
configure:3056: result: yes
configure:3073: checking for gcc option to accept ANSI C
configure:3143: gcc -c conftest.c >&5
configure:3149: $? = 0
configure:3153: test -z
|| test ! -s conftest.err
configure:3156: $? = 0
configure:3159: test -s conftest.o
configure:3162: $? = 0
configure:3180: result: none needed
configure:3198: gcc -c conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:3204: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3339: checking dependency style of gcc
configure:3401: result: gcc3
configure:3412: checking how to run the C preprocessor
configure:3447: gcc -E conftest.c
configure:3453: $? = 0
configure:3485: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3491: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3530: result: gcc -E
configure:3554: gcc -E conftest.c
configure:3560: $? = 0
configure:3592: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3598: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3722: checking for g++
configure:3738: found /usr/local/bin/g++
configure:3748: result: g++
configure:3764: checking for C++ compiler version
configure:3767: g++ --version </dev/null >&5
g++ (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Copyright (C) 2005 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:3770: $? = 0
configure:3772: g++ -v </dev/null >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind --host=i586-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
configure:3775: $? = 0
configure:3777: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3780: $? = 1
configure:3783: checking whether we are using the GNU C++ compiler
configure:3807: g++ -c conftest.cc >&5
configure:3813: $? = 0
configure:3817: test -z
|| test ! -s conftest.err
configure:3820: $? = 0
configure:3823: test -s conftest.o
configure:3826: $? = 0
configure:3839: result: yes
configure:3845: checking whether g++ accepts -g
configure:3866: g++ -c -g conftest.cc >&5
configure:3872: $? = 0
configure:3876: test -z
|| test ! -s conftest.err
configure:3879: $? = 0
configure:3882: test -s conftest.o
configure:3885: $? = 0
configure:3896: result: yes
configure:3938: g++ -c conftest.cc >&5
configure:3944: $? = 0
configure:3948: test -z
|| test ! -s conftest.err
configure:3951: $? = 0
configure:3954: test -s conftest.o
configure:3957: $? = 0
configure:3983: g++ -c conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15: error: 'exit' was not declared in this scope
configure:3989: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3938: g++ -c conftest.cc >&5
configure:3944: $? = 0
configure:3948: test -z
|| test ! -s conftest.err
configure:3951: $? = 0
configure:3954: test -s conftest.o
configure:3957: $? = 0
configure:3983: g++ -c conftest.cc >&5
configure:3989: $? = 0
configure:3993: test -z
|| test ! -s conftest.err
configure:3996: $? = 0
configure:3999: test -s conftest.o
configure:4002: $? = 0
configure:4027: checking dependency style of g++
configure:4089: result: gcc3
configure:4096: checking whether gcc is blacklisted
configure:4122: gcc -c -O2 conftest.c >&5
configure:4128: $? = 0
configure:4132: test -z
|| test ! -s conftest.err
configure:4135: $? = 0
configure:4138: test -s conftest.o
configure:4141: $? = 0
configure:4153: result: no
configure:4490: checking whether g++ supports -Wmissing-format-attribute
configure:4526: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wmissing-format-attribute conftest.cc 1>&5
configure:4532: $? = 0
configure:4536: test -z
|| test ! -s conftest.err
configure:4539: $? = 0
configure:4542: test -s conftest
configure:4545: $? = 0
configure:4566: result: yes
configure:4578: checking whether gcc supports -Wmissing-format-attribute
configure:4611: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wmissing-format-attribute conftest.c >&5
configure:4617: $? = 0
configure:4621: test -z
|| test ! -s conftest.err
configure:4624: $? = 0
configure:4627: test -s conftest
configure:4630: $? = 0
configure:4651: result: yes
configure:4665: checking whether g++ supports -Wundef
configure:4701: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -Wundef conftest.cc 1>&5
configure:4707: $? = 0
configure:4711: test -z
|| test ! -s conftest.err
configure:4714: $? = 0
configure:4717: test -s conftest
configure:4720: $? = 0
configure:4741: result: yes
configure:4753: checking whether g++ supports -Wno-long-long
configure:4789: rm -rf SunWS_cache; g++ -o conftest -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -Wno-long-long conftest.cc 1>&5
configure:4795: $? = 0
configure:4799: test -z
|| test ! -s conftest.err
configure:4802: $? = 0
configure:4805: test -s conftest
configure:4808: $? = 0
configure:4829: result: yes
configure:4841: checking whether g++ supports -Wnon-virtual-dtor
configure:4877: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -Wnon-virtual-dtor conftest.cc 1>&5
configure:4883: $? = 0
configure:4887: test -z
|| test ! -s conftest.err
configure:4890: $? = 0
configure:4893: test -s conftest
configure:4896: $? = 0
configure:4917: result: yes
configure:4948: checking whether g++ supports -fno-exceptions
configure:4984: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions conftest.cc 1>&5
configure:4990: $? = 0
configure:4994: test -z
|| test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest
configure:5003: $? = 0
configure:5024: result: yes
configure:5036: checking whether g++ supports -fno-check-new
configure:5072: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new conftest.cc 1>&5
configure:5078: $? = 0
configure:5082: test -z
|| test ! -s conftest.err
configure:5085: $? = 0
configure:5088: test -s conftest
configure:5091: $? = 0
configure:5112: result: yes
configure:5124: checking whether g++ supports -fno-common
configure:5160: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common conftest.cc 1>&5
configure:5166: $? = 0
configure:5170: test -z
|| test ! -s conftest.err
configure:5173: $? = 0
configure:5176: test -s conftest
configure:5179: $? = 0
configure:5200: result: yes
configure:5212: checking whether g++ supports -fexceptions
configure:5248: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fexceptions conftest.cc 1>&5
configure:5254: $? = 0
configure:5258: test -z
|| test ! -s conftest.err
configure:5261: $? = 0
configure:5264: test -s conftest
configure:5267: $? = 0
configure:5288: result: yes
configure:5979: checking how to run the C++ preprocessor
configure:6010: g++ -E conftest.cc
configure:6016: $? = 0
configure:6048: g++ -E conftest.cc
conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
configure:6054: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6093: result: g++ -E
configure:6117: g++ -E conftest.cc
configure:6123: $? = 0
configure:6155: g++ -E conftest.cc
conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
configure:6161: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6209: checking whether g++ supports -O0
configure:6245: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -O0 conftest.cc 1>&5
configure:6251: $? = 0
configure:6255: test -z
|| test ! -s conftest.err
configure:6258: $? = 0
configure:6261: test -s conftest
configure:6264: $? = 0
configure:6285: result: yes
configure:6556: checking whether g++ supports -Wl,--no-undefined
configure:6592: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--no-undefined conftest.cc 1>&5
configure:6598: $? = 0
configure:6602: test -z
|| test ! -s conftest.err
configure:6605: $? = 0
configure:6608: test -s conftest
configure:6611: $? = 0
configure:6632: result: yes
configure:6636: checking whether g++ supports -Wl,--allow-shlib-undefined
configure:6672: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--allow-shlib-undefined conftest.cc 1>&5
configure:6678: $? = 0
configure:6682: test -z
|| test ! -s conftest.err
configure:6685: $? = 0
configure:6688: test -s conftest
configure:6691: $? = 0
configure:6712: result: yes
configure:6825: result: not using lib directory suffix
configure:6870: checking for a sed that does not truncate output
configure:6924: result: /usr/bin/sed
configure:6927: checking for egrep
configure:6937: result: grep -E
configure:6953: checking for ld used by gcc
configure:7020: result: /usr/i586-suse-linux/bin/ld
configure:7029: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:7044: result: yes
configure:7049: checking for /usr/i586-suse-linux/bin/ld option to reload object files
configure:7056: result: -r
configure:7065: checking for BSD-compatible nm
configure:7107: result: /usr/bin/nm -B
configure:7111: checking whether ln -s works
configure:7115: result: yes
configure:7122: checking how to recognise dependent libraries
configure:7329: result: pass_all
configure:7538: checking for ANSI C header files
configure:7563: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7569: $? = 0
configure:7573: test -z
|| test ! -s conftest.err
configure:7576: $? = 0
configure:7579: test -s conftest.o
configure:7582: $? = 0
configure:7671: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c: In function 'main':
conftest.c:32: warning: implicit declaration of function 'exit'
conftest.c:32: warning: incompatible implicit declaration of built-in function 'exit'
configure:7674: $? = 0
configure:7676: ./conftest
configure:7679: $? = 0
configure:7694: result: yes
configure:7718: checking for sys/types.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7718: checking for sys/stat.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7718: checking for stdlib.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7718: checking for string.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7718: checking for memory.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7718: checking for strings.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7718: checking for inttypes.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7718: checking for stdint.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7718: checking for unistd.h
configure:7734: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
|| test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7790: checking dlfcn.h usability
configure:7802: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:7808: $? = 0
configure:7812: test -z
|| test ! -s conftest.err
configure:7815: $? = 0
configure:7818: test -s conftest.o
configure:7821: $? = 0
configure:7831: result: yes
configure:7835: checking dlfcn.h presence
configure:7845: gcc -E conftest.c
configure:7851: $? = 0
configure:7871: result: yes
configure:7906: checking for dlfcn.h
configure:7913: result: yes
configure:7977: checking for g77
configure:8006: result: no
configure:7977: checking for f77
configure:8006: result: no
configure:7977: checking for xlf
configure:8006: result: no
configure:7977: checking for frt
configure:8006: result: no
configure:7977: checking for pgf77
configure:8006: result: no
configure:7977: checking for fort77
configure:8006: result: no
configure:7977: checking for fl32
configure:8006: result: no
configure:7977: checking for af77
configure:8006: result: no
configure:7977: checking for f90
configure:8006: result: no
configure:7977: checking for xlf90
configure:8006: result: no
configure:7977: checking for pgf90
configure:8006: result: no
configure:7977: checking for epcf90
configure:8006: result: no
configure:7977: checking for f95
configure:8006: result: no
configure:7977: checking for fort
configure:8006: result: no
configure:7977: checking for xlf95
configure:8006: result: no
configure:7977: checking for ifc
configure:8006: result: no
configure:7977: checking for efc
configure:8006: result: no
configure:7977: checking for pgf95
configure:8006: result: no
configure:7977: checking for lf95
configure:8006: result: no
configure:7977: checking for gfortran
configure:7993: found /usr/bin/gfortran
configure:8003: result: gfortran
configure:8018: checking for Fortran 77 compiler version
configure:8021: gfortran --version </dev/null >&5
GNU Fortran 95 (GCC 4.0.2 20050901 (prerelease) (SUSE Linux))
Copyright (C) 2005 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:8024: $? = 0
configure:8026: gfortran -v </dev/null >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind --host=i586-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
configure:8029: $? = 0
configure:8031: gfortran -V </dev/null >&5
gfortran: '-V' option must have argument
configure:8034: $? = 1
configure:8042: checking whether we are using the GNU Fortran 77 compiler
configure:8056: gfortran -c conftest.F >&5
configure:8062: $? = 0
configure:8066: test -z
|| test ! -s conftest.err
configure:8069: $? = 0
configure:8072: test -s conftest.o
configure:8075: $? = 0
configure:8088: result: yes
configure:8094: checking whether gfortran accepts -g
configure:8106: gfortran -c -g conftest.f >&5
configure:8112: $? = 0
configure:8116: test -z
|| test ! -s conftest.err
configure:8119: $? = 0
configure:8122: test -s conftest.o
configure:8125: $? = 0
configure:8137: result: yes
configure:8167: checking the maximum length of command line arguments
configure:8226: result: 32768
configure:8237: checking command to parse /usr/bin/nm -B output from gcc object
configure:8326: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:5: warning: no previous prototype for 'nm_test_func'
configure:8329: $? = 0
configure:8333: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:8336: $? = 0
configure:8388: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c conftstm.o >&5
configure:8391: $? = 0
configure:8429: result: ok
configure:8433: checking for objdir
configure:8448: result: .libs
configure:8538: checking for ar
configure:8554: found /usr/bin/ar
configure:8565: result: ar
configure:8618: checking for ranlib
configure:8634: found /usr/bin/ranlib
configure:8645: result: ranlib
configure:8698: checking for strip
configure:8714: found /usr/bin/strip
configure:8725: result: strip
configure:8987: checking if gcc static flag works
configure:9010: result: yes
configure:9028: checking if gcc supports -fno-rtti -fno-exceptions
configure:9046: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9050: $? = 0
configure:9061: result: no
configure:9076: checking for gcc option to produce PIC
configure:9253: result: -fPIC
configure:9261: checking if gcc PIC flag -fPIC works
configure:9279: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -fPIC -DPIC conftest.c >&5
configure:9283: $? = 0
configure:9294: result: yes
configure:9318: checking if gcc supports -c -o file.o
configure:9346: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -o out/conftest2.o conftest.c >&5
configure:9350: $? = 0
configure:9367: result: yes
configure:9393: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:10205: result: yes
configure:10231: checking whether -lc should be explicitly linked in
configure:10236: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:10239: $? = 0
configure:10253: gcc -shared -v conftest.o -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:10256: $? = 0
configure:10268: result: no
configure:10276: checking dynamic linker characteristics
configure:10794: result: GNU/Linux ld.so
configure:10798: checking how to hardcode library paths into programs
configure:10823: result: immediate
configure:10837: checking whether stripping libraries is possible
configure:10842: result: yes
configure:10968: checking for shl_load
configure:11025: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
/tmp/ccYsPpHk.o(.text+0x11): In function `main':
conftest.c: undefined reference to `shl_load'
/tmp/ccYsPpHk.o(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:11031: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* 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 gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_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
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
| ;
| return 0;
| }
configure:11056: result: no
configure:11061: checking for shl_load in -ldld
configure:11091: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:11097: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:11123: result: no
configure:11128: checking for dlopen
configure:11185: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
/tmp/ccOYHE9p.o(.text+0x11): In function `main':
conftest.c: undefined reference to `dlopen'
/tmp/ccOYHE9p.o(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:11191: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* 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 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 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
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
| ;
| return 0;
| }
configure:11216: result: no
configure:11221: checking for dlopen in -ldl
configure:11251: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldl >&5
configure:11257: $? = 0
configure:11261: test -z
|| test ! -s conftest.err
configure:11264: $? = 0
configure:11267: test -s conftest
configure:11270: $? = 0
configure:11283: result: yes
configure:11458: checking whether a program can dlopen itself
configure:11530: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:11513: warning: no previous prototype for 'fnord'
configure: In function 'fnord':
configure:11513: warning: unused variable 'i'
configure: In function 'main':
configure:11526: warning: implicit declaration of function 'exit'
configure:11526: warning: incompatible implicit declaration of built-in function 'exit'
configure:11533: $? = 0
configure:11551: result: yes
configure:11556: checking whether a statically linked program can dlopen itself
configure:11628: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:11611: warning: no previous prototype for 'fnord'
configure: In function 'fnord':
configure:11611: warning: unused variable 'i'
configure: In function 'main':
configure:11624: warning: implicit declaration of function 'exit'
configure:11624: warning: incompatible implicit declaration of built-in function 'exit'
configure:11631: $? = 0
configure:11649: result: yes
configure:11672: checking if libtool supports shared libraries
configure:11674: result: yes
configure:11677: checking whether to build shared libraries
configure:11735: result: yes
configure:11738: checking whether to build static libraries
configure:11742: result: no
configure:11833: creating libtool
configure:12377: checking for ld used by g++
configure:12444: result: /usr/i586-suse-linux/bin/ld
configure:12453: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:12468: result: yes
configure:12519: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:13333: result: yes
configure:13351: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common conftest.cc >&5
configure:13354: $? = 0
configure:13450: checking for g++ option to produce PIC
configure:13702: result: -fPIC
configure:13710: checking if g++ PIC flag -fPIC works
configure:13728: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fPIC -DPIC conftest.cc >&5
configure:13732: $? = 0
configure:13743: result: yes
configure:13767: checking if g++ supports -c -o file.o
configure:13795: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o out/conftest2.o conftest.cc >&5
configure:13799: $? = 0
configure:13816: result: yes
configure:13842: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:13867: result: yes
configure:13938: checking dynamic linker characteristics
configure:14456: result: GNU/Linux ld.so
configure:14460: checking how to hardcode library paths into programs
configure:14485: result: immediate
configure:14499: checking whether stripping libraries is possible
configure:14504: result: yes
configure:14630: checking for shl_load
configure:14718: result: no
configure:14723: checking for shl_load in -ldld
configure:14785: result: no
configure:14790: checking for dlopen
configure:14878: result: no
configure:14883: checking for dlopen in -ldl
configure:14945: result: yes
configure:15120: checking whether a program can dlopen itself
configure:15213: result: yes
configure:15218: checking whether a statically linked program can dlopen itself
configure:15311: result: yes
configure:15807: checking if libtool supports shared libraries
configure:15809: result: yes
configure:15812: checking whether to build shared libraries
configure:15830: result: yes
configure:15833: checking whether to build static libraries
configure:15837: result: no
configure:15849: checking for gfortran option to produce PIC
configure:16026: result: -fPIC
configure:16034: checking if gfortran PIC flag -fPIC works
configure:16052: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:16056: $? = 0
configure:16067: result: yes
configure:16091: checking if gfortran supports -c -o file.o
configure:16119: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:16123: $? = 0
configure:16140: result: yes
configure:16166: checking whether the gfortran linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:16958: result: yes
configure:17029: checking dynamic linker characteristics
configure:17547: result: GNU/Linux ld.so
configure:17551: checking how to hardcode library paths into programs
configure:17576: result: immediate
configure:17590: checking whether stripping libraries is possible
configure:17595: result: yes
configure:21643: checking for msgfmt
configure:21670: result: /usr/bin/msgfmt
configure:21679: checking for gmsgfmt
configure:21710: result: /usr/bin/msgfmt
configure:21729: checking for xgettext
configure:21756: result: :
configure:21873: checking if C++ programs can be compiled
configure:21902: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-check-new -fno-common conftest.cc >&5
configure:21908: $? = 0
configure:21912: test -z
|| test ! -s conftest.err
configure:21915: $? = 0
configure:21918: test -s conftest.o
configure:21921: $? = 0
configure:21935: result: yes
configure:21965: checking for strlcat
configure:22013: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:38: error: 'strlcat' was not declared in this scope
configure:22019: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h. */
|
|
| #include <string.h>
|
|
| int
| main ()
| {
|
| char buf[20];
| buf[0]='\0';
| strlcat(buf, "KDE function test", sizeof(buf));
|
|
| ;
| return 0;
| }
configure:22054: result: no
configure:22057: checking if strlcat needs custom prototype
configure:22161: result: yes - in libkdefakes
configure:22186: checking for strlcpy
configure:22233: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:37: error: 'strlcpy' was not declared in this scope
configure:22239: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h. */
|
|
| #include <string.h>
|
|
| int
| main ()
| {
|
| char buf[20];
| strlcpy(buf, "KDE function test", sizeof(buf));
|
|
| ;
| return 0;
| }
configure:22274: result: no
configure:22277: checking if strlcpy needs custom prototype
configure:22380: result: yes - in libkdefakes
configure:22404: checking for main in -lutil
configure:22428: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lutil >&5
configure:22434: $? = 0
configure:22438: test -z
|| test ! -s conftest.err
configure:22441: $? = 0
configure:22444: test -s conftest
configure:22447: $? = 0
configure:22460: result: yes
configure:22466: checking for main in -lcompat
configure:22490: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lcompat >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:22496: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:22522: result: no
configure:22529: checking for crypt in -lcrypt
configure:22559: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lcrypt >&5
configure:22565: $? = 0
configure:22569: test -z
|| test ! -s conftest.err
configure:22572: $? = 0
configure:22575: test -s conftest
configure:22578: $? = 0
configure:22591: result: yes
configure:22685: checking for socklen_t
configure:22720: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common conftest.cc >&5
configure:22726: $? = 0
configure:22730: test -z
|| test ! -s conftest.err
configure:22733: $? = 0
configure:22736: test -s conftest.o
configure:22739: $? = 0
configure:22760: result: yes
configure:22854: checking for dnet_ntoa in -ldnet
configure:22884: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldnet >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:22890: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| /* 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 dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
| ;
| return 0;
| }
configure:22916: result: no
configure:22923: checking for dnet_ntoa in -ldnet_stub
configure:22953: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldnet_stub >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:22959: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| /* 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 dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
| ;
| return 0;
| }
configure:22985: result: no
configure:22992: checking for inet_ntoa
configure:23049: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:23055: $? = 0
configure:23059: test -z
|| test ! -s conftest.err
configure:23062: $? = 0
configure:23065: test -s conftest
configure:23068: $? = 0
configure:23080: result: yes
configure:23153: checking for connect
configure:23210: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:23216: $? = 0
configure:23220: test -z
|| test ! -s conftest.err
configure:23223: $? = 0
configure:23226: test -s conftest
configure:23229: $? = 0
configure:23241: result: yes
configure:23315: checking for remove
configure:23372: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:23378: $? = 0
configure:23382: test -z
|| test ! -s conftest.err
configure:23385: $? = 0
configure:23388: test -s conftest
configure:23391: $? = 0
configure:23403: result: yes
configure:23478: checking for shmat
configure:23535: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:23541: $? = 0
configure:23545: test -z
|| test ! -s conftest.err
configure:23548: $? = 0
configure:23551: test -s conftest
configure:23554: $? = 0
configure:23566: result: yes
configure:23649: checking for sys/types.h
configure:23654: result: yes
configure:23649: checking for stdint.h
configure:23654: result: yes
configure:23810: checking sys/bitypes.h usability
configure:23822: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:23828: $? = 0
configure:23832: test -z
|| test ! -s conftest.err
configure:23835: $? = 0
configure:23838: test -s conftest.o
configure:23841: $? = 0
configure:23851: result: yes
configure:23855: checking sys/bitypes.h presence
configure:23865: gcc -E conftest.c
configure:23871: $? = 0
configure:23891: result: yes
configure:23926: checking for sys/bitypes.h
configure:23933: result: yes
configure:23948: checking for poll in -lpoll
configure:23978: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lpoll >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -lpoll
collect2: ld returned 1 exit status
configure:23984: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char poll ();
| int
| main ()
| {
| poll ();
| ;
| return 0;
| }
configure:24010: result: no
configure:24032: checking Carbon/Carbon.h usability
configure:24044: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:67:27: error: Carbon/Carbon.h: No such file or directory
configure:24050: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <Carbon/Carbon.h>
configure:24073: result: no
configure:24077: checking Carbon/Carbon.h presence
configure:24087: gcc -E conftest.c
conftest.c:33:27: error: Carbon/Carbon.h: No such file or directory
configure:24093: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| /* end confdefs.h. */
| #include <Carbon/Carbon.h>
configure:24113: result: no
configure:24148: checking for Carbon/Carbon.h
configure:24155: result: no
configure:24180: checking CoreAudio/CoreAudio.h usability
configure:24192: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:67:33: error: CoreAudio/CoreAudio.h: No such file or directory
configure:24198: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CoreAudio/CoreAudio.h>
configure:24221: result: no
 
OP
B

barto

Newbie
configure:24225: checking CoreAudio/CoreAudio.h presence
configure:24235: gcc -E conftest.c
conftest.c:33:33: error: CoreAudio/CoreAudio.h: No such file or directory
configure:24241: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| /* end confdefs.h. */
| #include <CoreAudio/CoreAudio.h>
configure:24261: result: no
configure:24296: checking for CoreAudio/CoreAudio.h
configure:24303: result: no
configure:24321: checking if res_init needs -lresolv
configure:24348: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lresolv >&5
configure:24354: $? = 0
configure:24358: test -z
|| test ! -s conftest.err
configure:24361: $? = 0
configure:24364: test -s conftest
configure:24367: $? = 0
configure:24371: result: yes
configure:24393: checking for res_init
configure:24441: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5
configure:24447: $? = 0
configure:24451: test -z
|| test ! -s conftest.err
configure:24454: $? = 0
configure:24457: test -s conftest.o
configure:24460: $? = 0
configure:24482: result: yes
configure:24485: checking if res_init needs custom prototype
configure:24589: result: no
configure:24617: checking for killpg in -lucb
configure:24647: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lucb >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:24653: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char killpg ();
| int
| main ()
| {
| killpg ();
| ;
| return 0;
| }
configure:24679: result: no
configure:24762: checking for int
configure:24786: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:24792: $? = 0
configure:24796: test -z
|| test ! -s conftest.err
configure:24799: $? = 0
configure:24802: test -s conftest.o
configure:24805: $? = 0
configure:24816: result: yes
configure:24819: checking size of int
configure:25138: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:70: warning: no previous prototype for 'longval'
conftest.c:71: warning: no previous prototype for 'ulongval'
configure:25141: $? = 0
configure:25143: ./conftest
configure:25146: $? = 0
configure:25169: result: 4
configure:25175: checking for short
configure:25199: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:25205: $? = 0
configure:25209: test -z
|| test ! -s conftest.err
configure:25212: $? = 0
configure:25215: test -s conftest.o
configure:25218: $? = 0
configure:25229: result: yes
configure:25232: checking size of short
configure:25551: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:71: warning: no previous prototype for 'longval'
conftest.c:72: warning: no previous prototype for 'ulongval'
configure:25554: $? = 0
configure:25556: ./conftest
configure:25559: $? = 0
configure:25582: result: 2
configure:25588: checking for long
configure:25612: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:25618: $? = 0
configure:25622: test -z
|| test ! -s conftest.err
configure:25625: $? = 0
configure:25628: test -s conftest.o
configure:25631: $? = 0
configure:25642: result: yes
configure:25645: checking size of long
configure:25964: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:72: warning: no previous prototype for 'longval'
conftest.c:73: warning: no previous prototype for 'ulongval'
configure:25967: $? = 0
configure:25969: ./conftest
configure:25972: $? = 0
configure:25995: result: 4
configure:26001: checking for char *
configure:26025: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:26031: $? = 0
configure:26035: test -z
|| test ! -s conftest.err
configure:26038: $? = 0
configure:26041: test -s conftest.o
configure:26044: $? = 0
configure:26055: result: yes
configure:26058: checking size of char *
configure:26377: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:73: warning: no previous prototype for 'longval'
conftest.c:74: warning: no previous prototype for 'ulongval'
configure:26380: $? = 0
configure:26382: ./conftest
configure:26385: $? = 0
configure:26408: result: 4
configure:26416: checking for dlopen in -ldl
configure:26478: result: yes
configure:26488: checking for shl_unload in -ldld
configure:26518: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:26524: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_unload ();
| int
| main ()
| {
| shl_unload ();
| ;
| return 0;
| }
configure:26550: result: no
configure:26565: checking for size_t
configure:26589: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:26595: $? = 0
configure:26599: test -z
|| test ! -s conftest.err
configure:26602: $? = 0
configure:26605: test -s conftest.o
configure:26608: $? = 0
configure:26619: result: yes
configure:26622: checking size of size_t
configure:26941: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:74: warning: no previous prototype for 'longval'
conftest.c:75: warning: no previous prototype for 'ulongval'
configure:26944: $? = 0
configure:26946: ./conftest
configure:26949: $? = 0
configure:26972: result: 4
configure:26979: checking for unsigned long
configure:27003: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:27009: $? = 0
configure:27013: test -z
|| test ! -s conftest.err
configure:27016: $? = 0
configure:27019: test -s conftest.o
configure:27022: $? = 0
configure:27033: result: yes
configure:27036: checking size of unsigned long
configure:27355: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:75: warning: no previous prototype for 'longval'
conftest.c:76: warning: no previous prototype for 'ulongval'
configure:27358: $? = 0
configure:27360: ./conftest
configure:27363: $? = 0
configure:27386: result: 4
configure:27394: checking sizeof size_t == sizeof unsigned long
configure:27416: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:27422: $? = 0
configure:27426: test -z
|| test ! -s conftest.err
configure:27429: $? = 0
configure:27432: test -s conftest.o
configure:27435: $? = 0
configure:27437: result: yes
configure:27475: checking crt_externs.h usability
configure:27487: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:76:25: error: crt_externs.h: No such file or directory
configure:27493: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:27516: result: no
configure:27520: checking crt_externs.h presence
configure:27530: gcc -E conftest.c
conftest.c:42:25: error: crt_externs.h: No such file or directory
configure:27536: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| #include <crt_externs.h>
configure:27556: result: no
configure:27591: checking for crt_externs.h
configure:27598: result: no
configure:27611: checking for _NSGetEnviron
configure:27668: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
/tmp/ccCaIayk.o(.text+0x11): In function `main':
conftest.c: undefined reference to `_NSGetEnviron'
/tmp/ccCaIayk.o(.data+0x0): undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:27674: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _NSGetEnviron innocuous__NSGetEnviron
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _NSGetEnviron (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _NSGetEnviron
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron)
| choke me
| #else
| char (*f) () = _NSGetEnviron;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _NSGetEnviron;
| ;
| return 0;
| }
configure:27699: result: no
configure:27721: checking for vsnprintf
configure:27778: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:27784: $? = 0
configure:27788: test -z
|| test ! -s conftest.err
configure:27791: $? = 0
configure:27794: test -s conftest
configure:27797: $? = 0
configure:27809: result: yes
configure:27721: checking for snprintf
configure:27778: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:27784: $? = 0
configure:27788: test -z
|| test ! -s conftest.err
configure:27791: $? = 0
configure:27794: test -s conftest
configure:27797: $? = 0
configure:27809: result: yes
configure:27868: checking for X
configure:27906: gcc -E conftest.c
configure:27912: $? = 0
configure:28003: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lXt >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure:28009: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <X11/Intrinsic.h>
| int
| main ()
| {
| XtMalloc(1)
| ;
| return 0;
| }
configure:28168: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:28197: checking for IceConnectionNumber in -lICE
configure:28227: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -L/usr/X11R6/lib conftest.c -lICE >&5
configure:28233: $? = 0
configure:28237: test -z
|| test ! -s conftest.err
configure:28240: $? = 0
configure:28243: test -s conftest
configure:28246: $? = 0
configure:28259: result: yes
configure:28269: checking for libXext
configure:28304: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -L/usr/X11R6/lib conftest.c -lXext -lX11 >&5
configure:28310: $? = 0
configure:28314: test -z
|| test ! -s conftest.err
configure:28317: $? = 0
configure:28320: test -s conftest
configure:28323: $? = 0
configure:28342: result: yes
configure:28493: checking for pthread_create in -lpthread
configure:28523: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lpthread >&5
configure:28529: $? = 0
configure:28533: test -z
|| test ! -s conftest.err
configure:28536: $? = 0
configure:28539: test -s conftest
configure:28542: $? = 0
configure:28555: result: yes
configure:28835: checking for extra includes
configure:28863: result: no
configure:28867: checking for extra libs
configure:28896: result: no
configure:28902: checking for libz
configure:28937: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -lz >&5
configure:28943: $? = 0
configure:28947: test -z
|| test ! -s conftest.err
configure:28950: $? = 0
configure:28953: test -s conftest
configure:28956: $? = 0
configure:28978: result: -lz
configure:28999: checking for libpng
configure:29036: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -lpng -lz -lm -lX11 >&5
configure:29042: $? = 0
configure:29046: test -z
|| test ! -s conftest.err
configure:29049: $? = 0
configure:29052: test -s conftest
configure:29055: $? = 0
configure:29079: result: -lpng -lz -lm
configure:29090: checking for libjpeg6b
configure:29130: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -ljpeg6b -lm >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure:29136: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kdmtheme"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPNG 1
| /* end confdefs.h. */
| /* Override any gcc2 internal prototype to avoid an error. */
| struct jpeg_decompress_struct;
| typedef struct jpeg_decompress_struct * j_decompress_ptr;
| typedef int size_t;
| #ifdef __cplusplus
| extern "C" {
| #endif
| void jpeg_CreateDecompress(j_decompress_ptr cinfo,
| int version, size_t structsize);
| #ifdef __cplusplus
| }
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
|
| int
| main ()
| {
| jpeg_CreateDecompress(0L, 0, 0);
| ;
| return 0;
| }
configure:29171: result: no
configure:29174: checking for libjpeg
configure:29214: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -ljpeg -lm >&5
configure:29220: $? = 0
configure:29224: test -z
|| test ! -s conftest.err
configure:29227: $? = 0
configure:29230: test -s conftest
configure:29233: $? = 0
configure:29252: result: -ljpeg
configure: 29276: ${prefix}/include/jpeglib.h
configure: 29276: /usr/include/jpeglib.h
taking that
configure:29323: checking for perl
configure:29383: result: /usr/bin/perl
configure:29519: checking for Qt
configure: 29584: /usr/lib/qt/include/qstyle.h
configure: 29584: /usr/lib/qt/qstyle.h
configure: 29584: /usr/lib/qt3/include/qstyle.h
taking that
tried NO
tried /usr/lib/qt/lib
tried /usr/lib/qt
configure:29702: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib/qt3/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5
/usr/lib/qt3/include/private/qucom_p.h:69: warning: 'struct QUBuffer' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:77: warning: 'struct QUType' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:104: warning: 'struct QUType_Null' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:287: warning: 'struct QUType_enum' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:307: warning: 'struct QUType_ptr' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:326: warning: 'struct QUType_iface' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:345: warning: 'struct QUType_idisp' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:364: warning: 'struct QUType_bool' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:383: warning: 'struct QUType_int' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:403: warning: 'struct QUType_double' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:423: warning: 'struct QUType_charstar' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:444: warning: 'struct QUType_QString' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucomextra_p.h:65: warning: 'struct QUType_QVariant' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucomextra_p.h:87: warning: 'struct QUType_varptr' has virtual functions but non-virtual destructor
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/qt3/lib/libqt-mt.so, may conflict with libstdc++.so.6
configure:29705: $? = 0
configure:29764: result: libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include using -mt
configure:29946: checking for moc
configure:30018: result: /usr/lib/qt3/bin/moc
configure:30026: checking for uic
configure:30080: result: /usr/lib/qt3/bin/uic
configure:30111: checking whether uic supports -L
configure:30122: /usr/lib/qt3/bin/uic -L /nonexistent conftest.ui >/dev/null
configure:30125: $? = 0
configure:30137: result: yes
configure:30149: checking whether uic supports -nounload
configure:30160: /usr/lib/qt3/bin/uic -nounload conftest.ui >/dev/null
configure:30163: $? = 0
configure:30175: result: yes
configure:30212: checking if Qt needs -ljpeg
configure:30253: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT conftest.cc -L/usr/lib/qt3/lib -L/usr/X11R6/lib -lqt-mt -lpng -lz -lm -ldl -lXext -lX11 -lSM -lICE 1>&5
conftest.cc: In function 'int main()':
conftest.cc:55: warning: 'argv' is used uninitialized in this function
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/qt3/lib/libqt-mt.so, may conflict with libstdc++.so.6
configure:30259: $? = 0
configure:30263: test -z
|| test ! -s conftest.err
configure:30266: $? = 0
configure:30269: test -s conftest
configure:30272: $? = 0
configure:30301: result: no
configure:30333: checking for rpath
configure:30365: result: yes
configure:30368: checking for KDE
configure: 30421: /opt/kde3/include/ksharedptr.h
taking that
configure: 30451: /opt/kde3/lib/libkio.la
taking that
configure: 30469: /opt/kde3/lib/kde3/plugins/designer/kdewidgets.la
taking that
configure:30542: result: libraries /opt/kde3/lib, headers /opt/kde3/include
configure:30581: checking if UIC has KDE plugins available
configure:30608: /usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -impl actest.h actest.ui > actest.cpp
configure:30611: $? = 0
configure:30625: result: no
configure:30636: error:
you need to install kdelibs first.

If you did install kdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if its the
same Qt version, compiled with the same compiler and the same Qt
configuration settings.


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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_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_f77_compiler_gnu=yes
ac_cv_func__NSGetEnviron=no
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_dlfcn=yes
ac_cv_have_kde='have_kde=yes ac_kde_includes=/opt/kde3/include ac_kde_libraries=/opt/kde3/lib'
ac_cv_have_qt='have_qt=yes ac_qt_includes=/usr/lib/qt3/include ac_qt_libraries=/usr/lib/qt3/lib'
ac_cv_header_Carbon_Carbon_h=no
ac_cv_header_CoreAudio_CoreAudio_h=no
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_bitypes_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_compat_main=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_dld_shl_unload=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_jpeg_6b=no
ac_cv_lib_jpeg_normal=-ljpeg
ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_lib_z=-lz
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char_p=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_unsigned_long=4
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_func_res_init=yes
kde_cv_func_strlcat=no
kde_cv_func_strlcpy=no
kde_cv_have_libXext=yes
kde_cv_have_x='have_x=yes kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib'
kde_cv_path=/usr/lib/qt3/bin/uic
kde_cv_path_kde_config=/opt/kde3/bin/kde-config
kde_cv_path_moc=/usr/lib/qt3/bin/moc
kde_cv_path_perl=/usr/bin/perl
kde_cv_path_uic=/usr/lib/qt3/bin/uic
kde_cv_prog_cc_Wmissing_format_attribute=yes
kde_cv_prog_cxx_O0=yes
kde_cv_prog_cxx_Wl___allow_shlib_undefined=yes
kde_cv_prog_cxx_Wl___no_undefined=yes
kde_cv_prog_cxx_Wmissing_format_attribute=yes
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wnon_virtual_dtor=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_common=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_prog_uic_L=yes
kde_cv_prog_uic_nounload=yes
kde_cv_proto_res_init=no
kde_cv_proto_strlcat='yes - in libkdefakes'
kde_cv_proto_strlcpy='yes - in libkdefakes'
kde_cv_qt_jpeg=no
kde_cv_socklen_t=yes
kde_cv_socklen_t_equiv=socklen_t
kde_cv_stl_works=yes
kde_cv_uic_plugins=no
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=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-*.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/barto/Desktop/kdmtheme-1.1.2/admin/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/barto/Desktop/kdmtheme-1.1.2/admin/missing --run tar'
AR='ar'
ARTSCCONFIG=''
AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/barto/Desktop/kdmtheme-1.1.2/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/barto/Desktop/kdmtheme-1.1.2/admin/missing --run automake-1.6'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute'
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
CPP='gcc -E'
CPPFLAGS=' -DQT_THREAD_SUPPORT -D_REENTRANT'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_PERMISSIVE_FLAG='-fpermissive'
EXEEXT=''
F77='gfortran'
FFLAGS='-g -O2'
FRAMEWORK_COREAUDIO=''
GMSGFMT='/usr/bin/msgfmt'
HAVE_GCC_VISIBILITY='0'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG='/opt/kde3/bin/kde-config'
KDE_EXTRA_RPATH=''
KDE_INCLUDES='-I/opt/kde3/include'
KDE_LDFLAGS='-L/opt/kde3/lib'
KDE_MT_LDFLAGS=''
KDE_MT_LIBS='-lpthread'
KDE_NO_UNDEFINED='-Wl,--no-undefined -Wl,--allow-shlib-undefined'
KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
KDE_RPATH='-R $(libdir) -R $(kde_libraries) -R $(qt_libraries) -R $(x_libraries)'
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE='#'
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE='#'
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LDFLAGS_AS_NEEDED=''
LDFLAGS_NEW_DTAGS=''
LIBCOMPAT=''
LIBCRYPT='-lcrypt'
LIBDL='-ldl'
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBPNG='-lpng -lz -lm'
LIBPTHREAD='-lpthread'
LIBRESOLV='-lresolv'
LIBS=''
LIBSM='-lSM -lICE'
LIBSOCKET=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBUCB=''
LIBUTIL='-lutil'
LIBZ='-lz'
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KDNSSD=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIMPROXY=''
LIB_KIO=''
LIB_KJS=''
LIB_KNEWSTUFF=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT='-lqt-mt $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread'
LIB_SMB=''
LIB_X11='-lX11 $(LIBSOCKET)'
LIB_XEXT='-lXext'
LIB_XRENDER=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/barto/Desktop/kdmtheme-1.1.2/admin/missing --run makeinfo'
MAKEKDEWIDGETS=''
MCOPIDL=''
MEINPROC=''
MOC='/usr/lib/qt3/bin/moc'
MSGFMT='/usr/bin/msgfmt'
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
OBJEXT='o'
PACKAGE='kdmtheme'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
QTE_NORTTI=''
QT_INCLUDES='-I/usr/lib/qt3/include'
QT_LDFLAGS='-L/usr/lib/qt3/lib'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOPSUBDIRS=''
UIC='/usr/lib/qt3/bin/uic -L $(kde_widgetdir) -nounload'
UIC_TR='tr2i18n'
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='0.1'
WOVERLOADED_VIRTUAL=''
XGETTEXT=':'
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES='-I/usr/X11R6/include'
X_LDFLAGS='-L/usr/X11R6/lib'
X_PRE_LIBS=''
X_RPATH='-R $(x_libraries)'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='gfortran'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
all_includes='-I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include '
all_libraries='-L/opt/kde3/lib -L/usr/lib/qt3/lib -L/usr/X11R6/lib '
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
include_x11_FALSE='#'
include_x11_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/barto/Desktop/kdmtheme-1.1.2/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes='/opt/kde3/include'
kde_kcfgdir=''
kde_libraries='/opt/kde3/lib'
kde_libs_htmldir='/opt/kde3/share/doc/HTML'
kde_libs_prefix='/opt/kde3'
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver='3'
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir='/opt/kde3/lib/kde3/plugins/designer'
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/opt/kde3'
program_transform_name='s,x,x,'
qt_includes='/usr/lib/qt3/include'
qt_libraries='/usr/lib/qt3/lib'
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'
unsermake_enable_pch_FALSE=''
unsermake_enable_pch_TRUE='#'
x_includes='/usr/X11R6/include'
x_libraries='/usr/X11R6/lib'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''

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

#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT_PROTO 1
#define HAVE_SGI_STL 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_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_BITYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define KDELIBSUFF ""
#define PACKAGE "kdmtheme"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 4
#define SIZEOF_UNSIGNED_LONG 4
#define STDC_HEADERS 1
#define VERSION "0.1"
#define kde_socklen_t socklen_t
#define ksize_t socklen_t
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1
 
OP
B

barto

Newbie
Hab mal die config.log gepostet, weil ich ehrlich gesgat d anicht so ganz durchblicke. Hab

die Datei mal nach dem wort error durchsucht auch ein paar gefunden aber das einzige

was ich davon verstehe ist das ein paar header dateien fehlen.
 
OP
B

barto

Newbie
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KDNSSD=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIMPROXY=''
LIB_KIO=''
LIB_KJS=''
LIB_KNEWSTUFF=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''

sidn das bibliotheken die nicht vorhandne sind ie ich nachinstalleiren muß??
 
Oben