Ticket #51317: config.log

File config.log, 4.1 KB (added by afbrand@…, 8 years ago)

Erlsom build configuration log file.

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Democritus.local
14uname -m = x86_64
15uname -r = 15.4.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 399 tasks, 2219 threads, 8 processors
34Load average: 2.76, Mach factor: 5.23
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:1707: checking build system type
52configure:1721: result: x86_64-apple-darwin15.4.0
53configure:1741: checking host system type
54configure:1754: result: x86_64-apple-darwin15.4.0
55configure:1774: checking target system type
56configure:1787: result: x86_64-apple-darwin15.4.0
57configure:1821: checking for erl
58configure:1839: found /opt/local/bin/erl
59configure:1851: result: /opt/local/bin/erl
60configure:1861: checking for erlc
61configure:1879: found /opt/local/bin/erlc
62configure:1891: result: /opt/local/bin/erlc
63configure:1920: error: Broken Erlang installation, "/opt/local/lib/erlang" does not exist!
64
65## ---------------- ##
66## Cache variables. ##
67## ---------------- ##
68
69ac_cv_build=x86_64-apple-darwin15.4.0
70ac_cv_env_build_alias_set=
71ac_cv_env_build_alias_value=
72ac_cv_env_host_alias_set=
73ac_cv_env_host_alias_value=
74ac_cv_env_target_alias_set=
75ac_cv_env_target_alias_value=
76ac_cv_host=x86_64-apple-darwin15.4.0
77ac_cv_path_ERL=/opt/local/bin/erl
78ac_cv_path_ERLC=/opt/local/bin/erlc
79ac_cv_target=x86_64-apple-darwin15.4.0
80
81## ----------------- ##
82## Output variables. ##
83## ----------------- ##
84
85DEFS=''
86ECHO_C='\c'
87ECHO_N=''
88ECHO_T=''
89ERL='/opt/local/bin/erl'
90ERLBINDIR='/opt/local/lib/erlang/bin'
91ERLC='/opt/local/bin/erlc'
92ERLDIR='"/opt/local/lib/erlang"'
93ERL_DLL_LIB=''
94INSTALL_DATA=''
95INSTALL_PROGRAM=''
96INSTALL_SCRIPT=''
97LIBOBJS=''
98LIBS=''
99LTLIBOBJS=''
100PACKAGE_BUGREPORT=''
101PACKAGE_NAME=''
102PACKAGE_STRING=''
103PACKAGE_TARNAME=''
104PACKAGE_URL=''
105PACKAGE_VERSION=''
106PATH_SEPARATOR=':'
107SHELL='/bin/sh'
108bindir='${exec_prefix}/bin'
109build='x86_64-apple-darwin15.4.0'
110build_alias=''
111build_cpu='x86_64'
112build_os='darwin15.4.0'
113build_vendor='apple'
114datadir='${datarootdir}'
115datarootdir='${prefix}/share'
116docdir='${datarootdir}/doc/${PACKAGE}'
117dvidir='${docdir}'
118exec_prefix='NONE'
119host='x86_64-apple-darwin15.4.0'
120host_alias=''
121host_cpu='x86_64'
122host_os='darwin15.4.0'
123host_vendor='apple'
124htmldir='${docdir}'
125includedir='${prefix}/include'
126infodir='${datarootdir}/info'
127libdir='${exec_prefix}/lib'
128libexecdir='${exec_prefix}/libexec'
129localedir='${datarootdir}/locale'
130localstatedir='${prefix}/var'
131mandir='${datarootdir}/man'
132oldincludedir='/usr/include'
133pdfdir='${docdir}'
134prefix='/opt/local'
135program_transform_name='s,x,x,'
136psdir='${docdir}'
137sbindir='${exec_prefix}/sbin'
138sharedstatedir='${prefix}/com'
139sysconfdir='${prefix}/etc'
140target='x86_64-apple-darwin15.4.0'
141target_alias=''
142target_cpu='x86_64'
143target_os='darwin15.4.0'
144target_vendor='apple'
145
146## ----------- ##
147## confdefs.h. ##
148## ----------- ##
149
150/* confdefs.h */
151#define PACKAGE_NAME ""
152#define PACKAGE_TARNAME ""
153#define PACKAGE_VERSION ""
154#define PACKAGE_STRING ""
155#define PACKAGE_BUGREPORT ""
156#define PACKAGE_URL ""
157#define CPU_VENDOR_OS "x86_64-apple-darwin15.4.0"
158
159configure: exit 1