OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [config.log] - Rev 1775

Go to most recent revision | Compare with Previous | Blame | View Log

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

configure:610: checking host system type
configure:631: checking target system type
configure:649: checking build system type
configure:679: checking shell to use within Make
configure:707: checking for Tcl configuration
configure:818: checking for Tk configuration
configure:912: checking host system type
configure:969: checking for gcc
configure:1082: checking whether the C compiler (gcc -g -O2 ) works
configure:1098: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1124: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
configure:1129: checking whether we are using GNU C
configure:1138: gcc -E conftest.c
configure:1157: checking whether gcc accepts -g
configure:1192: checking whether the compiler (gcc) actually works
configure:1201: gcc -c -g -O2  conftest.c 1>&5
configure:1220: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1254: checking for a BSD compatible install
configure:1311: checking for ranlib
configure:1351: checking how to run the C preprocessor
configure:1372: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1432: checking if running LynxOS
configure:1508: checking for ANSI C header files
configure:1521: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1588: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1612: checking for pid_t
configure:1645: checking return type of signal handlers
configure:1667: gcc -c -g -O2  conftest.c 1>&5
configure:1686: checking whether time.h and sys/time.h may both be included
configure:1700: gcc -c -g -O2  conftest.c 1>&5
configure:1721: checking for sys/wait.h that is POSIX.1 compatible
configure:1742: gcc -c -g -O2  conftest.c 1>&5
configure:1768: checking if running Mach
configure:1784: checking if running MachTen
configure:1794: checking if on Pyramid
configure:1804: checking if on Apollo
configure:1814: checking if on Interactive
configure:1824: checking if stty reads stdout
configure:1882: checking if running Solaris
configure:1902: checking for sin
configure:1930: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1914: warning: conflicting types for built-in function `sin'
/tmp/ccQoCLhj.o: In function `main':
/projects/insight/markom/or1k/insight/expect/configure:1924: undefined reference to `sin'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1907 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sin(); 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 sin();

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_sin) || defined (__stub___sin)
choke me
#else
sin();
#endif

; return 0; }
configure:2028: checking for Tcl private headers
configure:2168: checking for Itcl private headers. srcdir=.
configure:2194: checking if generating shared or nonshared library
configure:2270: checking for gethostname
configure:2298: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:2366: checking for gethostname
configure:2394: gcc -o conftest -g -O2   conftest.c -ldl  -lieee -lm 1>&5
configure:2462: checking for gethostname
configure:2490: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
configure:2561: checking for socket
configure:2589: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:2657: checking for socket
configure:2685: gcc -o conftest -g -O2   conftest.c -ldl  -lieee -lm 1>&5
configure:2753: checking for socket
configure:2781: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
configure:2851: checking for select
configure:2879: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:2947: checking for select
configure:2975: gcc -o conftest -g -O2   conftest.c -ldl  -lieee -lm 1>&5
configure:3043: checking for select
configure:3071: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
configure:3141: checking for getpseudotty
configure:3169: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
/tmp/ccBzIDAo.o: In function `main':
/projects/insight/markom/or1k/insight/expect/configure:3163: undefined reference to `getpseudotty'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3146 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpseudotty(); 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 getpseudotty();

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_getpseudotty) || defined (__stub___getpseudotty)
choke me
#else
getpseudotty();
#endif

; return 0; }
configure:3192: checking for getpseudotty in -lseq
configure:3211: gcc -o conftest -g -O2   conftest.c -lseq   -lm 1>&5
/usr/bin/ld: cannot find -lseq
collect2: ld returned 1 exit status
configure: failed program was:
#line 3200 "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 getpseudotty();

int main() {
getpseudotty()
; return 0; }
configure:3244: checking for getpseudotty
configure:3272: gcc -o conftest -g -O2   conftest.c -ldl  -lieee -lm 1>&5
/tmp/ccxX54vr.o: In function `main':
/projects/insight/markom/or1k/insight/expect/configure:3266: undefined reference to `getpseudotty'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3249 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpseudotty(); 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 getpseudotty();

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_getpseudotty) || defined (__stub___getpseudotty)
choke me
#else
getpseudotty();
#endif

; return 0; }
configure:3295: checking for getpseudotty in -lseq
configure:3314: gcc -o conftest -g -O2   conftest.c -lseq  -ldl  -lieee -lm 1>&5
/usr/bin/ld: cannot find -lseq
collect2: ld returned 1 exit status
configure: failed program was:
#line 3303 "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 getpseudotty();

int main() {
getpseudotty()
; return 0; }
configure:3347: checking for getpseudotty
configure:3375: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
/tmp/ccIkuVuW.o: In function `main':
/projects/insight/markom/or1k/insight/expect/configure:3369: undefined reference to `getpseudotty'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3352 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpseudotty(); 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 getpseudotty();

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_getpseudotty) || defined (__stub___getpseudotty)
choke me
#else
getpseudotty();
#endif

; return 0; }
configure:3398: checking for getpseudotty in -lseq
configure:3417: gcc -o conftest -g -O2   conftest.c -lseq  -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
/usr/bin/ld: cannot find -lseq
collect2: ld returned 1 exit status
configure: failed program was:
#line 3406 "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 getpseudotty();

int main() {
getpseudotty()
; return 0; }
configure:3783: checking for sys/sysmacros.h
configure:3793: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3819: checking for stdlib.h
configure:3829: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3860: checking for inttypes.h
configure:3876: gcc -c -g -O2  conftest.c 1>&5
configure:3902: checking for varargs.h
configure:3912: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3938: checking for unistd.h
configure:3948: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3974: checking for sys/stropts.h
configure:3984: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4010: checking for sys/sysconfig.h
configure:4020: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4016:27: sys/sysconfig.h: No such file or directory
configure: failed program was:
#line 4015 "configure"
#include "confdefs.h"
#include <sys/sysconfig.h>
configure:4046: checking for sys/fcntl.h
configure:4056: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4082: checking for sys/select.h
configure:4092: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4118: checking for sys/time.h
configure:4128: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4154: checking for sys/ptem.h
configure:4164: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4160:22: sys/ptem.h: No such file or directory
configure: failed program was:
#line 4159 "configure"
#include "confdefs.h"
#include <sys/ptem.h>
configure:4190: checking for sys/strredir.h
configure:4200: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4196:26: sys/strredir.h: No such file or directory
configure: failed program was:
#line 4195 "configure"
#include "confdefs.h"
#include <sys/strredir.h>
configure:4226: checking for sys/strpty.h
configure:4236: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4232:24: sys/strpty.h: No such file or directory
configure: failed program was:
#line 4231 "configure"
#include "confdefs.h"
#include <sys/strpty.h>
configure:4263: checking for sys/bsdtypes.h
configure:4315: checking for memmove
configure:4343: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:4366: checking for sysconf
configure:4394: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:4417: checking for strftime
configure:4445: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:4468: checking for strchr
configure:4496: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:4519: checking for timezone
configure:4547: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:4574: checking for memcpy
configure:4586: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:4608: checking if WNOHANG requires _POSIX_SOURCE
configure:4629: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure: failed program was:
#line 4617 "configure"
#include "confdefs.h"

#include <sys/wait.h>
main() {
#ifndef WNOHANG
        return 0;
#else
        return 1;
#endif
}
configure:4649: checking if any value exists for WNOHANG
configure:4679: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:4713: checking mask type of select
configure:4727: checking if signals need to be re-armed
configure:4775: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure: In function `main':
configure:4758: warning: passing arg 2 of `signal' from incompatible pointer type
configure:4761: warning: passing arg 2 of `signal' from incompatible pointer type
configure: failed program was:
#line 4736 "configure"
#include "confdefs.h"

