I don't know exactly what I am doing wrong (or if I am doing something wrong), however whenever I try to compile the kdebase I receive the following error:
creating kio_ldap.la libtool: link: `/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/../../../libsasl.la' is not a valid libtool archive This is with the: libsasl7-devel-1.5.27-3mdk libsasl7-1.5.27-3mdk installed. I also see an a.out created in the /usr/src/RPM/SPECS directory. This is with: autoconf-2.13-11mdk autoconf2.5-2.53-1mdk automake-1.4-20.p5.mdk and WANT_AUTOCONF_2_5=1 in my env. When I try this with automake1.6-1.6-1mdk it I get the following: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. autoheader-2.5x: `config.h.in' is updated *** Creating Makefile templates aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' configure.in:347: invalid unused variable name: `SSL_LDFLAGS' ... And when I try it with the env and automake1.6 taken out then I get: FATAL ERROR: Autoconf version 2.52 or higher is required for this script make[1]: *** [cvs] Error 2 make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.98371 (%build) The same happens with Automake1.4 and no env set for autoconf... Anyone have any suggestions on how to bypass this? Justin T PS - This is a build for an Athlon processor if that makes a difference :)
