Can't compile 1.2.8_rc1 on Mac

52 views
Skip to first unread message

Dersh

unread,
Sep 3, 2009, 2:24:17 PM9/3/09
to skyeye-simulator
I compiled 1.2.5_REL on a Mac a while back with no problems. I just
downloaded and tried to build 1.2.8_rc1 on an intel mac.
./configure seems to run properly. At least it goes lots of checks
and generates no errors. But then if I do make I get a syntax error
in the config file:

> make
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-
recursion
checking build system type... i386-apple-darwin9.8.0
checking host system type... i386-apple-darwin9.8.0
checking target system type... i386-apple-darwin9.8.0
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gawk... (cached) gawk
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for gcc... done
./configure: line 4691: syntax error near unexpected token `GTK,'
./configure: line 4691: ` PKG_CHECK_MODULES(GTK, gtk+-2.0 >=
2.0.0,'
make: *** [config.status] Error 2

Any idea's or guidance about what is happening here, or what to do
about it?

Thanks,

--Adam

Michael.Kang

unread,
Sep 3, 2009, 8:41:18 PM9/3/09
to skyeye-s...@googlegroups.com
2009/9/4 Dersh <der...@gmail.com>:
I have no Mac to test skyeye-1.2.8 release package. I ever built it
on Suse 10.3, FC7, Solaris and FreeBSD and seems no problem.
You can paste your config.log here and I can try to find some hints.

Thanks
MK
>
> Thanks,
>
> --Adam
> >
>



--
www.skyeye.org

Dersh

unread,
Sep 9, 2009, 11:59:34 AM9/9/09
to skyeye-simulator
If I just do ./configure here is the config.log:

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

It was created by SkyEye configure 1.2.8, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = adamsmacbook-12.exponent.com
uname -m = i386
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 107 tasks, 408 threads, 2 processors
Load average: 0.23, Mach factor: 1.76
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /sw/bin
PATH: /sw/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /Applications/TetrUSS/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1817: checking build system type
configure:1835: result: i386-apple-darwin9.8.0
configure:1857: checking host system type
configure:1872: result: i386-apple-darwin9.8.0
configure:1894: checking target system type
configure:1909: result: i386-apple-darwin9.8.0
configure:1966: checking for a BSD-compatible install
configure:2022: result: /opt/local/bin/ginstall -c
configure:2033: checking whether build environment is sane
configure:2076: result: yes
configure:2091: checking for a thread-safe mkdir -p
configure:2130: result: /opt/local/bin/gmkdir -p
configure:2143: checking for gawk
configure:2159: found /opt/local/bin/gawk
configure:2170: result: gawk
configure:2181: checking whether make sets $(MAKE)
configure:2202: result: yes
configure:2461: checking for g++
configure:2477: found /usr/bin/g++
configure:2488: result: g++
configure:2519: checking for C++ compiler version
configure:2526: g++ --version >&5
i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

configure:2529: $? = 0
configure:2536: g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-
checking -enable-werror --prefix=/usr --mandir=/share/man --enable-
languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/
$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/
lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --
host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5490)
configure:2539: $? = 0
configure:2546: g++ -V >&5
g++-4.0: argument to `-V' is missing
configure:2549: $? = 1
configure:2572: checking for C++ compiler default output file name
configure:2599: g++ conftest.cpp >&5
configure:2602: $? = 0
configure:2640: result: a.out
configure:2657: checking whether the C++ compiler works
configure:2667: ./a.out
configure:2670: $? = 0
configure:2687: result: yes
configure:2694: checking whether we are cross compiling
configure:2696: result: no
configure:2699: checking for suffix of executables
configure:2706: g++ -o conftest conftest.cpp >&5
configure:2709: $? = 0
configure:2733: result:
configure:2739: checking for suffix of object files
configure:2765: g++ -c conftest.cpp >&5
configure:2768: $? = 0
configure:2791: result: o
configure:2795: checking whether we are using the GNU C++ compiler
configure:2824: g++ -c conftest.cpp >&5
configure:2830: $? = 0
configure:2847: result: yes
configure:2852: checking whether g++ accepts -g
configure:2882: g++ -c -g conftest.cpp >&5
configure:2888: $? = 0
configure:2987: result: yes
configure:3021: checking for style of include used by make
configure:3049: result: GNU
configure:3074: checking dependency style of g++
configure:3165: result: gcc3
configure:3184: checking for gawk
configure:3211: result: gawk
configure:3270: checking for gcc
configure:3286: found /usr/bin/gcc
configure:3297: result: gcc
configure:3535: checking for C compiler version
configure:3542: gcc --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

configure:3545: $? = 0
configure:3552: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-
checking -enable-werror --prefix=/usr --mandir=/share/man --enable-
languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/
$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/
lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --
host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5490)
configure:3555: $? = 0
configure:3562: gcc -V >&5
gcc-4.0: argument to `-V' is missing
configure:3565: $? = 1
configure:3568: checking whether we are using the GNU C compiler
configure:3597: gcc -c conftest.c >&5
configure:3603: $? = 0
configure:3620: result: yes
configure:3625: checking whether gcc accepts -g
configure:3655: gcc -c -g conftest.c >&5
configure:3661: $? = 0
configure:3760: result: yes
configure:3777: checking for gcc option to accept ISO C89
configure:3851: gcc -c -g -O2 conftest.c >&5
configure:3857: $? = 0
configure:3880: result: none needed
configure:3900: checking dependency style of gcc
configure:3991: result: gcc3
configure:4006: checking whether make sets $(MAKE)
configure:4027: result: yes
configure:4041: checking how to run the C preprocessor
configure:4081: gcc -E conftest.c
configure:4087: $? = 0
configure:4118: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4124: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4157: result: gcc -E
configure:4186: gcc -E conftest.c
configure:4192: $? = 0
configure:4223: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4229: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4309: checking for ranlib
configure:4325: found /usr/bin/ranlib
configure:4336: result: ranlib
configure:4385: checking for gcc
configure:4404: result: done
configure:4448: checking for pkg-config
configure:4466: found /opt/local/bin/pkg-config
configure:4479: result: /opt/local/bin/pkg-config
configure:4596: checking pkg-config is at least version 0.9.0
configure:4599: result: yes
configure:4610: checking for GTK
configure:4618: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >=
2.0.0"
configure:4621: $? = 0
configure:4636: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >=
2.0.0"
configure:4639: $? = 0
configure:4675: result: yes
configure:4716: checking for main in -lc
configure:4745: gcc -o conftest -g -O2 conftest.c -lc >&5
configure:4751: $? = 0
configure:4769: result: yes
configure:4784: checking for main in -lintl
configure:4813: gcc -o conftest -g -O2 conftest.c -lintl -lc >&5
configure:4819: $? = 0
configure:4837: result: yes
configure:4850: checking for main in -lm
configure:4879: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:4885: $? = 0
configure:4903: result: yes
configure:4916: checking for main in -ln
configure:4945: gcc -o conftest -g -O2 conftest.c -ln -lm -lintl -
lc >&5
ld: library not found for -ln
collect2: ld returned 1 exit status
configure:4951: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:4969: result: no
configure:4983: checking for socket in -lsocket
configure:5018: gcc -o conftest -g -O2 conftest.c -lsocket -lm -
lintl -lc >&5
ld: library not found for -lsocket
collect2: ld returned 1 exit status
configure:5024: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:5042: result: no
configure:5061: checking for grep that handles long lines and -e
configure:5135: result: /usr/bin/grep
configure:5140: checking for egrep
configure:5218: result: /usr/bin/grep -E
configure:5223: checking for ANSI C header files
configure:5253: gcc -c -g -O2 conftest.c >&5
configure:5259: $? = 0
configure:5358: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:5361: $? = 0
configure:5367: ./conftest
configure:5370: $? = 0
configure:5387: result: yes
configure:5411: checking for sys/types.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5411: checking for sys/stat.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5411: checking for stdlib.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5411: checking for string.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5411: checking for memory.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5411: checking for strings.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5411: checking for inttypes.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5411: checking for stdint.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5411: checking for unistd.h
configure:5432: gcc -c -g -O2 conftest.c >&5
configure:5438: $? = 0
configure:5454: result: yes
configure:5497: checking fcntl.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking fcntl.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for fcntl.h
configure:5614: result: yes
configure:5487: checking for inttypes.h
configure:5493: result: yes
configure:5497: checking limits.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking limits.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for limits.h
configure:5614: result: yes
configure:5497: checking locale.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking locale.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for locale.h
configure:5614: result: yes
configure:5497: checking netdb.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking netdb.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for netdb.h
configure:5614: result: yes
configure:5497: checking netinet/in.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking netinet/in.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for netinet/in.h
configure:5614: result: yes
configure:5497: checking stddef.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking stddef.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for stddef.h
configure:5614: result: yes
configure:5487: checking for stdint.h
configure:5493: result: yes
configure:5487: checking for stdlib.h
configure:5493: result: yes
configure:5487: checking for string.h
configure:5493: result: yes
configure:5497: checking sys/file.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking sys/file.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for sys/file.h
configure:5614: result: yes
configure:5497: checking sys/ioctl.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking sys/ioctl.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for sys/ioctl.h
configure:5614: result: yes
configure:5497: checking sys/socket.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking sys/socket.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for sys/socket.h
configure:5614: result: yes
configure:5497: checking sys/time.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking sys/time.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for sys/time.h
configure:5614: result: yes
configure:5497: checking termios.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
configure:5520: $? = 0
configure:5534: result: yes
configure:5538: checking termios.h presence
configure:5553: gcc -E conftest.c
configure:5559: $? = 0
configure:5573: result: yes
configure:5606: checking for termios.h
configure:5614: result: yes
configure:5487: checking for unistd.h
configure:5493: result: yes
configure:5497: checking bfd.h usability
configure:5514: gcc -c -g -O2 conftest.c >&5
conftest.c:72:17: error: bfd.h: No such file or directory
configure:5520: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bfd.h>
configure:5534: result: no
configure:5538: checking bfd.h presence
configure:5553: gcc -E conftest.c
conftest.c:39:17: error: bfd.h: No such file or directory
configure:5559: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <bfd.h>
configure:5573: result: no
configure:5606: checking for bfd.h
configure:5614: result: no
configure:5629: checking for stdbool.h that conforms to C99
configure:5722: gcc -c -g -O2 conftest.c >&5
configure:5728: $? = 0
configure:5743: result: yes
configure:5745: checking for _Bool
configure:5775: gcc -c -g -O2 conftest.c >&5
configure:5781: $? = 0
configure:5796: result: yes
configure:5815: checking for an ANSI C-conforming const
configure:5890: gcc -c -g -O2 conftest.c >&5
configure:5896: $? = 0
configure:5911: result: yes
configure:5921: checking for inline
configure:5947: gcc -c -g -O2 conftest.c >&5
configure:5953: $? = 0
configure:5971: result: inline
configure:5991: checking for int16_t
configure:6022: gcc -c -g -O2 conftest.c >&5
configure:6028: $? = 0
configure:6057: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78: error: size of array 'test_array' is negative
configure:6063: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 -
2)) - 1) * 2 + 1)
| < (int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:6092: result: yes
configure:6105: checking for int32_t
configure:6136: gcc -c -g -O2 conftest.c >&5
configure:6142: $? = 0
configure:6171: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78: warning: integer overflow in expression
conftest.c:78: error: size of array 'test_array' is negative
configure:6177: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 -
2)) - 1) * 2 + 1)
| < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:6206: result: yes
configure:6219: checking for int64_t
configure:6250: gcc -c -g -O2 conftest.c >&5
configure:6256: $? = 0
configure:6285: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78: warning: integer overflow in expression
conftest.c:78: error: size of array 'test_array' is negative
configure:6291: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 -
2)) - 1) * 2 + 1)
| < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:6320: result: yes
configure:6333: checking for int8_t
configure:6364: gcc -c -g -O2 conftest.c >&5
configure:6370: $? = 0
configure:6399: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78: error: size of array 'test_array' is negative
configure:6405: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2))
- 1) * 2 + 1)
| < (int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:6434: result: yes
configure:6446: checking for off_t
configure:6476: gcc -c -g -O2 conftest.c >&5
configure:6482: $? = 0
configure:6497: result: yes
configure:6509: checking for size_t
configure:6539: gcc -c -g -O2 conftest.c >&5
configure:6545: $? = 0
configure:6560: result: yes
configure:6572: checking for ssize_t
configure:6602: gcc -c -g -O2 conftest.c >&5
configure:6608: $? = 0
configure:6623: result: yes
configure:6635: checking whether time.h and sys/time.h may both be
included
configure:6665: gcc -c -g -O2 conftest.c >&5
configure:6671: $? = 0
configure:6686: result: yes
configure:6696: checking whether struct tm is in sys/time.h or time.h
configure:6726: gcc -c -g -O2 conftest.c >&5
configure:6732: $? = 0
configure:6747: result: time.h
configure:6757: checking for uid_t in sys/types.h
configure:6780: result: yes
configure:6796: checking for uint16_t
configure:6827: gcc -c -g -O2 conftest.c >&5
configure:6833: $? = 0
configure:6854: result: yes
configure:6868: checking for uint32_t
configure:6899: gcc -c -g -O2 conftest.c >&5
configure:6905: $? = 0
configure:6926: result: yes
configure:6944: checking for uint64_t
configure:6975: gcc -c -g -O2 conftest.c >&5
configure:6981: $? = 0
configure:7002: result: yes
configure:7020: checking for uint8_t
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7057: $? = 0
configure:7078: result: yes
configure:7095: checking for working volatile
configure:7124: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7145: result: yes
configure:7157: checking for error_at_line
configure:7183: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:42:19: error: error.h: No such file or directory
configure:7189: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <error.h>
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "an error occurred");
| ;
| return 0;
| }
configure:7206: result: no
configure:7218: checking whether gcc needs -traditional
conftest.c:42:20: error: termio.h: No such file or directory
configure:7260: result: no
configure:7272: checking for stdlib.h
configure:7278: result: yes
configure:7412: checking for GNU libc compatible malloc
configure:7446: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:7449: $? = 0
configure:7455: ./conftest
configure:7458: $? = 0
configure:7474: result: yes
configure:7502: checking for working memcmp
configure:7555: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:7558: $? = 0
configure:7564: ./conftest
configure:7567: $? = 0
configure:7583: result: yes
configure:7598: checking for stdlib.h
configure:7604: result: yes
configure:7598: checking for unistd.h
configure:7604: result: yes
configure:7742: checking for getpagesize
configure:7798: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:7804: $? = 0
configure:7822: result: yes
configure:7832: checking for working mmap
configure:7979: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:7982: $? = 0
configure:7988: ./conftest
configure:7991: $? = 0
configure:8007: result: yes
configure:8023: checking for stdlib.h
configure:8029: result: yes
configure:8163: checking for GNU libc compatible realloc
configure:8197: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8200: $? = 0
configure:8206: ./conftest
configure:8209: $? = 0
configure:8225: result: yes
configure:8269: checking sys/select.h usability
configure:8286: gcc -c -g -O2 conftest.c >&5
configure:8292: $? = 0
configure:8306: result: yes
configure:8310: checking sys/select.h presence
configure:8325: gcc -E conftest.c
configure:8331: $? = 0
configure:8345: result: yes
configure:8378: checking for sys/select.h
configure:8386: result: yes
configure:8259: checking for sys/socket.h
configure:8265: result: yes
configure:8399: checking types of arguments for select
configure:8437: gcc -c -g -O2 conftest.c >&5
configure:8443: $? = 0
configure:8464: result: int,fd_set *,struct timeval *
configure:8487: checking return type of signal handlers
configure:8515: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61: error: void value not ignored as it ought to be
configure:8521: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:8536: result: void
configure:8548: checking for vprintf
configure:8604: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:79: warning: conflicting types for built-in function
'vprintf'
configure:8610: $? = 0
configure:8628: result: yes
configure:8635: checking for _doprnt
configure:8691: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
Undefined symbols:
"__doprnt", referenced from:
_main in ccMnxbrC.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:8697: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "SkyEye"
| #define PACKAGE_TARNAME "skyeye"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "SkyEye 1.2.8"
| #define PACKAGE_BUGREPORT "www.skyeye.org"
| #define PACKAGE "skyeye"
| #define VERSION "1.2.8"
| #define HAVE_LIBC 1
| #define HAVE_LIBINTL 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h>
declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few
prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* 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__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:8714: result: no
configure:8749: checking for atexit
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for bzero
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:81: warning: conflicting types for built-in function
'bzero'
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for getpagesize
configure:8829: result: yes
configure:8749: checking for gettimeofday
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for memmove
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:84: warning: conflicting types for built-in function
'memmove'
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for memset
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:85: warning: conflicting types for built-in function
'memset'
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for munmap
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for select
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for setlocale
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for socket
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for sqrt
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:90: warning: conflicting types for built-in function 'sqrt'
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for strcasecmp
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for strchr
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:92: warning: conflicting types for built-in function
'strchr'
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for strdup
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:93: warning: conflicting types for built-in function
'strdup'
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for strerror
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for strspn
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
conftest.c:95: warning: conflicting types for built-in function
'strspn'
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for strtol
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8749: checking for strtoul
configure:8805: gcc -o conftest -g -O2 conftest.c -lm -lintl -lc
>&5
configure:8811: $? = 0
configure:8829: result: yes
configure:8991: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by SkyEye config.status 1.2.8, which was
generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on adamsmacbook-12.exponent.com

