Ticket #42131: gnuplot_build_config.log

File gnuplot_build_config.log, 12.1 KB (added by netja000@…, 10 years ago)

Gnuplot build config.log

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 gnuplot configure 4.6.4, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-readline=/opt/local --with-gd=/opt/local --with-png=/opt/local --enable-datastrings --enable-histograms --infodir=${prefix}/share/info --mandir=${prefix}/share/man --without-lisp-files --without-bitmap-terminals --without-latex --without-pdf --without-tutorial --with-aquaterm=/opt/local/Library/Frameworks --with-x --with-lua --with-wx-config=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = yiranwang.astro.princeton.edu
14uname -m = x86_64
15uname -r = 11.4.2
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~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 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~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: 16.00 gigabytes
33Default processor set: 194 tasks, 1396 threads, 4 processors
34Load average: 5.16, Mach factor: 1.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:2655: checking for a BSD-compatible install
52configure:2723: result: /usr/bin/install -c
53configure:2734: checking whether build environment is sane
54configure:2789: result: yes
55configure:2940: checking for a thread-safe mkdir -p
56configure:2979: result: ./install-sh -c -d
57configure:2986: checking for gawk
58configure:3016: result: no
59configure:2986: checking for mawk
60configure:3016: result: no
61configure:2986: checking for nawk
62configure:3016: result: no
63configure:2986: checking for awk
64configure:3002: found /usr/bin/awk
65configure:3013: result: awk
66configure:3024: checking whether make sets $(MAKE)
67configure:3046: result: yes
68configure:3075: checking whether make supports nested variables
69configure:3092: result: yes
70configure:3173: checking whether to enable maintainer-specific portions of Makefiles
71configure:3182: result: no
72configure:3215: checking for style of include used by make
73configure:3243: result: GNU
74configure:3314: checking for gcc
75configure:3341: result: /usr/bin/clang
76configure:3570: checking for C compiler version
77configure:3579: /usr/bin/clang --version >&5
78Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
79Target: x86_64-apple-darwin11.4.2
80Thread model: posix
81configure:3590: $? = 0
82configure:3579: /usr/bin/clang -v >&5
83Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
84Target: x86_64-apple-darwin11.4.2
85Thread model: posix
86configure:3590: $? = 0
87configure:3579: /usr/bin/clang -V >&5
88clang: error: argument to '-V' is missing (expected 1 value)
89clang: error: no input files
90configure:3590: $? = 1
91configure:3579: /usr/bin/clang -qversion >&5
92clang: error: no input files
93configure:3590: $? = 1
94configure:3610: checking whether the C compiler works
95configure:3632: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
96configure:3636: $? = 0
97configure:3684: result: yes
98configure:3687: checking for C compiler default output file name
99configure:3689: result: a.out
100configure:3695: checking for suffix of executables
101configure:3702: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
102configure:3706: $? = 0
103configure:3728: result:
104configure:3750: checking whether we are cross compiling
105configure:3758: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
106In file included from conftest.c:12:
107In file included from /usr/local/include/stdio.h:29:
108/usr/local/include/cstdio:48:8: error: expected identifier or '('
109extern "C" char* gets (char* __s) __attribute__((deprecated));
110       ^
111/usr/local/include/cstdio:94:1: error: unknown type name 'namespace'
112namespace std
113^
114/usr/local/include/cstdio:94:14: error: expected ';' after top level declarator
115namespace std
116             ^
1173 errors generated.
118configure:3762: $? = 1
119configure:3769: ./conftest
120./configure: line 3771: ./conftest: No such file or directory
121configure:3773: $? = 127
122configure:3780: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.4':
123configure:3782: error: cannot run C compiled programs.
124If you meant to cross compile, use `--host'.
125See `config.log' for more details
126
127## ---------------- ##
128## Cache variables. ##
129## ---------------- ##
130
131ac_cv_env_CAIROEPS_CFLAGS_set=
132ac_cv_env_CAIROEPS_CFLAGS_value=
133ac_cv_env_CAIROEPS_LIBS_set=
134ac_cv_env_CAIROEPS_LIBS_value=
135ac_cv_env_CAIROPANGO_CFLAGS_set=
136ac_cv_env_CAIROPANGO_CFLAGS_value=
137ac_cv_env_CAIROPANGO_LIBS_set=
138ac_cv_env_CAIROPANGO_LIBS_value=
139ac_cv_env_CAIROPDF_CFLAGS_set=
140ac_cv_env_CAIROPDF_CFLAGS_value=
141ac_cv_env_CAIROPDF_LIBS_set=
142ac_cv_env_CAIROPDF_LIBS_value=
143ac_cv_env_CCC_set=
144ac_cv_env_CCC_value=
145ac_cv_env_CC_set=set
146ac_cv_env_CC_value=/usr/bin/clang
147ac_cv_env_CFLAGS_set=set
148ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
149ac_cv_env_CPPFLAGS_set=set
150ac_cv_env_CPPFLAGS_value=-I/opt/local/include
151ac_cv_env_CPP_set=
152ac_cv_env_CPP_value=
153ac_cv_env_CXXCPP_set=
154ac_cv_env_CXXCPP_value=
155ac_cv_env_CXXFLAGS_set=set
156ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64'
157ac_cv_env_CXX_set=set
158ac_cv_env_CXX_value=/usr/bin/clang++
159ac_cv_env_DIST_CONTACT_set=
160ac_cv_env_DIST_CONTACT_value=
161ac_cv_env_EMACSLOADPATH_set=
162ac_cv_env_EMACSLOADPATH_value=
163ac_cv_env_EMACS_set=
164ac_cv_env_EMACS_value=
165ac_cv_env_GTK28_CFLAGS_set=
166ac_cv_env_GTK28_CFLAGS_value=
167ac_cv_env_GTK28_LIBS_set=
168ac_cv_env_GTK28_LIBS_value=
169ac_cv_env_GTK_CFLAGS_set=
170ac_cv_env_GTK_CFLAGS_value=
171ac_cv_env_GTK_LIBS_set=
172ac_cv_env_GTK_LIBS_value=
173ac_cv_env_LDFLAGS_set=set
174ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
175ac_cv_env_LIBS_set=
176ac_cv_env_LIBS_value=
177ac_cv_env_LUA_CFLAGS_set=
178ac_cv_env_LUA_CFLAGS_value=
179ac_cv_env_LUA_LIBS_set=
180ac_cv_env_LUA_LIBS_value=
181ac_cv_env_OBJCFLAGS_set=set
182ac_cv_env_OBJCFLAGS_value='-pipe -Os -arch x86_64'
183ac_cv_env_OBJC_set=set
184ac_cv_env_OBJC_value=/usr/bin/clang
185ac_cv_env_PANGO_1_10_2_CFLAGS_set=
186ac_cv_env_PANGO_1_10_2_CFLAGS_value=
187ac_cv_env_PANGO_1_10_2_LIBS_set=
188ac_cv_env_PANGO_1_10_2_LIBS_value=
189ac_cv_env_PKG_CONFIG_set=
190ac_cv_env_PKG_CONFIG_value=
191ac_cv_env_QT_CFLAGS_set=
192ac_cv_env_QT_CFLAGS_value=
193ac_cv_env_QT_LIBS_set=
194ac_cv_env_QT_LIBS_value=
195ac_cv_env_XMKMF_set=
196ac_cv_env_XMKMF_value=
197ac_cv_env_build_alias_set=
198ac_cv_env_build_alias_value=
199ac_cv_env_host_alias_set=
200ac_cv_env_host_alias_value=
201ac_cv_env_target_alias_set=
202ac_cv_env_target_alias_value=
203ac_cv_prog_AWK=awk
204ac_cv_prog_ac_ct_CC=/usr/bin/clang
205ac_cv_prog_make_make_set=yes
206am_cv_make_support_nested_variables=yes
207
208## ----------------- ##
209## Output variables. ##
210## ----------------- ##
211
212ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.4/missing aclocal-1.13'
213AMDEPBACKSLASH='\'
214AMDEP_FALSE='#'
215AMDEP_TRUE=''
216AMTAR='$${TAR-tar}'
217AM_BACKSLASH='\'
218AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
219AM_DEFAULT_VERBOSITY='1'
220AM_V='$(V)'
221AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.4/missing autoconf'
222AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.4/missing autoheader'
223AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.4/missing automake-1.13'
224AWK='awk'
225BUILD_BITMAP_FALSE=''
226BUILD_BITMAP_TRUE=''
227BUILD_GNUPLOT_X11_FALSE=''
228BUILD_GNUPLOT_X11_TRUE=''
229BUILD_GPCAIRO_FALSE=''
230BUILD_GPCAIRO_TRUE=''
231BUILD_LUA_FALSE=''
232BUILD_LUA_TRUE=''
233BUILD_ON_APPLE_FALSE=''
234BUILD_ON_APPLE_TRUE=''
235BUILD_QT_FALSE=''
236BUILD_QT_TRUE=''
237BUILD_SRC_BEOS_SUBDIR_FALSE=''
238BUILD_SRC_BEOS_SUBDIR_TRUE=''
239BUILD_WXWIDGETS_FALSE=''
240BUILD_WXWIDGETS_TRUE=''
241CAIROEPS_CFLAGS=''
242CAIROEPS_LIBS=''
243CAIROPANGO_CFLAGS=''
244CAIROPANGO_LIBS=''
245CAIROPDF_CFLAGS=''
246CAIROPDF_LIBS=''
247CC='/usr/bin/clang'
248CCDEPMODE=''
249CC_FOR_BUILD=''
250CFLAGS='-pipe -Os -arch x86_64'
251CPP=''
252CPPFLAGS='-I/opt/local/include'
253CXX='/usr/bin/clang++'
254CXXCPP=''
255CXXDEPMODE=''
256CXXFLAGS='-pipe -Os -arch x86_64'
257CYGPATH_W='echo'
258DEFS=''
259DEPDIR='.deps'
260DIST_CONTACT=''
261DVIPS=''
262ECHO_C='\c'
263ECHO_N=''
264ECHO_T=''
265EGREP=''
266EMACS=''
267EMACSLOADPATH=''
268EXEEXT=''
269GDLIB_CONFIG=''
270GIHDIR=''
271GREP=''
272GTK28_CFLAGS=''
273GTK28_LIBS=''
274GTK_CFLAGS=''
275GTK_LIBS=''
276HAVE_LATEX_FALSE=''
277HAVE_LATEX_TRUE=''
278HAVE_LRELEASE_FALSE=''
279HAVE_LRELEASE_TRUE=''
280INSTALL_DATA='${INSTALL} -m 644'
281INSTALL_PROGRAM='${INSTALL}'
282INSTALL_SCRIPT='${INSTALL}'
283INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
284KPSEXPAND=''
285LASERGNU=''
286LATEX=''
287LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
288LIBOBJS=''
289LIBRARIES_FOR_X=''
290LIBS=''
291LINUXSUID=''
292LISPDIR=''
293LN_S=''
294LRELEASE=''
295LTLIBOBJS=''
296LUA_CFLAGS=''
297LUA_LIBS=''
298MAINT='#'
299MAINTAINER_MODE_FALSE=''
300MAINTAINER_MODE_TRUE='#'
301MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.4/missing makeinfo'
302MKDIR_P='./install-sh -c -d'
303MOC=''
304OBJC='/usr/bin/clang'
305OBJCDEPMODE=''
306OBJCFLAGS='-pipe -Os -arch x86_64'
307OBJEXT=''
308PACKAGE='gnuplot'
309PACKAGE_BUGREPORT=''
310PACKAGE_NAME='gnuplot'
311PACKAGE_STRING='gnuplot 4.6.4'
312PACKAGE_TARNAME='gnuplot'
313PACKAGE_URL=''
314PACKAGE_VERSION='4.6.4'
315PANGO_1_10_2_CFLAGS=''
316PANGO_1_10_2_LIBS=''
317PATH_SEPARATOR=':'
318PDFLATEX=''
319PDFLIB_CONFIG=''
320PKG_CONFIG=''
321PLAINTEX=''
322QT_CFLAGS=''
323QT_LIBS=''
324RCC=''
325SET_MAKE=''
326SHELL='/bin/sh'
327STRIP=''
328TERMLIBS=''
329TERMXLIBS=''
330TEXDIR=''
331TEXHASH=''
332TROFF=''
333TUTORIAL=''
334UIC=''
335VERSION='4.6.4'
336VERSION_MAJOR='4.6'
337WX_CONFIG=''
338WX_LIBS=''
339X11_APPDEFAULTS_DIR=''
340XMKMF=''
341X_CFLAGS=''
342X_EXTRA_LIBS=''
343X_LIBS=''
344X_PRE_LIBS=''
345ac_ct_CC='/usr/bin/clang'
346ac_ct_CXX=''
347ac_ct_OBJC=''
348am__EXEEXT_FALSE=''
349am__EXEEXT_TRUE=''
350am__fastdepCC_FALSE=''
351am__fastdepCC_TRUE=''
352am__fastdepCXX_FALSE=''
353am__fastdepCXX_TRUE=''
354am__fastdepOBJC_FALSE=''
355am__fastdepOBJC_TRUE=''
356am__include='include'
357am__isrc=''
358am__leading_dot='.'
359am__nodep='_no'
360am__quote=''
361am__tar='$${TAR-tar} chof - "$$tardir"'
362am__untar='$${TAR-tar} xf -'
363bindir='${exec_prefix}/bin'
364build_alias=''
365datadir='${datarootdir}'
366datarootdir='${prefix}/share'
367docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
368dvidir='${docdir}'
369exec_prefix='NONE'
370host_alias=''
371htmldir='${docdir}'
372includedir='${prefix}/include'
373infodir='${prefix}/share/info'
374install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.4/install-sh'
375libdir='${exec_prefix}/lib'
376libexecdir='${exec_prefix}/libexec'
377lispdir=''
378localedir='${datarootdir}/locale'
379localstatedir='${prefix}/var'
380mandir='${prefix}/share/man'
381mkdir_p='$(MKDIR_P)'
382oldincludedir='/usr/include'
383pdfdir='${docdir}'
384prefix='/opt/local'
385program_transform_name='s,x,x,'
386psdir='${docdir}'
387sbindir='${exec_prefix}/sbin'
388sharedstatedir='${prefix}/com'
389subdirs=''
390sysconfdir='${prefix}/etc'
391target_alias=''
392
393## ----------- ##
394## confdefs.h. ##
395## ----------- ##
396
397/* confdefs.h */
398#define PACKAGE_NAME "gnuplot"
399#define PACKAGE_TARNAME "gnuplot"
400#define PACKAGE_VERSION "4.6.4"
401#define PACKAGE_STRING "gnuplot 4.6.4"
402#define PACKAGE_BUGREPORT ""
403#define PACKAGE_URL ""
404#define PACKAGE "gnuplot"
405#define VERSION "4.6.4"
406#define PROTOTYPES 1
407
408configure: exit 1