From: <kli...@gm...> - 2003-04-26 08:36:15
|
Hi, I got problems while trying to compile pilot-db-tools - used system, software: - Linux 2.4.20 gcc-3.2.3 based glibc-2.3.2. XFree 4.30 (hardware dri/drm enabled and working) KDE 3.1.1a with IceWM 2.7 - used system, hardware: - ATI Radeon 7500 AGP made by Sapphire Athlon XP 2400+ EPoX 8K5A3+ 256 MB DDR RAM What I got with pilot-db-tools 0.3.4 is: I copnfigured with: ./configure --prefix=/usr --enable-shared --disable-static which runs without any problems, warnings or errors. After 'make' I got: [palm-db-tools/] :make make all-recursive make[1]: Entering directory `/tmp/palm-db-tools-0_3_4/palm-db-tools' Making all in libsupport make[2]: Entering directory `/tmp/palm-db-tools-0_3_4/palm-db-tools/libsupport' /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -ansi -pedantic -O3 -march=athlon-xp -mcpu=athlon-xp -mfpmath=sse -Wall -Werror -c clp.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -ansi -pedantic -O3 -march=athlon-xp -mcpu=athlon-xp -mfpmath=sse -Wall -Werror -Wp,-MD,.deps/clp.pp -c clp.cpp -fPIC -DPIC -o clp.o In file included from clp.cpp:1: clp.h:21: looser throw specifier for `virtual CLP::option_error::~option_error()' clp.h:16: overriding `virtual CLP::parse_error::~parse_error() throw ()' clp.h:21: looser throw specifier for `virtual CLP::option_error::~option_error()' clp.h:16: overriding `virtual CLP::parse_error::~parse_error() throw ()' clp.h:21: looser throw specifier for `virtual CLP::option_error::~option_error()' clp.h:16: overriding `virtual CLP::parse_error::~parse_error() throw ()' make[2]: *** [clp.lo] Error 1 make[2]: Leaving directory `/tmp/palm-db-tools-0_3_4/palm-db-tools/libsupport' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/palm-db-tools-0_3_4/palm-db-tools' make: *** [all-recursive-am] Error 2 --- Trying to configure (after making ./configure executable...) palm-db-tools-0.3.5 with the same options I alway get: : bad interpreter: No such file or directory first line of configure is #! /bin/sh ls -l /bin/sh gives me: lrwxrwxrwx 1 root root 4 Apr 19 09:44 /bin/sh -> bash A 'bash ./configure' gives me: [palm-db-tools/] :bash ./configure : command not found: '/configure: line 14: syntax error near unexpected token `in '/configure: line 14: ` case X$UNAME in After makeing ./autogen.sh executable I executed that and got: [palm-db-tools/] :./autogen.sh : bad interpreter: No such file or directory Executing ./autogen.sh with bash ./autogen.sh gives me [palm-db-tools/] :bash ./autogen.sh : command not found3: : command not found6: : command not found8: : command not found10: : command not found12: echo **Error**: You must have `autoconf' installed to compile. Download the appropriate package for your distribution, or get the source tarball at ftp://ftp.gnu.org/pub/gnu/ : command not found17: } : command not found18: /configure.in: No such file or directory : command not found21: echo **Error**: You must have `libtool' installed to compile. Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz (or a newer version if it is available) : command not found26: } : command not found27: } : command not found28: : command not found39: : command not found50: : command not found52: echo **Error**: You must have `automake' installed to compile. Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz (or a newer version if it is available) : command not found58: } : command not found59: : command not found60: : command not found63: echo **Error**: Missing `aclocal'. The version of `automake' installed doesn't appear recent enough. Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz (or a newer version if it is available) : command not found69: } : command not found70: '/autogen.sh: line 82: syntax error near unexpected token `in '/autogen.sh: line 82: `case $CC in After this I have no more ideas anymore. Please help me, since I need this tools to recover some data after a crash. Kind regards, Meino Cramer (mccramer@s.netic.de) |