Problems with awt over Kaffe 1.0.4

Rodrigo Senra rodsenra at correionet.com.br
Sun Feb 20 09:07:03 PST 2000



Dear Kaffe Community,

I could use some help to find out a  /* probably */ a missing library.
I am using kaffe version 1.0.b4 ( yes I'd like to upgrade to the latest
release and no I can't because I need special extensions that only work
with 1.0b4 so far). When I tried to install kaffe over Linux 2.2.13-9cl
i586
it went ok BUT for AWT. No matter what AWT app, the error is always:

/// Follows the problem:----------------------------------------------
java.lang.ExceptionInInitializerError: [exception was
java.lang.ExceptionInInitializerError: [exception was
java.lang.ExceptionInInitializerError: [exception was
java.lang.ExceptionInInitializerError: [exception was
java.lang.UnsatisfiedLinkError: awt]]]]
 at java.lang.Throwable.<init>(Throwable.java:38)
 at java.lang.Error.<init>(Error.java:21)
 at java.lang.LinkageError.<init>(LinkageError.java:21)
 at
java.lang.ExceptionInInitializerError.<init>(ExceptionInInitializerError.java:25)

//------------------------------------------------------------------------

Could this be a missing library,package,...?
Thanks in advance for any help that would prevent me from delving into
unecessary details.
Best Regads
Rod Senra

PS: I took the liberty to include my config.log that might help the
gurus to
      spot any anomaly.

///Follows kaffe version
Kaffe Virtual Machine
Copyright (c) 1996-1999
Transvirtual Technologies, Inc.  All rights reserved
Engine: Just-in-time   Version: 1.0.b4   Java Version: 1.1

Instrumented with Guarana 1.6
Copyright (c) 1997-1999  Alexandre Oliva





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

