Date |Tue, 14 Aug 2001 23:19:51 +0800
>From |Kenneth <[EMAIL PROTECTED]>

Hello!

K> Hello mysql,

K> I'm trying to install  mysql from source in a redhat 7.1 machine but
K> got the following errors(under section 'compile status'). I tried the
K> same in my redhat 7.0 without any problem. Please give me some ideas
K> on the following matters:

K> 1. Should I update the gcc compiler using the update rpm from the
K> redhat site ?

K> 2. If I want to use 2.95.3, which files should I have to install ?

K> Thanks in advance for any help/comment given.

K> Best Regards.

K> Kenneth

K> ======= compile status ==========
K> # ./configure --prefix=/usr/local/mysql
K> loading cache ./config.cache
K> checking host system type... i686-pc-linux-gnuoldld
K> checking target system type... i686-pc-linux-gnuoldld
K> checking build system type... i686-pc-linux-gnuoldld
K> checking for a BSD compatible install... /usr/bin/install -c
K> checking whether build environment is sane... yes
K> checking whether make sets ${MAKE}... yes
K> checking for working aclocal... missing
K> checking for working autoconf... missing
K> checking for working automake... missing
K> checking for working autoheader... missing
K> checking for working makeinfo... missing
K> checking whether to enable maintainer-specific portions of Makefiles... no
K> checking whether build environment is sane... yes
K> checking whether make sets ${MAKE}... (cached) yes
K> checking for gawk... gawk
K> checking for gcc... no
K> checking for cc... no
K> configure: error: no acceptable cc found in $PATH


It's simple.
install all gcc-2.96 packages and binutils.
then reconfigure and recompile mysql.
also you can try to install egcs-compat compiller
and use 
export CC=egcs
export CXX=egcs


___________________________________________________________________
For technical support contracts, visit https://order.mysql.com/
This email is sponsored by SWSoft, http://www.asplinux.ru/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Grigory Bakunov <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB / SWSoft
/_/  /_/\_, /___/\___\_\___/
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to