- 论坛徽章:
- 0
|
make时产生如下错误:
gcc -c -I/usr/perl5/site_perl/5.005/sun4-solaris/auto/DBI -I/usr/local/mysql/include -m64 -O2 -DVERSION=\"2.9004\" -DXS_VERSION=\"2.9004\" -fPIC -I/usr/perl5/5.00503/sun4-solaris/CORE dbdimp.c
cc1: -m64 is not supported by this configuration
cc1: -mptr32 not allowed on -m64
dbdimp.c: In function `ParseParam':
dbdimp.c:244: Internal compiler error in `gen_movdi', at insn-emit.c:2157
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html>; for instructions.
make: *** [dbdimp.o] Error 1
我在另外一台机器上把64的mysql改成32bit的mysql就ok了。但是目前有好多程序已经跑在我那台机器上了,重新安装mysql不是非常好的解决方案,请问各位高手有没有其他好的解决方案,提供给我,不胜感激,谢谢!急!:) |
|