lynx-dev
[Top][All Lists]
Advanced

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

[no subject]


From: owner-lynx-dev
Date: Mon, 06 May 2002 13:58:28 +0000

(h135-254-248-252.lucent.com [135.254.248.252])
        by ihemail1.firewall.lucent.com (Switch-2.2.2/Switch-2.2.0) with ESMTP
id g46BoiW28498
        for <address@hidden>; Mon, 6 May 2002 07:50:45 -0400 (EDT)
(5.5.2653.19)
        id <JWV1M5YC>; Mon, 6 May 2002 17:20:41 +0530
Message-ID:
<address@hidden>
From: "Mariappan, Krishnasamy (Krishnasamy)** CTR **"
         <address@hidden>
To: "'address@hidden'" <address@hidden>
Subject: lynx-dev Lynx installation problem?? FILE 2 OF 3
Date: Mon, 6 May 2002 17:20:38 +0530
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Sender: address@hidden
Precedence: bulk
Reply-To: address@hidden
X-Mailing-List: lynx-dev

MODERATOR'S NOTE: This is file 2 of 3 sent by the original message's
author, "address@hidden".

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

configure:640: checking host system type
configure:695: checking for gcc
configure:808: checking whether the C compiler (/usr/ucb/cc  ) works
configure:824: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:850: checking whether the C compiler (/usr/ucb/cc  ) is a 
cross-compiler
configure:855: checking whether we are using GNU C
configure:864: /usr/ucb/cc -E conftest.c
configure:883: checking whether /usr/ucb/cc accepts -g
configure:915: checking how to run the C preprocessor
configure:936: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:995: checking whether ln -s works
configure:1018: checking for ranlib
configure:1046: checking whether make sets ${MAKE}
configure:1084: checking for a BSD compatible install
configure:1141: checking for lint
configure:1172: checking for AIX
configure:1196: checking for POSIXized ISC
configure:1222: checking if you want to see long compiling messages
configure:1270: checking if you want to check memory-leaks
configure:1294: checking if you want to enable debug-code
configure:1336: checking if you want to enable lynx trace code 
*recommended*
configure:1499: checking for ANSI C header files
configure:1512: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:1579: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:1603: checking for working const
configure:1657: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 1613: warning: const is a keyword in ANSI C
"configure", line 1613: undefined symbol: const
"configure", line 1613: syntax error before or at: charset
"configure", line 1618: warning: syntax error:  empty declaration
"configure", line 1619: undefined or not a type: const
"configure", line 1619: syntax error before or at: zero
"configure", line 1619: warning: old-style declaration or incorrect 
type for: zero
"configure", line 1619: too many initializers for scalar
"configure", line 1623: undefined or not a type: const
"configure", line 1623: parameter not in identifier list: g
"configure", line 1623: cannot initialize parameter: g
"configure", line 1624: syntax error before or at: ccp
"configure", line 1624: warning: old-style declaration or incorrect 
type for: ccp
"configure", line 1624: warning: improper pointer/integer combination: 
op "="
"configure", line 1624: an address is not allowed in a constant 
initializer for an integral type whose size is smaller than the size 
of a pointer
"configure", line 1626: syntax error before or at: ++
"configure", line 1626: warning: old-style declaration or incorrect 
type for: ccp
"configure", line 1627: warning: old-style declaration or incorrect 
type for: p
"configure", line 1627: warning: improper pointer/integer combination: 
op "="
"configure", line 1627: non-constant initializer: op "NAME"
"configure", line 1628: warning: old-style declaration or incorrect 
type for: ccp
"configure", line 1628: identifier redefined: ccp
         current : int
         previous: int : "configure", line 1624
"configure", line 1628: syntax error before or at: const
"configure", line 1628: cannot recover from previous errors
configure: failed program was:
#line 1608 "configure"
#include "confdefs.h"

