cc1 "out of memory allocating" bytes "after a total of" parse_date.lo
You can TRY turning off all optimizations when building. (remove all -O flags from CFLAGS) That tends to require less memory. (ref http://forums.vpslink.com/gentoo/324-problems-mysql-php-vsplink2.html)
http://bugs.php.net/bug.php?id=35863&edit=1
[6 Jan 2006 10:06am UTC] derick@php.net
Objection
You shouldn't try to outsmart our configure by specifying your own
CFLAGS. Apparently GCC does some very heavy optimizations with -Os that
use a lot of memory for our complex parser for date and time strings,
and you don't have enough memory for this.
No comments:
Post a Comment