MySQL Forums
Forum List  »  Install & Repo

Internal Complier Error set_var.cc
Posted by: Ramalingam Chelliah
Date: August 06, 2004 10:57PM

Hello ,
I am trying to build MySQL4.0.18 on HPUX 11.22 IPF Machine ...
( Earlier I built it with HPUX 11.11 PA)

Now I am getting this error When I issue 'gmake '

in sql/set_var.cc

Internal Compiler Error ....(.Is this a bug with the GCC ? )

gmake[4]: Entering directory `/home/rlingam/mysql-4.0.18/sql'
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 -DDBUG_OFF -fPIC -Wl,+nodefaultrpath -fno-implicit-templates -fno-exceptions -fno-rtti -DUSE_MYSYS_NEW -DDEFINE_CXA_PURE_VIRTUAL -DHPUX11 -DHAVE_BROKEN_PREAD -DDONT_USE_FINITE -D_INCLUDE_LONGLONG -DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD_WRAPPERS -DHAVE_BROKEN_PTHREAD_COND_TIMEDWAIT -MT set_var.o -MD -MP -MF ".deps/set_var.Tpo" \
-c -o set_var.o `test -f 'set_var.cc' || echo './'`set_var.cc; \
then mv -f ".deps/set_var.Tpo" ".deps/set_var.Po"; \
else rm -f ".deps/set_var.Tpo"; exit 1; \
fi
set_var.cc: In function `void __static_initialization_and_destruction_0(int,
int)':
set_var.cc:102: internal compiler error: in gen_reg_rtx, at emit-rtl.c:793
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html>; for instructions.
gmake[4]: *** [set_var.o] Error 1
gmake[4]: Leaving directory `/home/rlingam/mysql-4.0.18/sql'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/home/rlingam/mysql-4.0.18/sql'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/rlingam/mysql-4.0.18/sql'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/rlingam/mysql-4.0.18'
gmake: *** [all] Error 2

Is this a bug with the GCC ?

I appreciate your help...

Regards,
Ram.

Options: ReplyQuote


Subject
Written By
Posted
Internal Complier Error set_var.cc
August 06, 2004 10:57PM


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.