[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Further compile problems on Solaris 2.5/2.5.1




On Fri, 2 Jul 1999, Andrew Gilmore wrote:

> Ok, got one more set of compile problems with 3.1.19:
> 
> gmake[2]: Entering directory `/fluvial/pstaff/gilmorea/zipfiles/temp/siag-3.1.19/plugins'
> 
> [SNIP]
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -g -O2 -c clipart.c
> clipart.c: In function `save_file':
> clipart.c:1112: `sys_errlist' undeclared (first use this function)
> clipart.c:1112: (Each undeclared identifier is reported only once
> clipart.c:1112: for each function it appears in.)
> clipart.c:1114: `sys_nerr' undeclared (first use this function)
> gmake[2]: *** [clipart.o] Error 1

Replaced all these references with calls to the ANSI C function strerror.

Ulric