int main() {

/* Ultrix mips cc rejects this.  */
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this.  */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this.  */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
    It does not let you subtract one const X* pointer from another in 
an arm
    of an if-expression whose if-part is not a constant expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this.  */
   char *t;
   char const *s = 0 ? (char *) 0 : (char const *) 0;

   *t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
   int x[] = {25, 17};
   const int *foo = &x[0];
   ++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
   typedef const int *iptr;
   iptr p = 0;
   ++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable 
lvalue. */
   struct s { int j; const int *ap[3]; };
   struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
   const int foo = 10;
}

; return 0; }
configure:1678: checking for inline
configure:1692: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 1688: undefined or not a type: inline
"configure", line 1688: syntax error before or at: foo
configure: failed program was:
#line 1685 "configure"
#include "confdefs.h"

int main() {
} inline foo() {
; return 0; }
configure:1692: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 1688: undefined or not a type: __inline__
"configure", line 1688: syntax error before or at: foo
configure: failed program was:
#line 1685 "configure"
#include "confdefs.h"

int main() {
} __inline__ foo() {
; return 0; }
configure:1692: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 1688: undefined or not a type: __inline
"configure", line 1688: syntax error before or at: foo
configure: failed program was:
#line 1685 "configure"
#include "confdefs.h"

int main() {
} __inline foo() {
; return 0; }
configure:1718: checking for off_t
configure:1751: checking for size_t
configure:1786: checking for working alloca.h
configure:1798: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:1819: checking for alloca
configure:1852: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2021: checking for unistd.h
configure:2031: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:2060: checking for getpagesize
configure:2088: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2113: checking for working mmap
configure:2261: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2289: checking for argz.h
configure:2299: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
"configure", line 2296: Can't find include file argz.h
configure: failed program was:
#line 2294 "configure"
#include "confdefs.h"
#include <argz.h>
configure:2289: checking for limits.h
configure:2299: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:2289: checking for locale.h
configure:2299: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:2289: checking for nl_types.h
configure:2299: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:2289: checking for malloc.h
configure:2299: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:2289: checking for string.h
configure:2299: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:2289: checking for unistd.h
configure:2289: checking for sys/param.h
configure:2299: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:2329: checking for getcwd
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2329: checking for munmap
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2329: checking for putenv
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2329: checking for setenv
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
Undefined                       first referenced
  symbol                             in file
setenv                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 2334 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char setenv(); 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 setenv();

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_setenv) || defined (__stub___setenv)
choke me
#else
setenv();
#endif

; return 0; }
configure:2329: checking for setlocale
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2329: checking for strchr
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2329: checking for strcasecmp
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2329: checking for strdup
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:2329: checking for __argz_count
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
Undefined                       first referenced
  symbol                             in file
__argz_count                        conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 2334 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char __argz_count(); 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 __argz_count();

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___argz_count) || defined (__stub_____argz_count)
choke me
#else
__argz_count();
#endif

; return 0; }
configure:2329: checking for __argz_stringify
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
Undefined                       first referenced
  symbol                             in file
__argz_stringify                    conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 2334 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char __argz_stringify(); 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 __argz_stringify();

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___argz_stringify) || defined 
(__stub_____argz_stringify)
choke me
#else
__argz_stringify();
#endif

; return 0; }
configure:2329: checking for __argz_next
configure:2357: /usr/ucb/cc -o conftest    conftest.c  1>&5
Undefined                       first referenced
  symbol                             in file
__argz_next                         conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 2334 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char __argz_next(); 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 __argz_next();

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___argz_next) || defined (__stub_____argz_next)
choke me
#else
__argz_next();
#endif

; return 0; }
configure:2386: checking for stpcpy
configure:2414: /usr/ucb/cc -o conftest    conftest.c  1>&5
Undefined                       first referenced
  symbol                             in file
stpcpy                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 2391 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char stpcpy(); 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 stpcpy();

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_stpcpy) || defined (__stub___stpcpy)
choke me
#else
stpcpy();
#endif

