Ticket #51513: config.log

File config.log, 5.6 KB (added by rkjones.iii@…, 8 years ago)

from the lib folder

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.61.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --infodir=/opt/local/share/info --cache-file=/dev/null --srcdir=.
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = compiles-imac
14uname -m = i386
15uname -r = 11.4.2
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386
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 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 2.00 gigabytes
33Default processor set: 87 tasks, 425 threads, 2 processors
34Load average: 3.78, Mach factor: 0.46
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:1650: checking whether make sets $(MAKE)
52configure:1671: result: yes
53configure:1728: checking for gcc
54configure:1755: result: /usr/bin/clang
55configure:1993: checking for C compiler version
56configure:2000: /usr/bin/clang --version >&5
57Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
58Target: x86_64-apple-darwin11.4.2
59Thread model: posix
60configure:2003: $? = 0
61configure:2010: /usr/bin/clang -v >&5
62Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
63Target: x86_64-apple-darwin11.4.2
64Thread model: posix
65configure:2013: $? = 0
66configure:2020: /usr/bin/clang -V >&5
67clang: error: argument to '-V' is missing (expected 1 value)
68clang: error: no input files
69configure:2023: $? = 1
70configure:2046: checking for C compiler default output file name
71configure:2073: /usr/bin/clang -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c  >&5
72ld: in '/usr/lib/libunwind.dylib', file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): /usr/lib/libunwind.dylib for architecture i386
73clang: error: linker command failed with exit code 1 (use -v to see invocation)
74configure:2076: $? = 1
75configure:2114: result:
76configure: failed program was:
77| /* confdefs.h.  */
78| #define PACKAGE_NAME ""
79| #define PACKAGE_TARNAME ""
80| #define PACKAGE_VERSION ""
81| #define PACKAGE_STRING ""
82| #define PACKAGE_BUGREPORT ""
83| /* end confdefs.h.  */
84|
85| int
86| main ()
87| {
88|
89|   ;
90|   return 0;
91| }
92configure:2121: error: C compiler cannot create executables
93See `config.log' for more details.
94
95## ---------------- ##
96## Cache variables. ##
97## ---------------- ##
98
99ac_cv_env_CCC_set=
100ac_cv_env_CCC_value=
101ac_cv_env_CC_set=set
102ac_cv_env_CC_value=/usr/bin/clang
103ac_cv_env_CFLAGS_set=set
104ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64 -arch i386'
105ac_cv_env_CPPFLAGS_set=set
106ac_cv_env_CPPFLAGS_value=-I/opt/local/include
107ac_cv_env_CPP_set=
108ac_cv_env_CPP_value=
109ac_cv_env_CXXCPP_set=
110ac_cv_env_CXXCPP_value=
111ac_cv_env_CXXFLAGS_set=set
112ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -arch i386 -stdlib=libstdc++'
113ac_cv_env_CXX_set=set
114ac_cv_env_CXX_value=/usr/bin/clang++
115ac_cv_env_LDFLAGS_set=set
116ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386'
117ac_cv_env_LIBS_set=
118ac_cv_env_LIBS_value=
119ac_cv_env_build_alias_set=
120ac_cv_env_build_alias_value=
121ac_cv_env_host_alias_set=
122ac_cv_env_host_alias_value=
123ac_cv_env_target_alias_set=
124ac_cv_env_target_alias_value=
125ac_cv_prog_ac_ct_CC=/usr/bin/clang
126ac_cv_prog_make_make_set=yes
127
128## ----------------- ##
129## Output variables. ##
130## ----------------- ##
131
132CC='/usr/bin/clang'
133CFLAGS='-pipe -Os -arch x86_64 -arch i386'
134CPP=''
135CPPFLAGS='-I/opt/local/include'
136CXX='/usr/bin/clang++'
137CXXCPP=''
138CXXFLAGS='-pipe -Os -arch x86_64 -arch i386 -stdlib=libstdc++'
139DEFS=''
140ECHO_C='ECHO_N=''
141ECHO_T=''
142EXEEXT=''
143INSTALL='/usr/bin/install -c'
144INSTALL_DATA=''
145INSTALL_PROGRAM=''
146LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386'
147LIBOBJS=''
148LIBS=''
149LTLIBOBJS=''
150OBJEXT=''
151PACKAGE_BUGREPORT=''
152PACKAGE_NAME=''
153PACKAGE_STRING=''
154PACKAGE_TARNAME=''
155PACKAGE_VERSION=''
156PATH_SEPARATOR=':'
157RANLIB=''
158SET_MAKE=''
159SHELL='/bin/sh'
160ac_ct_CC='/usr/bin/clang'
161ac_ct_CXX=''
162bindir='${exec_prefix}/bin'
163build_alias=''
164datadir='${datarootdir}'
165datarootdir='${prefix}/share'
166docdir='${datarootdir}/doc/${PACKAGE}'
167dvidir='${docdir}'
168exec_prefix='NONE'
169host_alias=''
170htmldir='${docdir}'
171includedir='${prefix}/include'
172infodir='/opt/local/share/info'
173libdir='${exec_prefix}/lib'
174libexecdir='${exec_prefix}/libexec'
175localedir='${datarootdir}/locale'
176localstatedir='${prefix}/var'
177mandir='${datarootdir}/man'
178oldincludedir='/usr/include'
179pdfdir='${docdir}'
180prefix='/opt/local'
181program_transform_name='s,x,x,'
182psdir='${docdir}'
183sbindir='${exec_prefix}/sbin'
184sharedstatedir='${prefix}/com'
185sysconfdir='${prefix}/etc'
186target_alias=''
187
188## ----------- ##
189## confdefs.h. ##
190## ----------- ##
191
192#define PACKAGE_NAME ""
193#define PACKAGE_TARNAME ""
194#define PACKAGE_VERSION ""
195#define PACKAGE_STRING ""
196#define PACKAGE_BUGREPORT ""
197
198configure: exit 77