At the beginning, with the deb package of debian :
http://packages.debian.org/unstable/utils/pdfedit
I had the problem, I thought that it's a lib version problem.
Finally, I have compiled from the source, I have the same problem.
This is the config.log.
On 8/26/07, Michal Hocko <[EMAIL PROTECTED]> wrote:
> On Sat, Aug 25, 2007 at 06:11:27PM +0200, Ludovic Gasc wrote:
> > On 8/25/07, Jozef Misutka <[EMAIL PROTECTED]> wrote:
> > >
> > > hi,
> > >
> > > just for curiosity, which arch. do you use (pc - 32bit,64bit, ...)?
> > pc 32 bits, Kubuntu 7.04
> >
>
> Have you installed it from sources (please send config.log) or deb package
> (Where did you get your package? Please send the package to me in
> private email)?
>
> --
> Michal Hocko
>
>
> -------------------------------------------------------------------------
> 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
>
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 --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = dokeos3
uname -m = i686
uname -r = 2.6.20-16-generic
uname -s = Linux
uname -v = #2 SMP Thu Jun 7 20:19:32 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib/jvm/java-1.5.0-sun/bin
PATH: /home/gml/bin
PATH: /usr/lib/jvm/java-1.5.0-sun/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /home/gml/.local/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 (Ubuntu 4.1.2-0ubuntu4)
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
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
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 (Ubuntu 4.1.2-0ubuntu4)
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
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
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
configure:3817: $? = 0
configure:3831: result: yes
configure:3835: checking boost/smart_ptr.hpp presence
configure:3850: g++ -E conftest.cpp
configure:3856: $? = 0
configure:3870: result: yes
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
configure:3956: $? = 0
configure:3970: result: yes
configure:3974: checking boost/iostreams/stream.hpp presence
configure:3989: g++ -E conftest.cpp
configure:3995: $? = 0
configure:4009: result: yes
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 dokeos3
config.status:604: creating Makefile
config.status:604: creating config.pro.in
config.status:604: creating src/utils/aconf.h
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/bash'
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'
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