Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!mailrus!umich!yhe From: yhe@zippy.eecs.umich.edu (Youda He) Newsgroups: gnu.g++.bug Subject: g++-1.35.0- fatal signal 6 fix, why? Message-ID: <79@zip.eecs.umich.edu> Date: 16 Apr 89 05:41:45 GMT Reply-To: yhe@zip.eecs.umich.edu.UUCP (Youda He) Distribution: gnu.g++.bug Organization: University of Michigan EECS Dept., Ann Arbor, MI Lines: 6 I just post a bug report on g++-1.35.0-, a recompilation of g++ fixed it. The problem is: by default, the *.o file common to gcc is linked, g++ only compile language specific functions, this cause g++-1.35.0- fail. by rm *.o and recompile, g++ was able to compile libg++.a. WHY?