; return 0; }
configure:2448: checking for LC_MESSAGES
configure:2460: /usr/ucb/cc -o conftest    conftest.c  1>&5
"configure", line 2457: warning: statement not reached
configure:2481: checking whether NLS is requested
configure:3552: checking if you want full utility pathnames
configure:3577: checking for system mailer
configure:3604: checking system mail flags
configure:3632: checking for chmod
configure:3709: checking for compress
configure:3786: checking for cp
configure:3863: checking for gzip
configure:3940: checking for mkdir
configure:4017: checking for mv
configure:4094: checking for rm
configure:4171: checking for tar
configure:4248: checking for touch
configure:4325: checking for gunzip
configure:4402: checking for unzip
configure:4479: checking for bzip2
configure:4556: checking for uudecode
configure:4633: checking for zcat
configure:4710: checking for zip
configure:4787: checking for telnet
configure:4864: checking for tn3270
configure:4941: checking for rlogin
configure:5112: checking for /usr/ucb/cc option to accept ANSI C
configure:5152: /usr/ucb/cc -c  -DCC_HAS_PROTOS  conftest.c 1>&5
configure:5180: checking for working const
configure:5534: checking if we must define _GNU_SOURCE
configure:5550: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 5545: undefined symbol: make
"configure", line 5545: syntax error before or at: an
configure: failed program was:
#line 5540 "configure"
#include "confdefs.h"
#include <sys/types.h>
int main() {

#ifndef _XOPEN_SOURCE
make an error
#endif
; return 0; }
configure:5570: /usr/ucb/cc -c  -D_GNU_SOURCE  conftest.c 1>&5
configure:5622: checking if you want socks library
configure:5642: checking if you want socks5 library
configure:5846: checking for network libraries
configure:5857: checking for gethostname
configure:5885: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:6024: checking for main in -linet
configure:6039: /usr/ucb/cc -o conftest    conftest.c -linet   1>&5
ld: fatal: library -linet: not found
ld: fatal: File processing errors. No output written to conftest
configure: failed program was:
#line 6032 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:6064: checking for socket
configure:6092: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:6231: checking for gethostbyname
configure:6259: /usr/ucb/cc -o conftest    conftest.c  1>&5
configure:6342: checking for strcasecmp
configure:6458: checking for inet_aton function
configure:6475: /usr/ucb/cc -o conftest    conftest.c   1>&5
Undefined                       first referenced
  symbol                             in file
inet_aton                           conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 6464 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

int main() {
inet_aton(0, (struct in_addr *)0)
; return 0; }
configure:6495: checking for inet_addr function
configure:6512: /usr/ucb/cc -o conftest    conftest.c   1>&5
configure:6575: checking for screen type
configure:6617: checking for initscr
configure:6645: /usr/ucb/cc -o conftest    conftest.c   1>&5
Undefined                       first referenced
  symbol                             in file
initscr                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 6622 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char initscr(); 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 initscr();

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_initscr) || defined (__stub___initscr)
choke me
#else
initscr();
#endif

; return 0; }
configure:6819: checking for tgoto
configure:6847: /usr/ucb/cc -o conftest    conftest.c   1>&5
Undefined                       first referenced
  symbol                             in file
tgoto                               conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 6824 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char tgoto(); 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 tgoto();

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_tgoto) || defined (__stub___tgoto)
choke me
#else
tgoto();
#endif

; return 0; }
configure:6868: checking for tgoto in -ltermcap
configure:6887: /usr/ucb/cc -o conftest    conftest.c -ltermcap    1>&5
configure:6917: checking for initscr in -lcursesX
configure:6936: /usr/ucb/cc -o conftest    conftest.c -lcursesX 
-ltermcap   1>&5
ld: fatal: library -lcursesX: not found
ld: fatal: File processing errors. No output written to conftest
configure: failed program was:
#line 6925 "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 initscr();

int main() {
initscr()
; return 0; }
configure:6917: checking for initscr in -lcurses
configure:6936: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:6985: checking if we need both curses and termcap libraries
configure:6994: /usr/ucb/cc -o conftest    conftest.c -lcurses   1>&5
Undefined                       first referenced
  symbol                             in file
