This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building 3.1 on Tru64 UNIX 4.0D
On Fri, May 24, 2002 at 01:27:46PM -0500, Albert Chin wrote:
> Tried building GCC 3.1 on Tru64 UNIX 4.0D with:
> CC=cc ../configure --enable-nls --with-included-gettext \
> --enable-shared --enable-threads --enable-languages="c,c++"
>
> ...
> stage1/xgcc -Bstage1/ -B/opt/TWWfsw/gcc31/alpha-dec-osf4.0d/bin/ -c
> -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -DHAVE_CONFIG_H -I. -Icp -I../../gcc
> -I../../gcc/cp -I../../gcc/config -I../../gcc/../include
> ../../gcc/cp/decl.c -o cp/decl.o
> virtual memory exhausted: Not enough space
> ...
>
> Machine has only 128MB real memory but has 512MB swap. Builds fine on
> Tru64 UNIX 5.1 (with less memory).
>
> If I rebuild the above without -O2, the build succeeds.
Thanks! Your message is linked from the GCC 3.1 build status list at
http://gcc.gnu.org/gcc-3.1/buildstat.html. I called it partially
successful.
Janis