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 ... > > so here is my problem with compiling pdfedit > > from scratch (version 0.4.1) > > > > [pdfedit-0.4.1]# ./configure > > checking for g++... g++ > > checking for C++ compiler default output file name... a.out > > checking whether the C++ compiler works... yes > > checking whether we are cross compiling... no > > checking for suffix of executables... > > checking for suffix of object files... o > > checking whether we are using the GNU C++ compiler... yes > > checking whether g++ accepts -g... yes > > checking for gcc... gcc > > checking whether we are using the GNU C compiler... yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ISO C89... none needed > > checking whether make sets $(MAKE)... yes > > checking for ranlib... ranlib > > checking whether ln -s works... yes > > checking how to run the C++ preprocessor... g++ -E > > checking for grep that handles long lines and -e... /bin/grep > > checking for egrep... /bin/grep -E > > checking for ANSI C header files... yes > > checking for sys/types.h... yes > > checking for sys/stat.h... yes > > checking for stdlib.h... yes > > checking for string.h... yes > > checking for memory.h... yes > > checking for strings.h... yes > > checking for inttypes.h... yes > > checking for stdint.h... yes > > checking for unistd.h... yes > > checking limits.h usability... yes > > checking limits.h presence... yes > > checking for limits.h... yes > > checking for stdlib.h... (cached) yes > > checking for string.h... (cached) yes > > checking for unistd.h... (cached) yes > > checking for stdbool.h that conforms to C99... yes > > checking for _Bool... no > > checking for an ANSI C-conforming const... yes > > checking for inline... inline > > 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 ! > > > > against what? > > > > this is on a Mandriva 2008 for x86_64 (64bit) > > 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 g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking whether ln -s works... yes checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... no checking for an ANSI C-conforming const... yes checking for inline... inline 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 ! note, the 0.3.2 versions seems to configure fine 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 ------------------------------------------------------------------------- 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
