This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/home/elvis/app ## --------- ## ## Platform. ## ## --------- ## hostname = square.dose.se uname -m = i386 uname -r = 5.4-RELEASE-p1 uname -s = FreeBSD uname -v = FreeBSD 5.4-RELEASE-p1 #1: Mon May 30 14:35:18 CEST 2005 elvis@square.dose.se:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/home/elvis/app/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /home/elvis/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1559: checking build system type configure:1577: result: i386-unknown-freebsd5.4 configure:1585: checking host system type configure:1599: result: i386-unknown-freebsd5.4 configure:1607: checking target system type configure:1621: result: i386-unknown-freebsd5.4 configure:1668: checking for a BSD-compatible install configure:1723: result: /usr/bin/install -c configure:1738: checking for -p flag to install configure:1751: result: yes configure:1762: checking whether build environment is sane configure:1805: result: yes configure:1857: checking for gawk configure:1886: result: no configure:1857: checking for mawk configure:1886: result: no configure:1857: checking for nawk configure:1873: found /usr/bin/nawk configure:1883: result: nawk configure:1893: checking whether make sets $(MAKE) configure:1913: result: yes configure:2094: checking for libart2-config configure:2112: found /usr/local/bin/libart2-config configure:2128: result: /usr/local/bin/libart2-config configure:2166: checking for style of include used by make configure:2194: result: GNU configure:2265: checking for gcc configure:2281: found /usr/bin/gcc configure:2291: result: gcc configure:2535: checking for C compiler version configure:2538: gcc --version &5 gcc (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2541: $? = 0 configure:2543: gcc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:2546: $? = 0 configure:2548: gcc -V &5 gcc: `-V' option must have argument configure:2551: $? = 1 configure:2574: checking for C compiler default output file name configure:2577: gcc conftest.c >&5 configure:2580: $? = 0 configure:2626: result: a.out configure:2631: checking whether the C compiler works configure:2637: ./a.out configure:2640: $? = 0 configure:2657: result: yes configure:2664: checking whether we are cross compiling configure:2666: result: no configure:2669: checking for suffix of executables configure:2671: gcc -o conftest conftest.c >&5 configure:2674: $? = 0 configure:2699: result: configure:2705: checking for suffix of object files configure:2726: gcc -c conftest.c >&5 configure:2729: $? = 0 configure:2751: result: o configure:2755: checking whether we are using the GNU C compiler configure:2779: gcc -c conftest.c >&5 configure:2785: $? = 0 configure:2789: test -z || test ! -s conftest.err configure:2792: $? = 0 configure:2795: test -s conftest.o configure:2798: $? = 0 configure:2811: result: yes configure:2817: checking whether gcc accepts -g configure:2838: gcc -c -g conftest.c >&5 configure:2844: $? = 0 configure:2848: test -z || test ! -s conftest.err configure:2851: $? = 0 configure:2854: test -s conftest.o configure:2857: $? = 0 configure:2868: result: yes configure:2885: checking for gcc option to accept ANSI C configure:2955: gcc -c -g -O2 conftest.c >&5 configure:2961: $? = 0 configure:2965: test -z || test ! -s conftest.err configure:2968: $? = 0 configure:2971: test -s conftest.o configure:2974: $? = 0 configure:2992: result: none needed configure:3010: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:3016: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3151: checking dependency style of gcc configure:3241: result: gcc3 configure:3259: checking whether byte ordering is bigendian configure:3286: gcc -c -g -O2 conftest.c >&5 configure:3292: $? = 0 configure:3296: test -z || test ! -s conftest.err configure:3299: $? = 0 configure:3302: test -s conftest.o configure:3305: $? = 0 configure:3329: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:19: error: syntax error before "big" configure:3335: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:3470: result: no configure:3496: checking for freetype-config configure:3514: found /usr/local/bin/freetype-config configure:3529: result: /usr/local/bin/freetype-config configure:3541: checking for FT_Get_First_Char in -lfreetype configure:3571: gcc -o conftest -g -O2 conftest.c -lfreetype -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz >&5 configure:3577: $? = 0 configure:3581: test -z || test ! -s conftest.err configure:3584: $? = 0 configure:3587: test -s conftest configure:3590: $? = 0 configure:3603: result: yes configure:3611: checking for FT_Get_Next_Char in -lfreetype configure:3641: gcc -o conftest -g -O2 conftest.c -lfreetype -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz >&5 configure:3647: $? = 0 configure:3651: test -z || test ! -s conftest.err configure:3654: $? = 0 configure:3657: test -s conftest configure:3660: $? = 0 configure:3673: result: yes configure:3693: checking freetype version > 2.1.9 configure:3720: gcc -c -I/usr/local/include/freetype2 -I/usr/local/include conftest.c >&5 configure:3726: $? = 0 configure:3730: test -z || test ! -s conftest.err configure:3733: $? = 0 configure:3736: test -s conftest.o configure:3739: $? = 0 configure:3750: result: yes configure:3770: checking for xml2-config configure:3788: found /usr/local/bin/xml2-config configure:3803: result: /usr/local/bin/xml2-config configure:3815: checking for attribute in -lxml2 configure:3845: gcc -o conftest -g -O2 conftest.c -lxml2 >&5 configure:3851: $? = 0 configure:3855: test -z || test ! -s conftest.err configure:3858: $? = 0 configure:3861: test -s conftest configure:3864: $? = 0 configure:3877: result: yes configure:3905: checking for socket in -lsocket configure:3935: gcc -o conftest -g -O2 conftest.c -lsocket >&5 /usr/bin/ld: cannot find -lsocket configure:3941: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 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 socket (); | int | main () | { | socket (); | ; | return 0; | } configure:3967: result: no configure:3977: checking for gethostbyaddr in -lnsl configure:4007: gcc -o conftest -g -O2 conftest.c -lnsl >&5 /usr/bin/ld: cannot find -lnsl configure:4013: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 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 gethostbyaddr (); | int | main () | { | gethostbyaddr (); | ; | return 0; | } configure:4039: result: no configure:4053: checking for cups-config configure:4069: found /usr/local/bin/cups-config configure:4079: result: yes configure:4094: checking for _cmsChannelsOf in -llcms configure:4124: gcc -o conftest -g -O2 conftest.c -llcms -lm >&5 configure:4130: $? = 0 configure:4134: test -z || test ! -s conftest.err configure:4137: $? = 0 configure:4140: test -s conftest configure:4143: $? = 0 configure:4156: result: yes configure:4170: checking how to run the C preprocessor configure:4205: gcc -E conftest.c configure:4211: $? = 0 configure:4243: gcc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:4249: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | /* end confdefs.h. */ | #include configure:4288: result: gcc -E configure:4312: gcc -E conftest.c configure:4318: $? = 0 configure:4350: gcc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:4356: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | /* end confdefs.h. */ | #include configure:4400: checking for egrep configure:4410: result: grep -E configure:4415: checking for ANSI C header files configure:4440: gcc -c -g -O2 conftest.c >&5 configure:4446: $? = 0 configure:4450: test -z || test ! -s conftest.err configure:4453: $? = 0 configure:4456: test -s conftest.o configure:4459: $? = 0 configure:4548: gcc -o conftest -g -O2 conftest.c >&5 configure:4551: $? = 0 configure:4553: ./conftest configure:4556: $? = 0 configure:4571: result: yes configure:4595: checking for sys/types.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4595: checking for sys/stat.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4595: checking for stdlib.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4595: checking for string.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4595: checking for memory.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4595: checking for strings.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4595: checking for inttypes.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4595: checking for stdint.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4595: checking for unistd.h configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4617: $? = 0 configure:4621: test -z || test ! -s conftest.err configure:4624: $? = 0 configure:4627: test -s conftest.o configure:4630: $? = 0 configure:4641: result: yes configure:4663: checking lcms.h usability configure:4675: gcc -c -g -O2 conftest.c >&5 configure:4681: $? = 0 configure:4685: test -z || test ! -s conftest.err configure:4688: $? = 0 configure:4691: test -s conftest.o configure:4694: $? = 0 configure:4704: result: yes configure:4708: checking lcms.h presence configure:4718: gcc -E conftest.c configure:4724: $? = 0 configure:4744: result: yes configure:4779: checking for lcms.h configure:4786: result: yes configure:4966: checking for TIFFOpen in -ltiff configure:4996: gcc -o conftest -g -O2 conftest.c -ltiff -lm >&5 configure:5002: $? = 0 configure:5006: test -z || test ! -s conftest.err configure:5009: $? = 0 configure:5012: test -s conftest configure:5015: $? = 0 configure:5028: result: yes configure:5045: checking for dlopen in -lc configure:5075: gcc -o conftest -g -O2 conftest.c -lc >&5 configure:5081: $? = 0 configure:5085: test -z || test ! -s conftest.err configure:5088: $? = 0 configure:5091: test -s conftest configure:5094: $? = 0 configure:5107: result: yes configure:5241: checking for gcc configure:5267: result: gcc configure:5511: checking for C compiler version configure:5514: gcc --version &5 gcc (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5517: $? = 0 configure:5519: gcc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:5522: $? = 0 configure:5524: gcc -V &5 gcc: `-V' option must have argument configure:5527: $? = 1 configure:5530: checking whether we are using the GNU C compiler configure:5586: result: yes configure:5592: checking whether gcc accepts -g configure:5643: result: yes configure:5660: checking for gcc option to accept ANSI C configure:5767: result: none needed configure:5785: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:5791: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:5926: checking dependency style of gcc configure:6016: result: gcc3 configure:6039: checking how to run the C preprocessor configure:6157: result: gcc -E configure:6181: gcc -E conftest.c configure:6187: $? = 0 configure:6219: gcc -E conftest.c conftest.c:28:28: ac_nonexistent.h: No such file or directory configure:6225: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | /* end confdefs.h. */ | #include configure:6349: checking for g++ configure:6365: found /usr/bin/g++ configure:6375: result: g++ configure:6391: checking for C++ compiler version configure:6394: g++ --version &5 g++ (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6397: $? = 0 configure:6399: g++ -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:6402: $? = 0 configure:6404: g++ -V &5 g++: `-V' option must have argument configure:6407: $? = 1 configure:6410: checking whether we are using the GNU C++ compiler configure:6434: g++ -c conftest.cc >&5 configure:6440: $? = 0 configure:6444: test -z || test ! -s conftest.err configure:6447: $? = 0 configure:6450: test -s conftest.o configure:6453: $? = 0 configure:6466: result: yes configure:6472: checking whether g++ accepts -g configure:6493: g++ -c -g conftest.cc >&5 configure:6499: $? = 0 configure:6503: test -z || test ! -s conftest.err configure:6506: $? = 0 configure:6509: test -s conftest.o configure:6512: $? = 0 configure:6523: result: yes configure:6565: g++ -c conftest.cc >&5 configure:6571: $? = 0 configure:6575: test -z || test ! -s conftest.err configure:6578: $? = 0 configure:6581: test -s conftest.o configure:6584: $? = 0 configure:6610: g++ -c conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:32: error: `exit' undeclared (first use this function) conftest.cc:32: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:6616: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:6565: g++ -c conftest.cc >&5 configure:6571: $? = 0 configure:6575: test -z || test ! -s conftest.err configure:6578: $? = 0 configure:6581: test -s conftest.o configure:6584: $? = 0 configure:6610: g++ -c conftest.cc >&5 configure:6616: $? = 0 configure:6620: test -z || test ! -s conftest.err configure:6623: $? = 0 configure:6626: test -s conftest.o configure:6629: $? = 0 configure:6654: checking dependency style of g++ configure:6744: result: gcc3 configure:7243: checking whether g++ supports -Wundef configure:7279: rm -rf SunWS_cache; g++ -o conftest -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wundef conftest.cc 1>&5 configure:7285: $? = 0 configure:7289: test -z || test ! -s conftest.err configure:7292: $? = 0 configure:7295: test -s conftest configure:7298: $? = 0 configure:7319: result: yes configure:7331: checking whether g++ supports -Wno-long-long configure:7367: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wno-long-long conftest.cc 1>&5 configure:7373: $? = 0 configure:7377: test -z || test ! -s conftest.err configure:7380: $? = 0 configure:7383: test -s conftest configure:7386: $? = 0 configure:7407: result: yes configure:7419: checking whether g++ supports -Wnon-virtual-dtor configure:7455: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wnon-virtual-dtor conftest.cc 1>&5 configure:7461: $? = 0 configure:7465: test -z || test ! -s conftest.err configure:7468: $? = 0 configure:7471: test -s conftest configure:7474: $? = 0 configure:7495: result: yes configure:7515: checking whether g++ supports -fno-exceptions configure:7551: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions conftest.cc 1>&5 configure:7557: $? = 0 configure:7561: test -z || test ! -s conftest.err configure:7564: $? = 0 configure:7567: test -s conftest configure:7570: $? = 0 configure:7591: result: yes configure:7603: checking whether g++ supports -fno-check-new configure:7639: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new conftest.cc 1>&5 configure:7645: $? = 0 configure:7649: test -z || test ! -s conftest.err configure:7652: $? = 0 configure:7655: test -s conftest configure:7658: $? = 0 configure:7679: result: yes configure:7691: checking whether g++ supports -fno-common configure:7727: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common conftest.cc 1>&5 configure:7733: $? = 0 configure:7737: test -z || test ! -s conftest.err configure:7740: $? = 0 configure:7743: test -s conftest configure:7746: $? = 0 configure:7767: result: yes configure:7779: checking whether g++ supports -fexceptions configure:7815: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -fexceptions conftest.cc 1>&5 configure:7821: $? = 0 configure:7825: test -z || test ! -s conftest.err configure:7828: $? = 0 configure:7831: test -s conftest configure:7834: $? = 0 configure:7855: result: yes configure:8517: checking how to run the C++ preprocessor configure:8548: g++ -E conftest.cc configure:8554: $? = 0 configure:8586: g++ -E conftest.cc conftest.cc:31:28: ac_nonexistent.h: No such file or directory configure:8592: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:8631: result: g++ -E configure:8655: g++ -E conftest.cc configure:8661: $? = 0 configure:8693: g++ -E conftest.cc conftest.cc:31:28: ac_nonexistent.h: No such file or directory configure:8699: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:8747: checking whether g++ supports -O0 configure:8783: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -O0 conftest.cc 1>&5 configure:8789: $? = 0 configure:8793: test -z || test ! -s conftest.err configure:8796: $? = 0 configure:8799: test -s conftest configure:8802: $? = 0 configure:8823: result: yes configure:9145: result: not using lib directory suffix configure:9190: checking for a sed that does not truncate output configure:9244: result: /usr/bin/sed configure:9258: checking for ld used by gcc configure:9325: result: /usr/bin/ld configure:9334: checking if the linker (/usr/bin/ld) is GNU ld configure:9349: result: yes configure:9354: checking for /usr/bin/ld option to reload object files configure:9361: result: -r configure:9370: checking for BSD-compatible nm configure:9412: result: /usr/bin/nm -B configure:9416: checking whether ln -s works configure:9420: result: yes configure:9427: checking how to recognise dependent libraries configure:9634: result: pass_all configure:9856: checking dlfcn.h usability configure:9868: gcc -c -O2 -g -O2 conftest.c >&5 configure:9874: $? = 0 configure:9878: test -z || test ! -s conftest.err configure:9881: $? = 0 configure:9884: test -s conftest.o configure:9887: $? = 0 configure:9897: result: yes configure:9901: checking dlfcn.h presence configure:9911: gcc -E conftest.c configure:9917: $? = 0 configure:9937: result: yes configure:9972: checking for dlfcn.h configure:9979: result: yes configure:10043: checking for g77 configure:10072: result: no configure:10043: checking for f77 configure:10059: found /usr/bin/f77 configure:10069: result: f77 configure:10084: checking for Fortran 77 compiler version configure:10087: f77 --version &5 GNU Fortran (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 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 or type the command `info -f g77 Copying'. configure:10090: $? = 0 configure:10092: f77 -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:10095: $? = 0 configure:10097: f77 -V &5 f77: `-V' option must have argument configure:10100: $? = 1 configure:10108: checking whether we are using the GNU Fortran 77 compiler configure:10122: f77 -c conftest.F >&5 configure:10128: $? = 0 configure:10132: test -z || test ! -s conftest.err configure:10135: $? = 0 configure:10138: test -s conftest.o configure:10141: $? = 0 configure:10154: result: yes configure:10160: checking whether f77 accepts -g configure:10172: f77 -c -g conftest.f >&5 configure:10178: $? = 0 configure:10182: test -z || test ! -s conftest.err configure:10185: $? = 0 configure:10188: test -s conftest.o configure:10191: $? = 0 configure:10203: result: yes configure:10233: checking the maximum length of command line arguments configure:10292: result: 16384 configure:10303: checking command to parse /usr/bin/nm -B output from gcc object configure:10392: gcc -c -O2 -g -O2 conftest.c >&5 configure:10395: $? = 0 configure:10399: /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:10402: $? = 0 configure:10454: gcc -o conftest -O2 -g -O2 conftest.c conftstm.o >&5 configure:10457: $? = 0 configure:10495: result: ok configure:10499: checking for objdir configure:10514: result: .libs configure:10604: checking for ar configure:10620: found /usr/bin/ar configure:10631: result: ar configure:10684: checking for ranlib configure:10700: found /usr/bin/ranlib configure:10711: result: ranlib configure:10764: checking for strip configure:10780: found /usr/bin/strip configure:10791: result: strip configure:11053: checking if gcc static flag works configure:11076: result: yes configure:11098: checking if gcc supports -fno-rtti -fno-exceptions configure:11116: gcc -c -O2 -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:11120: $? = 0 configure:11131: result: no configure:11146: checking for gcc option to produce PIC configure:11323: result: -fPIC configure:11331: checking if gcc PIC flag -fPIC works configure:11349: gcc -c -O2 -g -O2 -fPIC -DPIC conftest.c >&5 configure:11353: $? = 0 configure:11364: result: yes configure:11388: checking if gcc supports -c -o file.o configure:11416: gcc -c -O2 -g -O2 -o out/conftest2.o conftest.c >&5 configure:11420: $? = 0 configure:11437: result: yes configure:11463: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:12264: result: yes configure:12290: checking whether -lc should be explicitly linked in configure:12295: gcc -c -O2 -g -O2 conftest.c >&5 configure:12298: $? = 0 configure:12312: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:12315: $? = 1 configure:12327: result: yes configure:12335: checking dynamic linker characteristics configure:12853: result: freebsd5.4 ld.so configure:12857: checking how to hardcode library paths into programs configure:12882: result: immediate configure:12896: checking whether stripping libraries is possible configure:12901: result: yes configure:13027: checking for shl_load configure:13084: gcc -o conftest -O2 -g -O2 conftest.c >&5 /var/tmp//ccpYB8IT.o(.text+0x14): In function `main': /usr/home/elvis/Desktop/Download/Scribus/conftest.c:73: undefined reference to `shl_load' /var/tmp//ccpYB8IT.o(.data+0x0):/usr/home/elvis/Desktop/Download/Scribus/conftest.c:72: undefined reference to `shl_load' configure:13090: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i 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 to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:13115: result: no configure:13120: checking for shl_load in -ldld configure:13150: gcc -o conftest -O2 -g -O2 conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld configure:13156: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #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:13182: result: no configure:13187: checking for dlopen configure:13244: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:13250: $? = 0 configure:13254: test -z || test ! -s conftest.err configure:13257: $? = 0 configure:13260: test -s conftest configure:13263: $? = 0 configure:13275: result: yes configure:13517: checking whether a program can dlopen itself configure:13589: gcc -o conftest -O2 -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5 configure:13592: $? = 0 configure:13610: result: yes configure:13615: checking whether a statically linked program can dlopen itself configure:13687: gcc -o conftest -O2 -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5 configure:13690: $? = 0 configure:13708: result: yes configure:13731: checking if libtool supports shared libraries configure:13733: result: yes configure:13736: checking whether to build shared libraries configure:13783: result: yes configure:13786: checking whether to build static libraries configure:13790: result: no configure:13881: creating libtool configure:14425: checking for ld used by g++ configure:14492: result: /usr/bin/ld configure:14501: checking if the linker (/usr/bin/ld) is GNU ld configure:14516: result: yes configure:14567: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:15370: result: yes configure:15392: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common conftest.cc >&5 configure:15395: $? = 0 configure:15491: checking for g++ option to produce PIC configure:15743: result: -fPIC configure:15751: checking if g++ PIC flag -fPIC works configure:15769: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -fPIC -DPIC conftest.cc >&5 configure:15773: $? = 0 configure:15784: result: yes configure:15808: checking if g++ supports -c -o file.o configure:15836: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -o out/conftest2.o conftest.cc >&5 configure:15840: $? = 0 configure:15857: result: yes configure:15883: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:15908: result: yes configure:15979: checking dynamic linker characteristics configure:16497: result: freebsd5.4 ld.so configure:16501: checking how to hardcode library paths into programs configure:16526: result: immediate configure:16540: checking whether stripping libraries is possible configure:16545: result: yes configure:16671: checking for shl_load configure:16759: result: no configure:16764: checking for shl_load in -ldld configure:16826: result: no configure:16831: checking for dlopen configure:16919: result: yes configure:17161: checking whether a program can dlopen itself configure:17254: result: yes configure:17259: checking whether a statically linked program can dlopen itself configure:17352: result: yes configure:17848: checking if libtool supports shared libraries configure:17850: result: yes configure:17853: checking whether to build shared libraries configure:17871: result: yes configure:17874: checking whether to build static libraries configure:17878: result: no configure:17890: checking for f77 option to produce PIC configure:18067: result: -fPIC configure:18075: checking if f77 PIC flag -fPIC works configure:18093: f77 -c -g -O2 -fPIC conftest.f >&5 configure:18097: $? = 0 configure:18108: result: yes configure:18132: checking if f77 supports -c -o file.o configure:18160: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:18164: $? = 0 configure:18181: result: yes configure:18207: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:18988: result: yes configure:19059: checking dynamic linker characteristics configure:19577: result: freebsd5.4 ld.so configure:19581: checking how to hardcode library paths into programs configure:19606: result: immediate configure:19620: checking whether stripping libraries is possible configure:19625: result: yes configure:23665: checking for dlopen in -ldl configure:23695: gcc -o conftest -O2 -g -O2 conftest.c -ldl >&5 /usr/bin/ld: cannot find -ldl configure:23701: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #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 dlopen (); | int | main () | { | dlopen (); | ; | return 0; | } configure:23727: result: no configure:23737: checking for shl_unload in -ldld configure:23767: gcc -o conftest -O2 -g -O2 conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld configure:23773: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #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_unload (); | int | main () | { | shl_unload (); | ; | return 0; | } configure:23799: result: no configure:23902: checking for pthread_create in -lpthread configure:23932: gcc -o conftest -O2 -g -O2 conftest.c -lpthread >&5 configure:23938: $? = 0 configure:23942: test -z || test ! -s conftest.err configure:23945: $? = 0 configure:23948: test -s conftest configure:23951: $? = 0 configure:23964: result: yes configure:23975: checking for Python directory configure:24003: result: /usr/local configure:24018: checking for Python2.4 configure: 24028: /usr/local/include/Python.h configure: 24028: /usr/include/Python.h configure: 24028: /usr/local/include//Python.h configure: 24044: /usr/local/include/python2.4/Python.h taking that configure: 24068: /usr/local/lib/libpython2.4.so taking that configure: 24128: /usr/local/lib/python2.4/copy.py taking that configure:24144: result: header /usr/local/include/python2.4 library /usr/local/lib modules /usr/local/lib/python2.4 configure:31297: checking if a Python application links configure:31335: gcc -o conftest -O2 -g -O2 -I/usr/local/include/python2.4 -L/usr/local/lib conftest.c -lpython2.4 >&5 /usr/local/lib/libpython2.4.so: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/local/lib/libpython2.4.so: warning: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/local/lib/libpython2.4.so: undefined reference to `pthread_attr_destroy' /usr/local/lib/libpython2.4.so: undefined reference to `pthread_create' /usr/local/lib/libpython2.4.so: undefined reference to `pthread_attr_init' /usr/local/lib/libpython2.4.so: undefined reference to `pthread_detach' /usr/local/lib/libpython2.4.so: undefined reference to `pthread_attr_setstacksize' configure:31341: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | PySys_SetArgv(1, 0); | | ; | return 0; | } configure:31382: result: no configure:31397: checking if Python depends on -lm configure:31432: gcc -o conftest -O2 -g -O2 -I/usr/local/include/python2.4 -L/usr/local/lib conftest.c -lpython2.4 -lm >&5 /usr/local/lib/libpython2.4.so: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/local/lib/libpython2.4.so: warning: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/local/lib/libpython2.4.so: undefined reference to `pthread_attr_destroy' /usr/local/lib/libpython2.4.so: undefined reference to `pthread_create' /usr/local/lib/libpython2.4.so: undefined reference to `pthread_attr_init' /usr/local/lib/libpython2.4.so: undefined reference to `pthread_detach' /usr/local/lib/libpython2.4.so: undefined reference to `pthread_attr_setstacksize' configure:31438: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | PySys_SetArgv(1, 0); | | ; | return 0; | } configure:31479: result: no configure:31494: checking if Python depends on -lpthread configure:31529: gcc -o conftest -O2 -g -O2 -I/usr/local/include/python2.4 -L/usr/local/lib conftest.c -lpython2.4 -lpthread >&5 /usr/local/lib/libpython2.4.so: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/local/lib/libpython2.4.so: warning: warning: tempnam() possibly used unsafely; consider using mkstemp() configure:31535: $? = 0 configure:31539: test -z || test ! -s conftest.err configure:31542: $? = 0 configure:31545: test -s conftest configure:31548: $? = 0 configure:31568: result: yes configure:32598: checking python2.3/Python.h usability configure:32610: gcc -c -O2 -g -O2 conftest.c >&5 conftest.c:68:30: python2.3/Python.h: No such file or directory configure:32616: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:32639: result: no configure:32643: checking python2.3/Python.h presence configure:32653: gcc -E conftest.c conftest.c:34:30: python2.3/Python.h: No such file or directory configure:32659: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | /* end confdefs.h. */ | #include configure:32679: result: no configure:32714: checking for python2.3/Python.h configure:32721: result: no configure:32761: checking cups/cups.h usability configure:32773: gcc -c -O2 -g -O2 conftest.c >&5 configure:32779: $? = 0 configure:32783: test -z || test ! -s conftest.err configure:32786: $? = 0 configure:32789: test -s conftest.o configure:32792: $? = 0 configure:32802: result: yes configure:32806: checking cups/cups.h presence configure:32816: gcc -E conftest.c configure:32822: $? = 0 configure:32842: result: yes configure:32877: checking for cups/cups.h configure:32884: result: yes configure:32932: checking for strlcat configure:32980: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5 configure:32986: $? = 0 configure:32990: test -z || test ! -s conftest.err configure:32993: $? = 0 configure:32996: test -s conftest.o configure:32999: $? = 0 configure:33021: result: yes configure:33024: checking if strlcat needs custom prototype configure:33128: result: no configure:33153: checking for strlcpy configure:33200: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cc >&5 configure:33206: $? = 0 configure:33210: test -z || test ! -s conftest.err configure:33213: $? = 0 configure:33216: test -s conftest.o configure:33219: $? = 0 configure:33241: result: yes configure:33244: checking if strlcpy needs custom prototype configure:33347: result: no configure:33371: checking for main in -lutil configure:33395: gcc -o conftest -O2 -g -O2 conftest.c -lutil >&5 configure:33401: $? = 0 configure:33405: test -z || test ! -s conftest.err configure:33408: $? = 0 configure:33411: test -s conftest configure:33414: $? = 0 configure:33427: result: yes configure:33433: checking for main in -lcompat configure:33457: gcc -o conftest -O2 -g -O2 conftest.c -lcompat >&5 configure:33463: $? = 0 configure:33467: test -z || test ! -s conftest.err configure:33470: $? = 0 configure:33473: test -s conftest configure:33476: $? = 0 configure:33489: result: yes configure:33496: checking for crypt in -lcrypt configure:33526: gcc -o conftest -O2 -g -O2 conftest.c -lcrypt >&5 configure:33532: $? = 0 configure:33536: test -z || test ! -s conftest.err configure:33539: $? = 0 configure:33542: test -s conftest configure:33545: $? = 0 configure:33558: result: yes configure:33652: checking for socklen_t configure:33691: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common conftest.cc >&5 configure:33697: $? = 0 configure:33701: test -z || test ! -s conftest.err configure:33704: $? = 0 configure:33707: test -s conftest.o configure:33710: $? = 0 configure:33782: result: socklen_t configure:33798: checking for dnet_ntoa in -ldnet configure:33828: gcc -o conftest -O2 -g -O2 conftest.c -ldnet >&5 /usr/bin/ld: cannot find -ldnet configure:33834: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #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:33860: result: no configure:33867: checking for dnet_ntoa in -ldnet_stub configure:33897: gcc -o conftest -O2 -g -O2 conftest.c -ldnet_stub >&5 /usr/bin/ld: cannot find -ldnet_stub configure:33903: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #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:33929: result: no configure:33936: checking for inet_ntoa configure:33993: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:33999: $? = 0 configure:34003: test -z || test ! -s conftest.err configure:34006: $? = 0 configure:34009: test -s conftest configure:34012: $? = 0 configure:34024: result: yes configure:34097: checking for connect configure:34154: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:34160: $? = 0 configure:34164: test -z || test ! -s conftest.err configure:34167: $? = 0 configure:34170: test -s conftest configure:34173: $? = 0 configure:34185: result: yes configure:34259: checking for remove configure:34316: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:34322: $? = 0 configure:34326: test -z || test ! -s conftest.err configure:34329: $? = 0 configure:34332: test -s conftest configure:34335: $? = 0 configure:34347: result: yes configure:34422: checking for shmat configure:34479: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:34485: $? = 0 configure:34489: test -z || test ! -s conftest.err configure:34492: $? = 0 configure:34495: test -s conftest configure:34498: $? = 0 configure:34510: result: yes configure:34593: checking for sys/types.h configure:34598: result: yes configure:34593: checking for stdint.h configure:34598: result: yes configure:34754: checking sys/bitypes.h usability configure:34766: gcc -c -O2 -g -O2 conftest.c >&5 conftest.c:77:25: sys/bitypes.h: No such file or directory configure:34772: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:34795: result: no configure:34799: checking sys/bitypes.h presence configure:34809: gcc -E conftest.c conftest.c:43:25: sys/bitypes.h: No such file or directory configure:34815: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include configure:34835: result: no configure:34870: checking for sys/bitypes.h configure:34877: result: no configure:34892: checking for poll in -lpoll configure:34922: gcc -o conftest -O2 -g -O2 conftest.c -lpoll >&5 /usr/bin/ld: cannot find -lpoll configure:34928: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_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:34954: result: no configure:34972: checking CoreAudio/CoreAudio.h usability configure:34984: gcc -c -O2 -g -O2 conftest.c >&5 conftest.c:77:33: CoreAudio/CoreAudio.h: No such file or directory configure:34990: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:35013: result: no configure:35017: checking CoreAudio/CoreAudio.h presence configure:35027: gcc -E conftest.c conftest.c:43:33: CoreAudio/CoreAudio.h: No such file or directory configure:35033: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include configure:35053: result: no configure:35088: checking for CoreAudio/CoreAudio.h configure:35095: result: no configure:35113: checking if res_init needs -lresolv configure:35140: gcc -o conftest -O2 -g -O2 conftest.c -lresolv >&5 /usr/bin/ld: cannot find -lresolv configure:35146: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | | int | main () | { | | res_init(); | | ; | return 0; | } configure:35175: result: no configure:35184: checking if res_init is available configure:35209: gcc -c -O2 -g -O2 conftest.c >&5 configure:35215: $? = 0 configure:35219: test -z || test ! -s conftest.err configure:35222: $? = 0 configure:35225: test -s conftest.o configure:35228: $? = 0 configure:35231: result: yes configure:35254: checking for killpg in -lucb configure:35284: gcc -o conftest -O2 -g -O2 conftest.c -lucb >&5 /usr/bin/ld: cannot find -lucb configure:35290: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 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:35316: result: no configure:35399: checking for int configure:35423: gcc -c -O2 -g -O2 conftest.c >&5 configure:35429: $? = 0 configure:35433: test -z || test ! -s conftest.err configure:35436: $? = 0 configure:35439: test -s conftest.o configure:35442: $? = 0 configure:35453: result: yes configure:35456: checking size of int configure:35775: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:35778: $? = 0 configure:35780: ./conftest configure:35783: $? = 0 configure:35806: result: 4 configure:35812: checking for short configure:35836: gcc -c -O2 -g -O2 conftest.c >&5 configure:35842: $? = 0 configure:35846: test -z || test ! -s conftest.err configure:35849: $? = 0 configure:35852: test -s conftest.o configure:35855: $? = 0 configure:35866: result: yes configure:35869: checking size of short configure:36188: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:36191: $? = 0 configure:36193: ./conftest configure:36196: $? = 0 configure:36219: result: 2 configure:36225: checking for long configure:36249: gcc -c -O2 -g -O2 conftest.c >&5 configure:36255: $? = 0 configure:36259: test -z || test ! -s conftest.err configure:36262: $? = 0 configure:36265: test -s conftest.o configure:36268: $? = 0 configure:36279: result: yes configure:36282: checking size of long configure:36601: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:36604: $? = 0 configure:36606: ./conftest configure:36609: $? = 0 configure:36632: result: 4 configure:36638: checking for char * configure:36662: gcc -c -O2 -g -O2 conftest.c >&5 configure:36668: $? = 0 configure:36672: test -z || test ! -s conftest.err configure:36675: $? = 0 configure:36678: test -s conftest.o configure:36681: $? = 0 configure:36692: result: yes configure:36695: checking size of char * configure:37014: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:37017: $? = 0 configure:37019: ./conftest configure:37022: $? = 0 configure:37045: result: 4 configure:37053: checking for dlopen in -ldl configure:37115: result: no configure:37125: checking for shl_unload in -ldld configure:37187: result: no configure:37202: checking for size_t configure:37226: gcc -c -O2 -g -O2 conftest.c >&5 configure:37232: $? = 0 configure:37236: test -z || test ! -s conftest.err configure:37239: $? = 0 configure:37242: test -s conftest.o configure:37245: $? = 0 configure:37256: result: yes configure:37259: checking size of size_t configure:37578: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:37581: $? = 0 configure:37583: ./conftest configure:37586: $? = 0 configure:37609: result: 4 configure:37616: checking for unsigned long configure:37640: gcc -c -O2 -g -O2 conftest.c >&5 configure:37646: $? = 0 configure:37650: test -z || test ! -s conftest.err configure:37653: $? = 0 configure:37656: test -s conftest.o configure:37659: $? = 0 configure:37670: result: yes configure:37673: checking size of unsigned long configure:37992: gcc -o conftest -O2 -g -O2 conftest.c >&5 configure:37995: $? = 0 configure:37997: ./conftest configure:38000: $? = 0 configure:38023: result: 4 configure:38031: checking sizeof size_t == sizeof unsigned long configure:38053: gcc -c -O2 -g -O2 conftest.c >&5 configure:38059: $? = 0 configure:38063: test -z || test ! -s conftest.err configure:38066: $? = 0 configure:38069: test -s conftest.o configure:38072: $? = 0 configure:38074: result: yes configure:38112: checking crt_externs.h usability configure:38124: gcc -c -O2 -g -O2 conftest.c >&5 conftest.c:84:25: crt_externs.h: No such file or directory configure:38130: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 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 | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:38153: result: no configure:38157: checking crt_externs.h presence configure:38167: gcc -E conftest.c conftest.c:50:25: crt_externs.h: No such file or directory configure:38173: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 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 configure:38193: result: no configure:38228: checking for crt_externs.h configure:38235: result: no configure:38248: checking for _NSGetEnviron configure:38305: gcc -o conftest -O2 -g -O2 conftest.c >&5 /var/tmp//cceDhs8P.o(.text+0x14): In function `main': /usr/home/elvis/Desktop/Download/Scribus/conftest.c:90: undefined reference to `_NSGetEnviron' /var/tmp//cceDhs8P.o(.data+0x0):/usr/home/elvis/Desktop/Download/Scribus/conftest.c:89: undefined reference to `_NSGetEnviron' configure:38311: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 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 declares _NSGetEnviron. | For example, HP-UX 11i declares gettimeofday. */ | #define _NSGetEnviron innocuous__NSGetEnviron | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _NSGetEnviron (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:38336: result: no configure:38358: checking for vsnprintf configure:38415: gcc -o conftest -O2 -g -O2 conftest.c >&5 conftest.c:74: warning: conflicting types for built-in function 'vsnprintf' configure:38421: $? = 0 configure:38425: test -z || test ! -s conftest.err configure:38428: $? = 0 configure:38431: test -s conftest configure:38434: $? = 0 configure:38446: result: yes configure:38358: checking for snprintf configure:38415: gcc -o conftest -O2 -g -O2 conftest.c >&5 conftest.c:75: warning: conflicting types for built-in function 'snprintf' configure:38421: $? = 0 configure:38425: test -z || test ! -s conftest.err configure:38428: $? = 0 configure:38431: test -s conftest configure:38434: $? = 0 configure:38446: result: yes configure:38493: checking for X configure:38531: gcc -E conftest.c configure:38537: $? = 0 configure:38628: gcc -o conftest -O2 -g -O2 conftest.c -lXt >&5 configure:38634: $? = 0 configure:38638: test -z || test ! -s conftest.err configure:38641: $? = 0 configure:38644: test -s conftest configure:38647: $? = 0 configure:38793: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:38822: checking for IceConnectionNumber in -lICE configure:38852: gcc -o conftest -O2 -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5 configure:38858: $? = 0 configure:38862: test -z || test ! -s conftest.err configure:38865: $? = 0 configure:38868: test -s conftest configure:38871: $? = 0 configure:38884: result: yes configure:38894: checking for libXext configure:38929: gcc -o conftest -O2 -g -O2 -L/usr/X11R6/lib conftest.c -lXext -lX11 >&5 configure:38935: $? = 0 configure:38939: test -z || test ! -s conftest.err configure:38942: $? = 0 configure:38945: test -s conftest configure:38948: $? = 0 configure:38967: result: yes configure:39309: checking for extra includes configure:39337: result: no configure:39341: checking for extra libs configure:39370: result: no configure:39376: checking for libz configure:39411: gcc -o conftest -O2 -g -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -lz >&5 configure:39417: $? = 0 configure:39421: test -z || test ! -s conftest.err configure:39424: $? = 0 configure:39427: test -s conftest configure:39430: $? = 0 configure:39452: result: -lz configure:39473: checking for libpng configure:39510: gcc -o conftest -O2 -g -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -lpng -lz -lm -lX11 >&5 configure:39516: $? = 0 configure:39520: test -z || test ! -s conftest.err configure:39523: $? = 0 configure:39526: test -s conftest configure:39529: $? = 0 configure:39553: result: -lpng -lz -lm configure:39564: checking for libjpeg6b configure:39604: gcc -o conftest -O2 -g -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -ljpeg6b -lm >&5 /usr/bin/ld: cannot find -ljpeg6b configure:39610: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 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:39645: result: no configure:39648: checking for libjpeg configure:39688: gcc -o conftest -O2 -g -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -ljpeg -lm >&5 configure:39694: $? = 0 configure:39698: test -z || test ! -s conftest.err configure:39701: $? = 0 configure:39704: test -s conftest configure:39707: $? = 0 configure:39726: result: -ljpeg configure: 39750: ${prefix}/include/jpeglib.h configure: 39750: /usr/include/jpeglib.h configure: 39750: /usr/local/include/jpeglib.h taking that configure:39797: checking for perl configure:39857: result: /usr/bin/perl configure:39993: checking for Qt configure: 40058: /usr/lib/qt3/include/qstyle.h configure: 40058: /usr/lib/qt3/qstyle.h configure: 40058: /usr/lib/qt/include/qstyle.h configure: 40058: /usr/lib/qt/qstyle.h configure: 40058: /usr/share/qt3/include/qstyle.h configure: 40058: /usr/share/qt3/qstyle.h configure: 40058: /usr/local/qt/include/qstyle.h configure: 40058: /usr/include/qt/qstyle.h configure: 40058: /usr/include/qstyle.h configure: 40058: /usr/X11R6/include/X11/qt/qstyle.h configure: 40058: /usr/X11R6/include/qt/qstyle.h configure: 40058: /usr/X11R6/include/qt2/qstyle.h configure: 40058: /usr/include/qt3/qstyle.h configure: 40058: /usr/X11R6/include/qstyle.h taking that 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 configure:40176: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE -lpthread 1>&5 configure:40179: $? = 0 configure:40238: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include using -mt configure:40420: checking for moc configure:40492: result: /usr/X11R6/bin/moc configure:40500: checking for uic configure:40554: result: /usr/X11R6/bin/uic configure:40585: checking whether uic supports -L configure:40596: /usr/X11R6/bin/uic -L /nonexistent conftest.ui >/dev/null configure:40599: $? = 0 configure:40611: result: yes configure:40623: checking whether uic supports -nounload configure:40634: /usr/X11R6/bin/uic -nounload conftest.ui >/dev/null configure:40637: $? = 0 configure:40649: result: yes configure:40686: checking if Qt needs -ljpeg configure:40727: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cc -L/usr/X11R6/lib -lqt-mt -lpng -lz -lm -lXext -lX11 -lSM -lICE 1>&5 conftest.cc: In function `int main()': conftest.cc:62: warning: 'argv' might be used uninitialized in this function /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cleanup_pop' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_destroy' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_init' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_exit' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cancel' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_testcancel' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cleanup_push' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_getschedpolicy' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_setinheritsched' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_setstacksize' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_setschedparam' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_setdetachstate' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cond_timedwait' configure:40733: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.2.2cvs" | #define HAVE_LIBART 1 | #define HAVE_FREETYPE 1 | #define HAVE_XML 1 | #define HAVE_XML26 1 | #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 CMS_INC "lcms.h" | #define HAVE_CMS 1 | #define HAVE_TIFF 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define KDELIBSUFF "" | #define HAVE_DLFCN_H 1 | #define HAVE_PYTHON 1 | #define HAVE_CUPS 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT_PROTO 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY_PROTO 1 | #define HAVE_CRYPT 1 | #define ksize_t socklen_t | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_RES_INIT 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 | /* end confdefs.h. */ | #include | int | main () | { | | int argc; | char** argv; | QApplication app(argc, argv); | ; | return 0; | } configure:40771: result: yes configure:40823: checking if scribus should be compiled configure:40835: result: yes configure:41083: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on square.dose.se config.status:845: creating Makefile config.status:845: creating scribus/Makefile config.status:845: creating scribus/dicts/Makefile config.status:845: creating scribus/doc/Makefile config.status:845: creating scribus/doc/cs/Makefile config.status:845: creating scribus/doc/cs/tutorials/Makefile config.status:845: creating scribus/doc/cs/tutorials/short-words/Makefile config.status:845: creating scribus/doc/en/Makefile config.status:845: creating scribus/doc/en/images/Makefile config.status:845: creating scribus/doc/en/tutorials/Makefile config.status:845: creating scribus/doc/fr/Makefile config.status:845: creating scribus/doc/fr/tutorials/Makefile config.status:845: creating scribus/doc/fr/tutorials/short-words/Makefile config.status:845: creating scribus/doc/pl/Makefile config.status:845: creating scribus/doc/pl/tutorials/Makefile config.status:845: creating scribus/doc/pl/tutorials/short-words/Makefile config.status:845: creating scribus/icons/Makefile config.status:845: creating scribus/libabout/Makefile config.status:845: creating scribus/libpdf/Makefile config.status:845: creating scribus/libpostscript/Makefile config.status:845: creating scribus/libprefs/Makefile config.status:845: creating scribus/manpages/Makefile config.status:845: creating scribus/plugins/Makefile config.status:845: creating scribus/plugins/fileloader/Makefile config.status:845: creating scribus/plugins/fileloader/oodraw/Makefile config.status:845: creating scribus/plugins/fontpreview/Makefile config.status:845: creating scribus/plugins/gettext/Makefile config.status:845: creating scribus/plugins/gettext/csvim/Makefile config.status:845: creating scribus/plugins/gettext/htmlim/Makefile config.status:845: creating scribus/plugins/gettext/odtim/Makefile config.status:845: creating scribus/plugins/gettext/sxwim/Makefile config.status:845: creating scribus/plugins/gettext/textfilter/Makefile config.status:845: creating scribus/plugins/gettext/txtim/Makefile config.status:845: creating scribus/plugins/libchar/Makefile config.status:845: creating scribus/plugins/newfromtemplateplugin/Makefile config.status:845: creating scribus/plugins/pixmapexport/Makefile config.status:845: creating scribus/plugins/printpreview/Makefile config.status:845: creating scribus/plugins/psimport/Makefile config.status:845: creating scribus/plugins/saveastemplateplugin/Makefile config.status:845: creating scribus/plugins/scriptplugin/Makefile config.status:845: creating scribus/plugins/scriptplugin/samples/Makefile config.status:845: creating scribus/plugins/scriptplugin/scripts/Makefile config.status:845: creating scribus/plugins/short-words/Makefile config.status:845: creating scribus/plugins/svgexplugin/Makefile config.status:845: creating scribus/plugins/svgimplugin/Makefile config.status:845: creating scribus/po/Makefile config.status:845: creating scribus/profiles/Makefile config.status:845: creating scribus/qm/Makefile config.status:845: creating scribus/templates/Makefile config.status:949: creating config.h config.status:1317: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-freebsd5.4 ac_cv_build_alias=i386-unknown-freebsd5.4 ac_cv_c_bigendian=no 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=yes 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_qt='have_qt=yes ac_qt_includes=/usr/X11R6/include ac_qt_libraries=/usr/X11R6/lib' ac_cv_header_CoreAudio_CoreAudio_h=no ac_cv_header_crt_externs_h=no ac_cv_header_cups_cups_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_lcms_h=yes ac_cv_header_memory_h=yes ac_cv_header_python2_3_Python_h=no 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=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-unknown-freebsd5.4 ac_cv_host_alias=i386-unknown-freebsd5.4 ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_c_dlopen=yes ac_cv_lib_compat_main=yes ac_cv_lib_crypt_crypt=yes ac_cv_lib_dl_dlopen=no 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_freetype_FT_Get_First_Char=yes ac_cv_lib_freetype_FT_Get_Next_Char=yes ac_cv_lib_jpeg_6b=no ac_cv_lib_jpeg_normal=-ljpeg ac_cv_lib_lcms__cmsChannelsOf=yes ac_cv_lib_nsl_gethostbyaddr=no ac_cv_lib_png='-lpng -lz -lm' ac_cv_lib_poll_poll=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_socket_socket=no ac_cv_lib_tiff_TIFFOpen=yes ac_cv_lib_ucb_killpg=no ac_cv_lib_util_main=yes ac_cv_lib_xml2_attribute=yes ac_cv_lib_z=-lz ac_cv_objext=o ac_cv_path_FREETYPE_CONFIG=/usr/local/bin/freetype-config ac_cv_path_LIBART_CONFIG=/usr/local/bin/libart2-config ac_cv_path_XML_CONFIG=/usr/local/bin/xml2-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=nawk 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=f77 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_hacups=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_socklen_t=socklen_t ac_cv_target=i386-unknown-freebsd5.4 ac_cv_target_alias=i386-unknown-freebsd5.4 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_strlcat=yes kde_cv_func_strlcpy=yes 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/X11R6/bin/uic kde_cv_path_moc=/usr/X11R6/bin/moc kde_cv_path_perl=/usr/bin/perl kde_cv_path_uic=/usr/X11R6/bin/uic kde_cv_prog_cxx_O0=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_strlcat=no kde_cv_proto_strlcpy=no kde_cv_pythondir=/usr/local kde_cv_qt_jpeg=yes kde_cv_try_link_python_m=no kde_cv_try_link_python_normal=no kde_cv_try_link_python_pthread=yes lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=yes lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/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=16384 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} /usr/home/elvis/Desktop/Download/Scribus/admin/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/home/elvis/Desktop/Download/Scribus/admin/missing --run tar' AR='ar' AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure' AUTOHEADER='${SHELL} /usr/home/elvis/Desktop/Download/Scribus/admin/missing --run autoheader' AUTOMAKE='${SHELL} /usr/home/elvis/Desktop/Download/Scribus/admin/missing --run automake-1.9' AWK='nawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -g -O2' COMPILE_DEBUG_FALSE='' COMPILE_DEBUG_TRUE='#' COMPILE_PYTHON_FALSE='#' COMPILE_PYTHON_TRUE='' CPP='gcc -E' CPPFLAGS=' -DQT_THREAD_SUPPORT -D_THREAD_SAFE ' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_PERMISSIVE_FLAG='-fpermissive' EXEEXT='' F77='f77' FFLAGS='-g -O2' FRAMEWORK_COREAUDIO='' FREETYPE_CONFIG='/usr/local/bin/freetype-config' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' KDE_MT_LDFLAGS='' KDE_MT_LIBS='-lpthread' KDE_NO_UNDEFINED='' KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS)' KDE_USE_CLOSURE_FALSE='' KDE_USE_CLOSURE_TRUE='#' KDE_USE_FINAL_FALSE='' KDE_USE_FINAL_TRUE='#' KDE_USE_NMCHECK_FALSE='' KDE_USE_NMCHECK_TRUE='#' LDFLAGS='' LIBART_CFLAGS='-I/usr/local/include/libart-2.0' LIBART_CONFIG='/usr/local/bin/libart2-config' LIBART_LIBS='-L/usr/local/lib -lart_lgpl_2 -lm' LIBCOMPAT='-lcompat' LIBCRYPT='-lcrypt' LIBCUPS='-lcups -L/usr/local/lib -lgnutls -L/usr/local/lib -lgcrypt -L/usr/local/lib -lgpg-error -lz' LIBDL2='-lc' LIBDL='' LIBFREETYPE_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include' LIBFREETYPE_LIBS='-L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz' LIBJPEG='-ljpeg' LIBLCMS='-llcms' LIBOBJS='' LIBPNG='-lpng -lz -lm' LIBPTHREAD='-lpthread' LIBPYTHON='-lpython2.4 -lpthread ' LIBRESOLV='' LIBS='' LIBSM='-lSM -lICE' LIBSOCKET='' LIBTIFF='-ltiff' LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' LIBUCB='' LIBUTIL='-lutil' LIBZ='-lz' LIB_POLL='' LIB_QPE='' LIB_QT='-lqt-mt $(LIBJPEG) $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread' LIB_X11='-lX11 $(LIBSOCKET)' LIB_XEXT='-lXext' LIB_XRENDER='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/home/elvis/Desktop/Download/Scribus/admin/missing --run makeinfo' MOC='/usr/X11R6/bin/moc' NOOPT_CFLAGS='-O0' NOOPT_CXXFLAGS='-O0' OBJEXT='o' PACKAGE='scribus' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PYTHONINC='-I/usr/local/include/python2.4' PYTHONLIB='-L/usr/local/lib' PYTHONMODDIR='/usr/local/lib/python2.4' QTE_NORTTI='' QT_INCLUDES='' QT_LDFLAGS='' RANLIB='ranlib' SET_MAKE='' SHELL='/usr/local/bin/bash' STRIP='strip' TOPSUBDIRS=' scribus' UIC='/usr/X11R6/bin/uic -L $(kde_widgetdir) -nounload' UIC_TR='tr2i18n' USER_INCLUDES='' USER_LDFLAGS='' USE_EXCEPTIONS='-fexceptions' USE_RTTI='' USE_THREADS='' VERSION='1.2.2cvs' WOVERLOADED_VIRTUAL='' XML_CFLAGS='-I/usr/local/include/libxml2 -I/usr/local/include' XML_CONFIG='/usr/local/bin/xml2-config' XML_LIBS='-L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm' X_EXTRA_LIBS='' X_INCLUDES='-I/usr/X11R6/include' X_LDFLAGS='-L/usr/X11R6/lib' X_PRE_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='f77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' all_includes='-I/usr/X11R6/include' all_libraries='-L/usr/X11R6/lib' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-unknown-freebsd5.4' build_alias='' build_cpu='i386' build_os='freebsd5.4' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' hacups='yes' host='i386-unknown-freebsd5.4' host_alias='' host_cpu='i386' host_os='freebsd5.4' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/home/elvis/Desktop/Download/Scribus/admin/install-sh' kde_qtver='3' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='$(mkinstalldirs)' oldincludedir='/usr/include' prefix='/usr/home/elvis/app' program_transform_name='s,x,x,' qt_includes='/usr/X11R6/include' qt_libraries='/usr/X11R6/lib' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-freebsd5.4' target_alias='' target_cpu='i386' target_os='freebsd5.4' target_vendor='unknown' x_includes='/usr/X11R6/include' x_libraries='/usr/X11R6/lib' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CMS_INC "lcms.h" #define HAVE_CMS 1 #define HAVE_CRYPT 1 #define HAVE_CUPS 1 #define HAVE_DLFCN_H 1 #define HAVE_FREETYPE 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBART 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBPNG 1 #define HAVE_LIBPTHREAD 1 #define HAVE_LIBZ 1 #define HAVE_MEMORY_H 1 #define HAVE_PYTHON 1 #define HAVE_RES_INIT 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_STRLCAT 1 #define HAVE_STRLCAT_PROTO 1 #define HAVE_STRLCPY 1 #define HAVE_STRLCPY_PROTO 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TIFF 1 #define HAVE_UNISTD_H 1 #define HAVE_VSNPRINTF 1 #define HAVE_XML 1 #define HAVE_XML26 1 #define KDELIBSUFF "" #define PACKAGE "scribus" #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 "1.2.2cvs" #define ksize_t socklen_t #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0