bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.2 compile failure


From: Kipp Cannon
Subject: ncurses-5.2 compile failure
Date: Sat, 3 Mar 2001 04:31:48 -0500 (EST)

Hello.  ncurses-5.2 will not compile on my system (details below).  Since I
can't find any mention of ncurses in GNATS I don't know if this problem has
already been reported so if it has I apologize for wasting bandwidth.
Unfortunately I don't have any time to try to sort this problem out myself
so this e-mail doesn't include a patch :-( but I hope the information I
have included is enough to give the experts a clue.

I unpacked the .tar.gz file and ran

                ./compile --prefix=/tmp/build

(I was going to build an RPM out of it so it would be in my database and
the non-standard prefix's purpose was to let me get a list of the files
that get installed).  The compile process stopped here:

cd ../objects;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG -I. 
-I../include -I/tmp/build/include -O2 -c ../c++/cursesf.cc
In file included from 
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/iostream.h:31,
                 from 
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/strstream.h:32,
                 from ../c++/cursesw.h:17,
                 from ../c++/cursesp.h:39,
                 from ../c++/cursesf.h:39,
                 from ../c++/cursesf.cc:34:
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/streambuf.h:
 In method `struct streampos streambuf::pubseekoff(long long int, 
ios::seek_dir, int = 3)':
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/streambuf.h:362:
 conversion from `__off64_t' to non-scalar type `streampos' requested
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/streambuf.h:
 In method `struct streampos streambuf::pubseekpos(_G_fpos64_t, int = 3)':
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/streambuf.h:364:
 `struct streampos' used where a `long long int' was expected
make[1]: *** [../objects/cursesf.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/ncurses-5.2/c++'
make: *** [all] Error 2

Frankly, it looks like it might be a problem with the C++ headers but since
ncurses is the only thing I've had a problem with so far, you guys get the
bug report :-).

I don't know what software packages you need to know I have installed so
here's a list of what I think might be significant:

        kernel:    2.4.2
        glibc:     2.2.2
        gcc:       2.95.2
        binutils:  2.10.1
        make:      3.79.1