config.status:681: creating Makefile
config.status:681: creating arch/arm/Makefile
config.status:681: creating arch/bfin/Makefile
config.status:681: creating arch/coldfire/Makefile
config.status:681: creating arch/mips/Makefile
config.status:681: creating arch/ppc/Makefile
config.status:681: creating arch/sparc/Makefile
config.status:681: creating device/Makefile
config.status:681: creating memory/Makefile
config.status:681: creating utils/Makefile
config.status:681: creating config.h
config.status:1016: executing depfiles commands
configure:10346: === configuring in third-party/bfd (/Users/dersh/
Programming/skyeye-1.2.8_rc1/third-party/bfd)
configure:10449: running /bin/sh ./configure '--prefix=/usr/local' --
cache-file=/dev/null --srcdir=.
configure:10346: === configuring in third-party/libiberty (/Users/
dersh/Programming/skyeye-1.2.8_rc1/third-party/libiberty)
configure:10449: running /bin/sh ./configure '--prefix=/usr/local' --
cache-file=/dev/null --srcdir=.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-apple-darwin9.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_atexit=yes
ac_cv_func_bzero=yes
ac_cv_func_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setlocale=yes
ac_cv_func_socket=yes
ac_cv_func_sqrt=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strspn=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_vprintf=yes
ac_cv_header_bfd_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-apple-darwin9.8.0
ac_cv_lib_c_main=yes
ac_cv_lib_error_at_line=no
ac_cv_lib_intl_main=yes
ac_cv_lib_m_main=yes
ac_cv_lib_n_main=no
ac_cv_lib_socket_socket=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
ac_cv_path_install='/opt/local/bin/ginstall -c'
ac_cv_path_mkdir=/opt/local/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=time.h
ac_cv_target=i386-apple-darwin9.8.0
ac_cv_type__Bool=yes
ac_cv_type_off_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
pkg_cv_GTK_CFLAGS='-I/opt/local/include/gtk-2.0 -I/opt/local/lib/
gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/
cairo -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/
include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/
include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/
libpng12 '
pkg_cv_GTK_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -
latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXinerama -lXi -
lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXext -
lXfixes -lcairo -lpixman-1 -lpng12 -lXrender -lX11 -lXau -lXdmcp -
lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 -
lgmodule-2.0 -lglib-2.0 -lintl -liconv '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /Users/dersh/Programming/skyeye-1.2.8_rc1/missing --
run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/dersh/Programming/skyeye-1.2.8_rc1/missing --
run tar'
AUTOCONF='${SHELL} /Users/dersh/Programming/skyeye-1.2.8_rc1/missing --
run autoconf'
AUTOHEADER='${SHELL} /Users/dersh/Programming/skyeye-1.2.8_rc1/missing
--run autoheader'
AUTOMAKE='${SHELL} /Users/dersh/Programming/skyeye-1.2.8_rc1/missing --
run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
COMMON_INCLUDES='-I$(top_srcdir)/utils/config -I$(top_srcdir)/utils/
main -I$(top_srcdir)/utils/main -I$(top_srcdir)/utils -I$(top_srcdir)/
device'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DBCT_FALSE=''
DBCT_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
GTK_CFLAGS='-I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/
include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/
local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/
glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/
pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12
'
GTK_LCD_FALSE='#'
GTK_LCD_TRUE=''
GTK_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -
lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXinerama -lXi -lXrandr -
lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXext -lXfixes -lcairo
-lpixman-1 -lpng12 -lXrender -lX11 -lXau -lXdmcp -lpango-1.0 -lm -
lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -
lglib-2.0 -lintl -liconv '
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LCD_CFLAGS='-DLCD -DGTK_LCD -I/opt/local/include/gtk-2.0 -I/opt/local/
lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/
cairo -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/
include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/
include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/
libpng12 '
LCD_FALSE='#'
LCD_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -
lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXinerama -lXi -lXrandr -
lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXext -lXfixes -lcairo
-lpixman-1 -lpng12 -lXrender -lX11 -lXau -lXdmcp -lpango-1.0 -lm -
lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -
lglib-2.0 -lintl -liconv '
LCD_TRUE=''
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}error$U.o'
LIBS='-lm -lintl -lc '
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo'
MAKEINFO='${SHELL} /Users/dersh/Programming/skyeye-1.2.8_rc1/missing --
run makeinfo'
OBJEXT='o'
PACKAGE='skyeye'
PACKAGE_BUGREPORT='www.skyeye.org'
PACKAGE_NAME='SkyEye'
PACKAGE_STRING='SkyEye 1.2.8'
PACKAGE_TARNAME='skyeye'
PACKAGE_VERSION='1.2.8'
PATH_SEPARATOR=':'
PKG_CONFIG='/opt/local/bin/pkg-config'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.2.8'
WIN32_LCD_FALSE=''
WIN32_LCD_TRUE='#'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin9.8.0'
build_alias=''
build_cpu='i386'
build_os='darwin9.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i386-apple-darwin9.8.0'
host_alias=''
host_cpu='i386'
host_os='darwin9.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /Users/dersh/Programming/skyeye-1.2.8_rc1/install-
sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/opt/local/bin/gmkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' third-party/bfd third-party/libiberty'
sysconfdir='${prefix}/etc'
target='i386-apple-darwin9.8.0'
target_alias=''
target_cpu='i386'
target_os='darwin9.8.0'
target_vendor='apple'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "SkyEye"
#define PACKAGE_TARNAME "skyeye"
#define PACKAGE_VERSION "1.2.8"
#define PACKAGE_STRING "SkyEye 1.2.8"
#define PACKAGE_BUGREPORT "www.skyeye.org"
#define PACKAGE "skyeye"
#define VERSION "1.2.8"
#define HAVE_LIBC 1
#define HAVE_LIBINTL 1
#define HAVE_LIBM 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define RETSIGTYPE void
#define HAVE_VPRINTF 1
#define HAVE_ATEXIT 1
#define HAVE_BZERO 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MUNMAP 1
#define HAVE_SELECT 1
#define HAVE_SETLOCALE 1
#define HAVE_SOCKET 1
#define HAVE_SQRT 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRSPN 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1

