Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!idt.unit.no!kha From: kha@idt.unit.no Newsgroups: gnu.g++.bug Subject: Bug report Message-ID: <8904191941.AA08284@mime.unit.no> Date: 19 Apr 89 19:41:13 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 Sorry for not reporting this bug before, it is trivial so I forgot it for a while. When compiling gcc and g++ from gcc.xtar.Z and g++.xtar.Z on yahi.stanford.edu I get some small problems on sun3-os4. Make fails, cc and gcc cant find tm.h!! It is easy to fix this by making a copy of tm.h in the config directory, but this leads to another problem: This new tm.h has to be manually changed when compiling g++. g++ uses a softling to gcc's contrib bug tm.h are different: This explains my earlier linking-problems, wrong crt0 will be used if this manual change is forgotten. This tm.h problem should be fixed in the makefile. This problem does not exist for sun os3.4. Knut-Haavard Aksnes.