From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2036d77fc199ee230fdb203658fec578@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: Error reporting (Was: [9fans] GNU Make) Date: Thu, 3 Jun 2004 16:17:03 +0100 From: rog@vitanuova.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9385e72e-eacd-11e9-9e20-41e7f4b1d025 > i think i might have used strstr. > ok, i suppose you might have a file with 'does not exist' in its name, it's not this. it's when you have error messages that contain other error messages, e.g. cannot allocate resource: '/x/y' does not exist here the relevant error message is "cannot allocate resource". the rest is useful for tracking down the problem (and hence is worth including), but isn't directly relevant to a program interested in finding out the primary meaning of the error message.