[gnu.g++] g++ 1.36.0

andersnb@cmcl2.NYU.EDU (Brian Anderson) (10/03/89)

Hi,

I have recently seen mention of g++ 1.36.0 in this newsgroup.  However
the latest vesion I find on prep.ai.mit.edu is 1.35.0.  I do know of the
existence of some patches 1.35.1-.  Can anyone tell me if 1.36.0 exists
and where I can obtain it?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Brian G. Anderson                                       |
NYU Ultracomputer Research Project                     |||
715 Broadway  Rm. 1006                                |||||
New York, NY  10003                                   |||||
(212) 998-3346                                     --- //\ ---
arpa:	andersnb@cmcl2                             ----/ \----
uucp:	{ihnp4,seismo}!cmcl2!andersnb              ----   ----

andersnb@cmcl2.NYU.EDU (Brian Anderson) (10/05/89)

Hi,

About a week ago I posted a request for 1.36.0 source on the net.  A kind
soul informed me that copies of 1.36 existed on labrea.stanford.edu in
the files g++.xtar and libg++.xtar (or ytar, but xtar seemed more recient:
about 10/2/89).  I unpacked them and was able to compile g++ using gcc 1.36.0.
However, I was unable to compile libg++.  My configuration is Sun3 OS3.5. 
In one of the files the constant _JBLEN was undefined (I think it is the
jump buffer length) so I guessed a value.  G++ ouputs assembly code that
the Sun assembler doesn't understand (a .stabs entry for two symbols were
rejected).  Has anyone out there got 1.36.0 working?  Are the release copies
I got too new for general use?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Brian G. Anderson                                       |
NYU Ultracomputer Research Project                     |||
715 Broadway  Rm. 1006                                |||||
New York, NY  10003                                   |||||
(212) 998-3346                                     --- //\ ---
arpa:	andersnb@cmcl2                             ----/ \----
uucp:	{ihnp4,seismo}!cmcl2!andersnb              ----   ----

spolsky-joel@CS.YALE.EDU (Joel Spolsky) (10/23/89)

Help!

I am having trouble compiling g++.

The system: Sun 3 / Sun-OS 4.0


The symptom: trying to make the target cc1plus:

gcc -DGATHER_STATISTICS -O -g  -o cc1plus lastfile.o ...


	[dozens of .o files here]


gcc: Program ld got fatal signal 25.
*** Error code 1
make: Fatal error: Command failed for target `cc1plus'



I tried using the gnu ld but to no avail. There is a comment about
shared libraries in the Makefile which I don't understand. Can anybody
offer any suggestions?

Thanks in advance.

+----------------+----------------------------------------------------------+
|  Joel Spolsky  | bitnet: spolsky@yalecs.bitnet     uucp: ...!yale!spolsky |
|                | internet: spolsky@cs.yale.edu     voicenet: 203-436-1538 |
+----------------+----------------------------------------------------------+
                                                      #include <disclaimer.h>