yhe@zippy.eecs.umich.edu (Youda He) (04/16/89)
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?