Re: can´t compile .38 on hp-ux with gcc-2.95.2/3 internal compiler error

2001-05-16 Thread Heikki Tuuri
Andre, try the following put on the line 330 in mysql/innobase/log/log0log.c lsn = log_reserve_and_open(OS_FILE_LOG_BLOCK_SIZE); Maybe gcc will compile in a different way then and not crash. Please report to me if you succeed. I will change the source then. Regards, Heikki http://www.in

can´t compile .38 on hp-ux with gcc-2.95.2/3 internal compiler error

2001-05-16 Thread Andre Konopka
Hi, I got the following error during compilation of MySQL-3.23.38 on my HPUX-11 box witg gcc-2.95.2. log0log.c: In function ´log_pad_current_log_block´: log0log.c:330: Internal compiler error at expr.c:2829 After upgrading to gcc-2.95.3 I got the same error??? No problem compiling MySQL .37 on