This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Building 3.1 on Tru64 UNIX 4.0D


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.

-- 
albert chin (china@thewrittenword.com)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]