tgetnum                             /usr/ucblib/libcurses.a(cr_tty.o)
tgetstr                             /usr/ucblib/libcurses.a(cr_tty.o)
tgoto                               conftest.o
tputs                               /usr/ucblib/libcurses.a(initscr.o)
tgetent                             /usr/ucblib/libcurses.a(cr_tty.o)
tgetflag                            /usr/ucblib/libcurses.a(cr_tty.o)
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 6987 "configure"
#include "confdefs.h"
#include <curses.h>
int main() {
initscr(); tgoto((char *)0, 0, 0);
; return 0; }
configure:7011: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:7033: checking for curses performance tradeoff
configure:7054: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 7048: syntax error before or at: ;
configure: failed program was:
#line 7040 "configure"
#include "confdefs.h"

#include <curses.h>
int main() {

#if defined(wbkgdset) && defined(clearok) && defined(getbkgd)
         int x = ERR;
#else
         int x = ;       /* force an error */
#endif

; return 0; }
configure:8166: checking for location of config-file
configure:8178: checking if you want only a few charsets
configure:8239: checking for ANSI C header files
configure:8343: checking whether time.h and sys/time.h may both be 
included
configure:8357: /usr/ucb/cc -c   conftest.c 1>&5
configure:8382: checking for dirent.h that defines DIR
configure:8395: /usr/ucb/cc -c   conftest.c 1>&5
configure:8420: checking for opendir in -ldir
configure:8439: /usr/ucb/cc -o conftest    conftest.c -ldir  -lcurses 
-ltermcap   1>&5
ld: fatal: library -ldir: not found
ld: fatal: File processing errors. No output written to conftest
configure: failed program was:
#line 8428 "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 opendir();

int main() {
opendir()
; return 0; }
configure:8521: checking for arpa/inet.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for fcntl.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for limits.h
configure:8521: checking for stdlib.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for string.h
configure:8521: checking for sys/fcntl.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for sys/filio.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for sys/ioctl.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for sys/param.h
configure:8521: checking for sys/time.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for syslog.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for termio.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for termios.h
configure:8531: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8521: checking for unistd.h
configure:8559: checking termio.h and termios.h
configure:8578: /usr/ucb/cc -c   conftest.c 1>&5
configure:8598: checking for sigaction and structs
configure:8619: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:8643: checking for sys/wait.h
configure:8653: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8781: checking for union wait
configure:8798: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
compiles ok w/o union wait
configure:8923: checking for stdarg.h
configure:8933: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8923: checking for varargs.h
configure:8933: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:8960: checking for standard varargs
configure:8981: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 8977: va_start: argument mismatch
configure:9001: checking for uid_t in sys/types.h
configure:9035: checking type of array argument to getgroups
configure:9068: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9106: checking for pid_t
configure:9139: checking for uid_t in sys/types.h
configure:9173: checking for mode_t
configure:9209: checking for vfork.h
configure:9219: /usr/ucb/cc -E  conftest.c >/dev/null 2>conftest.out
configure:9244: checking for working vfork
configure:9395: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9419: checking if we should use fcntl or ioctl
configure:9437: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9486: checking for broken/missing definition of remove
configure:9499: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9539: checking for lstat
configure:9554: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for cuserid
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for getcwd
configure:9597: checking for getgroups
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for gettimeofday
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for getuid
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for mkstemp
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for mktemp
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for popen
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for putenv
configure:9597: checking for rand
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for readdir
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for setuid
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for srand
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for strerror
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for truncate
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9597: checking for unsetenv
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
Undefined                       first referenced
  symbol                             in file
unsetenv                            conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 9602 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char unsetenv(); 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 unsetenv();

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_unsetenv) || defined (__stub___unsetenv)
choke me
#else
unsetenv();
#endif

; return 0; }
configure:9597: checking for vasprintf
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
Undefined                       first referenced
  symbol                             in file
vasprintf                           conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 9602 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char vasprintf(); 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 vasprintf();

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_vasprintf) || defined (__stub___vasprintf)
choke me
#else
vasprintf();
#endif