#include <signal.h>
#define RETSIGTYPE 

int signal_rearms = 0;

RETSIGTYPE
child_sigint_handler(n)
int n;
{
}

RETSIGTYPE
parent_sigint_handler(n)
int n;
{
signal_rearms++;
}

main()
{
        signal(SIGINT,parent_sigint_handler);

        if (0 == fork()) {
                signal(SIGINT,child_sigint_handler);
                kill(getpid(),SIGINT);
                kill(getpid(),SIGINT);
                kill(getppid(),SIGINT);
        } else {
                int status;

                wait(&status);
                unlink("core");
                exit(signal_rearms);
        }
}
configure:4806: checking if on Convex
configure:4825: checking if on NeXT
configure:4836: checking if on HP
configure:4846: checking sane default stty arguments
configure:4864: checking for HP style pty allocation
configure:4878: checking for HP style pty trapping
configure:4881:23: sys/ptyio.h: No such file or directory
configure:4902: checking for AIX new-style pty allocation
configure:4914: checking for SGI old-style pty allocation
configure:4931: checking for SCO style pty allocation
configure:4948: checking for SVR4 style pty allocation
configure:4957: checking for ptsname
configure:4985: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:5007: checking for ptsname
configure:5056: checking for ptsname
configure:5109: checking for NSIG definition with _XOPEN_SOURCE
configure:5122: gcc -c -g -O2  conftest.c 1>&5
configure:5116: `NSIG' undeclared here (not in a function)
configure:5116: storage size of `junk' isn't known
configure: failed program was:
#line 5111 "configure"
#include "confdefs.h"

