lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev dev.19 configure problem


From: dickey
Subject: Re: lynx-dev dev.19 configure problem
Date: Sat, 6 Mar 1999 07:22:48 -0500 (EST)

> I just built lynx2.8.2dev.19 on SunOS 4.1.3_U1. It builds and seems 
> to run well except for a configure glitch that had to be corrected 
> manually. The declaration for sys_errlist and sys_nerr needs to be 
> present, but configure thinks not. I hope the following shows what 
> happened. Defining DECL_SYS_ERRLIST to 1 in lynx_cfg.h fixes the 
> problem with compiling. This is the first unix build I've done since 
> dev.12. I don't know when the problem appeared in the interim. 

nor I (I did some test-builds with dev.17 and had no problem).

I'll take a look on Monday.

>                                Doug 
>          
>  
> gcc -DHAVE_CONFIG_H -I/wb/home/dkaufman/nobak/include 
> -I/wb/home/dkaufman/nobak/include  -I../../.. -I../../../src -I../../../intl 
> -I../../.. -I../../../src -I../../../intl 
> -I../../../WWW/Library/Implementation -O2 -DSUN -DSUN4   -DDIRECT_WAIS  
> -I../../.. 
>  
> /WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH  -c  
> ../../../WWW/Library/Implementation/HTTCP.c 
> ../../../WWW/Library/Implementation/HTTCP.c: In function `HTInetStatus': 
> ../../../WWW/Library/Implementation/HTTCP.c:230: `sys_nerr' undeclared (first 
> use this function) 
> ../../../WWW/Library/Implementation/HTTCP.c:230: (Each undeclared identifier 
> is reported only once 
> ../../../WWW/Library/Implementation/HTTCP.c:230: for each function it appears 
> in.) 
> ../../../WWW/Library/Implementation/HTTCP.c:231: `sys_errlist' undeclared 
> (first use this function) 
> make[1]: *** [../../Library/unix/HTTCP.o] Error 1 
>  
> >From config.cache 
> cf_cv_dcl_sys_errlist=${cf_cv_dcl_sys_errlist='no'} 
> cf_cv_dcl_sys_nerr=${cf_cv_dcl_sys_nerr='no'} 
>  
> >From config.log 
> configure:9812: checking if NGROUPS is defined 
> configure:9888: checking declaration of sys_nerr 
> configure:9888: checking declaration of sys_errlist 
> configure:9980: checking if struct utmp is declared 
>  
> >From lynx_cfg.h 
> /* #undef DECL_SYS_ERRLIST */ 
>  
> __ 
> Doug Kaufman 
> Internet: address@hidden (preferred) 
>         address@hidden 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]