Some notes that might make my glibc and gcc unique:  (i) glibc required two
files to be manually compiled without optimization (see GNATS report
#2100);  (ii) gcc was compiled with an older glibc installed
(2.0.something) and has not been recompiled against the newer library
because the glibc docs say not to.

Below, please find included the config.log and config.cache files that got
generated by configure.

If someone is able to come up with a suggestion, please CC my return
address as I am not subscribed to this list.  Thanks for any time you guys
can put towards this.

                                                        -Kipp

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

configure:675: checking host system type
configure:696: checking target system type
configure:714: checking build system type
configure:807: checking for prefix
configure:852: checking for gcc
configure:965: checking whether the C compiler (gcc  ) works
configure:981: gcc -o conftest    conftest.c  1>&5
configure:1007: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1012: checking whether we are using GNU C
configure:1021: gcc -E conftest.c
configure:1040: checking whether gcc accepts -g
configure:1073: checking version of gcc
configure:1116: checking how to run the C preprocessor
configure:1137: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1197: checking whether gcc needs -traditional
configure:1243: checking for POSIXized ISC
configure:1265: checking for gcc option to accept ANSI C
configure:1305: gcc -c -g -O2 -DCC_HAS_PROTOS  conftest.c 1>&5
configure:1366: checking for ldconfig
configure:1403: checking if you want to ensure bool is consistent with C++
configure:1423: checking for c++
configure:1455: checking whether the C++ compiler (c++  ) works
configure:1471: c++ -o conftest    conftest.C  1>&5
configure:1497: checking whether the C++ compiler (c++  ) is a cross-compiler
configure:1502: checking whether we are using GNU C++
configure:1511: c++ -E conftest.C
configure:1530: checking whether c++ accepts -g
configure:1574: checking if you want to build C++ binding and demo
configure:1587: checking if you want to build with Ada95
configure:1600: checking if you want to build programs such as tic
configure:1613: checking if you wish to install curses.h
configure:1655: checking for mawk
configure:1655: checking for gawk
configure:1685: checking whether make sets ${MAKE}
configure:1723: checking for a BSD compatible install
configure:1786: checking for long file names
configure:1831: checking if filesystem supports mixed-case filenames
configure:1854: checking whether ln -s works
configure:1877: checking for ranlib
configure:1909: checking for ctags
configure:1941: checking for etags
configure:1991: checking for tdlint
configure:1991: checking for lint
configure:1991: checking for alint
configure:2025: checking for man
configure:2061: checking for loader (symbol LD)
configure:2075: checking for archiver (symbol AR)
configure:2089: checking for archiver options (symbol AR_OPTS)
configure:2101: checking for makeflags variable
configure:2137: checking if you have specified an install-prefix
configure:2162: checking if you want to build libraries with libtool
configure:2182: checking if you want to build shared libraries
configure:2196: checking if you want to build static libraries
configure:2210: checking if you want to build debug libraries
configure:2224: checking if you want to build profiling libraries
configure:2240: checking for specified models
configure:2248: checking for default model
configure:2280: checking if you want to build a separate terminfo library
configure:2294: checking if you want to link with dbmalloc for testing
configure:2356: checking if you want to link with dmalloc for testing
configure:2419: checking if you want to link with the gpm mouse library
configure:2535: checking for default loader flags
configure:2546: checking if rpath option should be used
configure:2568: checking if release/abi version should be used for shared libs
configure:2599: checking which gcc option to use
configure:2612: gcc -c -g -O2 -fPIC  conftest.c 1>&5
configure:2830: checking if you wish to install ncurses overwriting curses
configure:2843: checking if external terminfo-database is used
configure:2871: checking which terminfo source-file will be installed
configure:2883: checking for list of fallback descriptions
configure:2905: checking for list of terminfo directories
configure:2956: checking for default terminfo directory
configure:3002: checking if big-core option selected
configure:3026: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3048: checking if you want termcap-fallback support
configure:3112: checking for remove
configure:3140: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3112: checking for unlink
configure:3140: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3225: checking if link/symlink functions work
configure:3266: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3266: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3321: checking if tic should use symbolic links
configure:3345: checking if you want broken-linker support code
configure:3363: checking if tputs should process BSD-style prefix padding
configure:3381: checking if RCS identifiers should be compiled-in
configure:3401: checking format of man-pages
configure:3453: checking for manpage renaming
configure:3496: checking for manpage symlinks
configure:3512: checking for manpage tbl
configure:3751: checking if you want to build with function extensions
configure:3791: checking for extended use of const keyword
configure:3809: checking if you want $NCURSES_NO_PADDING code
configure:3827: checking if you want SIGWINCH handler
configure:3845: checking if you want user-definable terminal capabilities like 
termcap
configure:3864: checking if you want all development code
configure:3878: checking if you want colorfgbg code
configure:3896: checking if you want hard-tabs code
configure:3913: checking if you want to use restrict environment when running 
as root
configure:3931: checking if you want limited support for xmc
configure:3952: checking if you do not want to assume colors are white-on-black
configure:3970: checking if you want hashmap scrolling-optimization code
configure:3987: checking if you want experimental safe-sprintf code
configure:4026: checking if you want experimental wide-character code
configure:4050: checking if you want to display full commands during build
configure:4071: checking if you want to see compiler warnings
configure:4141: checking for gcc __attribute__ directives
checking for gcc __attribute__((scanf))
configure:4181: gcc -c -g -O2  conftest.c 1>&5
checking for gcc __attribute__((printf))
configure:4181: gcc -c -g -O2  conftest.c 1>&5
checking for gcc __attribute__((unused))
configure:4181: gcc -c -g -O2  conftest.c 1>&5
checking for gcc __attribute__((noreturn))
configure:4181: gcc -c -g -O2  conftest.c 1>&5
configure:4197: checking if you want to enable runtime assertions
configure:4264: checking for gettimeofday
configure:4292: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:4362: checking if -lm needed for math functions
configure:4378: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
/tmp/ccfRaOyW.o: In function `main':
/usr/src/redhat/BUILD/ncurses-5.2/configure:4374: undefined reference to `sin'
collect2: ld returned 1 exit status
configure: failed program was:
#line 4368 "configure"
#include "confdefs.h"

        #include <stdio.h>
        #include <math.h>
        
int main() {
double x = rand(); printf("result = %g\n", sin(x))
; return 0; }
configure:4400: checking for ANSI C header files
configure:4413: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4480: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:4508: checking for dirent.h that defines DIR
configure:4521: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:4546: checking for opendir in -ldir
configure:4565: gcc -o conftest -g -O2  -DNDEBUG  conftest.c -ldir   1>&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 4554 "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:4630: checking for regular-expression headers
configure:4649: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:4743: checking for fcntl.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for getopt.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for libc.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4749: libc.h: No such file or directory
configure: failed program was:
#line 4748 "configure"
#include "confdefs.h"
#include <libc.h>
configure:4743: checking for limits.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for locale.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for poll.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for sys/bsdtypes.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4749: sys/bsdtypes.h: No such file or directory
configure: failed program was:
#line 4748 "configure"
#include "confdefs.h"
#include <sys/bsdtypes.h>
configure:4743: checking for sys/ioctl.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for sys/param.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for sys/poll.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for sys/select.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for sys/time.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for sys/times.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for ttyent.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4743: checking for unistd.h
configure:4753: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:4869: checking if sys/time.h works with sys/select.h
configure:4890: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:4919: checking for working const
configure:4973: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:4994: checking for inline
configure:5008: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:5040: checking if unsigned literals are legal
configure:5053: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:5071: checking for type of chtype
configure:5126: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5159: checking for number of bits in chtype
configure:5191: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5211: checking for width of character-index
configure:5238: checking if external errno is declared
configure:5257: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:5288: checking if external errno exists
configure:5304: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5336: checking if data-only library module links
configure:5346: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:5365: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:5387: gcc -o conftest -g -O2  -DNDEBUG  conftest.c conftest.a  1>&5
configure:5438: checking for getcwd
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for getegid
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for geteuid
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for getttynam
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for issetugid
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
/tmp/cc8QrnVO.o: In function `main':
/usr/src/redhat/BUILD/ncurses-5.2/configure:5460: undefined reference to 
`issetugid'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5443 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char issetugid(); 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 issetugid();

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_issetugid) || defined (__stub___issetugid)
choke me
#else
issetugid();
#endif

