lynx-dev
[Top][All Lists]
Advanced

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

[Lynx-dev] gzip & conftest in latest


From: russellbell
Subject: [Lynx-dev] gzip & conftest in latest
Date: Fri, 30 Mar 2018 08:45:20 -0600

        I just built latest.  It saves files as html but names them with gz :

        Mar 30 08:22:34 randytool lynx[27842]: 
https://www.nytimes.com/2018/03/30/books/review/perfect-reading-spots.html
        Mar 30 08:22:40 randytool lynx[27842]: 
LYNXDOWNLOAD://Method=-1/File=/tmp/lynxXXXX2OuEtB/L27842-7580TMP.bin/SugFile=perfect-reading-spots.html.gz

config.log records:

        configure:1098: PATH=".;."; conftest.sh
        ./configure: line 1099: conftest.sh: command not found

and:

        configure:36125: checking if you want to use zlib for decompression of 
some gzip files
        configure:36135: result: yes
        configure:36388: testing Starting FIND_LINKAGE(z,zlib) ...
        configure:36409: gcc -o conftest -O2  -D_FILE_OFFSET_BITS=64  
-D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -D_GNU_SOURCE -D_DEFAULT_SOURCE  
conftest.c -lbz2 -lidn -lncurses -ltinfo -lssl -lcrypto >&5
        /tmp/ccw22Onp.o: In function `main':
        conftest.c:(.text.startup+0x1c): undefined reference to `gzopen64'
        collect2: error: ld returned 1 exit status
        configure:36412: $? = 1
        configure: failed program was:
        #line 36393 "configure"
        #include "confdefs.h"
        
        
as well as:

        configure:1642: gcc -V </dev/null >&5
        gcc: error: unrecognized command line option '-V'
        gcc: fatal error: no input files
        compilation terminated.

and:
        
        configure:1930: gcc -c -g -O2  conftest.c >&5
        conftest.c:2:3: error: unknown type name 'choke'
           choke me
           ^~~~~
        conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' 
at end of input
        configure:1933: $? = 1
        configure: failed program was:
        #ifndef __cplusplus
          choke me
        #endif
        
and:
        configure:2341: gcc -E  conftest.c
        configure:2338:10: fatal error: ac_nonexistent.h: No such file or 
directory
         #include "confdefs.h"
                  ^~~~~~~~~~~~
        compilation terminated.
        configure:2347: $? = 1
        configure: failed program was:
        #line 2337 "configure"


and:
        
        configure:35587: gcc -o conftest -O2  -D_FILE_OFFSET_BITS=64  
-D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -D_GNU_SOURCE -D_DEFAULT_SOURCE  
conftest.c -lidn -lncurses -ltinfo
        -lssl -lcrypto >&5
        /tmp/ccEpmZF5.o: In function `main':
        conftest.c:(.text.startup+0x1c): undefined reference to `BZ2_bzopen'
        collect2: error: ld returned 1 exit status
        configure:35590: $? = 1
        configure: failed program was:
        #line 35570 "configure"
        

        I'm 32-bit: does lynx require 64-bit now?

russell bell



reply via email to

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