lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV lynx 2.7.1 ac problems


From: Larry W. Virden, x2487
Subject: LYNX-DEV lynx 2.7.1 ac problems
Date: Sat, 23 Aug 1997 07:51:12 -0400

I applied the ../lynx2.7.1ac-0.52--2.7.1ac-0.55.diff.gz
patch this morning and attempted to do a fresh configure of the
software on my SPARC/Solaris 2.4/Sun cc compiler.  Where previously
this all worked fine, I now get this:

$  $PWD/configure  --prefix=/projects/sprs_lwv/sol2 --with-screen=ncurses 
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.4
checking for gcc... cc
checking whether the C compiler (cc -g ) works... yes
checking whether the C compiler (cc -g ) is a cross-compiler... no
checking whether we are using GNU C... no
checking how to run the C preprocessor... cc -E
checking for ranlib... :
checking whether make sets ${MAKE}... yes
checking for style of include in makefiles... include file
checking for a BSD compatible install... 
/projects/gnu/sparc-sun-solaris2.4/bin/ginstall -c
checking for lint... lint
checking if you want full utility pathnames... yes
checking for system mailer... /usr/lib/sendmail
checking system mail flags... -t -oi
checking for chmod... /bin/chmod
checking for compress... /bin/compress
checking for cp... /bin/cp
checking for gzip... /cas/bin/sun4/gzip
checking for install... /projects/gnu/sparc-sun-solaris2.4/bin/ginstall -c
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for rm... /bin/rm
checking for tar... /bin/tar
checking for touch... /bin/touch
checking for gunzip... /cas/bin/sun4/gunzip
checking for unzip... /projects/sprs_lwv/bin/sol2/unzip
checking for uudecode... /bin/uudecode
checking for zcat... /bin/zcat
checking for zip... /projects/sprs_lwv/bin/sol2/zip
checking for cc option to accept ANSI C... -DCC_HAS_PROTOS
checking for working const... yes
checking for gethostname... no
checking for gethostname in -lnsl... yes
checking for -linet... no
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for strcasecmp... yes
checking for screen type... ncurses
checking for ncurses header file... predefined
checking for Gpm_Open in -lgpm... no
checking for initscr... yes
configure: error: Cannot link ncurses library

$ cat config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:594: checking host system type
configure:619: checking for gcc
configure:696: checking whether the C compiler (cc -g ) works
configure:710: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c 
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
configure:730: checking whether the C compiler (cc -g ) is a cross-compiler
configure:735: checking whether we are using GNU C
configure:744: cc -E conftest.c
configure:787: checking how to run the C preprocessor
configure:808: cc -E -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses conftest.c >/dev/null 
2>conftest.out
configure:850: checking for ranlib
configure:877: checking whether make sets ${MAKE}
configure:905: checking for style of include in makefiles
make: Warning: Both `makefile' and `Makefile' exist
configure:955: checking for a BSD compatible install
configure:1009: checking for lint
configure:1039: checking if you want full utility pathnames
configure:1059: checking for system mailer
configure:1086: checking system mail flags
configure:1114: checking for chmod
configure:1179: checking for compress
configure:1244: checking for cp
configure:1309: checking for gzip
configure:1374: checking for install
configure:1439: checking for mkdir
configure:1504: checking for mv
configure:1569: checking for rm
configure:1634: checking for tar
configure:1699: checking for touch
configure:1764: checking for gunzip
configure:1829: checking for unzip
configure:1894: checking for uudecode
configure:1959: checking for zcat
configure:2024: checking for zip
configure:2093: checking for cc option to accept ANSI C
configure:2127: cc -c -g -DCC_HAS_PROTOS 
-I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses conftest.c 1>&5
configure:2149: checking for working const
configure:2203: cc -c -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses conftest.c 1>&5
configure:2400: checking for gethostname
configure:2428: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c 
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
Undefined                       first referenced
 symbol                             in file
gethostname                         conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 2405 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char gethostname(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gethostname();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_gethostname) || defined (__stub___gethostname)
choke me
#else
gethostname();
#endif

; return 0; }
configure:2450: checking for gethostname in -lnsl
configure:2469: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c -lnsl  
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
configure:2544: checking for -linet
configure:2558: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c -linet  
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
ld: fatal: library -linet: not found
ld: fatal: File processing errors.  No output written to conftest
configure: failed program was:
#line 2551 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2579: checking for socket
configure:2607: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c 
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
Undefined                       first referenced
 symbol                             in file
socket                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 2584 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char socket(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char socket();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_socket) || defined (__stub___socket)
choke me
#else
socket();
#endif

; return 0; }
configure:2629: checking for socket in -lsocket
configure:2648: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c -lsocket -lnsl 
 -L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
configure:2721: checking for gethostbyname
configure:2749: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c 
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
Undefined                       first referenced
 symbol                             in file
gethostbyname                       conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 2726 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char gethostbyname(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gethostbyname();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
choke me
#else
gethostbyname();
#endif

; return 0; }
configure:2771: checking for gethostbyname in -lnsl
configure:2790: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c -lnsl -lsocket 
-lnsl  -L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
configure:2818: checking for strcasecmp
configure:2846: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c 
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses 1>&5
configure:2917: checking for screen type
configure:3453: checking for ncurses header file
configure:3466: cc -c -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses conftest.c 1>&5
configure:3559: checking for Gpm_Open in -lgpm
configure:3578: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c -lgpm  
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses -lnsl -lsocket -lnsl  1>&5
ld: fatal: library -lgpm: not found
ld: fatal: File processing errors.  No output written to conftest
configure: failed program was:
#line 3567 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char Gpm_Open();

int main() {
Gpm_Open()
; return 0; }
configure:3697: checking for initscr
configure:3725: cc -o conftest -g -I/projects/gnu/sparc-sun-solaris2.4/include 
-I/projects/gnu/sparc-sun-solaris2.4/include/ncurses  conftest.c  
-L/projects/gnu/sparc-sun-solaris2.4/lib 
-R/projects/gnu/sparc-sun-solaris2.4/lib -lncurses -lnsl -lsocket -lnsl  1>&5
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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