configure:593: checking for a BSD compatible install
configure:646: checking whether build environment is sane
configure:703: checking whether make sets ${MAKE}
configure:798: checking whether to enable maintainer-specific portions
of Makefiles
configure:854: checking for gcc
configure:967: checking whether the C compiler (gcc  ) works
configure:983: gcc -o conftest   -I/usr/local/include  conftest.c
-L/usr/local/lib  1>&5
configure:1009: checking whether the C compiler (gcc  ) is a
cross-compiler
configure:1014: checking whether we are using GNU C
configure:1023: gcc -E conftest.c
configure:1042: checking whether gcc accepts -g
configure:1075: checking how to run the C preprocessor
configure:1096: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:1163: checking dependency style of gcc
configure:1219: checking host system type
configure:1240: checking for Cygwin environment
configure:1256: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:1247: warning: function declaration isn't a prototype
configure: In function `main':
configure:1252: `__CYGWIN32__' undeclared (first use in this function)
configure:1252: (Each undeclared identifier is reported only once
configure:1252: for each function it appears in.)
configure: failed program was:
#line 1245 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1273: checking for mingw32 environment
configure:1285: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:1280: warning: function declaration isn't a prototype
configure: In function `main':
configure:1281: `__MINGW32__' undeclared (first use in this function)
configure:1281: (Each undeclared identifier is reported only once
configure:1281: for each function it appears in.)
configure: failed program was:
#line 1278 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1304: checking for executable suffix
configure:1314: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
conftest.c:1: warning: function declaration isn't a prototype
configure:1466: checking build system type
configure:1486: checking for ranlib
configure:1525: checking for ld used by GCC
configure:1588: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.9.5 (with BFD 2.9.5.0.16)
configure:1604: checking for BSD-compatible nm
configure:1641: checking whether ln -s works
ltconfig:601: checking for object suffix
ltconfig:602: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
ltconfig:742: checking if gcc PIC flag -fPIC works
ltconfig:743: gcc -c -g -O2 -Wall -Wstrict-prototypes -fPIC -DPIC
-I/usr/local/include conftest.c 1>&5
ltconfig:795: checking if gcc supports -c -o file.o
ltconfig:796: gcc -c -g -O2 -Wall -Wstrict-prototypes -o
out/conftest2.o  -I/usr/local/include conftest.c 1>&5
ltconfig:828: checking if gcc supports -c -o file.lo
ltconfig:829: gcc -c -g -O2 -Wall -Wstrict-prototypes -c -o conftest.lo
-I/usr/local/include conftest.c 1>&5
ltconfig:880: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:881: gcc -c -g -O2 -Wall -Wstrict-prototypes -fno-rtti
-fno-exceptions -c conftest.c  -I/usr/local/include conftest.c 1>&5
ltconfig:924: checking if gcc static flag -static works
ltconfig:925: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  -static conftest.c  -L/usr/local/lib  1>&5
conftest.c:1: warning: return-type defaults to `int'
conftest.c:1: warning: function declaration isn't a prototype
GNU ld version 2.9.5 (with BFD 2.9.5.0.16)
ltconfig:1557: checking if global_symbol_pipe works
ltconfig:1558: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
conftest.c:5: warning: function declaration isn't a prototype
conftest.c:9: warning: return-type defaults to `int'
conftest.c:9: warning: function declaration isn't a prototype
ltconfig:1561: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[
]\([ABCDGISTW]\)[  ][  ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' >
conftest.nm"
ltconfig:1613: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-fno-builtin -fno-rtti -fno-exceptions  -I/usr/local/include  conftest.c
conftstm.o 1>&5
conftest.c:6: warning: `main' is usually a function
ltconfig:2123: checking for dlopen in -ldl
ltconfig:2141: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-fno-builtin -fno-rtti -fno-exceptions  -I/usr/local/include  conftest.c
-ldl   -L/usr/local/lib  1>&5
ltconfig:2134: warning: function declaration isn't a prototype
ltconfig:2136: warning: function declaration isn't a prototype
ltconfig:2348: checking for dlfcn.h
ltconfig:2358: gcc -c -g -O2 -Wall -Wstrict-prototypes -fno-builtin
-fno-rtti -fno-exceptions  -I/usr/local/include conftest.c 1>&5
conftest.c >/dev/null 2>conftest.out
ltconfig:2386: checking whether a program can dlopen itself
ltconfig:2440: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-fno-builtin -fno-rtti -fno-exceptions  -I/usr/local/include
-DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  -L/usr/local/lib
1>&5
ltconfig:2433: warning: return-type defaults to `int'
ltconfig:2433: warning: function declaration isn't a prototype
ltconfig: In function `fnord':
ltconfig:2433: warning: unused variable `i'
ltconfig:2433: warning: control reaches end of non-void function
ltconfig: At top level:
ltconfig:2434: warning: return-type defaults to `int'
ltconfig:2434: warning: function declaration isn't a prototype
ltconfig: In function `main':
ltconfig:2436: warning: implicit declaration of function `exit'
ltconfig:2436: warning: control reaches end of non-void function
ltconfig:2459: checking whether a statically linked program can dlopen
itself
ltconfig:2513: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-fno-builtin -fno-rtti -fno-exceptions  -I/usr/local/include
-DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl
-L/usr/local/lib  1>&5
ltconfig:2506: warning: return-type defaults to `int'
ltconfig:2506: warning: function declaration isn't a prototype
ltconfig: In function `fnord':
ltconfig:2506: warning: unused variable `i'
ltconfig:2506: warning: control reaches end of non-void function
ltconfig: At top level:
ltconfig:2507: warning: return-type defaults to `int'
ltconfig:2507: warning: function declaration isn't a prototype
ltconfig: In function `main':
ltconfig:2509: warning: implicit declaration of function `exit'
ltconfig:2509: warning: control reaches end of non-void function
ltconfig: failed program was:
#line 2467 "ltconfig"

#if HAVE_DLFCN_H
#include <dlfcn.h>
#endif

#include <stdio.h>

#ifdef RTLD_GLOBAL
# define LTDL_GLOBAL RTLD_GLOBAL
#else
# ifdef DL_GLOBAL
#  define LTDL_GLOBAL DL_GLOBAL
# else
#  define LTDL_GLOBAL 0
# endif
#endif

/* We may have to define LTDL_LAZY_OR_NOW in the command line if we
   find out it does not work in some platform. */
#ifndef LTDL_LAZY_OR_NOW
# ifdef RTLD_LAZY
#  define LTDL_LAZY_OR_NOW RTLD_LAZY
# else
#  ifdef DL_LAZY
#   define LTDL_LAZY_OR_NOW DL_LAZY
#  else
#   ifdef RTLD_NOW
#    define LTDL_LAZY_OR_NOW RTLD_NOW
#   else
#    ifdef DL_NOW
#     define LTDL_LAZY_OR_NOW DL_NOW
#    else
#     define LTDL_LAZY_OR_NOW 0
#    endif
#   endif
#  endif
# endif
#endif

fnord() { int i=42;}
main() { void *self, *ptr1, *ptr2;
self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
    if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
    if(ptr1 || ptr2) exit(0); } exit(1); }

configure:1826: checking for _ prefix in compiled symbols
configure:1835: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
conftest.c:1: warning: function declaration isn't a prototype
conftest.c:2: warning: function declaration isn't a prototype
conftest.c: In function `main':
conftest.c:2: warning: statement with no effect
configure:1838: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[
]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' >
conftest.nm
configure:1949: checking execution engine
configure:1987: checking sun compatibility mode
configure:2010: checking thread system
configure:2026: checking for trampolines
configure:2069: checking whether to enable the Guarana reflective kernel

configure:2107: checking for a BSD compatible install
configure:2160: checking whether make sets ${MAKE}
configure:2189: checking for jikes
configure:2218: checking for zip
configure:2278: checking size of short
configure:2297: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2289: warning: return-type defaults to `int'
configure:2289: warning: function declaration isn't a prototype
configure:2317: checking size of int
configure:2336: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2328: warning: return-type defaults to `int'
configure:2328: warning: function declaration isn't a prototype
configure:2356: checking size of long
configure:2375: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2367: warning: return-type defaults to `int'
configure:2367: warning: function declaration isn't a prototype
configure:2395: checking size of long long
configure:2414: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2406: warning: return-type defaults to `int'
configure:2406: warning: function declaration isn't a prototype
configure:2434: checking size of __int64
configure:2453: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2445: warning: return-type defaults to `int'
configure:2445: warning: function declaration isn't a prototype
configure: In function `main':
configure:2448: `__int64' undeclared (first use in this function)
configure:2448: (Each undeclared identifier is reported only once
configure:2448: for each function it appears in.)
configure: failed program was:
#line 2442 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(__int64));
  exit(0);
}
configure:2473: checking size of void*
configure:2492: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2484: warning: return-type defaults to `int'
configure:2484: warning: function declaration isn't a prototype
configure:2514: checking alignment of void*
configure:2532: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2524: warning: return-type defaults to `int'
configure:2524: warning: function declaration isn't a prototype
configure:2554: checking return type of signal handlers
configure:2576: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:2568: warning: function declaration isn't a prototype
configure:2568: warning: function declaration isn't a prototype
configure:2571: warning: function declaration isn't a prototype
configure: In function `main':
configure:2572: warning: unused variable `i'
configure:2596: checking whether signal handlers are one-shot
configure:2623: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2608: warning: function declaration isn't a prototype
configure:2609: warning: function declaration isn't a prototype
configure:2610: warning: function declaration isn't a prototype
configure: In function `main':
configure:2612: warning: implicit declaration of function `getpid'
configure:2647: checking for ANSI C header files
configure:2660: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:2727: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:2721: warning: function declaration isn't a prototype
configure:2751: checking for size_t
configure:2784: checking for ssize_t
configure:2829: checking for _mwvalidcheckl in -lmw
configure:2848: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lmw    -L/usr/local/lib  1>&5
configure:2841: warning: function declaration isn't a prototype
configure:2843: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -lmw
collect2: ld returned 1 exit status
configure: failed program was:
#line 2837 "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 _mwvalidcheckl();

int main() {
_mwvalidcheckl()
; return 0; }
configure:2881: checking for sin in -lm
configure:2900: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm    -L/usr/local/lib  1>&5
configure:2893: warning: function declaration isn't a prototype
configure:2893: warning: conflicting types for built-in function `sin'
configure:2895: warning: function declaration isn't a prototype
configure:2994: checking for gethostname
configure:3022: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:3006: warning: function declaration isn't a prototype
configure:3008: warning: function declaration isn't a prototype
configure:3096: checking for gethostbyname
configure:3124: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:3108: warning: function declaration isn't a prototype
configure:3110: warning: function declaration isn't a prototype
configure:3198: checking for connect
configure:3226: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:3210: warning: function declaration isn't a prototype
configure:3212: warning: function declaration isn't a prototype
configure:3304: checking for deflate in -lz
configure:3323: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lz    -L/usr/local/lib  1>&5
configure:3316: warning: function declaration isn't a prototype
configure:3318: warning: function declaration isn't a prototype
configure:3359: checking for mpz_add in -lgmp
configure:3378: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lgmp    -L/usr/local/lib  1>&5
configure:3371: warning: function declaration isn't a prototype
configure:3373: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -lgmp
collect2: ld returned 1 exit status
configure: failed program was:
#line 3367 "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 mpz_add();

int main() {
mpz_add()
; return 0; }
configure:3416: checking for X
configure:3483: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:3479: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 3478 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:3559: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lXt  -L/usr/local/lib  1>&5
configure:3554: warning: function declaration isn't a prototype
configure: In function `main':
configure:3555: warning: implicit declaration of function `XtMalloc'
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure: failed program was:
#line 3552 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }
configure:4573: checking for ANSI C header files
configure:4680: checking for fcntl.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/time.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for unistd.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/socket.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for winnt.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: winnt.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <winnt.h>
configure:4680: checking for wintypes.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: wintypes.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <wintypes.h>
configure:4680: checking for wtypes.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: wtypes.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <wtypes.h>
configure:4680: checking for winbase.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: winbase.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <winbase.h>
configure:4680: checking for windows.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: windows.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <windows.h>
configure:4680: checking for winsock.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: winsock.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <winsock.h>
configure:4680: checking for dlfcn.h
configure:4680: checking for sys/ioctl.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/filio.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: sys/filio.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <sys/filio.h>
configure:4680: checking for malloc.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for alloca.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/param.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/utsname.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for pwd.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for asm/sigcontext.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sigcontext.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: sigcontext.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <sigcontext.h>
configure:4680: checking for asm/signal.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for signal.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for mach-o/rld.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: mach-o/rld.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <mach-o/rld.h>
configure:4680: checking for sys/types.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/stat.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for string.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/select.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for poll.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/poll.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for memory.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for bsd/libc.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: bsd/libc.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <bsd/libc.h>
configure:4680: checking for dl.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: dl.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <dl.h>
configure:4680: checking for features.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for sys/wait.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for zlib.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for netinet/tcp.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for netinet/in_systm.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for netinet/in.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for netdb.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for jpeglib.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for png.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4680: checking for gmp.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: gmp.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <gmp.h>
configure:4680: checking for kernel/OS.h
configure:4690: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4686: kernel/OS.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <kernel/OS.h>
configure:4721: checking for dirent.h that defines DIR
configure:4734: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:4729: warning: function declaration isn't a prototype
configure: In function `main':
configure:4730: warning: unused variable `dirp'
configure:4759: checking for opendir in -ldir
configure:4778: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -ldir   -L/usr/local/lib  1>&5
configure:4771: warning: function declaration isn't a prototype
configure:4773: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 4767 "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:4847: checking for sys/resource.h
configure:4857: gcc -E  -I/usr/local/include conftest.c >/dev/null
2>conftest.out
configure:4880: checking for getrusage
configure:4908: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:4892: warning: function declaration isn't a prototype
configure:4894: warning: function declaration isn't a prototype
configure:4960: checking whether time.h and sys/time.h may both be
included
configure:4974: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:4969: warning: function declaration isn't a prototype
configure: In function `main':
configure:4970: warning: unused variable `tp'
configure:4995: checking whether struct tm is in sys/time.h or time.h
configure:5008: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:5003: warning: function declaration isn't a prototype
configure: In function `main':
configure:5004: warning: statement with no effect
configure:5029: checking for tm_zone in struct tm
configure:5042: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:5037: warning: function declaration isn't a prototype
configure: In function `main':
configure:5038: warning: statement with no effect
configure:5099: checking whether byte ordering is bigendian
configure:5117: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:5109: warning: function declaration isn't a prototype
configure:5132: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:5124: warning: function declaration isn't a prototype
configure: In function `main':
configure:5127: `not' undeclared (first use in this function)
configure:5127: (Each undeclared identifier is reported only once
configure:5127: for each function it appears in.)
configure:5127: parse error before `big'
configure: failed program was:
#line 5121 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:5189: checking whether char is unsigned
configure:5252: checking for inline
configure:5266: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:5261: warning: function declaration isn't a prototype
configure: In function `main':
configure:5262: warning: control reaches end of non-void function
configure: At top level:
configure:5262: warning: return-type defaults to `int'
configure:5262: warning: function declaration isn't a prototype
configure:5358: checking for struct sigcontext
configure:5371: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:5366: warning: function declaration isn't a prototype
configure: In function `main':
configure:5367: warning: unused variable `t'
configure:5393: checking for struct sigcontext_struct (without
asm/sigcontext.h)
configure:5405: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:5400: warning: function declaration isn't a prototype
configure: In function `main':
configure:5401: storage size of `t' isn't known
configure:5401: warning: unused variable `t'
configure: failed program was:
#line 5398 "configure"
#include "confdefs.h"
#include <asm/signal.h>
int main() {
struct sigcontext_struct t;
; return 0; }
configure:5420: checking for struct sigcontext_struct (with
asm/sigcontext.h)
configure:5433: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:5428: warning: function declaration isn't a prototype
configure: In function `main':
configure:5429: storage size of `t' isn't known
configure:5429: warning: unused variable `t'
configure: failed program was:
#line 5425 "configure"
#include "confdefs.h"
#include <asm/signal.h>
#include <asm/sigcontext.h>
int main() {
struct sigcontext_struct t;
; return 0; }
configure:5457: checking for strftime
configure:5485: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5469: warning: function declaration isn't a prototype
configure:5471: warning: function declaration isn't a prototype
configure:5556: checking for unistd.h
configure:5595: checking for getpagesize
configure:5623: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5607: warning: function declaration isn't a prototype
configure:5609: warning: function declaration isn't a prototype
configure:5648: checking for working mmap
configure:5796: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5727: warning: function declaration isn't a prototype
configure:5732: warning: function declaration isn't a prototype
configure: In function `main':
configure:5737: warning: implicit declaration of function `getpagesize'
configure:5746: warning: implicit declaration of function `rand'
configure:5747: warning: implicit declaration of function `umask'
configure:5751: warning: implicit declaration of function `write'
configure:5753: warning: implicit declaration of function `close'
configure:5784: warning: implicit declaration of function `read'
configure:5790: warning: implicit declaration of function `unlink'
configure:5821: checking for select
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for socket
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for getsockname
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for getpagesize
configure:5821: checking for memcpy
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5833: warning: conflicting types for built-in function
`memcpy'
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for memmove
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for mkdir
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for getcwd
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for getwd
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
/tmp/cclK6o6O.o: In function `main':
/usr/local/guarana-1.6/kaffe/configure:5843: the `getwd' function is
dangerous and should not be used.
configure:5821: checking for gettimeofday
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for ftime
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for time
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for uname
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5821: checking for getuid
configure:5849: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5833: warning: function declaration isn't a prototype
configure:5835: warning: function declaration isn't a prototype
configure:5879: checking for remainder
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for remainderf
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for fmod
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for fmodf
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for drem
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for rint
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for floor
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for ceil
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for finite
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for isinf
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for isnan
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5879: checking for strtod
configure:5907: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c -lm   -L/usr/local/lib  1>&5
configure:5891: warning: function declaration isn't a prototype
configure:5893: warning: function declaration isn't a prototype
configure:5934: checking whether long long modulo is broken
configure:5955: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5950: warning: function declaration isn't a prototype
configure:5980: checking for strerror
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for hstrerror
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for fcntl
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for ioctl
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for alarm
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for setitimer
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for sigprocmask
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for sigsetmask
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for sigemptyset
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for sigaddset
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for signal
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for sigaction
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for sbrk
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for valloc
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for memalign
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for mallopt
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for mprotect
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for madvise
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure: In function `main':
configure:6000: `choke' undeclared (first use in this function)
configure:6000: (Each undeclared identifier is reported only once
configure:6000: for each function it appears in.)
configure:6000: parse error before `me'
configure: failed program was:
#line 5985 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char madvise(); 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 madvise();

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_madvise) || defined (__stub___madvise)
choke me
#else
madvise();
#endif

; return 0; }
configure:5980: checking for waitpid
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for kill
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for fork
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for execve
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for execvp
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for sync
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for fsync
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for atexit
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for on_exit
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for vsnprintf
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for snprintf
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for __throw
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for __terminate_func
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:5980: checking for __get_eh_info
configure:6008: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
configure:5992: warning: function declaration isn't a prototype
configure:5994: warning: function declaration isn't a prototype
configure:6072: checking for declaration of select
configure:6094: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:6089: warning: function declaration isn't a prototype
configure: In function `main':
configure:6090: warning: unused variable `foo'
configure:6230: checking how to run the C preprocessor
configure:6311: checking for path separator
configure:6328: checking for directory separator



More information about the kaffe mailing list