Lubomir Kundrak wrote: > Please attach the config.log file. Thanks!
---------------------------------------------------------------------------------------- For some reason, your reply wasn't received by our email program. I found it in the web archives. Below is the config.log file. This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PDFedit configure 0.3.1, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = TTIL uname -m = i686 uname -r = 2.6.21.5-smp uname -s = Linux uname -v = #1 SMP Tue Jun 19 14:52:25 CDT 2007 /usr/bin/uname -p = Pentium II (Deschutes) /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1799: checking for g++ configure:1815: found /usr/bin/g++ configure:1826: result: g++ configure:1857: checking for C++ compiler version configure:1864: g++ --version >&5 g++ (GCC) 4.1.2 Copyright (C) 2006 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:1867: $? = 0 configure:1874: g++ -v >&5 Reading specs from /usr/lib/gcc/i486-slackware-linux/4.1.2/specs Target: i486-slackware-linux Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 4.1.2 configure:1877: $? = 0 configure:1884: g++ -V >&5 g++: '-V' option must have argument configure:1887: $? = 1 configure:1910: checking for C++ compiler default output file name configure:1937: g++ conftest.cpp >&5 configure:1940: $? = 0 configure:1978: result: a.out configure:1995: checking whether the C++ compiler works configure:2005: ./a.out configure:2008: $? = 0 configure:2025: result: yes configure:2032: checking whether we are cross compiling configure:2034: result: no configure:2037: checking for suffix of executables configure:2044: g++ -o conftest conftest.cpp >&5 configure:2047: $? = 0 configure:2071: result: configure:2077: checking for suffix of object files configure:2103: g++ -c conftest.cpp >&5 configure:2106: $? = 0 configure:2129: result: o configure:2133: checking whether we are using the GNU C++ compiler configure:2162: g++ -c conftest.cpp >&5 configure:2168: $? = 0 configure:2185: result: yes configure:2190: checking whether g++ accepts -g configure:2220: g++ -c -g conftest.cpp >&5 configure:2226: $? = 0 configure:2325: result: yes configure:2396: checking for gcc configure:2412: found /usr/bin/gcc configure:2423: result: gcc configure:2661: checking for C compiler version configure:2668: gcc --version >&5 gcc (GCC) 4.1.2 Copyright (C) 2006 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:2671: $? = 0 configure:2678: gcc -v >&5 Reading specs from /usr/lib/gcc/i486-slackware-linux/4.1.2/specs Target: i486-slackware-linux Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 4.1.2 configure:2681: $? = 0 configure:2688: gcc -V >&5 gcc: '-V' option must have argument configure:2691: $? = 1 configure:2694: checking whether we are using the GNU C compiler configure:2723: gcc -c conftest.c >&5 configure:2729: $? = 0 configure:2746: result: yes configure:2751: checking whether gcc accepts -g configure:2781: gcc -c -g conftest.c >&5 configure:2787: $? = 0 configure:2886: result: yes configure:2903: checking for gcc option to accept ISO C89 configure:2977: gcc -c -g -O2 conftest.c >&5 configure:2983: $? = 0 configure:3006: result: none needed configure:3024: checking whether make sets $(MAKE) configure:3045: result: yes configure:3097: checking for ranlib configure:3113: found /usr/bin/ranlib configure:3124: result: ranlib configure:3157: checking how to run the C++ preprocessor configure:3193: g++ -E conftest.cpp configure:3199: $? = 0 configure:3230: g++ -E conftest.cpp conftest.cpp:8:28: error: ac_nonexistent.h: No such file or directory configure:3236: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PDFedit" | #define PACKAGE_TARNAME "pdfedit" | #define PACKAGE_VERSION "0.3.1" | #define PACKAGE_STRING "PDFedit 0.3.1" | #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ " | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3269: result: g++ -E configure:3298: g++ -E conftest.cpp configure:3304: $? = 0 configure:3335: g++ -E conftest.cpp conftest.cpp:8:28: error: ac_nonexistent.h: No such file or directory configure:3341: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PDFedit" | #define PACKAGE_TARNAME "pdfedit" | #define PACKAGE_VERSION "0.3.1" | #define PACKAGE_STRING "PDFedit 0.3.1" | #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ " | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3379: checking for grep that handles long lines and -e configure:3453: result: /bin/grep configure:3458: checking for egrep configure:3536: result: /bin/grep -E configure:3541: checking for ANSI C header files configure:3571: g++ -c -g -O2 conftest.cpp >&5 configure:3577: $? = 0 configure:3676: g++ -o conftest -g -O2 conftest.cpp >&5 configure:3679: $? = 0 configure:3685: ./conftest configure:3688: $? = 0 configure:3705: result: yes configure:3729: checking for sys/types.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3729: checking for sys/stat.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3729: checking for stdlib.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3729: checking for string.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3729: checking for memory.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3729: checking for strings.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3729: checking for inttypes.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3729: checking for stdint.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3729: checking for unistd.h configure:3750: g++ -c -g -O2 conftest.cpp >&5 configure:3756: $? = 0 configure:3772: result: yes configure:3794: checking boost/smart_ptr.hpp usability configure:3811: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:51: error: expected constructor, destructor, or type conversion before '<' token configure:3817: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PDFedit" | #define PACKAGE_TARNAME "pdfedit" | #define PACKAGE_VERSION "0.3.1" | #define PACKAGE_STRING "PDFedit 0.3.1" | #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ " | #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 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | include </usr/local/boost/smart_ptr.hpp> configure:3831: result: no configure:3835: checking boost/smart_ptr.hpp presence configure:3850: g++ -E conftest.cpp configure:3856: $? = 0 configure:3870: result: yes configure:3883: WARNING: boost/smart_ptr.hpp: present but cannot be compiled configure:3885: WARNING: boost/smart_ptr.hpp: check for missing prerequisite headers? configure:3887: WARNING: boost/smart_ptr.hpp: see the Autoconf documentation configure:3889: WARNING: boost/smart_ptr.hpp: section "Present But Cannot Be Compiled" configure:3891: WARNING: boost/smart_ptr.hpp: proceeding with the preprocessor's result configure:3893: WARNING: boost/smart_ptr.hpp: in the future, the compiler will take precedence configure:3903: checking for boost/smart_ptr.hpp configure:3910: result: yes configure:3933: checking boost/iostreams/stream.hpp usability configure:3950: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:51: error: expected constructor, destructor, or type conversion before '<' token configure:3956: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PDFedit" | #define PACKAGE_TARNAME "pdfedit" | #define PACKAGE_VERSION "0.3.1" | #define PACKAGE_STRING "PDFedit 0.3.1" | #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ " | #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 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | include </usr/local/boost_1_34_1/boost/iostreams/stream.hpp> configure:3970: result: no configure:3974: checking boost/iostreams/stream.hpp presence configure:3989: g++ -E conftest.cpp configure:3995: $? = 0 configure:4009: result: yes configure:4022: WARNING: boost/iostreams/stream.hpp: present but cannot be compiled configure:4024: WARNING: boost/iostreams/stream.hpp: check for missing prerequisite headers? configure:4026: WARNING: boost/iostreams/stream.hpp: see the Autoconf documentation configure:4028: WARNING: boost/iostreams/stream.hpp: section "Present But Cannot Be Compiled" configure:4030: WARNING: boost/iostreams/stream.hpp: proceeding with the preprocessor's result configure:4032: WARNING: boost/iostreams/stream.hpp: in the future, the compiler will take precedence configure:4042: checking for boost/iostreams/stream.hpp configure:4049: result: yes configure:4064: checking for ANSI C header files configure:4228: result: yes configure:4256: checking limits.h usability configure:4273: g++ -c -g -O2 conftest.cpp >&5 configure:4279: $? = 0 configure:4293: result: yes configure:4297: checking limits.h presence configure:4312: g++ -E conftest.cpp configure:4318: $? = 0 configure:4332: result: yes configure:4365: checking for limits.h configure:4373: result: yes configure:4246: checking for stdlib.h configure:4252: result: yes configure:4246: checking for string.h configure:4252: result: yes configure:4246: checking for unistd.h configure:4252: result: yes configure:4388: checking for stdbool.h that conforms to C99 configure:4481: g++ -c -g -O2 conftest.cpp >&5 configure:4487: $? = 0 configure:4502: result: yes configure:4504: checking for _Bool configure:4534: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:56: error: '_Bool' does not name a type conftest.cpp: In function 'int main()': conftest.cpp:60: error: 'ac__type_new_' was not declared in this scope conftest.cpp:60: error: expected primary-expression before ')' token conftest.cpp:60: error: expected `)' before numeric constant conftest.cpp:62: error: 'ac__type_new_' was not declared in this scope configure:4540: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PDFedit" | #define PACKAGE_TARNAME "pdfedit" | #define PACKAGE_VERSION "0.3.1" | #define PACKAGE_STRING "PDFedit 0.3.1" | #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ " | #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 STDC_HEADERS 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | typedef _Bool ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:4555: result: no configure:4574: checking for an ANSI C-conforming const configure:4649: g++ -c -g -O2 conftest.cpp >&5 configure:4655: $? = 0 configure:4670: result: yes configure:4680: checking for inline configure:4706: g++ -c -g -O2 conftest.cpp >&5 configure:4712: $? = 0 configure:4730: result: inline configure:4749: checking for size_t configure:4779: g++ -c -g -O2 conftest.cpp >&5 configure:4785: $? = 0 configure:4800: result: yes configure:4812: checking whether struct tm is in sys/time.h or time.h configure:4842: g++ -c -g -O2 conftest.cpp >&5 configure:4848: $? = 0 configure:4863: result: time.h configure:4875: checking for error_at_line configure:4901: g++ -o conftest -g -O2 conftest.cpp >&5 configure:4907: $? = 0 configure:4924: result: yes configure:4940: checking for stdlib.h configure:4946: result: yes configure:5080: checking for GNU libc compatible malloc configure:5114: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5117: $? = 0 configure:5123: ./conftest configure:5126: $? = 0 configure:5142: result: yes configure:5170: checking whether lstat dereferences a symlink specified with a trailing slash configure:5206: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5209: $? = 0 configure:5215: ./conftest configure:5218: $? = 0 configure:5241: result: yes configure:5260: checking whether stat accepts an empty string configure:5290: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5293: $? = 0 configure:5299: ./conftest configure:5302: $? = 0 configure:5318: result: no configure:5338: checking for strftime configure:5394: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5400: $? = 0 configure:5418: result: yes configure:5512: checking for atexit configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for floor configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for ftruncate configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for localtime_r configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for memset configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for mkdir configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for strdup configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for strerror configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for strpbrk configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5512: checking for strstr configure:5568: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5574: $? = 0 configure:5592: result: yes configure:5709: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by PDFedit config.status 0.3.1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on TTIL config.status:604: creating Makefile config.status:604: creating config.pro.in config.status:604: creating src/utils/aconf.h config.status:837: src/utils/aconf.h is unchanged config.status:850: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_func_atexit=yes ac_cv_func_floor=yes ac_cv_func_ftruncate=yes ac_cv_func_localtime_r=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strpbrk=yes ac_cv_func_strstr=yes ac_cv_header_boost_iostreams_stream_hpp=yes ac_cv_header_boost_smart_ptr_hpp=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_error_at_line=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_struct_tm=time.h ac_cv_type__Bool=no ac_cv_type_size_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -O2' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='BUGTRACKER - http://pdfedit.petricek.net/bt/ ' PACKAGE_NAME='PDFedit' PACKAGE_STRING='PDFedit 0.3.1' PACKAGE_TARNAME='pdfedit' PACKAGE_VERSION='0.3.1' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_release='yes' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "PDFedit" #define PACKAGE_TARNAME "pdfedit" #define PACKAGE_VERSION "0.3.1" #define PACKAGE_STRING "PDFedit 0.3.1" #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ " #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 STDC_HEADERS 1 #define HAVE_LIMITS_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_STRFTIME 1 #define HAVE_ATEXIT 1 #define HAVE_FLOOR 1 #define HAVE_FTRUNCATE 1 #define HAVE_LOCALTIME_R 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRPBRK 1 #define HAVE_STRSTR 1 configure: exit 0 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