configure: exit 0

Dersh

unread,
Sep 9, 2009, 12:00:23 PM9/9/09
to skyeye-simulator
When I then do make, here is the config.log that is generated:

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

It was created by SkyEye configure 1.2.8, which was
generated by GNU Autoconf 2.64. Invocation command line was

$ ./configure --no-create --no-recursion

## --------- ##
## Platform. ##
## --------- ##

hostname = adamsmacbook-12.exponent.com
uname -m = i386
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 106 tasks, 403 threads, 2 processors
Load average: 1.64, Mach factor: 0.61
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /sw/bin
PATH: /sw/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /Applications/TetrUSS/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2391: checking build system type
configure:2405: result: i386-apple-darwin9.8.0
configure:2425: checking host system type
configure:2438: result: i386-apple-darwin9.8.0
configure:2458: checking target system type
configure:2471: result: i386-apple-darwin9.8.0
configure:2525: checking for a BSD-compatible install
configure:2593: result: /opt/local/bin/ginstall -c
configure:2604: checking whether build environment is sane
configure:2641: result: yes
configure:2656: checking for a thread-safe mkdir -p
configure:2695: result: /opt/local/bin/gmkdir -p
configure:2708: checking for gawk
configure:2724: found /opt/local/bin/gawk
configure:2735: result: gawk
configure:2746: checking whether make sets $(MAKE)
configure:2768: result: yes
configure:3021: checking for g++
configure:3037: found /usr/bin/g++
configure:3048: result: g++
configure:3075: checking for C++ compiler version
configure:3084: g++ --version >&5
i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

