MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: errors in "make" process - "Command failed for target `all-recursive"
Posted by: Kent Boortz
Date: June 18, 2009 11:14AM

Try
  % make --version
  % gmake --version
GNU make is quite easy to compile from source, using Sun CC.
  % cd $HOME
  % mkdir -p local src
  % cd src
  % gzip -dc tar-XXX.tar.gz | tar -xf -
  % cd tar*
  % CC=/opt/SUNWspro/bin/cc ./configure --prefix=$HOME/local
  % make && make install
and then put $HOME/local/bin first in PATH, before building MySQL,

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: errors in "make" process - "Command failed for target `all-recursive"
2648
June 18, 2009 11:14AM


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.