Skip to content

Instantly share code, notes, and snippets.

@Bsteino
Created January 9, 2013 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bsteino/4493295 to your computer and use it in GitHub Desktop.
Save Bsteino/4493295 to your computer and use it in GitHub Desktop.
config.log from yasm installation attempt
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by yasm configure 1.2.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-debug --prefix=/usr/local/Cellar/yasm/1.2.0
## --------- ##
## Platform. ##
## --------- ##
hostname = benjamin-steins-macbook-pro.local
uname -m = x86_64
uname -r = 12.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
/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 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
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: 8.00 gigabytes
Default processor set: 163 tasks, 880 threads, 2 processors
Load average: 3.67, Mach factor: 0.37
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/python/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2500: checking for a BSD-compatible install
configure:2568: result: /usr/bin/install -c
configure:2579: checking whether build environment is sane
configure:2629: result: yes
configure:2770: checking for a thread-safe mkdir -p
configure:2809: result: config/install-sh -c -d
configure:2822: checking for gawk
configure:2852: result: no
configure:2822: checking for mawk
configure:2852: result: no
configure:2822: checking for nawk
configure:2852: result: no
configure:2822: checking for awk
configure:2838: found /usr/bin/awk
configure:2849: result: awk
configure:2860: checking whether make sets $(MAKE)
configure:2882: result: yes
configure:2963: checking whether to enable maintainer-specific portions of Makefiles
configure:2972: result: no
configure:3068: checking for style of include used by make
configure:3096: result: GNU
configure:3166: checking for gcc
configure:3193: result: cc
configure:3422: checking for C compiler version
configure:3431: cc --version >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
configure:3442: $? = 0
configure:3431: cc -v >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:3442: $? = 0
configure:3431: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:3442: $? = 1
configure:3431: cc -qversion >&5
clang: error: no input files
configure:3442: $? = 1
configure:3462: checking whether the C compiler works
configure:3484: cc conftest.c >&5
configure:3488: $? = 0
configure:3536: result: yes
configure:3539: checking for C compiler default output file name
configure:3541: result: a.out
configure:3547: checking for suffix of executables
configure:3554: cc -o conftest conftest.c >&5
configure:3558: $? = 0
configure:3580: result:
configure:3602: checking whether we are cross compiling
configure:3610: cc -o conftest conftest.c >&5
configure:3614: $? = 0
configure:3621: ./conftest
configure:3625: $? = 0
configure:3640: result: no
configure:3645: checking for suffix of object files
configure:3667: cc -c conftest.c >&5
configure:3671: $? = 0
configure:3692: result: o
configure:3696: checking whether we are using the GNU C compiler
configure:3715: cc -c conftest.c >&5
configure:3715: $? = 0
configure:3724: result: yes
configure:3733: checking whether cc accepts -g
configure:3753: cc -c -g conftest.c >&5
configure:3753: $? = 0
configure:3794: result: yes
configure:3811: checking for cc option to accept ISO C89
configure:3875: cc -c -g -O2 conftest.c >&5
configure:3875: $? = 0
configure:3888: result: none needed
configure:3910: checking dependency style of cc
configure:4020: result: gcc3
configure:4040: checking how to run the C preprocessor
configure:4071: cc -E conftest.c
configure:4071: $? = 0
configure:4085: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4110: result: cc -E
configure:4130: cc -E conftest.c
configure:4130: $? = 0
configure:4144: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4144: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4176: checking for cc option to accept ISO C99
configure:4325: cc -c -g -O2 conftest.c >&5
configure:4325: $? = 0
configure:4338: result: none needed
configure:4447: checking for cc option to accept ISO Standard C
configure:4458: result: none needed
configure:4466: checking whether ln -s works
configure:4470: result: yes
configure:4527: checking for ar
configure:4543: found /usr/bin/ar
configure:4554: result: ar
configure:4621: checking for ranlib
configure:4637: found /usr/bin/ranlib
configure:4648: result: ranlib
configure:4681: checking for xmlto
configure:4711: result: no
configure:4721: WARNING: xmlto not found, manpages will not be rebuilt.
configure:4740: checking if malloc debugging is wanted
configure:4758: result: no
configure:4769: checking for grep that handles long lines and -e
configure:4827: result: /usr/bin/grep
configure:4832: checking for egrep
configure:4894: result: /usr/bin/grep -E
configure:4899: checking for ANSI C header files
configure:4919: cc -c -g -O2 conftest.c >&5
configure:4919: $? = 0
configure:4992: cc -o conftest -g -O2 conftest.c >&5
configure:4992: $? = 0
configure:4992: ./conftest
configure:4992: $? = 0
configure:5003: result: yes
configure:5016: checking for sys/types.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5016: checking for sys/stat.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5016: checking for stdlib.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5016: checking for string.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5016: checking for memory.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5016: checking for strings.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5016: checking for inttypes.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5016: checking for stdint.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5016: checking for unistd.h
configure:5016: cc -c -g -O2 conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5031: checking for strings.h
configure:5031: result: yes
configure:5031: checking libgen.h usability
configure:5031: cc -c -g -O2 conftest.c >&5
configure:5031: $? = 0
configure:5031: result: yes
configure:5031: checking libgen.h presence
configure:5031: cc -E conftest.c
configure:5031: $? = 0
configure:5031: result: yes
configure:5031: checking for libgen.h
configure:5031: result: yes
configure:5031: checking for unistd.h
configure:5031: result: yes
configure:5031: checking direct.h usability
configure:5031: cc -c -g -O2 conftest.c >&5
conftest.c:57:10: fatal error: 'direct.h' file not found
#include <direct.h>
^
1 error generated.
configure:5031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_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 <direct.h>
configure:5031: result: no
configure:5031: checking direct.h presence
configure:5031: cc -E conftest.c
conftest.c:24:10: fatal error: 'direct.h' file not found
#include <direct.h>
^
1 error generated.
configure:5031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <direct.h>
configure:5031: result: no
configure:5031: checking for direct.h
configure:5031: result: no
configure:5031: checking for sys/stat.h
configure:5031: result: yes
configure:5050: checking for an ANSI C-conforming const
configure:5115: cc -c -g -O2 conftest.c >&5
configure:5115: $? = 0
configure:5122: result: yes
configure:5130: checking for inline
configure:5146: cc -c -g -O2 conftest.c >&5
configure:5146: $? = 0
configure:5154: result: inline
configure:5172: checking for function prototypes
configure:5175: result: yes
configure:5188: checking for size_t
configure:5188: cc -c -g -O2 conftest.c >&5
configure:5188: $? = 0
configure:5188: cc -c -g -O2 conftest.c >&5
conftest.c:63:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:5188: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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 ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:5188: result: yes
configure:5200: checking for stdint types
configure:5223: cc -c conftest.c >&5
configure:5223: $? = 0
configure:5248: result: stdint.h (shortcircuit)
configure:5628: result: make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system)
configure:5642: checking for abort
configure:5642: cc -o conftest -g -O2 conftest.c >&5
conftest.c:50:6: warning: incompatible redeclaration of library function 'abort'
char abort ();
^
conftest.c:50:6: note: 'abort' is a builtin with type 'void (void) __attribute__((noreturn))'
1 warning generated.
configure:5642: $? = 0
configure:5642: result: yes
configure:5642: checking for toascii
configure:5642: cc -o conftest -g -O2 conftest.c >&5
configure:5642: $? = 0
configure:5642: result: yes
configure:5642: checking for vsnprintf
configure:5642: cc -o conftest -g -O2 conftest.c >&5
conftest.c:52:6: warning: incompatible redeclaration of library function 'vsnprintf'
char vsnprintf ();
^
conftest.c:52:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
1 warning generated.
configure:5642: $? = 0
configure:5642: result: yes
configure:5654: checking for strsep
configure:5654: cc -o conftest -g -O2 conftest.c >&5
configure:5654: $? = 0
configure:5654: result: yes
configure:5654: checking for mergesort
configure:5654: cc -o conftest -g -O2 conftest.c >&5
configure:5654: $? = 0
configure:5654: result: yes
configure:5654: checking for getcwd
configure:5654: cc -o conftest -g -O2 conftest.c >&5
configure:5654: $? = 0
configure:5654: result: yes
configure:5666: checking for popen
configure:5666: cc -o conftest -g -O2 conftest.c >&5
configure:5666: $? = 0
configure:5666: result: yes
configure:5666: checking for ftruncate
configure:5666: cc -o conftest -g -O2 conftest.c >&5
configure:5666: $? = 0
configure:5666: result: yes
configure:5679: checking for strcasecmp
configure:5679: cc -o conftest -g -O2 conftest.c >&5
conftest.c:58:6: warning: incompatible redeclaration of library function 'strcasecmp'
char strcasecmp ();
^
conftest.c:58:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:5679: $? = 0
configure:5679: result: yes
configure:5679: checking for strncasecmp
configure:5679: cc -o conftest -g -O2 conftest.c >&5
conftest.c:59:6: warning: incompatible redeclaration of library function 'strncasecmp'
char strncasecmp ();
^
conftest.c:59:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:5679: $? = 0
configure:5679: result: yes
configure:5679: checking for stricmp
configure:5679: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_stricmp", referenced from:
_main in conftest-fikkxQ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5679: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_MERGESORT 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define stricmp innocuous_stricmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char stricmp (); 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 stricmp
|
| /* 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 stricmp ();
| /* 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_stricmp || defined __stub___stricmp
| choke me
| #endif
|
| int
| main ()
| {
| return stricmp ();
| ;
| return 0;
| }
configure:5679: result: no
configure:5679: checking for _stricmp
configure:5679: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"__stricmp", referenced from:
_main in conftest-5gewHJ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5679: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_MERGESORT 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define _stricmp to an innocuous variant, in case <limits.h> declares _stricmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _stricmp innocuous__stricmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _stricmp (); 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 _stricmp
|
| /* 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 _stricmp ();
| /* 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__stricmp || defined __stub____stricmp
| choke me
| #endif
|
| int
| main ()
| {
| return _stricmp ();
| ;
| return 0;
| }
configure:5679: result: no
configure:5679: checking for strcmpi
configure:5679: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_strcmpi", referenced from:
_main in conftest-WPXTGb.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5679: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_MERGESORT 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define strcmpi to an innocuous variant, in case <limits.h> declares strcmpi.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strcmpi innocuous_strcmpi
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strcmpi (); 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 strcmpi
|
| /* 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 strcmpi ();
| /* 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_strcmpi || defined __stub___strcmpi
| choke me
| #endif
|
| int
| main ()
| {
| return strcmpi ();
| ;
| return 0;
| }
configure:5679: result: no
configure:5694: checking whether NLS is requested
configure:5703: result: yes
configure:5744: checking for msgfmt
configure:5779: result: no
configure:5785: checking for gmsgfmt
configure:5816: result: :
configure:5867: checking for xgettext
configure:5902: result: no
configure:5945: checking for msgmerge
configure:5979: result: no
configure:6013: checking build system type
configure:6027: result: i686-apple-darwin12.2.0
configure:6047: checking host system type
configure:6060: result: i686-apple-darwin12.2.0
configure:6104: checking for ld used by GCC
configure:6168: result: /usr/bin/ld
configure:6175: checking if the linker (/usr/bin/ld) is GNU ld
configure:6188: result: no
configure:6195: checking for shared library run path origin
configure:6208: result: done
configure:6709: checking for CFPreferencesCopyAppValue
configure:6727: cc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:6727: $? = 0
configure:6736: result: yes
configure:6743: checking for CFLocaleCopyCurrent
configure:6761: cc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:6761: $? = 0
configure:6770: result: yes
configure:6819: checking for GNU gettext in libc
configure:6839: cc -o conftest -g -O2 conftest.c >&5
conftest.c:39:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:6839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_MERGESORT 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| ;
| return 0;
| }
configure:6848: result: no
configure:6882: checking for iconv
configure:6904: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_main in conftest-3DdMHR.o
"_iconv_close", referenced from:
_main in conftest-3DdMHR.o
"_iconv_open", referenced from:
_main in conftest-3DdMHR.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6904: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_MERGESORT 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:6926: cc -o conftest -g -O2 conftest.c -liconv >&5
configure:6926: $? = 0
configure:6936: result: yes
configure:6939: checking for working iconv
configure:7015: cc -o conftest -g -O2 conftest.c -liconv >&5
configure:7015: $? = 0
configure:7015: ./conftest
configure:7015: $? = 0
configure:7027: result: yes
configure:7042: checking how to link with libiconv
configure:7044: result: -liconv
configure:7490: checking for GNU gettext in libintl
configure:7518: cc -o conftest -g -O2 conftest.c -lintl >&5
conftest.c:40:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:7518: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_MERGESORT 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| /* end confdefs.h. */
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias (const char *);
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
| ;
| return 0;
| }
configure:7546: cc -o conftest -g -O2 conftest.c -lintl -liconv >&5
conftest.c:40:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:7546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "yasm 1.2.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.2.0"
| #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_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_MERGESORT 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| /* end confdefs.h. */
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias (const char *);
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
| ;
| return 0;
| }
configure:7559: result: no
configure:7594: checking whether to use NLS
configure:7596: result: no
configure:7676: checking for GNU C Library
conftest.c:40:10: fatal error: 'features.h' file not found
#include <features.h>
^
1 error generated.
configure:7698: result: no
configure:7812: Checking for Python
configure:7846: checking for a Python interpreter with version >= 2.4
configure:7863: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:7866: $? = 0
configure:7872: result: python
configure:7880: checking for python
configure:7898: found /usr/local/opt/python/bin/python
configure:7910: result: /usr/local/opt/python/bin/python
configure:7929: checking for python version
configure:7936: result: 2.7
configure:7948: checking for python platform
configure:7955: result: darwin
configure:7962: checking for python script directory
configure:7991: result: ${prefix}/lib/python2.7/site-packages
configure:8000: checking for python extension module directory
configure:8029: result: ${exec_prefix}/lib/python2.7/site-packages
configure:8309: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by yasm config.status 1.2.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on benjamin-steins-macbook-pro.local
config.status:962: creating Makefile
config.status:962: creating po/Makefile.in
config.status:962: creating config.h
config.status:1191: executing depfiles commands
config.status:1191: executing libyasm-stdint.h commands
config.status:1294: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H
config.status:1191: executing po-directories commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-apple-darwin12.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CCLD_FOR_BUILD_set=
ac_cv_env_CCLD_FOR_BUILD_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_FOR_HOST_set=
ac_cv_env_CPP_FOR_HOST_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_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__stricmp=no
ac_cv_func_abort=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_mergesort=yes
ac_cv_func_popen=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcmpi=no
ac_cv_func_stricmp=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strsep=yes
ac_cv_func_toascii=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_direct_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-apple-darwin12.2.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=:
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_PYTHON=/usr/local/opt/python/bin/python
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_stdint_message='using cc'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_type_size_t=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_lib_iconv=yes
am_cv_pathless_PYTHON=python
am_cv_python_platform=darwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
gt_cv_func_CFLocaleCopyCurrent=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no
yasm_cv_header_gnulib=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/yasm-1m8C/yasm-1.2.0/config/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /private/tmp/yasm-1m8C/yasm-1.2.0/config/missing --run tar'
AR='ar'
ARCH='x86'
AUTOCONF='${SHELL} /private/tmp/yasm-1m8C/yasm-1.2.0/config/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/yasm-1m8C/yasm-1.2.0/config/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/yasm-1m8C/yasm-1.2.0/config/missing --run automake-1.11'
AWK='awk'
BUILD_MAN_FALSE=''
BUILD_MAN_TRUE='#'
CC='cc'
CCDEPMODE='depmode=gcc3'
CCLD_FOR_BUILD='$(CC)'
CC_FOR_BUILD='$(CC)'
CFLAGS=' -O2 '
CPP='cc -E'
CPPFLAGS=''
CPP_FOR_HOST=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GCC='yes'
GETTEXT_MACRO_VERSION='0.17'
GMSGFMT=':'
GMSGFMT_015=':'
GREP='/usr/bin/grep'
HAVE_PYTHON_BINDINGS_FALSE=''
HAVE_PYTHON_BINDINGS_TRUE='#'
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/yasm-1m8C/yasm-1.2.0/config/missing --run makeinfo'
MKDIR_P='config/install-sh -c -d'
MORE_CFLAGS=''
MSGFMT=':'
MSGFMT_015=':'
MSGMERGE=':'
OBJEXT='o'
PACKAGE='yasm'
PACKAGE_BUGREPORT='bug-yasm@tortall.net'
PACKAGE_NAME='yasm'
PACKAGE_STRING='yasm 1.2.0'
PACKAGE_TARNAME='yasm'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.0'
PATH_SEPARATOR=':'
POSUB=''
PYTHON='/usr/local/opt/python/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_INCLUDES=''
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='no'
VERSION='1.2.0'
XGETTEXT=':'
XGETTEXT_015=':'
XGETTEXT_EXTRA_OPTIONS=''
XMLTO=':'
ac_ct_AR='ar'
ac_ct_CC='cc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_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='i686-apple-darwin12.2.0'
build_alias=''
build_cpu='i686'
build_os='darwin12.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-apple-darwin12.2.0'
host_alias=''
host_cpu='i686'
host_os='darwin12.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/yasm-1m8C/yasm-1.2.0/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/config/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/yasm'
pkgpythondir='${pythondir}/yasm'
prefix='/usr/local/Cellar/yasm/1.2.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "yasm"
#define PACKAGE_TARNAME "yasm"
#define PACKAGE_VERSION "1.2.0"
#define PACKAGE_STRING "yasm 1.2.0"
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
#define PACKAGE_URL ""
#define PACKAGE "yasm"
#define VERSION "1.2.0"
#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_STRINGS_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_STAT_H 1
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define HAVE_ABORT 1
#define HAVE_TOASCII 1
#define HAVE_VSNPRINTF 1
#define HAVE_STRSEP 1
#define HAVE_MERGESORT 1
#define HAVE_GETCWD 1
#define HAVE_POPEN 1
#define HAVE_FTRUNCATE 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYCURRENT 1
#define HAVE_ICONV 1
#define CPP_PROG "cc -E"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment