MySQL Forums
Forum List  »  Source, Builds, Binaries

make error
Posted by: Nilesh G
Date: October 07, 2008 11:07AM

g++: yes: No such file or directory
make[4]: *** [mysqld] Error 1
make[4]: Leaving directory `/home/nilesh/mysql-5.0.67/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/nilesh/mysql-5.0.67/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/nilesh/mysql-5.0.67/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nilesh/mysql-5.0.67'
make: *** [all] Error 2

This is the output what I get when I run make after configure.

My configure options-

./configure \
--prefix=/usr/local/mysql \
--exec-prefix=/usr/local/mysql \
--localstatedir=/usr/local/mysql/data \
--disable-dependency-tracking \
--enable-profiling \
--enable-grant-options \
--enable-largefile \
--with-charset=utf8 \
--with-extra-charsets=all \
--with-uca \
--with-system-type \
--with-machine-type \
--with-unix-socket-path=/usr/local/mysql/mysql.sock \
--with-tcp-port=3306 \
--with-mysqld-user=mysqld \
--without-debug \
--with-mysqld-libs \
--enable-thread-safe-client \
--with-low-memory \
--with-comment \
--with-server \
--with-embedded-server \
--with-query-cache \
--with-geometry \
--with-embedded-privilege-control \
--with-extra-tools \
--with-mysqlmanager \
--without-docs \
--with-man \
--with-bench \
--with-big-tables \
--with-innodb \
--with-csv-storage-engine \
--without-ndbcluster \
CC=gcc CXX=g++

So where is the problem exactly ?

my website- www.itech7.com

Options: ReplyQuote


Subject
Views
Written By
Posted
make error
7733
October 07, 2008 11:07AM
3051
October 07, 2008 01:35PM
2537
October 07, 2008 07:06PM
2570
December 08, 2008 01:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.