; return 0; }
configure:5438: checking for memccpy
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for mkstemp
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for nanosleep
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for poll
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for remove
configure:5438: checking for select
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for setbuf
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for setbuffer
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for setvbuf
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for sigaction
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for sigvec
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for strdup
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for strstr
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for tcgetpgrp
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for times
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for vfscanf
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for vsnprintf
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5438: checking for vsscanf
configure:5466: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5537: checking for isascii
configure:5550: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5571: checking whether sigaction needs _POSIX_SOURCE
configure:5582: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:5629: checking for termio.h
configure:5639: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:5629: checking for termios.h
configure:5639: gcc -E  -DNDEBUG conftest.c >/dev/null 2>conftest.out
configure:5629: checking for unistd.h
configure:5715: checking whether termios.h needs _POSIX_SOURCE
configure:5724: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:5765: checking for tcgetattr
configure:5794: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:5817: checking whether setvbuf arguments are reversed
configure:5839: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure: In function `main':
configure:5832: warning: passing arg 2 of `setvbuf' makes pointer from integer 
without a cast
configure:5832: warning: passing arg 3 of `setvbuf' makes integer from pointer 
without a cast
configure: failed program was:
#line 5825 "configure"
#include "confdefs.h"
#include <stdio.h>
/* If setvbuf has the reversed format, exit 0. */
main () {
  /* This call has the arguments reversed.
     A reversed system may check and see that the address of main
     is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
    exit(1);
  putc('\r', stdout);
  exit(0);                      /* Non-reversed systems segv here.  */
}
configure:5864: checking return type of signal handlers
configure:5886: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure:5906: checking for type sigaction_t
configure:5920: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
configure: In function `main':
configure:5916: `sigaction_t' undeclared (first use in this function)
configure:5916: (Each undeclared identifier is reported only once
configure:5916: for each function it appears in.)
configure:5916: parse error before `x'
configure: failed program was:
#line 5912 "configure"
#include "confdefs.h"