; return 0; }
configure:9597: checking for waitpid
configure:9625: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9655: checking for mktime
configure:9683: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9655: checking for strstr
configure:9683: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9714: checking for strstr declaration
configure:9728: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 9723: identifier redeclared: strstr
         current : function() returning int
         previous: function() returning pointer to char : 
"/usr/include/string.h", line 93
configure: failed program was:
#line 9719 "configure"
#include "confdefs.h"
#include <string.h>
int main() {
#ifndef strstr
extern  int     strstr();
#endif
; return 0; }
configure:9783: checking for getgrgid declaration
configure:9799: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 9794: identifier redeclared: getgrgid
         current : function() returning int
         previous: function() returning pointer to struct group 
{pointer to char gr_name, pointer to char gr_passwd, long gr_gid, 
pointer to po... : "/usr/include/grp.h", line 52
configure: failed program was:
#line 9788 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <grp.h>
int main() {
#ifndef getgrgid
extern  int     getgrgid();
#endif
; return 0; }
configure:9783: checking for getgrnam declaration
configure:9799: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 9794: identifier redeclared: getgrnam
         current : function() returning int
         previous: function() returning pointer to struct group 
{pointer to char gr_name, pointer to char gr_passwd, long gr_gid, 
pointer to po... : "/usr/include/grp.h", line 53
configure: failed program was:
#line 9788 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <grp.h>
int main() {
#ifndef getgrnam
extern  int     getgrnam();
#endif
; return 0; }
configure:9856: checking if TRUE/FALSE are defined
configure:9871: /usr/ucb/cc -c   conftest.c 1>&5
configure:9898: checking if external errno is declared
configure:9917: /usr/ucb/cc -c   conftest.c 1>&5
configure:9948: checking if external errno exists
configure:9964: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:9996: checking if we can set errno
configure:10032: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:10055: checking for setlocale()
configure:10068: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:10089: checking if NGROUPS is defined
configure:10109: /usr/ucb/cc -c   conftest.c 1>&5
configure:10165: checking if external sys_nerr is declared
configure:10184: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 10181: undefined symbol: sys_nerr
configure: failed program was:
#line 10171 "configure"
#include "confdefs.h"

#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
int main() {
long x = (long) sys_nerr
; return 0; }
configure:10215: checking if external sys_nerr exists
configure:10231: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:10165: checking if external sys_errlist is declared
configure:10184: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 10181: undefined symbol: sys_errlist
configure: failed program was:
#line 10171 "configure"
#include "confdefs.h"

#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
int main() {
long x = (long) sys_errlist
; return 0; }
configure:10215: checking if external sys_errlist exists
configure:10231: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:10264: checking if struct utmp is declared
configure:10279: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 10275: undefined struct/union member: ut_host
"configure", line 10275: cannot dereference non-pointer type
"configure", line 10276: warning: assignment type mismatch:
         pointer to char "=" pointer to int
configure: failed program was:
#line 10270 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <utmp.h>
int main() {
struct utmp x; char *y = &x.ut_host[0]
; return 0; }
configure:10294: /usr/ucb/cc -c   conftest.c 1>&5
configure:10322: checking if external h_errno exists
configure:10338: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:10369: checking if character set is EBCDIC
configure:10388: /usr/ucb/cc -c   conftest.c 1>&5
"configure", line 10383: undefined symbol: make
"configure", line 10383: syntax error before or at: an
configure: failed program was:
#line 10375 "configure"
#include "confdefs.h"

int main() {
  /* TryCompile function for CharSet.
    Treat any failure as ASCII for compatibility with existing art.
    Use compile-time rather than run-time tests for cross-compiler
    tolerance.  */
#if '0'!=240
make an error "Character set is not EBCDIC"
#endif
; return 0; }
configure:10422: checking if curses supports alternate-character set
configure:10439: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10435: undefined symbol: chtype
"configure", line 10435: syntax error before or at: x
"configure", line 10435: undefined symbol: acs_map
"configure", line 10435: cannot dereference non-pointer type
configure: failed program was:
#line 10430 "configure"
#include "confdefs.h"

#include <curses.h>

int main() {
chtype x = acs_map['l']; acs_map['m'] = 0
; return 0; }
configure:10439: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10435: undefined symbol: chtype
"configure", line 10435: syntax error before or at: x
"configure", line 10435: undefined symbol: _acs_map
"configure", line 10435: cannot dereference non-pointer type
configure: failed program was:
#line 10430 "configure"
#include "confdefs.h"

#include <curses.h>

int main() {
chtype x = _acs_map['l']; _acs_map['m'] = 0
; return 0; }
configure:10462: checking if curses supports fancy attributes
configure:10481: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10473: undefined symbol: A_UNDERLINE
"configure", line 10473: undefined symbol: A_BOLD
"configure", line 10473: undefined symbol: A_REVERSE
"configure", line 10474: undefined symbol: A_BLINK
"configure", line 10474: undefined symbol: A_DIM
configure: failed program was:
#line 10468 "configure"
#include "confdefs.h"

#include <curses.h>

int main() {
attrset(A_UNDERLINE|A_BOLD|A_REVERSE);
          wattrset(stdscr, A_BLINK|A_DIM);
          attroff(A_BOLD);
          keypad(stdscr,TRUE);

; return 0; }
configure:10501: checking for ncurses version
configure:10558: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10551: undefined symbol: make
"configure", line 10551: syntax error before or at: an
configure: failed program was:
#line 10535 "configure"
#include "confdefs.h"

#include <curses.h>
int main()
{
         FILE *fp = fopen("out3996", "w");
#ifdef NCURSES_VERSION
# ifdef NCURSES_VERSION_PATCH
         fprintf(fp, "%s.%d\n", NCURSES_VERSION, NCURSES_VERSION_PATCH);
# else
         fprintf(fp, "%s\n", NCURSES_VERSION);
# endif
#else
# ifdef __NCURSES_H
         fprintf(fp, "old\n");
# else
         make an error
# endif
#endif
         exit(0);
}
configure:10623: checking if curses supports color attributes
configure:10644: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10634: undefined symbol: chtype
"configure", line 10634: syntax error before or at: x
configure: failed program was:
#line 10629 "configure"
#include "confdefs.h"

#include <curses.h>

int main() {
chtype x = COLOR_BLUE;
          has_colors();
          start_color();
#ifndef NCURSES_BROKEN
          wbkgd(curscr, getbkgd(stdscr)); /* X/Open XPG4 aka SVr4 
Curses */
#endif

; return 0; }
configure:10671: checking declaration of size-change
configure:10724: /usr/ucb/cc -c   conftest.c 1>&5
size-change succeeded ()
configure:10756: checking if ttytype is declared in curses library
configure:10769: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:10790: checking if we must define _XOPEN_SOURCE_EXTENDED
configure:10806: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
Undefined                       first referenced
  symbol                             in file
winnstr                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 10796 "configure"
#include "confdefs.h"

#include <stdlib.h>
#include <curses.h>
int main() {

         long x = winnstr(stdscr, "", 0)
; return 0; }
configure:10825: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
Undefined                       first referenced
  symbol                             in file
winnstr                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 10814 "configure"
#include "confdefs.h"

#define _XOPEN_SOURCE_EXTENDED
#include <stdlib.h>
#include <curses.h>
int main() {

         long x = winnstr(stdscr, "", 0)
; return 0; }
configure:10861: checking for assume_default_colors
(line 10863) testing assume_default_colors ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: assume_default_colors
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef assume_default_colors
long foo = (long)(&assume_default_colors);
#endif

; return 0; }
configure:10861: checking for cbreak
(line 10863) testing cbreak ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
configure:10861: checking for define_key
(line 10863) testing define_key ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: define_key
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef define_key
long foo = (long)(&define_key);
#endif

; return 0; }
configure:10861: checking for getattrs
(line 10863) testing getattrs ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: getattrs
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef getattrs
long foo = (long)(&getattrs);
#endif

