Hi all,
Im trying to install some modem drivers but before i can do that i have to have automake 1.6 installed..before i can install that i need autoconf 2.52 installed,I think autoconf installs correctly,here's the configure.log file:
Quote:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Autoconf configure 2.52, which was
generated by GNU Autoconf 2.50. Invocation command line was
$ ./configure
## ---------- ##
## Platform. ##
## ---------- ##
hostname = localhost
uname -m = i686
uname -r = 2.4.25-2mdk
uname -s = Linux
uname -v = #1 Tue Mar 2 07:39:08 CET 2004
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH = /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
## ------------ ##
## Core tests. ##
## ------------ ##
configure:864: PATH=".;."; conftest.sh
./configure: line 865: conftest.sh: command not found
configure:867: $? = 127
configure:913: checking for a BSD compatible install
configure:962: result: /usr/bin/install -c
configure:973: checking whether build environment is sane
configure:1016: result: yes
configure:1045: WARNING: `missing' script is too old or missing
configure:1049: checking whether make sets ${MAKE}
configure:1069: result: yes
configure:1113: checking for expr
configure:1130: found /usr/bin/expr
configure:1141: result: /usr/bin/expr
configure:1156: checking for gm4
configure:1187: result: no
configure:1156: checking for gnum4
configure:1187: result: no
configure:1156: checking for m4
configure:1173: found /usr/bin/m4
configure:1184: result: /usr/bin/m4
configure:1195: checking whether m4 supports frozen files
configure:1207: result: yes
configure:1222: checking for mawk
configure:1248: result: no
configure:1222: checking for gawk
configure:1237: found /bin/gawk
configure:1245: result: gawk
configure:1271: checking for perl
configure:1288: found /usr/bin/perl
configure:1300: result: /usr/bin/perl
configure:1326: checking for a BSD compatible install
configure:1375: result: /usr/bin/install -c
configure:1500: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status (GNU Autoconf 2.52) 2.50, executed with
> ./config.status
on localhost
config.status:1926: creating Makefile
config.status:1926: creating m4/Makefile
config.status:1926: creating man/Makefile
config.status:1926: creating doc/Makefile
config.status:1926: creating config/Makefile
config.status:1926: creating tests/Makefile
config.status:1926: creating tests/atconfig
## ----------------- ##
## Cache variables. ##
## ----------------- ##
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_path_EXPR=/usr/bin/expr
ac_cv_path_M4=/usr/bin/m4
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_gnu_m4=yes
ac_cv_prog_make_make_set=yes
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define PACKAGE "autoconf"
#define VERSION "2.52"
configure: exit 0
|
It looks fine to me but im not familiar with all this..(linux newbie)
so,after that i ran the configure for automake 1.6...here's the log for that
Quote:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Automake configure 1.6, which was
generated by GNU Autoconf 2.52i. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = i686
uname -r = 2.4.25-2mdk
uname -s = Linux
uname -v = #1 Tue Mar 2 07:39:08 CET 2004
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
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
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1170: checking for a BSD compatible install
configure:1224: result: /usr/bin/install -c
configure:1235: checking whether build environment is sane
configure:1278: result: yes
configure:1303: WARNING: `missing' script is too old or missing
configure:1311: checking for gawk
configure:1327: found /bin/gawk
configure:1337: result: gawk
configure:1347: checking whether make sets ${MAKE}
configure:1367: result: yes
configure:1534: checking for perl
configure:1552: found /usr/bin/perl
configure:1564: result: /usr/bin/perl
configure:1587: cd conftest && eval autoconf -o /dev/null conftest.ac
Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
[-l dir] [--localdir=dir] [--version] [template-file]
configure:1590: $? = 1
configure:1592: error: Autoconf 2.52 or better is required
## ---------------- ##
## Cache variables. ##
## ---------------- ##
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_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "GNU Automake"
#define PACKAGE_TARNAME "automake"
#define PACKAGE_VERSION "1.6"
#define PACKAGE_STRING "GNU Automake 1.6"
#define PACKAGE_BUGREPORT "bug-automake@gnu.org"
#define PACKAGE "automake"
#define VERSION "1.6"
configure: exit 1
|
Any idea's whats going on here?
Whats happening is when i try to install the modem drivers.../configure works fine then i use make and i get an error that autoconf 2.52 has to be installed.If anyone can help it would be very appreciated.
liljim
*Im using Mandrake 10 with kernel 2.4.25-2mdk and the kernel source is also installed