/* _XOPEN_SOURCE can remove NSIG on UnixWare or OSF/1. */
#define _XOPEN_SOURCE
#include <signal.h>
char junk[NSIG];
int main() {

; return 0; }
configure:5146: checking for OSF/1 style pty allocation
configure:5169: checking for tcgetattr
configure:5197: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:5217: checking for tcsetattr
configure:5245: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:5277: checking for struct sgttyb
configure:5296: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure: In function `main':
configure:5291: storage size of `tmp' isn't known
configure: failed program was:
#line 5286 "configure"
#include "confdefs.h"

#include <sgtty.h>
main()
{
  struct sgttyb tmp;
  exit(0);
}
configure:5325: checking for struct termio
configure:5343: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:5365: checking for struct termios
configure:5392: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:5414: checking if TCGETS or TCGETA in termios.h
configure:5443: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure: failed program was:
#line 5427 "configure"
#include "confdefs.h"

/* including termios.h on Solaris 5.6 fails unless inttypes.h included */
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#include <termios.h>
main() {
#if defined(TCGETS) || defined(TCGETA)
        return 0;
#else
        return 1;
#endif
}
configure:5463: checking if TIOCGWINSZ in termios.h
configure:5492: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure: failed program was:
#line 5476 "configure"
#include "confdefs.h"

/* including termios.h on Solaris 5.6 fails unless inttypes.h included */
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#include <termios.h>
main() {
#ifdef TIOCGWINSZ
        return 0;
#else
        return 1;
#endif
}
configure:5513: checking for Cray-style ptys
configure:5535: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure: failed program was:
#line 5523 "configure"
#include "confdefs.h"

main(){
#ifdef CRAY
        return 0;
#else
        return 1;
#endif
}

configure:5560: checking for select
configure:5588: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:5608: checking for poll
configure:5636: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:5656: checking event handling
configure:5678: checking for _getpty
configure:5706: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
/tmp/cc7rlkBk.o: In function `main':
/projects/insight/markom/or1k/insight/expect/configure:5700: undefined reference to `_getpty'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5683 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char _getpty(); 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 _getpty();

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__getpty) || defined (__stub____getpty)
choke me
#else
_getpty();
#endif

; return 0; }
configure:5733: checking for getpty
configure:5761: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
/tmp/ccL30TFC.o: In function `main':
/projects/insight/markom/or1k/insight/expect/configure:5755: undefined reference to `getpty'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5738 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpty(); 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 getpty();

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_getpty) || defined (__stub___getpty)
choke me
#else
getpty();
#endif

; return 0; }
configure:5790: checking for SV-style timezone
configure:5812: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
configure:5858: checking for Tk private headers
configure:6038: checking for long file names
configure:6091: checking for type of library to build
configure:6131: checking for Cygwin32 environment
configure:6143: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:6139: `__CYGWIN32__' undeclared (first use in this function)
configure:6139: (Each undeclared identifier is reported only once
configure:6139: for each function it appears in.)
configure: failed program was:
#line 6136 "configure"
#include "confdefs.h"

int main() {
int main () { return __CYGWIN32__; }
; return 0; }
configure:6160: checking for executable suffix

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.