Ticket #19406: config.log

File config.log, 8.4 KB (added by manul.pallas@…, 15 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 configure, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_rox-filer/work/rox-filer-2.8/ROX-Filer/src/configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Tapirbook.local
14uname -m = Power Macintosh
15uname -r = 9.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
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 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC
27Kernel configured for a single processor only.
281 processor is physically available.
291 processor is logically available.
30Processor type: ppc7450 (PowerPC 7450)
31Processor active: 0
32Primary memory available: 1.50 gigabytes
33Default processor set: 73 tasks, 300 threads, 1 processors
34Load average: 1.83, Mach factor: 0.12
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
45PATH: /usr/X11/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:1750: checking for gcc
53configure:1766: found /usr/bin/gcc
54configure:1777: result: gcc
55configure:2015: checking for C compiler version
56configure:2022: gcc --version >&5
57powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
58Copyright (C) 2005 Free Software Foundation, Inc.
59This is free software; see the source for copying conditions.  There is NO
60warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
61
62configure:2025: $? = 0
63configure:2032: gcc -v >&5
64Using built-in specs.
65Target: powerpc-apple-darwin9
66Configured 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 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
67Thread model: posix
68gcc version 4.0.1 (Apple Inc. build 5490)
69configure:2035: $? = 0
70configure:2042: gcc -V >&5
71gcc-4.0: argument to `-V' is missing
72configure:2045: $? = 1
73configure:2068: checking for C compiler default output file name
74configure:2095: gcc    conftest.c  >&5
75configure:2098: $? = 0
76configure:2136: result: a.out
77configure:2153: checking whether the C compiler works
78configure:2163: ./a.out
79configure:2166: $? = 0
80configure:2183: result: yes
81configure:2190: checking whether we are cross compiling
82configure:2192: result: no
83configure:2195: checking for suffix of executables
84configure:2202: gcc -o conftest    conftest.c  >&5
85configure:2205: $? = 0
86configure:2229: result:
87configure:2235: checking for suffix of object files
88configure:2261: gcc -c   conftest.c >&5
89configure:2264: $? = 0
90configure:2287: result: o
91configure:2291: checking whether we are using the GNU C compiler
92configure:2320: gcc -c   conftest.c >&5
93configure:2326: $? = 0
94configure:2343: result: yes
95configure:2348: checking whether gcc accepts -g
96configure:2378: gcc -c -g  conftest.c >&5
97configure:2384: $? = 0
98configure:2483: result: yes
99configure:2500: checking for gcc option to accept ISO C89
100configure:2574: gcc  -c -g -O2  conftest.c >&5
101configure:2580: $? = 0
102configure:2603: result: none needed
103configure:2626: checking for GCC version
104configure:2632: result: 4.0.1
105configure:2648: checking whether to disable pointer sign warning
106configure:2651: result: yes
107configure:2658: checking whether to disable stack protector
108configure:2665: result: no
109configure:2676: checking that pkg-config runs
110configure:2679: result: yes
111configure:2706: checking that gtk+-2.0 (version >= 2.4.0) is installed
112configure:2709: result: yes
113configure:2726: checking that libxml-2.0 (version >= 2.0.0) is installed
114configure:2729: result: yes
115configure:2746: checking that libglade-2.0 (version >= 2.0.0) is installed
116configure:2749: result: yes
117configure:2766: checking that shared-mime-info (version >= 0.14) is installed
118configure:2769: result: yes
119configure:2792: checking if pango (version >= 1.1.2) is installed
120configure:2799: result: yes; enabling better wrapping
121configure:2812: checking how to run the C preprocessor
122configure:2852: gcc -E  conftest.c
123configure:2858: $? = 0
124configure:2889: gcc -E  conftest.c
125conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
126configure:2895: $? = 1
127configure: failed program was:
128| /* confdefs.h.  */
129| #define PACKAGE_NAME ""
130| #define PACKAGE_TARNAME ""
131| #define PACKAGE_VERSION ""
132| #define PACKAGE_STRING ""
133| #define PACKAGE_BUGREPORT ""
134| #define GTK_VERSION "2.14.7"
135| #define USE_PANGO_WRAP_WORD_CHAR 1
136| /* end confdefs.h.  */
137| #include <ac_nonexistent.h>
138configure:2928: result: gcc -E
139configure:2957: gcc -E  conftest.c
140configure:2963: $? = 0
141configure:2994: gcc -E  conftest.c
142conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
143configure:3000: $? = 1
144configure: failed program was:
145| /* confdefs.h.  */
146| #define PACKAGE_NAME ""
147| #define PACKAGE_TARNAME ""
148| #define PACKAGE_VERSION ""
149| #define PACKAGE_STRING ""
150| #define PACKAGE_BUGREPORT ""
151| #define GTK_VERSION "2.14.7"
152| #define USE_PANGO_WRAP_WORD_CHAR 1
153| /* end confdefs.h.  */
154| #include <ac_nonexistent.h>
155configure:3038: checking for X
156configure:3153: gcc -E  conftest.c
157configure:3159: $? = 0
158configure:3208: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wno-pointer-sign   conftest.c -lX11  >&5
159ld: library not found for -lX11
160collect2: ld returned 1 exit status
161configure:3214: $? = 1
162configure: failed program was:
163| /* confdefs.h.  */
164| #define PACKAGE_NAME ""
165| #define PACKAGE_TARNAME ""
166| #define PACKAGE_VERSION ""
167| #define PACKAGE_STRING ""
168| #define PACKAGE_BUGREPORT ""
169| #define GTK_VERSION "2.14.7"
170| #define USE_PANGO_WRAP_WORD_CHAR 1
171| /* end confdefs.h.  */
172| #include <X11/Xlib.h>
173| int
174| main ()
175| {
176| XrmInitialize ()
177|   ;
178|   return 0;
179| }
180configure:3262: result: no
181configure:4353: error: X development libraries not found
182
183## ---------------- ##
184## Cache variables. ##
185## ---------------- ##
186
187ac_cv_c_compiler_gnu=yes
188ac_cv_env_CC_set=
189ac_cv_env_CC_value=
190ac_cv_env_CFLAGS_set=
191ac_cv_env_CFLAGS_value=
192ac_cv_env_CPPFLAGS_set=
193ac_cv_env_CPPFLAGS_value=
194ac_cv_env_CPP_set=
195ac_cv_env_CPP_value=
196ac_cv_env_LDFLAGS_set=
197ac_cv_env_LDFLAGS_value=
198ac_cv_env_LIBS_set=
199ac_cv_env_LIBS_value=
200ac_cv_env_XMKMF_set=
201ac_cv_env_XMKMF_value=
202ac_cv_env_build_alias_set=
203ac_cv_env_build_alias_value=
204ac_cv_env_host_alias_set=
205ac_cv_env_host_alias_value=
206ac_cv_env_target_alias_set=
207ac_cv_env_target_alias_value=
208ac_cv_have_x=have_x=no
209ac_cv_objext=o
210ac_cv_prog_CPP='gcc -E'
211ac_cv_prog_ac_ct_CC=gcc
212ac_cv_prog_cc_c89=
213ac_cv_prog_cc_g=yes
214
215## ----------------- ##
216## Output variables. ##
217## ----------------- ##
218
219CC='gcc'
220CFLAGS='-g -O2 -Wall -Wmissing-prototypes -Wno-pointer-sign'
221CPP='gcc -E'
222CPPFLAGS=''
223DEFS=''
224ECHO_C='ECHO_N=''
225ECHO_T=''
226EGREP=''
227EXEEXT=''
228GREP=''
229LDFLAGS=''
230LFS_CFLAGS=''
231LFS_LDFLAGS=''
232LFS_LIBS=''
233LIBOBJS=''
234LIBS=''
235LTLIBOBJS=''
236OBJEXT='o'
237PACKAGE_BUGREPORT=''
238PACKAGE_NAME=''
239PACKAGE_STRING=''
240PACKAGE_TARNAME=''
241PACKAGE_VERSION=''
242PATH_SEPARATOR=':'
243PKG_CONFIG='pkg-config'
244SHELL='/bin/sh'
245XMKMF=''
246X_CFLAGS=''
247X_EXTRA_LIBS=''
248X_LIBS=''
249X_PRE_LIBS=''
250ac_ct_CC='gcc'
251bindir='${exec_prefix}/bin'
252build_alias=''
253datadir='${datarootdir}'
254datarootdir='${prefix}/share'
255docdir='${datarootdir}/doc/${PACKAGE}'
256dvidir='${docdir}'
257exec_prefix='NONE'
258host_alias=''
259htmldir='${docdir}'
260includedir='${prefix}/include'
261infodir='${datarootdir}/info'
262libdir='${exec_prefix}/lib'
263libexecdir='${exec_prefix}/libexec'
264localedir='${datarootdir}/locale'
265localstatedir='${prefix}/var'
266mandir='${datarootdir}/man'
267oldincludedir='/usr/include'
268pdfdir='${docdir}'
269prefix='NONE'
270program_transform_name='s,x,x,'
271psdir='${docdir}'
272sbindir='${exec_prefix}/sbin'
273sharedstatedir='${prefix}/com'
274sysconfdir='${prefix}/etc'
275target_alias=''
276
277## ----------- ##
278## confdefs.h. ##
279## ----------- ##
280
281#define PACKAGE_NAME ""
282#define PACKAGE_TARNAME ""
283#define PACKAGE_VERSION ""
284#define PACKAGE_STRING ""
285#define PACKAGE_BUGREPORT ""
286#define GTK_VERSION "2.14.7"
287#define USE_PANGO_WRAP_WORD_CHAR 1
288#define X_DISPLAY_MISSING 1
289
290configure: exit 1