On Thu, Oct 30, 2008 at 04:34:06PM +0100, Michal Hocko wrote:
> On Thu, Oct 30, 2008 at 02:47:06PM +0100, Herbert Poetzl wrote:
> > On Thu, Oct 30, 2008 at 02:08:09PM +0100, Michal Hocko wrote:
> > > [CCing support mailing list]
> > >
> > > On Thu, Oct 30, 2008 at 01:56:48PM +0100, Herbert Poetzl wrote:
> > > >
> > > > Hey Michal!
> > > >
> > > > I tried to figure how to subscribe to the
> > > > sourceforge mailing list, but no success
> > > > there (i.e. I didn't even figure how to
> > > > do that, I can browse the archives, but
> > > > that's it)
> >
> > wow! that was fast!
> >
> > > You can subscribe at
> > > https://lists.sourceforge.net/lists/listinfo/pdfedit-support
> >
> > thanks, will do ...
> >
> [...]
> > > Could you try to add --with-boost-libdir=/usr/lib64 (or whatever
> > > directory do your distribution use for 64b libraries)?
> > > Similar problem was reported for Altlinux 64b.
> >
> > # rpm -ql lib64boost1-devel | grep /usr/lib
> > /usr/lib64/libboost_date_time.so
> > /usr/lib64/libboost_filesystem.so
> > /usr/lib64/libboost_iostreams.so
> > /usr/lib64/libboost_prg_exec_monitor.so
> > /usr/lib64/libboost_program_options.so
> > /usr/lib64/libboost_python.so
> > /usr/lib64/libboost_regex.so
> > /usr/lib64/libboost_serialization.so
> > /usr/lib64/libboost_signals.so
> > /usr/lib64/libboost_test_exec_monitor.so
> > /usr/lib64/libboost_thread.so
> > /usr/lib64/libboost_unit_test_framework.so
> > /usr/lib64/libboost_wserialization.so
> >
> > [pdfedit-0.4.1]# ./configure --with-boost-libdir=/usr/lib64
> [...]
> > checking for size_t... yes
> > checking whether struct tm is in sys/time.h or time.h... time.h
> > checking for boostlib >= 1.20.0... yes
> > checking whether the Boost::IOStreams library is available... yes
> > configure: error: Could not link against !
>
> Could you send also config.log?
find that one attached ...
> > note, the 0.3.2 versions seems to configure fine
>
> Makefile infrastructure was reworked from in the >=0.4.0.
> The original one didn't care much about proper detection and
> many things work more by chance than by design.
ah, I see ... well, no problem, if you need
more info or testing, just let me know ...
best,
Herbert
> > just let me know if you want me to do some mor testing,
> > or you can contact me via IRC (Bertl @ irc.oftc.net or
> > irc.freenode.net) if you want to do some interactive
> > stuff ...
> >
> > > > TIA,
> > > > Herbert
> > >
> > > --
> > > Michal Hocko
>
> --
> Michal Hocko
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.4.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --with-boost-libdir=/usr/lib64
## --------- ##
## Platform. ##
## --------- ##
hostname = neuromancer
uname -m = x86_64
uname -r = 2.6.22.19-desktop-2mdv
uname -s = Linux
uname -v = #1 SMP Mon May 5 21:37:48 EDT 2008
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/script/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1917: checking for g++
configure:1933: found /usr/bin/g++
configure:1944: result: g++
configure:1975: checking for C++ compiler version
configure:1982: g++ --version >&5
g++ (GCC) 4.2.2 20071128 (prerelease) (4.2.2-3.1mdv2008.0)
Copyright (C) 2007 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:1985: $? = 0
configure:1992: g++ -v >&5
Using built-in specs.
Target: x86_64-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib64 --mandir=/usr/share/man --infodir=/usr/share/info
--enable-checking=release
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java
--host=x86_64-mandriva-linux-gnu --with-cpu=generic --with-system-zlib
--enable-threads=posix --enable-shared --enable-long-long --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --enable-gtk-cairo
--disable-libjava-multilib --enable-ssp --disable-libssp
Thread model: posix
gcc version 4.2.2 20071128 (prerelease) (4.2.2-3.1mdv2008.0)
configure:1995: $? = 0
configure:2002: g++ -V >&5
g++: '-V' option must have argument
configure:2005: $? = 1
configure:2028: checking for C++ compiler default output file name
configure:2055: g++ conftest.cpp >&5
configure:2058: $? = 0
configure:2096: result: a.out
configure:2113: checking whether the C++ compiler works
configure:2123: ./a.out
configure:2126: $? = 0
configure:2143: result: yes
configure:2150: checking whether we are cross compiling
configure:2152: result: no
configure:2155: checking for suffix of executables
configure:2162: g++ -o conftest conftest.cpp >&5
configure:2165: $? = 0
configure:2189: result:
configure:2195: checking for suffix of object files
configure:2221: g++ -c conftest.cpp >&5
configure:2224: $? = 0
configure:2247: result: o
configure:2251: checking whether we are using the GNU C++ compiler
configure:2280: g++ -c conftest.cpp >&5
configure:2286: $? = 0
configure:2303: result: yes
configure:2308: checking whether g++ accepts -g
configure:2338: g++ -c -g conftest.cpp >&5
configure:2344: $? = 0
configure:2443: result: yes
configure:2514: checking for gcc
configure:2530: found /usr/bin/gcc
configure:2541: result: gcc
configure:2779: checking for C compiler version
configure:2786: gcc --version >&5
gcc (GCC) 4.2.2 20071128 (prerelease) (4.2.2-3.1mdv2008.0)
Copyright (C) 2007 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:2789: $? = 0
configure:2796: gcc -v >&5
Using built-in specs.
Target: x86_64-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib64 --mandir=/usr/share/man --infodir=/usr/share/info
--enable-checking=release
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java
--host=x86_64-mandriva-linux-gnu --with-cpu=generic --with-system-zlib
--enable-threads=posix --enable-shared --enable-long-long --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --enable-gtk-cairo
--disable-libjava-multilib --enable-ssp --disable-libssp
Thread model: posix
gcc version 4.2.2 20071128 (prerelease) (4.2.2-3.1mdv2008.0)
configure:2799: $? = 0
configure:2806: gcc -V >&5
gcc: '-V' option must have argument
configure:2809: $? = 1
configure:2812: checking whether we are using the GNU C compiler
configure:2841: gcc -c conftest.c >&5
configure:2847: $? = 0
configure:2864: result: yes
configure:2869: checking whether gcc accepts -g
configure:2899: gcc -c -g conftest.c >&5
configure:2905: $? = 0
configure:3004: result: yes
configure:3021: checking for gcc option to accept ISO C89
configure:3095: gcc -c -g -O2 conftest.c >&5
configure:3101: $? = 0
configure:3124: result: none needed
configure:3142: checking whether make sets $(MAKE)
configure:3163: result: yes
configure:3215: checking for ranlib
configure:3231: found /usr/bin/ranlib
configure:3242: result: ranlib
configure:3270: checking whether ln -s works
configure:3274: result: yes
configure:3288: checking how to run the C++ preprocessor
configure:3324: g++ -E conftest.cpp
configure:3330: $? = 0
configure:3361: g++ -E conftest.cpp
conftest.cpp:8:28: error: ac_nonexistent.h: No such file or directory
configure:3367: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PDFedit"
| #define PACKAGE_TARNAME "pdfedit"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "PDFedit 0.4.1"
| #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ "
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3400: result: g++ -E
configure:3429: g++ -E conftest.cpp
configure:3435: $? = 0
configure:3466: g++ -E conftest.cpp
conftest.cpp:8:28: error: ac_nonexistent.h: No such file or directory
configure:3472: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PDFedit"
| #define PACKAGE_TARNAME "pdfedit"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "PDFedit 0.4.1"
| #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ "
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3510: checking for grep that handles long lines and -e
configure:3584: result: /bin/grep
configure:3589: checking for egrep
configure:3667: result: /bin/grep -E
configure:3672: checking for ANSI C header files
configure:3702: g++ -c -g -O2 conftest.cpp >&5
configure:3708: $? = 0
configure:3807: g++ -o conftest -g -O2 conftest.cpp >&5
configure:3810: $? = 0
configure:3816: ./conftest
configure:3819: $? = 0
configure:3836: result: yes
configure:3860: checking for sys/types.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3860: checking for sys/stat.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3860: checking for stdlib.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3860: checking for string.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3860: checking for memory.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3860: checking for strings.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3860: checking for inttypes.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3860: checking for stdint.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3860: checking for unistd.h
configure:3881: g++ -c -g -O2 conftest.cpp >&5
configure:3887: $? = 0
configure:3903: result: yes
configure:3933: checking limits.h usability
configure:3950: g++ -c -g -O2 conftest.cpp >&5
configure:3956: $? = 0
configure:3970: result: yes
configure:3974: checking limits.h presence
configure:3989: g++ -E conftest.cpp
configure:3995: $? = 0
configure:4009: result: yes
configure:4042: checking for limits.h
configure:4050: result: yes
configure:3923: checking for stdlib.h
configure:3929: result: yes
configure:3923: checking for string.h
configure:3929: result: yes
configure:3923: checking for unistd.h
configure:3929: result: yes
configure:4064: checking for stdbool.h that conforms to C99
configure:4157: g++ -c -g -O2 conftest.cpp >&5
configure:4163: $? = 0
configure:4178: result: yes
configure:4180: checking for _Bool
configure:4210: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:55: error: '_Bool' does not name a type
conftest.cpp: In function 'int main()':
conftest.cpp:59: error: 'ac__type_new_' was not declared in this scope
conftest.cpp:59: error: expected primary-expression before ')' token
conftest.cpp:59: error: expected `)' before numeric constant
conftest.cpp:61: error: 'ac__type_new_' was not declared in this scope
configure:4216: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PDFedit"
| #define PACKAGE_TARNAME "pdfedit"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "PDFedit 0.4.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 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:4231: result: no
configure:4250: checking for an ANSI C-conforming const
configure:4325: g++ -c -g -O2 conftest.cpp >&5
configure:4331: $? = 0
configure:4346: result: yes
configure:4356: checking for inline
configure:4382: g++ -c -g -O2 conftest.cpp >&5
configure:4388: $? = 0
configure:4406: result: inline
configure:4425: checking for size_t
configure:4455: g++ -c -g -O2 conftest.cpp >&5
configure:4461: $? = 0
configure:4476: result: yes
configure:4488: checking whether struct tm is in sys/time.h or time.h
configure:4518: g++ -c -g -O2 conftest.cpp >&5
configure:4524: $? = 0
configure:4539: result: time.h
configure:4580: checking for boostlib >= 1.20.0
configure:4640: g++ -c -g -O2 -I/usr/include conftest.cpp >&5
configure:4646: $? = 0
configure:4652: result: yes
configure:4853: checking whether the Boost::IOStreams library is available
configure:4891: g++ -c -g -O2 -I/usr/include conftest.cpp >&5
configure:4897: $? = 0
configure:4919: result: yes
configure:5145: error: Could not link against !
## ---------------- ##
## 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_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_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_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
ax_cv_boost_iostreams=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ADVANCED_INSTALL_TARGET=''
ADVANCED_TARGET=''
BOOST_CPPFLAGS='-I/usr/include'
BOOST_IOSTREAMS_LIB=''
BOOST_LDFLAGS='-L/usr/lib'
CC='gcc'
CFLAGS='-g -O2'
CPPFLAGS=' -I/usr/include'
CPPUNIT_CFLAGS=''
CPPUNIT_CONFIG=''
CPPUNIT_LIBS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DEBUG=''
DEFS=''
DOXYGEN_BIN=''
DOXYGEN_INSTALL_TARGET=''
DOXYGEN_TARGET=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
E_RELEASE=''
FT2_CFLAGS=''
FT2_CONFIG=''
FT2_LIBS=''
GREP='/bin/grep'
GUI_TARGET=''
INSTALL_TARGET=''
LDFLAGS=' -L/usr/lib'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
OBSERVER_CFLAGS=''
OBSERVER_CXXFLAGS=''
OPTIM=''
PACKAGE_BUGREPORT='BUGTRACKER - http://pdfedit.petricek.net/bt/ '
PACKAGE_NAME='PDFedit'
PACKAGE_STRING='PDFedit 0.4.1'
PACKAGE_TARNAME='pdfedit'
PACKAGE_VERSION='0.4.1'
PATH_SEPARATOR=':'
QMAKE=''
QSA_DIR=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STACK_PROTECTOR_FLAGS=''
TESTS_TARGET=''
UNINSTALL_TARGET=''
WARN=''
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
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=''
exec_prefix='NONE'
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='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
root_dir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
t1_CFLAGS=''
t1_LIBS=''
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "PDFedit"
#define PACKAGE_TARNAME "pdfedit"
#define PACKAGE_VERSION "0.4.1"
#define PACKAGE_STRING "PDFedit 0.4.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 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_BOOST
#define HAVE_BOOST_IOSTREAMS
configure: exit 1
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pdfedit-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdfedit-support