Files
amiga-libpcap/config.log
Carsten Larsen c270c2daa9 Initial commit
2017-05-05 20:44:57 +02:00

212 lines
7.3 KiB
Plaintext
Executable File

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:640: checking host system type
configure:661: checking target system type
configure:679: checking build system type
configure:768: checking for gcc
configure:881: checking whether the C compiler (gcc ) works
configure:897: gcc -o conftest conftest.c 1>&5
configure:923: checking whether the C compiler (gcc ) is a cross-compiler
configure:928: checking whether we are using GNU C
configure:937: gcc -E conftest.c
configure:956: checking whether gcc accepts -g
configure:993: checking gcc version
configure:1136: checking for inline
configure:1166: gcc -c -g -O2 conftest.c 1>&5
configure:1194: checking for __attribute__
configure:1217: gcc -c -g -O2 conftest.c 1>&5
configure:1242: checking for u_int8_t using gcc
configure:1260: gcc -c -g -O2 conftest.c 1>&5
gcc:lib/gcc-lib/amigaos/2.95.3/cc1 fehlgeschlagen Rückgabewert 33
configure: failed program was:
#line 1247 "configure"
#include "confdefs.h"
# include "confdefs.h"
# include <sys/types.h>
# if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
# endif
int main() {
u_int8_t i
; return 0; }
configure:1280: checking for u_int16_t using gcc
configure:1298: gcc -c -g -O2 conftest.c 1>&5
gcc:lib/gcc-lib/amigaos/2.95.3/cc1 fehlgeschlagen Rückgabewert 33
configure: failed program was:
#line 1285 "configure"
#include "confdefs.h"
# include "confdefs.h"
# include <sys/types.h>
# if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
# endif
int main() {
u_int16_t i
; return 0; }
configure:1318: checking for u_int32_t using gcc
configure:1336: gcc -c -g -O2 conftest.c 1>&5
gcc:lib/gcc-lib/amigaos/2.95.3/cc1 fehlgeschlagen Rückgabewert 33
configure: failed program was:
#line 1323 "configure"
#include "confdefs.h"
# include "confdefs.h"
# include <sys/types.h>
# if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
# endif
int main() {
u_int32_t i
; return 0; }
configure:1357: checking how to run the C preprocessor
configure:1378: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1440: checking for sys/ioccom.h
configure:1450: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1440: checking for sys/sockio.h
configure:1450: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1440: checking for ifaddrs.h
configure:1450: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1440: checking for limits.h
configure:1450: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1440: checking for netinet/if_ether.h
configure:1450: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1479: checking for ANSI ioctl definitions
configure:1503: gcc -c -g -O2 conftest.c 1>&5
configure:1526: checking for ether_hostton
configure:1554: gcc -o conftest -g -O2 conftest.c 1>&5
configure: failed program was:
#line 1531 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char ether_hostton(); 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 ether_hostton();
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_ether_hostton) || defined (__stub___ether_hostton)
choke me
#else
ether_hostton();
#endif
; return 0; }
configure:1526: checking for strerror
configure:1554: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1526: checking for strlcpy
configure:1554: gcc -o conftest -g -O2 conftest.c 1>&5
configure: failed program was:
#line 1531 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlcpy(); 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 strlcpy();
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_strlcpy) || defined (__stub___strlcpy)
choke me
#else
strlcpy();
#endif
; return 0; }
configure:1584: checking for vsnprintf
configure:1612: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1584: checking for snprintf
configure:1612: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1643: checking if --disable-protochain option is specified
configure:1674: checking packet capture type
configure:1712: checking for getifaddrs
configure:1740: gcc -o conftest -g -O2 conftest.c 1>&5
configure: failed program was:
#line 1717 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getifaddrs(); 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 getifaddrs();
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_getifaddrs) || defined (__stub___getifaddrs)
choke me
#else
getifaddrs();
#endif
; return 0; }
configure:1836: checking if --enable-ipv6 option is specified
configure:1852: checking whether to build optimizer debugging code
configure:1868: checking whether to build parser debugging code
configure:2024: checking whether we have /proc/net/dev
configure:2089: checking whether we have DAG API
configure:2161: checking for flex
configure:2195: checking for flex 2.4 or higher
configure:2221: checking for bison
configure:2363: checking for ranlib
configure:2431: checking if sockaddr struct has sa_len member
configure:2445: gcc -c -g -O2 conftest.c 1>&5
gcc:lib/gcc-lib/amigaos/2.95.3/cpp0 fehlgeschlagen Rückgabewert 33
configure: failed program was:
#line 2436 "configure"
#include "confdefs.h"
# include <sys/types.h>
# include <sys/socket.h>
int main() {
u_int i = sizeof(((struct sockaddr *)0)->sa_len)
; return 0; }
configure:2466: checking if sockaddr_storage struct exists
configure:2480: gcc -c -g -O2 conftest.c 1>&5
gcc:lib/gcc-lib/amigaos/2.95.3/cpp0 fehlgeschlagen Rückgabewert 33
configure: failed program was:
#line 2471 "configure"
#include "confdefs.h"
# include <sys/types.h>
# include <sys/socket.h>
int main() {
u_int i = sizeof (struct sockaddr_storage)
; return 0; }
configure:2501: checking if dl_hp_ppa_info_t struct has dl_module_id_1 member
configure:2516: gcc -c -g -O2 conftest.c 1>&5
gcc:lib/gcc-lib/amigaos/2.95.3/cpp0 fehlgeschlagen Rückgabewert 33
configure: failed program was:
#line 2506 "configure"
#include "confdefs.h"
# include <sys/types.h>
# include <sys/dlpi.h>
# include <sys/dlpi_ext.h>
int main() {
u_int i = sizeof(((dl_hp_ppa_info_t *)0)->dl_module_id_1)
; return 0; }
configure:2537: checking if unaligned accesses fail
configure:2657: checking for a BSD compatible install