newman@cpsvax.cps.msu.edu (Timothy S Newman) (12/16/89)
It has already been noted that there is a problem in String.cc or String.h in libg++. I tried to overcome that by removing all references to String.* in the makefiles. Now, the test make stops on twrapper.cc. At line 232, there is a warning about passing objects of type `Integer' through `...' At line 282, there is an error: bad argument 0 for function `MemoizedInteger::MemoizedInteger (class MemoizedInteger &)' (type was int) in base initialization for class `MemoizedInteger' If it matters, I am on Sun4 OS 4, using gas. gcc 1.36.2 and g++1.36.2 (latter from interviews ztar). Tim Newman