Summary - gcc 2.7.0 compile under Digital Unix 3.2c

From: Linda Valentine <linda_at_ecvax2.ecn.missouri.edu>
Date: Wed, 6 Sep 1995 08:41:11 -0500

Thanks to all who responded to my request. The original post was

> We are currently trying to compile gcc, g++ version 2.7.0 under
> Digital Unix Version 3.2C. We are unable to make it past the first step
> in the installation procedure, i.e. "make LANGUAGES=c". Each time the
> latter is attempted the following message is displayed (eventually):
>
> mips-tfile, /tmp/ccaapjfa.s:0 index 4294967295 is out of bounds for lstrs, max
> is 0, mips-tfile.c line# 4643
> *** Exit 1
> Stop.
>
> Has anyone successfully compiled gcc 2.7.0 under Digital Unix
> Version 3.2c?
>

Solution:
--------

Apparently in 3.2c 'as' stopped emitting some debugging records when
debugging is not selected. The patch below should fix it. Please let
me know if it works or not--I haven't had a chance to try it on the
release 3.2c, and I'd like some confirmation that it works before
distributing it more widely.

--
Dan Riley                          Internet:  dsr_at_lns598.lns.cornell.edu
Wilson Lab, Cornell University     HEPNET/SPAN: lns598::dsr (44630::dsr)
	      "Distance means nothing/To me." -Kate Bush
*** config/alpha/alpha.h~	Thu Jun 15 09:08:45 1995
--- config/alpha/alpha.h	Fri Jun 23 13:09:21 1995
***************
*** 43,49 ****
  #define SIGNED_CHAR_SPEC "%{funsigned-char:-D__CHAR_UNSIGNED__}"
  
  /* No point in running CPP on our assembler output.  */
! #define ASM_SPEC "-nocpp %{pg}"
  
  /* Under OSF/1, -p and -pg require -lprof1.  */
  
--- 43,49 ----
  #define SIGNED_CHAR_SPEC "%{funsigned-char:-D__CHAR_UNSIGNED__}"
  
  /* No point in running CPP on our assembler output.  */
! #define ASM_SPEC "-g3 -nocpp %{pg}"
  
  /* Under OSF/1, -p and -pg require -lprof1.  */
  
Received on Wed Sep 06 1995 - 16:07:11 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:45 NZDT