On 16 Jun 2001 13:54:06 -0400, Tom Lane wrote:
> Keith F Irwin <kirwin14@home.com> writes:
> > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -O2
> > -march=i386 -mcpu=i686 -fpic -I. -I../../../src/include -DHAVE_CONFIG_H
> > -DODBCINSTDIR='"/etc/pgsql"' -c -o info.o info.c
>
> > Cannot allocate 3473903228 bytes after allocating 1767100 bytes
> > </quote>
>
> > What does that allocate error mean? I've got 1/2 gig of Ram. Does it
> > take more than that to compile?
> No. I'm thinking something's awfully broken about your machine...
> have you had trouble compiling things in the past?
I've not had trouble compiling anything (including the mozilla source
rpm). About the only thing different about my machine is that I used
the XFS installer from SGI. Perhaps there's something odd there.
Incidentally, I tried rerunning the rpm --rebuild command, and this time
it worked. Got a complete set of RPMS, which I then installed.
Then I tried it again with the --target=i686, and it ALSO worked this
time. Very odd. Compilation was VERY clean, no warnings, etc.
Alas, I think I've wasted bandwidth posting my comment!
Keith