; return 0; }
configure:10861: checking for getbegx
(line 10863) testing getbegx ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: getbegx
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef getbegx
long foo = (long)(&getbegx);
#endif

; return 0; }
configure:10861: checking for getbegy
(line 10863) testing getbegy ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: getbegy
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef getbegy
long foo = (long)(&getbegy);
#endif

; return 0; }
configure:10861: checking for keypad
(line 10863) testing keypad ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: keypad
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef keypad
long foo = (long)(&keypad);
#endif

; return 0; }
configure:10861: checking for resizeterm
(line 10863) testing resizeterm ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: resizeterm
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef resizeterm
long foo = (long)(&resizeterm);
#endif

; return 0; }
configure:10861: checking for use_default_colors
(line 10863) testing use_default_colors ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: use_default_colors
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef use_default_colors
long foo = (long)(&use_default_colors);
#endif

; return 0; }
configure:10861: checking for wborder
(line 10863) testing wborder ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: wborder
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef wborder
long foo = (long)(&wborder);
#endif

; return 0; }
configure:10861: checking for wredrawln
(line 10863) testing wredrawln ...
configure:10892: /usr/ucb/cc -o conftest    conftest.c -lcurses 
-ltermcap   1>&5
"configure", line 10886: undefined symbol: wredrawln
configure: failed program was:
#line 10872 "configure"
#include "confdefs.h"

