lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev what is "compile time settings"


From: dickey
Subject: Re: lynx-dev what is "compile time settings"
Date: Wed, 23 Sep 1998 13:01:05 -0400 (EDT)

> Also, looking at it, the line about gzopen puzzles me: 

that's an artifact of the way the configure script is constructed:  it
makes tests, saves the results of those tests into variables.  If a given
variable is set, it does not get reset (so the first test on gzopen failed,
but a different name was found - but the first is still recorded).

only names with a given convention are saved into config.cache; there may
be useful names that aren't cached.

>    [...] 
>    func_gethostname                    yes 
>    func_gzopen                         no 
>    func_lstat                          yes 
>    [...] 
> because at configure time I get the following messages: 
>    [...] 
>    checking if you want to use zlib for decompression of some gzip files... 
> yes 
>    checking for gzopen... no 
>    checking for gzopen in -lz... yes 
>    checking if directory-editor code should be used... yes 
>    [...] 
>  
> __Henry 
> 


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

reply via email to

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