MySQL Forums
Forum List  »  Install & Repo

Re: Internal Complier Error set_var.cc
Posted by: Ramalingam Chelliah
Date: August 16, 2004 12:05AM

Hi Everyone ,
Problem Solved...

I just had to remove compiler 'optimisation' level for that compilation

I just removed '-o3' for that step and got it working....

if gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/home/rlingam/mysql\"" -DDATADIR="\"/home/rlingam/mysql/var\"" -DSHAREDIR="\"/home/rlingam/mysql/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I./../include -I./../regex -I. -I../include -I. -O3 ( <<Here )
..................


Thanks for your interest,
Regards,
Ram.

Options: ReplyQuote


Subject
Written By
Posted
Re: Internal Complier Error set_var.cc
August 16, 2004 12:05AM


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.