Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!mstan!amull From: amull@Morgan.COM (Andrew P. Mullhaupt) Newsgroups: comp.unix.xenix Subject: Re: comp.unix.xenix Summary: Clarification Keywords: cc error messages in SCO UNIX System V/386 r3.2 Message-ID: <548@s5.Morgan.COM> Date: 29 Nov 89 12:41:12 GMT References: <529@s5.Morgan.COM> <69@van-bc.UUCP> <5568@seac.UUCP> Organization: Morgan Stanley & Co. NY, NY Lines: 21 I'm convinced from the replies posted so far that I did not make my problem with C error messages clear. 1. By terse error messages, I mean that the error text normally supplied with the SCO cc compiler is not being printed. Not that if it were printed, it would be too short, but that it is not being reported. That is, I don't get 'Unidentified identifier xxx' but just the error number C2065. Now I think 'C2065' is not descriptive enough. The correct message, according to the C Programmer's guide is 'xxx : undefined' which is what I would like. 2. The problem can be fixed by making sure that links from the files /lib/*.err exist to the /lib/386 directory. The Development tools installation does not always ensure this; which is a bug in my opinion. Apparently you don't get a fully wired compiler unless you include the XENIX cross-development tools in your installation. Later, Andrew Mullhaupt