[Mesa-users] MESA installation on Mac, OS X Yosemite
RICHARD H D TOWNSEND
townsend at astro.wisc.edu
Wed Dec 20 10:07:10 EST 2017
Hi Boris --
It looks like you might not have installed the Xcode developer tools. Can you run 'xcode-select --install'?
cheers,
Rich
> On Dec 20, 2017, at 7:47 AM, Pritychenko, Boris <pritychenko at bnl.gov> wrote:
>
> Dear Users,
>
> I followed all the instruction by installing SDK/environmental variables and failed. The log file is attached below.
> Thank you,
>
> Boris.
>
> Dr. Boris Pritychenko
> National Nuclear Data Center
> Department of Nuclear Science and Technology
> Building 817
> Brookhaven National Laboratory
> Upton, NY 11973-5000, USA
> Phone: (631) 344-5091
> Fax: (631) 344-2806
>
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by configure, which was
> generated by GNU Autoconf 2.64. Invocation command line was
>
> $ ./configure CC=gcc CFLAGS=
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = ool-457c9c09.dyn.optonline.net
> uname -m = x86_64
> uname -r = 15.6.0
> uname -s = Darwin
> uname -v = Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64
>
> /usr/bin/uname -p = i386
> /bin/uname -X = unknown
>
> /bin/arch = unknown
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo = Mach kernel version:
> Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64
> Kernel configured for up to 8 processors.
> 4 processors are physically available.
> 8 processors are logically available.
> Processor type: i486 (Intel 80486)
> Processors active: 0 1 2 3 4 5 6 7
> Primary memory available: 8.00 gigabytes
> Default processor set: 227 tasks, 1051 threads, 8 processors
> Load average: 2.85, Mach factor: 5.13
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /Applications/mesasdk/bin
> PATH: /usr/bin
> PATH: /Applications/mesasdk/bin
> PATH: /usr/bin
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /sbin
> PATH: /opt/X11/bin
> PATH: /usr/texbin
> PATH: ./
> PATH: /sw/bin
> PATH: /usr/local/bin/
> PATH: /Users/borispritychenko/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:2383: checking for a BSD-compatible install
> configure:2451: result: /usr/bin/install -c
> configure:2462: checking whether build environment is sane
> configure:2512: result: yes
> configure:2653: checking for a thread-safe mkdir -p
> configure:2692: result: ./install-sh -c -d
> configure:2705: checking for gawk
> configure:2735: result: no
> configure:2705: checking for mawk
> configure:2735: result: no
> configure:2705: checking for nawk
> configure:2735: result: no
> configure:2705: checking for awk
> configure:2721: found /usr/bin/awk
> configure:2732: result: awk
> configure:2743: checking whether make sets $(MAKE)
> configure:2765: result: yes
> configure:2859: checking build system type
> configure:2873: result: i386-apple-darwin15.6.0
> configure:2893: checking host system type
> configure:2906: result: i386-apple-darwin15.6.0
> configure:2992: checking whether make sets $(MAKE)
> configure:3014: result: yes
> configure:3137: checking for C compiler version
> configure:3146: gcc --version >&5
> gcc.exec (GCC) 7.2.0
> Copyright (C) 2017 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> configure:3157: $? = 0
> configure:3146: gcc -v >&5
> Using built-in specs.
> COLLECT_GCC=/Applications/mesasdk/bin/gcc.exec
> COLLECT_LTO_WRAPPER=/Applications/mesasdk/libexec/gcc/x86_64-apple-darwin14.5.0/7.2.0/lto-wrapper
> Target: x86_64-apple-darwin14.5.0
> Configured with: /Users/townsend/devel/mesasdk-src/gcc/configure CC='gcc -D_FORTIFY_SOURCE=0' --build=x86_64-apple-darwin14.5.0 --prefix=/Applications/mesasdk --with-gmp=/Applications/mesasdk --with-mpfr=/Applications/mesasdk --with-mpc=/Applications/mesasdk --enable-languages=c,c++,fortran --disable-multilib --disable-nls --disable-libsanitizer
> Thread model: posix
> gcc version 7.2.0 (GCC)
> configure:3157: $? = 0
> configure:3146: gcc -V >&5
> gcc.exec: error: unrecognized command line option '-V'
> gcc.exec: fatal error: no input files
> compilation terminated.
> configure:3157: $? = 1
> configure:3146: gcc -qversion >&5
> gcc.exec: error: unrecognized command line option '-qversion'; did you mean '--version'?
> gcc.exec: fatal error: no input files
> compilation terminated.
> configure:3157: $? = 1
> configure:3179: checking for C compiler default output file name
> configure:3201: gcc conftest.c >&5
> conftest.c:13:10: fatal error: stdio.h: No such file or directory
> #include <stdio.h>
> ^~~~~~~~~
> compilation terminated.
> configure:3205: $? = 1
> configure:3242: result:
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "crlibm"
> | #define VERSION "1.0beta4"
> | #define CRLIBM_TYPEOS_BSD 1
> | #define CRLIBM_TYPECPU_X86 1
> | /* end confdefs.h. */
> | #include <stdio.h>
> | int
> | main ()
> | {
> | FILE *f = fopen ("conftest.out", "w");
> | return ferror (f) || fclose (f) != 0;
> |
> | ;
> | return 0;
> | }
> configure:3248: error: in `/Users/borispritychenko/mesa-r10000/crlibm/crlibm':
> configure:3252: error: C compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=i386-apple-darwin15.6.0
> ac_cv_env_CC_set=set
> ac_cv_env_CC_value=gcc
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_host=i386-apple-darwin15.6.0
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_prog_AWK=awk
> ac_cv_prog_make_make_set=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ACLOCAL='${SHELL} /Users/borispritychenko/mesa-r10000/crlibm/crlibm/missing --run aclocal-1.11'
> AMDEPBACKSLASH=''
> AMDEP_FALSE=''
> AMDEP_TRUE=''
> AMTAR='${SHELL} /Users/borispritychenko/mesa-r10000/crlibm/crlibm/missing --run tar'
> AUTOCONF='${SHELL} /Users/borispritychenko/mesa-r10000/crlibm/crlibm/missing --run autoconf'
> AUTOHEADER='${SHELL} /Users/borispritychenko/mesa-r10000/crlibm/crlibm/missing --run autoheader'
> AUTOMAKE='${SHELL} /Users/borispritychenko/mesa-r10000/crlibm/crlibm/missing --run automake-1.11'
> AWK='awk'
> CC='gcc'
> CCDEPMODE=''
> CFLAGS=''
> COMPILER_ICC_FALSE=''
> COMPILER_ICC_TRUE=''
> CPP=''
> CPPFLAGS=''
> CYGPATH_W='echo'
> DEFS=''
> DEPDIR=''
> ECHO_C='\c'
> ECHO_N=''
> ECHO_T=''
> EGREP=''
> EXEEXT=''
> GREP=''
> HAS_FPU_CONTROL_FALSE=''
> HAS_FPU_CONTROL_TRUE=''
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
> ISODATE='2017-12-19'
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LN_S=''
> LTLIBOBJS=''
> MAKEINFO='${SHELL} /Users/borispritychenko/mesa-r10000/crlibm/crlibm/missing --run makeinfo'
> MKDIR_P='./install-sh -c -d'
> OBJEXT=''
> PACKAGE='crlibm'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> RANLIB=''
> SET_MAKE=''
> SHELL='/bin/sh'
> STRIP=''
> USE_HARDWARE_DE_FALSE=''
> USE_HARDWARE_DE_TRUE=''
> USE_INTERVAL_FUNCTIONS_FALSE=''
> USE_INTERVAL_FUNCTIONS_TRUE=''
> USE_SSE2_FALSE=''
> USE_SSE2_TRUE=''
> VERSION='1.0beta4'
> ac_ct_CC=''
> am__EXEEXT_FALSE=''
> am__EXEEXT_TRUE=''
> am__fastdepCC_FALSE=''
> am__fastdepCC_TRUE=''
> am__include=''
> am__isrc=''
> am__leading_dot='.'
> am__quote=''
> am__tar='${AMTAR} chof - "$$tardir"'
> am__untar='${AMTAR} xf -'
> bindir='${exec_prefix}/bin'
> build='i386-apple-darwin15.6.0'
> build_alias=''
> build_cpu='i386'
> build_os='darwin15.6.0'
> build_vendor='apple'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> host='i386-apple-darwin15.6.0'
> host_alias=''
> host_cpu='i386'
> host_os='darwin15.6.0'
> host_vendor='apple'
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> install_sh='${SHELL} /Users/borispritychenko/mesa-r10000/crlibm/crlibm/install-sh'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> mkdir_p='$(top_builddir)/./install-sh -c -d'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> #define PACKAGE "crlibm"
> #define VERSION "1.0beta4"
> #define CRLIBM_TYPEOS_BSD 1
> #define CRLIBM_TYPECPU_X86 1
>
> configure: exit 77
More information about the Mesa-users
mailing list