MySQL Forums
Forum List  »  Source, Builds, Binaries

Errors compiling MySQL with mpicc instead of gcc
Posted by: Faraz Ahmad
Date: April 06, 2006 09:31AM

I am trying to build MySQL 5.0.19 with MPI compiler because I have modified the code to include MPI library functions. While building normal sql server, i dont get any errors, however, while compiling with NDB cluster option, I get an error -instances=static as unknown command line option. I have tried by compiling without this option from congiure.in file but then it gives some other errors which are i think because of removing this option.
Can anyone help how can i do this.

System : Sun Sparc 5.8 with four processors.
Compiler: mpicc

./configure CC=/home/min/a/fahmad/EE666/mpich-install/bin/mpicc CXX=/home/min/a/
fahmad/EE666/mpich-install/bin/mpicxx CXXFLAGS=-I/home/min/a/fahmad/EE666/mpich-
install/include --prefix=/home/min/a/fahmad/EE666/mysql --with-ndbcluster

this command goes fine but problem starts in Make.

Can anyone help me in this regard.

Options: ReplyQuote


Subject
Views
Written By
Posted
Errors compiling MySQL with mpicc instead of gcc
3149
April 06, 2006 09:31AM


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.