Hi!
I'm trying to build taskjuggler on Archlinux. Although I am software
engineer, I am not much good at C++ (or C) so apologies for my
clumsiness.
I'm having a problem with configure finding the Qt libs. I include my
config.log below. I recreated the conftest.cpp and conftest.h program
it was trying to make, and ran the g++ line in the log file. It was
failing to find qglobal.h as it says. If I add "-I /opt/qt/include/"
then it gets further, but fails to find -lqt-mt.
Could anyone give me some clues as to how I might fix this?
Thanks!
John
---------------------------------------------------------
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.63. Invocation command line was
$ ./configure --prefix=/opt/kde
## --------- ##
## Platform. ##
## --------- ##
hostname = proteus
uname -m = i686
uname -r = 2.6.37-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri Feb 25 09:07:57 UTC 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /opt/java/jre/bin
PATH: /opt/NX/bin
PATH: /usr/lib/perl5/vendor_perl/bin
PATH: /usr/bin/core_perl
PATH: /home/johncc/bin
PATH: /usr/share/fslint/fslint
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2283: checking build system type
configure:2301: result: i686-pc-linux-gnu
configure:2323: checking host system type
configure:2338: result: i686-pc-linux-gnu
configure:2360: checking target system type
configure:2375: result: i686-pc-linux-gnu
configure:2435: checking for a BSD-compatible install
configure:2503: result: /bin/install -c
configure:2518: checking for -p flag to install
configure:2531: result: yes
configure:2542: checking whether build environment is sane
configure:2585: result: yes
configure:2600: checking for a thread-safe mkdir -p
configure:2639: result: /bin/mkdir -p
configure:2652: checking for gawk
configure:2668: found /bin/gawk
configure:2679: result: gawk
configure:2690: checking whether make sets $(MAKE)
configure:2712: result: yes
configure:2898: checking for KDE support
configure:2915: result: yes
configure:3009: checking for kde-config
configure:3071: result: /opt/kde/bin/kde-config
configure:3095: checking where to install
configure:3103: result: /opt/kde (as requested)
configure:3156: result: not using lib directory suffix
configure:3178: checking for iCal support
configure:3195: result: yes
configure:3212: checking for style of include used by make
configure:3240: result: GNU
configure:3387: checking for gcc
configure:3403: found /usr/bin/gcc
configure:3414: result: gcc
configure:3646: checking for C compiler version
configure:3654: gcc --version >&5
gcc (GCC) 4.5.2 20110127 (prerelease)
Copyright (C) 2010 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:3658: $? = 0
configure:3665: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /build/src/gcc-4.5-20110127/configure --prefix=/usr --
enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --
enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --
enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --
with-plugin-ld=ld.gold --disable-multilib --disable-libstdcxx-pch --
with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/
include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/
usr/share/man --infodir=/usr/share/info
Thread model: posix
gcc version 4.5.2 20110127 (prerelease) (GCC)
configure:3669: $? = 0
configure:3676: gcc -V >&5
gcc: '-V' option must have argument
configure:3680: $? = 1
configure:3703: checking for C compiler default output file name
configure:3725: gcc -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:3729: $? = 0
configure:3767: result: a.out
configure:3786: checking whether the C compiler works
configure:3796: ./a.out
configure:3800: $? = 0
configure:3819: result: yes
configure:3826: checking whether we are cross compiling
configure:3828: result: no
configure:3831: checking for suffix of executables
configure:3838: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe
-Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
configure:3842: $? = 0
configure:3868: result:
configure:3874: checking for suffix of object files
configure:3900: gcc -c -march=i686 -mtune=generic -O2 -pipe
conftest.c >&5
configure:3904: $? = 0
configure:3929: result: o
configure:3933: checking whether we are using the GNU C compiler
configure:3962: gcc -c -march=i686 -mtune=generic -O2 -pipe
conftest.c >&5
configure:3969: $? = 0
configure:3986: result: yes
configure:3995: checking whether gcc accepts -g
configure:4025: gcc -c -g conftest.c >&5
configure:4032: $? = 0
configure:4133: result: yes
configure:4150: checking for gcc option to accept ISO C89
configure:4224: gcc -c -march=i686 -mtune=generic -O2 -pipe
conftest.c >&5
configure:4231: $? = 0
configure:4254: result: none needed
configure:4274: checking dependency style of gcc
configure:4365: result: gcc3
configure:4386: checking how to run the C preprocessor
configure:4426: gcc -E conftest.c
configure:4433: $? = 0
configure:4464: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or
directory
compilation terminated.
configure:4471: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #define KDELIBSUFF ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4504: result: gcc -E
configure:4533: gcc -E conftest.c
configure:4540: $? = 0
configure:4571: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or
directory
compilation terminated.
configure:4578: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #define KDELIBSUFF ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4704: checking for g++
configure:4720: found /usr/bin/g++
configure:4731: result: g++
configure:4758: checking for C++ compiler version
configure:4766: g++ --version >&5
g++ (GCC) 4.5.2 20110127 (prerelease)
Copyright (C) 2010 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:4770: $? = 0
configure:4777: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /build/src/gcc-4.5-20110127/configure --prefix=/usr --
enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --
enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --
enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --
with-plugin-ld=ld.gold --disable-multilib --disable-libstdcxx-pch --
with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/
include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/
usr/share/man --infodir=/usr/share/info
Thread model: posix
gcc version 4.5.2 20110127 (prerelease) (GCC)
configure:4781: $? = 0
configure:4788: g++ -V >&5
g++: '-V' option must have argument
configure:4792: $? = 1
configure:4795: checking whether we are using the GNU C++ compiler
configure:4824: g++ -c -march=i686 -mtune=generic -O2 -pipe
conftest.cpp >&5
configure:4831: $? = 0
configure:4848: result: yes
configure:4857: checking whether g++ accepts -g
configure:4887: g++ -c -g conftest.cpp >&5
configure:4894: $? = 0
configure:4995: result: yes
configure:5020: checking dependency style of g++
configure:5111: result: gcc3
configure:5436: checking whether g++ supports -Wmissing-format-
attribute
configure:5476: 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 -march=i686 -
mtune=generic -O2 -pipe -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.cpp 1>&5
configure:5483: $? = 0
configure:5513: result: yes
configure:5525: checking whether gcc supports -Wmissing-format-
attribute
configure:5562: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wmissing-format-attribute -Wl,--hash-style=gnu -Wl,--as-needed
conftest.c >&5
configure:5569: $? = 0
configure:5599: result: yes
configure:5613: checking whether g++ supports -Wundef
configure:5653: 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 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
Wundef -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp 1>&5
configure:5660: $? = 0
configure:5690: result: yes
configure:5702: checking whether g++ supports -Wno-long-long
configure:5742: 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 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
Wno-long-long -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp 1>&5
configure:5749: $? = 0
configure:5779: result: yes
configure:5810: checking whether g++ supports -fno-exceptions
configure:5850: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -Wl,--hash-style=gnu -Wl,--as-needed
conftest.cpp 1>&5
configure:5857: $? = 0
configure:5887: result: yes
configure:5899: checking whether g++ supports -fno-check-new
configure:5939: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -Wl,--hash-style=gnu -
Wl,--as-needed conftest.cpp 1>&5
configure:5946: $? = 0
configure:5976: result: yes
configure:5988: checking whether g++ supports -fno-common
configure:6028: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--
hash-style=gnu -Wl,--as-needed conftest.cpp 1>&5
configure:6035: $? = 0
configure:6065: result: yes
configure:6077: checking whether g++ supports -fexceptions
configure:6117: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -fno-common -
fexceptions -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp 1>&5
configure:6124: $? = 0
configure:6154: result: yes
configure:6849: checking how to run the C++ preprocessor
configure:6885: g++ -E conftest.cpp
configure:6892: $? = 0
configure:6923: g++ -E conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or
directory
compilation terminated.
configure:6930: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #define KDELIBSUFF ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6963: result: g++ -E
configure:6992: g++ -E conftest.cpp
configure:6999: $? = 0
configure:7030: g++ -E conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or
directory
compilation terminated.
configure:7037: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #define KDELIBSUFF ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7081: checking whether g++ supports -O0
configure:7121: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -fno-common -O0 -Wl,--
hash-style=gnu -Wl,--as-needed conftest.cpp 1>&5
configure:7128: $? = 0
configure:7158: result: yes
configure:7199: checking whether g++ supports -Wl,--enable-new-dtags
configure:7239: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--
enable-new-dtags -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp
1>&5
configure:7246: $? = 0
configure:7276: result: yes
configure:7301: checking whether g++ supports -Wl,--as-needed
configure:7341: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--as-
needed -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp 1>&5
configure:7348: $? = 0
configure:7378: result: yes
configure:7433: checking whether g++ supports -Wl,--no-undefined
configure:7473: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--no-
undefined -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp 1>&5
configure:7480: $? = 0
configure:7510: result: yes
configure:7514: checking whether g++ supports -Wl,--allow-shlib-
undefined
configure:7554: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--
allow-shlib-undefined -Wl,--hash-style=gnu -Wl,--as-needed
conftest.cpp 1>&5
configure:7561: $? = 0
configure:7591: result: yes
configure:7712: checking for a sed that does not truncate output
configure:7766: result: /bin/sed
configure:7769: checking for grep that handles long lines and -e
configure:7829: result: /bin/grep
configure:7834: checking for egrep
configure:7898: result: /bin/grep -E
configure:7914: checking for ld used by gcc
configure:7981: result: /usr/bin/ld
configure:7990: checking if the linker (/usr/bin/ld) is GNU ld
configure:8005: result: yes
configure:8010: checking for /usr/bin/ld option to reload object files
configure:8017: result: -r
configure:8026: checking for BSD-compatible nm
configure:8068: result: /usr/bin/nm -B
configure:8072: checking whether ln -s works
configure:8076: result: yes
configure:8083: checking how to recognise dependent libraries
configure:8290: result: pass_all
configure:8500: checking for ANSI C header files
configure:8530: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8537: $? = 0
configure:8636: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:8640: $? = 0
configure:8646: ./conftest
configure:8650: $? = 0
configure:8668: result: yes
configure:8692: checking for sys/types.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8692: checking for sys/stat.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8692: checking for stdlib.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8692: checking for string.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8692: checking for memory.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8692: checking for strings.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8692: checking for inttypes.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8692: checking for stdint.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8692: checking for unistd.h
configure:8713: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8720: $? = 0
configure:8737: result: yes
configure:8767: checking dlfcn.h usability
configure:8784: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:8791: $? = 0
configure:8805: result: yes
configure:8809: checking dlfcn.h presence
configure:8824: gcc -E conftest.c
configure:8831: $? = 0
configure:8845: result: yes
configure:8873: checking for dlfcn.h
configure:8882: result: yes
configure:8950: checking for g77
configure:8980: result: no
configure:8950: checking for xlf
configure:8980: result: no
configure:8950: checking for f77
configure:8980: result: no
configure:8950: checking for frt
configure:8980: result: no
configure:8950: checking for pgf77
configure:8980: result: no
configure:8950: checking for cf77
configure:8980: result: no
configure:8950: checking for fort77
configure:8980: result: no
configure:8950: checking for fl32
configure:8980: result: no
configure:8950: checking for af77
configure:8980: result: no
configure:8950: checking for xlf90
configure:8980: result: no
configure:8950: checking for f90
configure:8980: result: no
configure:8950: checking for pgf90
configure:8980: result: no
configure:8950: checking for pghpf
configure:8980: result: no
configure:8950: checking for epcf90
configure:8980: result: no
configure:8950: checking for gfortran
configure:8980: result: no
configure:8950: checking for g95
configure:8980: result: no
configure:8950: checking for xlf95
configure:8980: result: no
configure:8950: checking for f95
configure:8980: result: no
configure:8950: checking for fort
configure:8980: result: no
configure:8950: checking for ifort
configure:8980: result: no
configure:8950: checking for ifc
configure:8980: result: no
configure:8950: checking for efc
configure:8980: result: no
configure:8950: checking for pgf95
configure:8980: result: no
configure:8950: checking for lf95
configure:8980: result: no
configure:8950: checking for ftn
configure:8980: result: no
configure:9003: checking for Fortran 77 compiler version
configure:9011: --version >&5
./configure: line 9013: --version: command not found
configure:9015: $? = 127
configure:9022: -v >&5
./configure: line 9024: -v: command not found
configure:9026: $? = 127
configure:9033: -V >&5
./configure: line 9035: -V: command not found
configure:9037: $? = 127
configure:9045: checking whether we are using the GNU Fortran 77
compiler
configure:9064: -c conftest.F >&5
./configure: line 9066: -c: command not found
configure:9071: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:9088: result: no
configure:9094: checking whether accepts -g
configure:9111: -c -g conftest.f >&5
./configure: line 9113: -c: command not found
configure:9118: $? = 127
configure: failed program was:
| program main
|
| end
configure:9134: result: no
configure:9168: checking the maximum length of command line arguments
configure:9227: result: 32768
configure:9238: checking command to parse /usr/bin/nm -B output from
gcc object
configure:9327: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:5:6: warning: no previous prototype for 'nm_test_func'
configure:9330: $? = 0
configure:9334: /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:9337: $? = 0
configure:9389: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c conftstm.o >&5
configure:9392: $? = 0
configure:9430: result: ok
configure:9434: checking for objdir
configure:9449: result: .libs
configure:9541: checking for ar
configure:9557: found /usr/bin/ar
configure:9568: result: ar
configure:9633: checking for ranlib
configure:9649: found /usr/bin/ranlib
configure:9660: result: ranlib
configure:9725: checking for strip
configure:9741: found /usr/bin/strip
configure:9752: result: strip
configure:10024: checking if gcc static flag works
configure:10047: result: yes
configure:10069: checking if gcc supports -fno-rtti -fno-exceptions
configure:10087: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -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:10091: $? = 0
configure:10102: result: no
configure:10117: checking for gcc option to produce PIC
configure:10294: result: -fPIC
configure:10302: checking if gcc PIC flag -fPIC works
configure:10320: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -fPIC -DPIC
conftest.c >&5
configure:10324: $? = 0
configure:10335: result: yes
configure:10359: checking if gcc supports -c -o file.o
configure:10387: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -o out/conftest2.o
conftest.c >&5
configure:10391: $? = 0
configure:10408: result: yes
configure:10434: checking whether the gcc linker (/usr/bin/ld)
supports shared libraries
configure:11239: result: yes
configure:11265: checking whether -lc should be explicitly linked in
configure:11270: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:11273: $? = 0
configure:11287: gcc -shared -v conftest.o -Wl,-soname -Wl,conftest -
o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:11290: $? = 0
configure:11302: result: no
configure:11310: checking dynamic linker characteristics
configure:11828: result: GNU/Linux ld.so
configure:11832: checking how to hardcode library paths into programs
configure:11857: result: immediate
configure:11871: checking whether stripping libraries is possible
configure:11876: result: yes
configure:12003: checking for shl_load
configure:12059: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
/tmp/ccOiOZZW.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:12066: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:12086: result: no
configure:12091: checking for shl_load in -ldld
configure:12126: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:12133: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:12154: result: no
configure:12159: checking for dlopen
configure:12215: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
/tmp/ccfo4WP3.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:12222: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:12242: result: no
configure:12247: checking for dlopen in -ldl
configure:12282: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -ldl >&5
configure:12289: $? = 0
configure:12310: result: yes
configure:12487: checking whether a program can dlopen itself
configure:12559: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -
Wl,--hash-style=gnu -Wl,--as-needed -Wl,--export-dynamic conftest.c -
ldl >&5
configure:12542:6: warning: no previous prototype for 'fnord'
configure: In function 'fnord':
configure:12542:20: warning: unused variable 'i'
configure: In function 'main':
configure:12555:5: warning: implicit declaration of function 'exit'
configure:12555:5: warning: incompatible implicit declaration of built-
in function 'exit'
configure:12562: $? = 0
configure:12580: result: yes
configure:12585: checking whether a statically linked program can
dlopen itself
configure:12657: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -
Wl,--hash-style=gnu -Wl,--as-needed -Wl,--export-dynamic conftest.c -
ldl >&5
configure:12640:6: warning: no previous prototype for 'fnord'
configure: In function 'fnord':
configure:12640:20: warning: unused variable 'i'
configure: In function 'main':
configure:12653:5: warning: implicit declaration of function 'exit'
configure:12653:5: warning: incompatible implicit declaration of built-
in function 'exit'
configure:12660: $? = 0
configure:12678: result: yes
configure:12701: checking if libtool supports shared libraries
configure:12703: result: yes
configure:12706: checking whether to build shared libraries
configure:12753: result: yes
configure:12756: checking whether to build static libraries
configure:12760: result: no
configure:12851: creating libtool
configure:13395: checking for ld used by g++
configure:13462: result: /usr/bin/ld
configure:13471: checking if the linker (/usr/bin/ld) is GNU ld
configure:13486: result: yes
configure:13537: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries
configure:14344: result: yes
configure:14366: g++ -c -Wno-long-long -Wundef -ansi -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-
subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
fno-exceptions -fno-check-new -fno-common conftest.cc >&5
configure:14369: $? = 0
configure:14465: checking for g++ option to produce PIC
configure:14717: result: -fPIC
configure:14725: checking if g++ PIC flag -fPIC works
configure:14743: g++ -c -Wno-long-long -Wundef -ansi -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-
subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
fno-exceptions -fno-check-new -fno-common -fPIC -DPIC conftest.cc >&5
configure:14747: $? = 0
configure:14758: result: yes
configure:14782: checking if g++ supports -c -o file.o
configure:14810: g++ -c -Wno-long-long -Wundef -ansi -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-
subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
fno-exceptions -fno-check-new -fno-common -o out/conftest2.o
conftest.cc >&5
configure:14814: $? = 0
configure:14831: result: yes
configure:14857: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries
configure:14882: result: yes
configure:14953: checking dynamic linker characteristics
configure:15471: result: GNU/Linux ld.so
configure:15475: checking how to hardcode library paths into programs
configure:15500: result: immediate
configure:15514: checking whether stripping libraries is possible
configure:15519: result: yes
configure:15646: checking for shl_load
configure:15729: result: no
configure:15734: checking for shl_load in -ldld
configure:15797: result: no
configure:15802: checking for dlopen
configure:15885: result: no
configure:15890: checking for dlopen in -ldl
configure:15953: result: yes
configure:16130: checking whether a program can dlopen itself
configure:16223: result: yes
configure:16228: checking whether a statically linked program can
dlopen itself
configure:16321: result: yes
configure:22640: result:
configure:22648: checking for msgfmt
configure:22675: result: /usr/bin/msgfmt
configure:22684: checking for gmsgfmt
configure:22715: result: /usr/bin/msgfmt
configure:22735: checking for xgettext
configure:22762: result: /usr/bin/xgettext
configure:22803: checking for strlcat
configure:22855: g++ -c -Wno-long-long -Wundef -ansi -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-
subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
fno-exceptions -fno-check-new -fno-common -pedantic-errors
conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:33:48: error: 'strlcat' was not declared in this scope
configure:22862: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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. */
|
|
| #include <string.h>
|
|
| int
| main ()
| {
|
| char buf[20];
| buf[0]='\0';
| strlcat(buf, "KDE function test", sizeof(buf));
|
|
| ;
| return 0;
| }
configure:22888: result: no
configure:22891: checking if strlcat needs custom prototype
configure:22995: result: yes - in libkdefakes
configure:23020: checking for strlcpy
configure:23071: g++ -c -Wno-long-long -Wundef -ansi -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-
subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
fno-exceptions -fno-check-new -fno-common -pedantic-errors
conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:32:48: error: 'strlcpy' was not declared in this scope
configure:23078: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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. */
|
|
| #include <string.h>
|
|
| int
| main ()
| {
|
| char buf[20];
| strlcpy(buf, "KDE function test", sizeof(buf));
|
|
| ;
| return 0;
| }
configure:23104: result: no
configure:23107: checking if strlcpy needs custom prototype
configure:23210: result: yes - in libkdefakes
configure:23234: checking for main in -lutil
configure:23263: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -lutil >&5
configure:23270: $? = 0
configure:23291: result: yes
configure:23297: checking for main in -lcompat
configure:23326: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -lcompat >&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:23333: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:23354: result: no
configure:23361: checking for crypt in -lcrypt
configure:23396: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -lcrypt >&5
configure:23403: $? = 0
configure:23424: result: yes
configure:23519: checking for socklen_t
configure:23559: g++ -c -Wno-long-long -Wundef -ansi -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-
subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
fno-exceptions -fno-check-new -fno-common conftest.cpp >&5
configure:23566: $? = 0
configure:23592: result: yes
configure:23684: checking for dnet_ntoa in -ldnet
configure:23719: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -ldnet >&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:23726: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
| ;
| return 0;
| }
configure:23747: result: no
configure:23754: checking for dnet_ntoa in -ldnet_stub
configure:23789: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -ldnet_stub >&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:23796: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
| ;
| return 0;
| }
configure:23817: result: no
configure:23824: checking for inet_ntoa
configure:23880: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:23887: $? = 0
configure:23907: result: yes
configure:23981: checking for connect
configure:24037: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:24044: $? = 0
configure:24064: result: yes
configure:24139: checking for remove
configure:24195: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:24202: $? = 0
configure:24222: result: yes
configure:24298: checking for shmat
configure:24354: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:24361: $? = 0
configure:24381: result: yes
configure:24465: checking for sys/types.h
configure:24472: result: yes
configure:24465: checking for stdint.h
configure:24472: result: yes
configure:24624: checking sys/bitypes.h usability
configure:24641: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:24648: $? = 0
configure:24662: result: yes
configure:24666: checking sys/bitypes.h presence
configure:24681: gcc -E conftest.c
configure:24688: $? = 0
configure:24702: result: yes
configure:24730: checking for sys/bitypes.h
configure:24739: result: yes
configure:24756: checking for poll in -lpoll
configure:24791: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -lpoll >&5
/usr/bin/ld: cannot find -lpoll
collect2: ld returned 1 exit status
configure:24798: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char poll ();
| int
| main ()
| {
| return poll ();
| ;
| return 0;
| }
configure:24819: result: no
configure:24843: checking Carbon/Carbon.h usability
configure:24860: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:61:27: fatal error: Carbon/Carbon.h: No such file or
directory
compilation terminated.
configure:24867: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <Carbon/Carbon.h>
configure:24881: result: no
configure:24885: checking Carbon/Carbon.h presence
configure:24900: gcc -E conftest.c
conftest.c:28:27: fatal error: Carbon/Carbon.h: No such file or
directory
compilation terminated.
configure:24907: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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:24921: result: no
configure:24949: checking for Carbon/Carbon.h
configure:24958: result: no
configure:24985: checking CoreAudio/CoreAudio.h usability
configure:25002: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:61:33: fatal error: CoreAudio/CoreAudio.h: No such file or
directory
compilation terminated.
configure:25009: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CoreAudio/CoreAudio.h>
configure:25023: result: no
configure:25027: checking CoreAudio/CoreAudio.h presence
configure:25042: gcc -E conftest.c
conftest.c:28:33: fatal error: CoreAudio/CoreAudio.h: No such file or
directory
compilation terminated.
configure:25049: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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:25063: result: no
configure:25091: checking for CoreAudio/CoreAudio.h
configure:25098: result: no
configure:25116: checking if res_init needs -lresolv
configure:25148: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -lresolv >&5
configure:25155: $? = 0
configure:25165: result: yes
configure:25189: checking for res_init
configure:25241: g++ -c -Wno-long-long -Wundef -ansi -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-
subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -
mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -
fno-exceptions -fno-check-new -fno-common -pedantic-errors
conftest.cpp >&5
configure:25248: $? = 0
configure:25274: result: yes
configure:25277: checking if res_init needs custom prototype
configure:25381: result: no
configure:25409: checking for killpg in -lucb
configure:25444: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -lucb >&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:25451: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char killpg ();
| int
| main ()
| {
| return killpg ();
| ;
| return 0;
| }
configure:25472: result: no
configure:25560: checking size of int
configure:25865: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:25869: $? = 0
configure:25875: ./conftest
configure:25879: $? = 0
configure:25905: result: 4
configure:25918: checking size of short
configure:26223: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:26227: $? = 0
configure:26233: ./conftest
configure:26237: $? = 0
configure:26263: result: 2
configure:26276: checking size of long
configure:26581: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:26585: $? = 0
configure:26591: ./conftest
configure:26595: $? = 0
configure:26621: result: 4
configure:26634: checking size of char *
configure:26939: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:26943: $? = 0
configure:26949: ./conftest
configure:26953: $? = 0
configure:26979: result: 4
configure:26990: checking for dlopen in -ldl
configure:27053: result: yes
configure:27063: checking for shl_unload in -ldld
configure:27098: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:27105: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_unload ();
| int
| main ()
| {
| return shl_unload ();
| ;
| return 0;
| }
configure:27126: result: no
configure:27145: checking size of size_t
configure:27450: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:27454: $? = 0
configure:27460: ./conftest
configure:27464: $? = 0
configure:27490: result: 4
configure:27504: checking size of unsigned long
configure:27809: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:27813: $? = 0
configure:27819: ./conftest
configure:27823: $? = 0
configure:27849: result: 4
configure:27860: checking sizeof size_t == sizeof unsigned long
configure:27887: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
configure:27894: $? = 0
configure:27899: result: yes
configure:27940: checking crt_externs.h usability
configure:27957: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -
Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute conftest.c >&5
conftest.c:70:25: fatal error: crt_externs.h: No such file or
directory
compilation terminated.
configure:27964: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:27978: result: no
configure:27982: checking crt_externs.h presence
configure:27997: gcc -E conftest.c
conftest.c:37:25: fatal error: crt_externs.h: No such file or
directory
compilation terminated.
configure:28004: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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:28018: result: no
configure:28046: checking for crt_externs.h
configure:28055: result: no
configure:28070: checking for _NSGetEnviron
configure:28126: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
/tmp/ccEMOPvm.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:28133: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _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
| #endif
|
| int
| main ()
| {
| return _NSGetEnviron ();
| ;
| return 0;
| }
configure:28153: result: no
configure:28175: checking for vsnprintf
configure:28231: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:28238: $? = 0
configure:28260: result: yes
configure:28175: checking for snprintf
configure:28231: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c >&5
configure:28238: $? = 0
configure:28260: result: yes
configure:28319: checking for X
configure:28362: gcc -E conftest.c
configure:28369: $? = 0
configure:28459: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -lXt >&5
configure:28466: $? = 0
configure:28625: result: libraries /usr/lib, headers .
configure:28654: checking for IceConnectionNumber in -lICE
configure:28689: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lICE >&5
configure:28696: $? = 0
configure:28717: result: yes
configure:28727: checking for libXext
configure:28767: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXext -lX11 >&5
configure:28774: $? = 0
configure:28801: result: yes
configure:29038: checking for pthread_create in -lpthread
configure:29073: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -Wl,--hash-
style=gnu -Wl,--as-needed conftest.c -lpthread >&5
configure:29080: $? = 0
configure:29101: result: yes
configure:29384: checking for extra includes
configure:29412: result: no
configure:29416: checking for extra libs
configure:29445: result: no
configure:29451: checking for libz
configure:29491: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT -
Wl,--hash-style=gnu -Wl,--as-needed conftest.c -L/usr/lib -Wl,--as-
needed -Wl,--enable-new-dtags -lz >&5
conftest.c: In function 'main':
conftest.c:51:25: warning: comparison with string literal results in
unspecified behavior
configure:29498: $? = 0
configure:29528: result: -lz
configure:29549: checking for libpng
configure:29591: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT -
Wl,--hash-style=gnu -Wl,--as-needed conftest.c -L/usr/lib -Wl,--as-
needed -Wl,--enable-new-dtags -lpng -lz -lm -lX11 >&5
configure:29598: $? = 0
configure:29630: result: -lpng -lz -lm
configure:29641: checking for libjpeg6b
configure:29686: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT -
Wl,--hash-style=gnu -Wl,--as-needed conftest.c -L/usr/lib -Wl,--as-
needed -Wl,--enable-new-dtags -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure:29693: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "taskjuggler"
| #define VERSION "2.4.3"
| #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_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:29723: result: no
configure:29726: checking for libjpeg
configure:29771: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -
Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT -
Wl,--hash-style=gnu -Wl,--as-needed conftest.c -L/usr/lib -Wl,--as-
needed -Wl,--enable-new-dtags -ljpeg -lm >&5
configure:29778: $? = 0
configure:29805: result: -ljpeg
configure: 29829: ${prefix}/include/jpeglib.h
configure: 29829: /usr/include/jpeglib.h
taking that
configure:29876: checking for perl
configure:29936: result: /usr/bin/perl
configure:30072: checking for Qt
configure: 30137: /usr/lib/qt3/include/qstyle.h
configure: 30137: /usr/lib/qt3/qstyle.h
configure: 30137: /usr/lib/qt/include/qstyle.h
configure: 30137: /usr/lib/qt/qstyle.h
configure: 30137: /usr/share/qt3/include/qstyle.h
configure: 30137: /usr/share/qt3/qstyle.h
configure: 30137: /usr/local/qt/include/qstyle.h
configure: 30137: /usr/include/qt/qstyle.h
configure: 30137: /usr/include/qstyle.h
configure: 30137: /usr/X11R6/include/X11/qt/qstyle.h
configure: 30137: /usr/X11R6/include/qt/qstyle.h
configure: 30137: /usr/X11R6/include/qt2/qstyle.h
configure: 30137: /usr/include/qt3/qstyle.h
configure: 30137: ./qstyle.h
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/share/qt3/lib
tried /usr/share/qt3
tried /usr/X11R6/lib
tried /usr/lib
tried /usr/local/qt/lib
tried /usr/lib
configure:30254: 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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute -fno-exceptions -fno-check-new -fno-common -INO -I. -
DQT_THREAD_SUPPORT -D_REENTRANT -Wl,--hash-style=gnu -Wl,--as-needed -
LNONE -L/usr/lib -Wl,--as-needed -Wl,--enable-new-dtags
conftest.cpp -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -
lICE -lpthread 1>&5
conftest.cpp:2:21: fatal error: qglobal.h: No such file or directory
compilation terminated.
configure:30257: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030300)
#error 1
#endif
int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
configure:30297: error: Qt (>= Qt 3.3) (headers and libraries) not
found. Please check your installation!
For more details about this problem, look at the end of config.log.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=i686 -mtune=generic -O2 -pipe'
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=set
ac_cv_env_CXXFLAGS_value='-march=i686 -mtune=generic -O2 -pipe'
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=set
ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,--as-needed'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_func__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_qt=have_qt=no
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_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_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
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_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
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
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=. kde_x_libraries=/
usr/lib'
kde_cv_path=/usr/bin/perl
kde_cv_path_kde_config=/opt/kde/bin/kde-config
kde_cv_path_perl=/usr/bin/perl
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___as_needed=yes
kde_cv_prog_cxx_Wl___enable_new_dtags=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_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_proto_res_init=no
kde_cv_proto_strlcat='yes - in libkdefakes'
kde_cv_proto_strlcpy='yes - in libkdefakes'
kde_cv_socklen_t=yes
kde_cv_socklen_t_equiv=socklen_t
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-2.13.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=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_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/johncc/aur/taskjuggler/src/taskjuggler-2.4.3/
admin/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/johncc/aur/taskjuggler/src/taskjuggler-2.4.3/
admin/missing --run tar'
AR='ar'
ARTSCCONFIG=''
AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch
configure'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/johncc/aur/taskjuggler/src/
taskjuggler-2.4.3/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/johncc/aur/taskjuggler/src/taskjuggler-2.4.3/
admin/missing --run automake-1.10'
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 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-
format-attribute'
CONF_FILES=' $(top_srcdir)/
configure.in.in'
CPP='gcc -E'
CPPFLAGS=' -DQT_THREAD_SUPPORT -D_REENTRANT'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -
D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -
Wpointer-arith -Wwrite-strings -O2 -march=i686 -mtune=generic -O2 -
pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-
check-new -fno-common'
CYGPATH_W='echo'
DB2HTML=''
DB2PDF=''
DB2PS=''
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
DOCBOOK_TO_MAN=''
DVIPS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_PERMISSIVE_FLAG='-fpermissive'
EXEEXT=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT='/usr/bin/msgfmt'
GREP='/bin/grep'
HAVE_GCC_VISIBILITY='0'
HTMLMANUAL=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JADE=''
JADETEX=''
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG='/opt/kde/bin/kde-config'
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_LIBS=''
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=''
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='-Wl,--hash-style=gnu -Wl,--as-needed'
LDFLAGS_AS_NEEDED='-Wl,--as-needed'
LDFLAGS_NEW_DTAGS='-Wl,--enable-new-dtags'
LIBCOMPAT=''
LIBCRYPT='-lcrypt'
LIBDL='-ldl'
LIBJPEG='-ljpeg'
LIBKCAL=''
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=''
LIB_SMB=''
LIB_X11='-lX11 $(LIBSOCKET)'
LIB_XEXT='-lXext'
LIB_XRENDER=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/johncc/aur/taskjuggler/src/taskjuggler-2.4.3/
admin/missing --run makeinfo'
MAKEKDEWIDGETS=''
MCOPIDL=''
MEINPROC=''
MKDIR_P='/bin/mkdir -p'
MOC=''
MSGFMT='/usr/bin/msgfmt'
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
OBJEXT='o'
PACKAGE='taskjuggler'
PACKAGES_DIR='/opt/kde/share/doc/packages/taskjuggler/'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PSMANUAL=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='2.4.3'
WOVERLOADED_VIRTUAL=''
XGETTEXT='/usr/bin/xgettext'
XMKMF=''
XMLLINT=''
XSLTPROC=''
X_EXTRA_LIBS=''
X_INCLUDES='-I.'
X_LDFLAGS='-L/usr/lib'
X_PRE_LIBS=''
X_RPATH=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
all_includes='-I.'
all_libraries='-L/usr/lib -Wl,--as-needed -Wl,--enable-new-dtags'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
include_ARTS_FALSE=''
include_ARTS_TRUE='#'
include_KDE_FALSE='#'
include_KDE_TRUE=''
include_x11_FALSE='#'
include_x11_TRUE=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/johncc/aur/taskjuggler/src/
taskjuggler-2.4.3/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir='/opt/kde/share/doc/HTML'
kde_libs_prefix='/opt/kde'
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver='3'
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/kde'
program_transform_name='s,x,x,'
psdir='${docdir}'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
unsermake_enable_pch_FALSE=''
unsermake_enable_pch_TRUE='#'
x_includes='.'
x_libraries='/usr/lib'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "taskjuggler"
#define VERSION "2.4.3"
#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_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
#define HAVE_LIBJPEG 1
#define HAVE_LIBPTHREAD 1
configure: exit 1