Path: utzoo!attcan!uunet!munnari!basser!graeme From: graeme@basser.oz (Graeme Woodward) Newsgroups: comp.lang.c++ Subject: Re: C++ Sunview Errors; Message-ID: <1842@basser.oz> Date: 13 Mar 89 12:45:30 GMT References: <7276@killer.DALLAS.TX.US> <6936@thorin.cs.unc.edu> Organization: Dept of Comp Sci, Uni of Sydney, Australia Lines: 12 I have a number of problems with C++ used on a Sun. I have a program that compiled on an Apollo (running sr10.1) that refused to compile on the SUN. The errors are ... "undeclared function _flsbuf() called" in stream.h "uninitialized reference _rresult" supposedly in one of my header files. Nowhere in my code, or in the intermediate code up to the stage generated by cfront, does any variable with a name anything like rresult is used!! Does anyone have any comments or possible solutions. Graeme.