Ticket #36068: config.log

File config.log, 9.5 KB (added by mf2k (Frank Schima), 12 years ago)
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 Wine configure 1.5.12, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --without-alsa --without-capi --with-cms --with-coreaudio --with-cups --with-curses --with-fontconfig --with-freetype --without-gphoto --with-glu --without-gnutls --without-gsm --without-hal --with-jpeg --without-ldap --without-mpg123 --without-openal --with-opengl --with-openssl --without-oss --with-png --with-pthread --without-sane --with-tiff --without-v4l --with-xcomposite --with-xcursor --with-xinerama --with-xinput --with-xml --with-xrandr --with-xrender --with-xshape --with-xslt --with-xxf86vm --with-x --x-include=/opt/local/include --x-lib=/opt/local/lib
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Antarctic.local
14uname -m = x86_64
15uname -r = 12.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/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 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 129 tasks, 642 threads, 4 processors
34Load average: 2.06, Mach factor: 2.14
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:2815: checking build system type
52configure:2829: result: x86_64-apple-darwin12.1.0
53configure:2849: checking host system type
54configure:2862: result: x86_64-apple-darwin12.1.0
55configure:2892: checking whether make sets $(MAKE)
56configure:2914: result: yes
57configure:2971: checking for gcc
58configure:2998: result: /opt/local/bin/gcc-apple-4.2
59configure:3227: checking for C compiler version
60configure:3236: /opt/local/bin/gcc-apple-4.2 --version >&5
61i686-apple-darwin12-gcc-apple-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) (MacPorts apple-gcc42 5666.3_7)
62Copyright (C) 2007 Free Software Foundation, Inc.
63This is free software; see the source for copying conditions.  There is NO
64warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
66configure:3247: $? = 0
67configure:3236: /opt/local/bin/gcc-apple-4.2 -v >&5
68Using built-in specs.
69Target: i686-apple-darwin12
70Configured with: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_apple-gcc42/apple-gcc42/work/objroot/src/configure --disable-checking --prefix=/opt/local --mandir=/opt/local/share/man --enable-languages=c,c++,objc,obj-c++ --libexecdir=/opt/local/libexec/apple-gcc42 --libdir=/opt/local/lib/apple-gcc42 --includedir=/opt/local/include/apple-gcc42 --program-suffix=-apple-4.2 --with-system-zlib --disable-nls --with-slibdir=/usr/lib --build=x86_64-apple-darwin12 --enable-werror-always --program-prefix=i686-apple-darwin12- --host=x86_64-apple-darwin12 --target=i686-apple-darwin12 --with-gxx-include-dir=/usr/include/c++/4.2.1
71Thread model: posix
72gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) (MacPorts apple-gcc42 5666.3_7)
73configure:3247: $? = 0
74configure:3236: /opt/local/bin/gcc-apple-4.2 -V >&5
75gcc-apple-4.2: argument to `-V' is missing
76configure:3247: $? = 1
77configure:3236: /opt/local/bin/gcc-apple-4.2 -qversion >&5
78i686-apple-darwin12-gcc-apple-4.2.1: no input files
79configure:3247: $? = 1
80configure:3267: checking whether the C compiler works
81configure:3289: /opt/local/bin/gcc-apple-4.2 -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -framework CoreServices -lz -Wl,-no_pie -arch i386 conftest.c  >&5
82ld: file is universal (2 slices) but does not contain a(n) i386 slice: /usr/lib/crt1.10.6.o for architecture i386
83collect2: ld returned 1 exit status
84configure:3293: $? = 1
85configure:3331: result: no
86configure: failed program was:
87| /* confdefs.h */
88| #define PACKAGE_NAME "Wine"
89| #define PACKAGE_TARNAME "wine"
90| #define PACKAGE_VERSION "1.5.12"
91| #define PACKAGE_STRING "Wine 1.5.12"
92| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
93| #define PACKAGE_URL "http://www.winehq.org"
94| /* end confdefs.h.  */
95|
96| int
97| main ()
98| {
99|
100|   ;
101|   return 0;
102| }
103configure:3336: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_wine-devel/wine-devel/work/wine-1.5.12':
104configure:3338: error: C compiler cannot create executables
105See `config.log' for more details
106
107## ---------------- ##
108## Cache variables. ##
109## ---------------- ##
110
111ac_cv_build=x86_64-apple-darwin12.1.0
112ac_cv_env_CCC_set=
113ac_cv_env_CCC_value=
114ac_cv_env_CC_set=set
115ac_cv_env_CC_value=/opt/local/bin/gcc-apple-4.2
116ac_cv_env_CFLAGS_set=set
117ac_cv_env_CFLAGS_value='-pipe -O2 -arch i386'
118ac_cv_env_CPPFLAGS_set=set
119ac_cv_env_CPPFLAGS_value=-I/opt/local/include
120ac_cv_env_CPP_set=
121ac_cv_env_CPP_value=
122ac_cv_env_CXXFLAGS_set=set
123ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch i386'
124ac_cv_env_CXX_set=set
125ac_cv_env_CXX_value=/opt/local/bin/g++-apple-4.2
126ac_cv_env_LDFLAGS_set=set
127ac_cv_env_LDFLAGS_value='-L/opt/local/lib -framework CoreServices -lz -Wl,-no_pie -arch i386'
128ac_cv_env_LIBS_set=
129ac_cv_env_LIBS_value=
130ac_cv_env_XMKMF_set=
131ac_cv_env_XMKMF_value=
132ac_cv_env_build_alias_set=
133ac_cv_env_build_alias_value=
134ac_cv_env_host_alias_set=
135ac_cv_env_host_alias_value=
136ac_cv_env_target_alias_set=
137ac_cv_env_target_alias_value=
138ac_cv_header_AL_al_h=no
139ac_cv_header_OpenAL_al_h=no
140ac_cv_header_alsa_asoundlib_h=no
141ac_cv_header_capi20_h=no
142ac_cv_header_gsm_gsm_h=no
143ac_cv_header_gsm_h=no
144ac_cv_header_lber_h=no
145ac_cv_header_ldap_h=no
146ac_cv_header_linux_capi_h=no
147ac_cv_header_mpg123_h=no
148ac_cv_header_sys_asoundlib_h=no
149ac_cv_host=x86_64-apple-darwin12.1.0
150ac_cv_prog_ac_ct_CC=/opt/local/bin/gcc-apple-4.2
151ac_cv_prog_make_make_set=yes
152
153## ----------------- ##
154## Output variables. ##
155## ----------------- ##
156
157ALL_TEST_RESOURCES=''
158ALSALIBS=''
159APPLICATIONSERVICESLIB=''
160AR=''
161ARFLAGS=''
162BISON=''
163BUILTINFLAG=''
164CARBONLIB=''
165CC='/opt/local/bin/gcc-apple-4.2'
166CFLAGS='-pipe -O2 -arch i386'
167CONVERT=''
168COREAUDIO=''
169COREFOUNDATIONLIB=''
170CORESERVICESLIB=''
171CPP=''
172CPPBIN=''
173CPPFLAGS='-I/opt/local/include'
174CROSSCC=''
175CROSSTARGET=''
176CROSSTEST_DISABLE=''
177CRTLIBS=''
178CUPSINCL=''
179CXX='/opt/local/bin/g++-apple-4.2'
180CXXFLAGS='-pipe -O2 -arch i386'
181DBUSINCL=''
182DEFS=''
183DISKARBITRATIONLIB=''
184DLLEXT=''
185DLLFLAGS=''
186DLLTOOL=''
187DLLWRAP=''
188ECHO_C='\c'
189ECHO_N=''
190ECHO_T=''
191EGREP=''
192EXEEXT=''
193EXTRACFLAGS=''
194EXTRA_BINARIES=''
195FLEX=''
196FONTCONFIGINCL=''
197FONTFORGE=''
198FRAMEWORK_OPENAL=''
199FREETYPEINCL=''
200FREETYPELIBS=''
201GNUTLSINCL=''
202GPHOTO2INCL=''
203GPHOTO2LIBS=''
204GREP=''
205GSTREAMER_INCL=''
206GSTREAMER_LIBS=''
207HALINCL=''
208ICOTOOL=''
209IMPLIBEXT=''
210INSTALL_DATA=''
211INSTALL_PROGRAM=''
212INSTALL_SCRIPT=''
213IOKITLIB=''
214LCMSLIBS=''
215LDAPLIBS=''
216LDCONFIG=''
217LDD=''
218LDDLLFLAGS=''
219LDEXECFLAGS=''
220LDFLAGS='-L/opt/local/lib -framework CoreServices -lz -Wl,-no_pie -arch i386'
221LDPATH=''
222LDRPATH_INSTALL=''
223LDRPATH_LOCAL=''
224LDSHARED=''
225LIBDL=''
226LIBEXT=''
227LIBGETTEXTPO=''
228LIBKSTAT=''
229LIBMPG123=''
230LIBOBJS=''
231LIBOPENAL=''
232LIBOPENCL=''
233LIBPOLL=''
234LIBPTHREAD=''
235LIBS=''
236LINGUAS=''
237LINT=''
238LINTFLAGS=''
239LN_S=''
240LTLIBOBJS=''
241MAINTAINER_MODE=''
242MAIN_BINARY=''
243MSGFMT=''
244OBJEXT=''
245OPENGL_LIBS=''
246OSS4INCL=''
247PACKAGE_BUGREPORT='wine-devel@winehq.org'
248PACKAGE_NAME='Wine'
249PACKAGE_STRING='Wine 1.5.12'
250PACKAGE_TARNAME='wine'
251PACKAGE_URL='http://www.winehq.org'
252PACKAGE_VERSION='1.5.12'
253PATH_SEPARATOR=':'
254PKG_CONFIG=''
255PNGINCL=''
256PORCFLAGS=''
257PRELINK=''
258QUICKTIMELIB=''
259RANLIB=''
260RESOLVLIBS=''
261RSVG=''
262SANEINCL=''
263SECURITYLIB=''
264SET_MAKE=''
265SHELL='/bin/sh'
266SOCKETLIBS=''
267TARGETFLAGS=''
268TOOLSDIR=''
269TOOLSEXT=''
270UNWINDFLAGS=''
271WOW64_DISABLE=''
272XLIB=''
273XMKMF=''
274XML2INCL=''
275XML2LIBS=''
276XSLTINCL=''
277X_CFLAGS=''
278X_EXTRA_LIBS=''
279X_LIBS=''
280X_PRE_LIBS=''
281ZLIB=''
282ac_ct_AR=''
283ac_ct_CC='/opt/local/bin/gcc-apple-4.2'
284ac_ct_CXX=''
285bindir='${exec_prefix}/bin'
286build='x86_64-apple-darwin12.1.0'
287build_alias=''
288build_cpu='x86_64'
289build_os='darwin12.1.0'
290build_vendor='apple'
291datadir='${datarootdir}'
292datarootdir='${prefix}/share'
293docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
294dvidir='${docdir}'
295exec_prefix='NONE'
296ft_devel=''
297gphoto2_devel=''
298gphoto2port_devel=''
299host='x86_64-apple-darwin12.1.0'
300host_alias=''
301host_cpu='x86_64'
302host_os='darwin12.1.0'
303host_vendor='apple'
304htmldir='${docdir}'
305includedir='${prefix}/include'
306infodir='${datarootdir}/info'
307libdir='${exec_prefix}/lib'
308libexecdir='${exec_prefix}/libexec'
309localedir='${datarootdir}/locale'
310localstatedir='${prefix}/var'
311mandir='${datarootdir}/man'
312oldincludedir='/usr/include'
313pdfdir='${docdir}'
314prefix='/opt/local'
315program_transform_name='s,x,x,'
316psdir='${docdir}'
317sane_devel=''
318sbindir='${exec_prefix}/sbin'
319sharedstatedir='${prefix}/com'
320sysconfdir='${prefix}/etc'
321target_alias=''
322
323## ------------------- ##
324## File substitutions. ##
325## ------------------- ##
326
327MAKE_DLL_RULES=''
328MAKE_IMPLIB_RULES=''
329MAKE_PROG_RULES=''
330MAKE_RULES=''
331MAKE_TEST_RULES=''
332
333## ----------- ##
334## confdefs.h. ##
335## ----------- ##
336
337/* confdefs.h */
338#define PACKAGE_NAME "Wine"
339#define PACKAGE_TARNAME "wine"
340#define PACKAGE_VERSION "1.5.12"
341#define PACKAGE_STRING "Wine 1.5.12"
342#define PACKAGE_BUGREPORT "wine-devel@winehq.org"
343#define PACKAGE_URL "http://www.winehq.org"
344
345configure: exit 77