configure:3095: $? = 0
configure:3084: g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-
checking -enable-werror --prefix=/usr --mandir=/share/man --enable-
languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/
$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/
lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --
host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5490)
configure:3095: $? = 0
configure:3084: g++ -V >&5
g++-4.0: argument to `-V' is missing
configure:3095: $? = 1
configure:3084: g++ -qversion >&5
i686-apple-darwin9-g++-4.0.1: no input files
configure:3095: $? = 1
configure:3117: checking for C++ compiler default output file name
configure:3139: g++ conftest.cpp >&5
configure:3143: $? = 0
configure:3180: result: a.out
configure:3196: checking whether the C++ compiler works
configure:3205: ./a.out
configure:3209: $? = 0
configure:3224: result: yes
configure:3231: checking whether we are cross compiling
configure:3233: result: no
configure:3236: checking for suffix of executables
configure:3243: g++ -o conftest conftest.cpp >&5
configure:3247: $? = 0
configure:3269: result:
configure:3275: checking for suffix of object files
configure:3297: g++ -c conftest.cpp >&5
configure:3301: $? = 0
configure:3322: result: o
configure:3326: checking whether we are using the GNU C++ compiler
configure:3345: g++ -c conftest.cpp >&5
configure:3345: $? = 0
configure:3354: result: yes
configure:3363: checking whether g++ accepts -g
configure:3383: g++ -c -g conftest.cpp >&5
configure:3383: $? = 0
configure:3424: result: yes
configure:3458: checking for style of include used by make
configure:3486: result: GNU
configure:3511: checking dependency style of g++
configure:3602: result: gcc3
configure:3621: checking for gawk
configure:3648: result: gawk
configure:3707: checking for gcc
configure:3723: found /usr/bin/gcc
configure:3734: result: gcc
configure:3963: checking for C compiler version
configure:3972: gcc --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

configure:3983: $? = 0
configure:3972: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-
checking -enable-werror --prefix=/usr --mandir=/share/man --enable-
languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/
$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/
lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --
host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5490)
configure:3983: $? = 0
configure:3972: gcc -V >&5
gcc-4.0: argument to `-V' is missing
configure:3983: $? = 1
configure:3972: gcc -qversion >&5
i686-apple-darwin9-gcc-4.0.1: no input files
configure:3983: $? = 1
configure:3987: checking whether we are using the GNU C compiler
configure:4006: gcc -c conftest.c >&5
configure:4006: $? = 0
configure:4015: result: yes
configure:4024: checking whether gcc accepts -g
configure:4044: gcc -c -g conftest.c >&5
configure:4044: $? = 0
configure:4085: result: yes
configure:4102: checking for gcc option to accept ISO C89
configure:4166: gcc -c -g -O2 conftest.c >&5