#ifdef HAVE_XCURSES
#include <xcurses.h>
char * XCursesProgramName = "test";
#else
#include <curses.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
int main() {

#ifndef wredrawln
long foo = (long)(&wredrawln);
#endif

; return 0; }
configure:10924: checking if configuration info should be browsable
configure:10948: checking if new-style forms-based options screen 
should be used
configure:10972: checking if old-style options menu should be used
configure:10996: checking if experimental address-list page should be used
configure:11020: checking if experimental charset-selection logic 
should be used
configure:11044: checking if experimental CJK logic should be used
configure:11068: checking if color-style code should be used
configure:11159: checking if experimental file-upload logic should be used
configure:11183: checking if experimental htmlized lynx.cfg should be 
built
configure:11212: checking if experimental element-justification logic 
should be used
configure:11236: checking if experimental keyboard-layout logic should 
be used
configure:11260: checking if experimental JavaScript support should be 
used
configure:11284: checking if html source should be colorized
configure:11308: checking if read-progress message should show ETA
configure:11332: checking if scrollbar code should be used
configure:11363: checking if source caching should be used
configure:11390: checking if alternative line-edit bindings should be used
configure:11414: checking if you want to use extended HTML DTD logic
configure:11438: checking if partial-display should be used
configure:11462: checking if you want to use external commands
configure:11486: checking if you want to use setfont support
configure:11510: checking if you want cgi-link support
configure:11529: checking if you want change-exec support
configure:11553: checking if you want exec-links support
configure:11577: checking if you want exec-scripts support
configure:11601: checking if you want internal-links feature
configure:11625: checking if you want to fork NSL requests
configure:11649: checking if you want to log URL requests via syslog
configure:11673: checking if persistent-cookie logic should be used
configure:11697: checking if you want to underline links
configure:11721: checking if help files should be gzip'ed
configure:11750: checking if you want to use zlib for decompression of 
some gzip files
configure:11946: checking if you want to exclude FINGER code
configure:11970: checking if you want to exclude GOPHER code
configure:11994: checking if you want to exclude NEWS code
configure:12018: checking if you want to exclude FTP code
configure:12047: checking if directory-editor code should be used
configure:12073: checking if you wish to allow extracting from 
archives via DirEd
configure:12092: checking if DirEd mode should override keys
configure:12118: checking if you wish to allow permissions commands 
via DirEd
configure:12144: checking if you wish to allow executable-permission 
commands via DirEd
configure:12163: checking if you wish to allow tar commands from DirEd
configure:12189: checking if you wish to allow uudecode commands from 
DirEd
configure:12215: checking if you wish to allow zip and unzip commands 
from DirEd
configure:12241: checking if you wish to allow gzip and gunzip 
commands from DirEd
configure:12268: checking if you want long-directory listings
configure:12294: checking if parent-directory references are permitted
configure:13825: checking if we can include termio.h with curses
configure:13843: /usr/ucb/cc -c  -DHAVE_CONFIG_H -I. -I. -I./src 
-I./WWW/Library/Implementation  conftest.c 1>&5
"/usr/include/sys/termios.h", line 32: macro CTRL redefines previous 
macro at "/usr/ucbinclude/sys/ttychars.h", line 65
"/usr/include/sys/termios.h", line 150: macro CINTR redefines previous 
macro at "/usr/ucbinclude/sys/ttychars.h", line 71
"/usr/include/sys/termios.h", line 153: macro CKILL redefines previous 
macro at "/usr/ucbinclude/sys/ttychars.h", line 70
"/usr/include/sys/termios.h", line 154: macro CEOT redefines previous 
macro at "/usr/ucbinclude/sys/ttychars.h", line 76
"/usr/include/sys/termios.h", line 157: macro CEOF redefines previous 
macro at "/usr/ucbinclude/sys/ttychars.h", line 75
"/usr/include/sys/termios.h", line 158: macro CSTART redefines 
previous macro at "/usr/ucbinclude/sys/ttychars.h", line 73
"/usr/include/sys/termios.h", line 159: macro CSTOP redefines previous 
macro at "/usr/ucbinclude/sys/ttychars.h", line 74
"/usr/include/sys/termios.h", line 162: macro CSUSP redefines previous 
macro at "/usr/ucbinclude/sys/ttychars.h", line 78
"/usr/include/sys/termios.h", line 163: macro CDSUSP redefines 
previous macro at "/usr/ucbinclude/sys/ttychars.h", line 79
"/usr/include/sys/termios.h", line 164: macro CRPRNT redefines 
previous macro at "/usr/ucbinclude/sys/ttychars.h", line 80
"/usr/include/sys/termios.h", line 165: macro CFLUSH redefines 
previous macro at "/usr/ucbinclude/sys/ttychars.h", line 81
"/usr/include/sys/termios.h", line 166: macro CWERASE redefines 
previous macro at "/usr/ucbinclude/sys/ttychars.h", line 82
"/usr/include/sys/termios.h", line 167: macro CLNEXT redefines 
previous macro at "/usr/ucbinclude/sys/ttychars.h", line 83
"/usr/include/sys/termios.h", line 209: macro NL0 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 84
"/usr/include/sys/termios.h", line 210: macro NL1 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 85
"/usr/include/sys/termios.h", line 212: macro CR0 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 94
"/usr/include/sys/termios.h", line 213: macro CR1 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 95
"/usr/include/sys/termios.h", line 214: macro CR2 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 96
"/usr/include/sys/termios.h", line 215: macro CR3 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 97
"/usr/include/sys/termios.h", line 217: macro TAB0 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 89
"/usr/include/sys/termios.h", line 218: macro TAB1 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 90
"/usr/include/sys/termios.h", line 219: macro TAB2 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 91
"/usr/include/sys/termios.h", line 224: macro XTABS redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 92
"/usr/include/sys/termios.h", line 229: macro BS0 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 102
"/usr/include/sys/termios.h", line 230: macro BS1 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 103
"/usr/include/sys/termios.h", line 235: macro FF0 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 99
"/usr/include/sys/termios.h", line 236: macro FF1 redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 100
"/usr/include/sys/termios.h", line 285: macro ECHO redefines previous 
macro at "/usr/ucbinclude/sys/ioctl.h", line 77
"/usr/include/sys/termios.h", line 289: macro NOFLSH redefines 
previous macro at "/usr/ucbinclude/sys/ioctl.h", line 121
"/usr/include/sys/termios.h", line 290: macro TOSTOP redefines 
previous macro at "/usr/ucbinclude/sys/ioctl.h", line 112
"/usr/include/sys/termios.h", line 297: macro FLUSHO redefines 
previous macro at "/usr/ucbinclude/sys/ioctl.h", line 113
"/usr/include/sys/termios.h", line 298: macro PENDIN redefines 
previous macro at "/usr/ucbinclude/sys/ioctl.h", line 119




; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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