cannot build mysql.
I'm trying to build the latest version of MySQL on Slackware 10 using the configure program but I got an error message tha I'm not sure what the problem is. I'll post my error log here:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = darkstar
uname -m = i686
uname -r = 2.4.26
uname -s = Linux
uname -v = #6 Mon Jun 14 19:07:27 PDT 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: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1621: checking build system type
configure:1639: result: i686-pc-linuxlibc1
configure:1647: checking host system type
configure:1661: result: i686-pc-linuxlibc1
configure:1669: checking target system type
configure:1683: result: i686-pc-linuxlibc1
configure:1711: checking for a BSD-compatible install
configure:1765: result: /usr/bin/ginstall -c
configure:1776: checking whether build environment is sane
configure:1794: result: yes
configure:1827: checking for gawk
configure:1843: found /usr/bin/gawk
configure:1853: result: gawk
configure:1863: checking whether make sets $(MAKE)
configure:1883: result: yes
configure:2186: checking whether build environment is sane
configure:2204: result: yes
configure:2207: checking whether make sets $(MAKE)
configure:2227: result: yes
configure:2280: checking for gawk
configure:2306: result: gawk
configure:2362: checking for gcc
configure:2378: found /usr/bin/gcc
configure:2388: result: gcc
configure:2632: checking for C compiler version
configure:2635: gcc --version </dev/null >&5
gcc (GCC) 3.3.4
Copyright (C) 2003 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.
|