Dersh

unread,
Oct 7, 2009, 12:56:24 PM10/7/09
to skyeye-simulator
I see that 1.2.9_rc1 is now available. So I decided to try that one
out. It gets much further, but I still get an error.
So if I do:
./configure
make
It compiles for a while, but I finally get this error:

gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libarm.
0.0.0.so -bundle .libs/arm_arch_interface.o .libs/armcopro.o .libs/
armemu.o .libs/arminit.o .libs/armio.o .libs/armmem.o .libs/
armmmu.o .libs/armos.o .libs/armsupp.o .libs/armvirt.o .libs/
thumbemu.o .libs/arm_module.o .libs/arm7100_mmu.o .libs/
arm920t_mmu.o .libs/arm926ejs_mmu.o .libs/cache.o .libs/
maverick.o .libs/rb.o .libs/sa_mmu.o .libs/tlb.o .libs/wb.o .libs/
xscale_copro.o .libs/skyeye_mach_ep9312.o .libs/
skyeye_mach_s3c2440.o .libs/skyeye_mach_at91.o .libs/
skyeye_mach_ns9750.o .libs/skyeye_mach_s3c3410x.o .libs/
skyeye_mach_ps7500.o .libs/skyeye_mach_at91rm92.o .libs/
skyeye_mach_lh79520.o .libs/skyeye_mach_pxa250.o .libs/
skyeye_mach_s3c4510b.o .libs/skyeye_mach_cs89712.o .libs/
skyeye_mach_lpc2210.o .libs/skyeye_mach_pxa270.o .libs/
skyeye_mach_sa.o .libs/skyeye_mach_ep7312.o .libs/
skyeye_mach_lpc.o .libs/skyeye_mach_s3c2410x.o .libs/
skyeye_mach_sharp.o .libs/skyeye_mach_omap5912.o .libs/armemu32.o -
lncurses -lpthread -lm /sw/lib/libintl.dylib -L/sw/lib /sw/lib/
libiconv.dylib -lc
ld: duplicate symbol _isize in .libs/armemu32.o and .libs/armemu.o
collect2: ld returned 1 exit status
make[2]: *** [libarm.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any suggestions?

Thanks,

--Adam
Reply all
Reply to author
Forward
0 new messages