On Mon, 13 May 2002, Arthur Boos Jr wrote:

> Date: Mon, 13 May 2002 12:40:23 -0300 (EST)
> From: Arthur Boos Jr <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Cc: Arthur Boos Jr <[EMAIL PROTECTED]>
> Subject: LPRng: *** ifhp V.3.5.7 build:  _strerr not found!
>
>
> Hi,
>
>       I'm trying to build ifhp V. 3.5.7 on a sparc running SunOS 4.1.4,
> but the process is aborted with the error message:
>


The easiest way is to make your own strerror() function which will return
sys_errlist[errno].  You can do that once if HAVE_STRERROR is not set;
otherwise you have to test for HAVE_STRERROR everytime you use strerror().
It may be increasingly difficult to find a system which does not provide
a strerror() function, so this is quite likely to be missed in a test.


Villy


-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to