On 2 Aug 2013, at 12:10, Roberto Spadim <roberto@spadim.com.br> wrote:
Hi guys, i installed slackware-14 downloaded the mariadb-source of 10.0.3 tar -zxf mariadb.tgz cd mariadb-10.0.3 BUILD/configure-pentium64-max
and it stoped at: [ 37%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/sql_yacc.cc.o Linking CXX static library libsql_embedded.a [ 37%] Built target sql_embedded gmake: *** [all] Error 2
the point is... why? any log or something like it to check what happened?
We don't use BUILD/ scripts anymore with MariaDB 5.5 and greater (this includes 10.0.3) See: https://kb.askmonty.org/en/generic-build-instructions/#about-cmake Just do cmake . then make
-- Roberto Spadim
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
-- Colin Charles, http://bytebot.net/blog/ | twitter: @bytebot | skype: colincharles MariaDB: an enhanced MySQL. Download it at: http://www.mariadb.org/ Open MariaDB/MySQL documentation at the Knowledgebase: http://kb.askmonty.org/