Build 5.6.4 on OS X 10.4 (powerpc)
I'm trying to build MySQL 5.6 from source on OS X 10.4.
Software and versions:
gcc 4.2.1 (Apple Inc. build 5564)
bison 2.1 (built myself from GNU source)
make 3.80 (GNU make, Apple provided)
cmake 2.8.7 (downloaded from cmake.org)
Xcode 2.5 (not using, but update provides newer version of ld that supports -macosx_version_min flag)
I used cmake to generate unix makefiles. I changed prefix from "/usr/local/mysql" to "/usr/local/mysql5.6" and data directory from "/usr/local/mysql/data" to "/usr/local/mysql5.6/data". Otherwise I accepted defaults and cmake did not appear to list any errors.
When I run make in the build directory, the process stops at this line:
Building CXX object sql/CMakeFiles/sql.dir/sql_partition.cc.o
No error is produced; it just hangs there for literally hours. Am I being impatient with a really, really long compilation step, or is something likely going wrong? CPU is a 2Ghz G5 if that helps.
If I run make w/ VERBOSE=1, the full text of the step is:
cd /Users/admin/Desktop/mysql5.6/sql && /usr/bin/c++ -DHAVE_CONFIG_H -DMYSQL_SERVER -DHAVE_EVENT_SCHEDULER -Wall -Wno-unused-parameter -O2 -g -DDBUG_OFF -I/Users/admin/Desktop/mysql5.6/include -I/Users/admin/mysql-5.6.4-m7/include -I/Users/admin/mysql-5.6.4-m7/sql -I/Users/admin/mysql-5.6.4-m7/regex -I/Users/admin/Desktop/mysql5.6/sql -o CMakeFiles/sql.dir/sql_partition.cc.o -c /Users/admin/mysql-5.6.4-m7/sql/sql_partition.cc
Subject
Views
Written By
Posted
Build 5.6.4 on OS X 10.4 (powerpc)
3189
January 26, 2012 07:18AM
1383
January 27, 2012 04:17AM
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.