#include <signal.h>
int main() {
sigaction_t x
; return 0; }
configure:5941: checking declaration of size-change
configure:5994: gcc -c -g -O2  -DNDEBUG conftest.c 1>&5
size-change succeeded ()
configure:6033: checking for memmove
configure:6061: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:6184: checking if poll really works
configure:6213: gcc -o conftest -g -O2  -DNDEBUG  conftest.c  1>&5
configure:6241: checking for builtin bool type
configure:6257: gcc -c -O2  -DNDEBUG conftest.c 1>&5
configure: In function `main':
configure:6253: `bool' undeclared (first use in this function)
configure:6253: (Each undeclared identifier is reported only once
configure:6253: for each function it appears in.)
configure:6253: parse error before `x'
configure: failed program was:
#line 6247 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <sys/types.h>

int main() {
bool x = false
; return 0; }
configure:6294: checking for library stdc++
configure:6313: c++ -o conftest -O2  -DNDEBUG  conftest.C  -lstdc++ 1>&5
In file included from 
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/iostream.h:31,
                 from 
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/strstream.h:32,
                 from configure:6304:
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/streambuf.h:
 In method `struct streampos streambuf::pubseekoff(long long int, 
ios::seek_dir, int = 3)':
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/streambuf.h:362:
 conversion from `__off64_t' to non-scalar type `streampos' requested
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/streambuf.h:
 In method `struct streampos streambuf::pubseekpos(_G_fpos64_t, int = 3)':
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/streambuf.h:364:
 `struct streampos' used where a `long long int' was expected
configure: failed program was:
#line 6302 "configure"
#include "confdefs.h"

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

char buf[80];
strstreambuf foo(buf, sizeof(buf))

; return 0; }
configure:6421: checking how to run the C++ preprocessor
configure:6439: c++ -E  -DNDEBUG conftest.C >/dev/null 2>conftest.out
configure:6467: checking for typeinfo
configure:6477: c++ -E  -DNDEBUG conftest.C >/dev/null 2>conftest.out
configure:6505: checking for builtin bool type
configure:6521: c++ -c -O2  -DNDEBUG conftest.C 1>&5
configure:6541: checking for size of bool
configure:6583: c++ -o conftest -O2  -DNDEBUG  conftest.C  1>&5
configure:6607: checking for special defines needed for etip.h
configure:6627: c++ -c -O2 -I./c++ -I./menu  -DNDEBUG conftest.C 1>&5
configure:6627: c++ -c -O2 -I./c++ -I./menu -DETIP_NEEDS_MATH_H  -DNDEBUG 
conftest.C 1>&5
configure:6749: checking for gnatmake
configure:6980: checking for library subsets
configure:7037: checking default library suffix
configure:7050: checking default library-dependency suffix
configure:7068: checking default object directory
configure:7081: checking c++ library-dependency suffux
configure:7107: checking where we will install curses.h
configure:7135: checking for src modules
--- end config.log ---


