This is the mail archive of the gcc-patches@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]

Re: Patch: doc/install.texi:Specific alpha-dec-osf virtual memory exhausted


On Fri, Aug 23, 2002 at 08:08:47PM +1000, rbrown64@csc.com.au wrote:
>       * doc/install.texi (Specific, alpha*-dec-osf*):
>       "virtual memory exhausted" workarounds. Bump binutils version.

I don't see why you're bumping the binutils version;
afaik, it hasn't worked in a _long_ time.  Makeing
sure that 2.13 errored out was merely incidental.

Also, there was a typo in the url.

Applied the following.


r~



Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.137
diff -c -p -d -r1.137 install.texi
*** install.texi	29 Aug 2002 19:11:37 -0000	1.137
--- install.texi	30 Aug 2002 02:32:12 -0000
*************** As of GCC 3.2, versions before @code{alp
*** 1712,1717 ****
--- 1712,1724 ----
  supported.  (These are the versions which identify themselves as DEC
  OSF/1.)
  
+ In Digital Unix V4.0, virtual memory exhausted bootstrap failures
+ may be fixed by configuring with @option{--with-gc=simple},
+ reconfiguring Kernel Virtual Memory and Swap parameters
+ per the @command{/usr/sbin/sys_check} Tuning Suggestions,
+ or applying the patch in
+ @uref{http://gcc.gnu.org/ml/gcc/2002-08/msg00822.html}.
+ 
  In Tru64 UNIX V5.1, Compaq introduced a new assembler that does not
  currently (2001-06-13) work with @command{mips-tfile}.  As a workaround,
  we need to use the old assembler, invoked via the barely documented


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