Integrity Servers
1757062 Members
1932 Online
108858 Solutions
New Discussion

MySQL on HP-UX 11i V1.6 (Itanium)

 
Christian Andersson
Occasional Contributor

MySQL on HP-UX 11i V1.6 (Itanium)

Already posted this question under HP-UX/databases so before anyone gets mad I'm sorry for the cross-posting, just hoping someone reading this category and not the database one might be able to help me.

I want to run MySQL on my itanium HP-UX server. There is though no binary for this (as far as I know) and compiling the source (from the HP-UX porting center) gives me trouble.

Has anyone out there done this or can someone explain why I get the following error when running make (using gcc 3.2 and gmake)?

------------cut---------------
:1:1: warning: "__STDC_EXT__" redefined
:1:1: warning: this is the location of the previous definition
histexpand.c: In function `get_history_word_specifier':
histexpand.c:1083: Internal compiler error in emit_move_insn, at expr.c:2768
Please submit a full bug report,
with preprocessed source if appropriate.
See <> for instructions.
make[2]: *** [histexpand.o] Error 1
make[2]: Leaving directory `/tmp/mysql-3.23.55/readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/mysql-3.23.55'
make: *** [all] Error 2
-----------------------cut-----------------