--- beging config.cache ---
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
ac_cv_c_const=${ac_cv_c_const='yes'}
ac_cv_c_inline=${ac_cv_c_inline='inline'}
ac_cv_func_getcwd=${ac_cv_func_getcwd='yes'}
ac_cv_func_getegid=${ac_cv_func_getegid='yes'}
ac_cv_func_geteuid=${ac_cv_func_geteuid='yes'}
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday='yes'}
ac_cv_func_getttynam=${ac_cv_func_getttynam='yes'}
ac_cv_func_issetugid=${ac_cv_func_issetugid='no'}
ac_cv_func_link=${ac_cv_func_link='yes'}
ac_cv_func_memccpy=${ac_cv_func_memccpy='yes'}
ac_cv_func_memmove=${ac_cv_func_memmove='yes'}
ac_cv_func_mkstemp=${ac_cv_func_mkstemp='yes'}
ac_cv_func_nanosleep=${ac_cv_func_nanosleep='yes'}
ac_cv_func_poll=${ac_cv_func_poll='yes'}
ac_cv_func_remove=${ac_cv_func_remove='yes'}
ac_cv_func_select=${ac_cv_func_select='yes'}
ac_cv_func_setbuf=${ac_cv_func_setbuf='yes'}
ac_cv_func_setbuffer=${ac_cv_func_setbuffer='yes'}
ac_cv_func_setvbuf=${ac_cv_func_setvbuf='yes'}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed='no'}
ac_cv_func_sigaction=${ac_cv_func_sigaction='yes'}
ac_cv_func_sigvec=${ac_cv_func_sigvec='yes'}
ac_cv_func_strdup=${ac_cv_func_strdup='yes'}
ac_cv_func_strstr=${ac_cv_func_strstr='yes'}
ac_cv_func_symlink=${ac_cv_func_symlink='yes'}
ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp='yes'}
ac_cv_func_times=${ac_cv_func_times='yes'}
ac_cv_func_unlink=${ac_cv_func_unlink='yes'}
ac_cv_func_vfscanf=${ac_cv_func_vfscanf='yes'}
ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf='yes'}
ac_cv_func_vsscanf=${ac_cv_func_vsscanf='yes'}
ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h='yes'}
ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h='yes'}
ac_cv_header_getopt_h=${ac_cv_header_getopt_h='yes'}
ac_cv_header_libc_h=${ac_cv_header_libc_h='no'}
ac_cv_header_limits_h=${ac_cv_header_limits_h='yes'}
ac_cv_header_locale_h=${ac_cv_header_locale_h='yes'}
ac_cv_header_poll_h=${ac_cv_header_poll_h='yes'}
ac_cv_header_stdc=${ac_cv_header_stdc='yes'}
ac_cv_header_sys_bsdtypes_h=${ac_cv_header_sys_bsdtypes_h='no'}
ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h='yes'}
ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h='yes'}
ac_cv_header_sys_poll_h=${ac_cv_header_sys_poll_h='yes'}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h='yes'}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h='yes'}
ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h='yes'}
ac_cv_header_termio_h=${ac_cv_header_termio_h='yes'}
ac_cv_header_termios_h=${ac_cv_header_termios_h='yes'}
ac_cv_header_ttyent_h=${ac_cv_header_ttyent_h='yes'}
ac_cv_header_typeinfo=${ac_cv_header_typeinfo='yes'}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'}
ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir='no'}
ac_cv_path_LDCONFIG=${ac_cv_path_LDCONFIG='/sbin/ldconfig'}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_prog_AWK=${ac_cv_prog_AWK='gawk'}
ac_cv_prog_CC=${ac_cv_prog_CC='gcc'}
ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'}
ac_cv_prog_CXX=${ac_cv_prog_CXX='c++'}
ac_cv_prog_CXXCPP=${ac_cv_prog_CXXCPP='c++ -E'}
ac_cv_prog_LN_S=${ac_cv_prog_LN_S='ln -s'}
ac_cv_prog_MAKE_LOWER_TAGS=${ac_cv_prog_MAKE_LOWER_TAGS='yes'}
ac_cv_prog_MAKE_UPPER_TAGS=${ac_cv_prog_MAKE_UPPER_TAGS='yes'}
ac_cv_prog_MAN=${ac_cv_prog_MAN='man'}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB='ranlib'}
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross='no'}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
ac_cv_prog_cc_works=${ac_cv_prog_cc_works='yes'}
ac_cv_prog_cxx_cross=${ac_cv_prog_cxx_cross='no'}
ac_cv_prog_cxx_g=${ac_cv_prog_cxx_g='yes'}
ac_cv_prog_cxx_works=${ac_cv_prog_cxx_works='yes'}
ac_cv_prog_gcc=${ac_cv_prog_gcc='yes'}
ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional='no'}
ac_cv_prog_gnat_exists=${ac_cv_prog_gnat_exists='no'}
ac_cv_prog_gxx=${ac_cv_prog_gxx='yes'}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
ac_cv_sys_long_file_names=${ac_cv_sys_long_file_names='yes'}
ac_cv_type_signal=${ac_cv_type_signal='void'}
cf_cv_1UL=${cf_cv_1UL='1UL'}
cf_cv_abi_version=${cf_cv_abi_version='5'}
cf_cv_ansi_cc=${cf_cv_ansi_cc='-DCC_HAS_PROTOS'}
cf_cv_builtin_bool=${cf_cv_builtin_bool='1'}
cf_cv_cc_bool_type=${cf_cv_cc_bool_type='0'}
cf_cv_dcl_errno=${cf_cv_dcl_errno='yes'}
cf_cv_do_symlinks=${cf_cv_do_symlinks='yes'}
cf_cv_have_errno=${cf_cv_have_errno='yes'}
cf_cv_have_isascii=${cf_cv_have_isascii='yes'}
cf_cv_have_tcgetattr=${cf_cv_have_tcgetattr='yes'}
cf_cv_ld_rpath=${cf_cv_ld_rpath='no'}
cf_cv_libstdcpp=${cf_cv_libstdcpp='no'}
cf_cv_link_dataonly=${cf_cv_link_dataonly='yes'}
cf_cv_link_funcs=${cf_cv_link_funcs=' link symlink'}
cf_cv_makeflags=${cf_cv_makeflags=''}
cf_cv_mixedcase=${cf_cv_mixedcase='yes'}
cf_cv_need_libm=${cf_cv_need_libm='yes'}
cf_cv_regex=${cf_cv_regex='regex.h'}
cf_cv_rel_version=${cf_cv_rel_version='5.2'}
cf_cv_rm_so_locs=${cf_cv_rm_so_locs='no'}
cf_cv_shift_limit=${cf_cv_shift_limit='32'}
cf_cv_shlib_version=${cf_cv_shlib_version='rel'}
cf_cv_sizechange=${cf_cv_sizechange='yes'}
cf_cv_src_modules=${cf_cv_src_modules='ncurses progs tack panel menu form'}
cf_cv_subst_AR=${cf_cv_subst_AR='ar'}
cf_cv_subst_AR_OPTS=${cf_cv_subst_AR_OPTS='rv'}
cf_cv_subst_LD=${cf_cv_subst_LD='ld'}
cf_cv_sys_time_select=${cf_cv_sys_time_select='yes'}
cf_cv_system_name=${cf_cv_system_name='linux-gnu'}
cf_cv_type_of_bool=${cf_cv_type_of_bool='unsigned char'}
cf_cv_type_sigaction=${cf_cv_type_sigaction='no'}
cf_cv_typeof_chtype=${cf_cv_typeof_chtype='long'}
cf_cv_unsigned_literals=${cf_cv_unsigned_literals='yes'}
cf_cv_widec_shift=${cf_cv_widec_shift='8'}
cf_cv_working_poll=${cf_cv_working_poll='yes'}
--- end config.cache ---




reply via email to

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