[mesa-users] MESA installation error

Melike Afsar afsar at astro.as.utexas.edu
Mon Jun 13 08:31:18 EDT 2016


Dear Sir/Madam,

I use Mac OSX 10.9.5 (64 bit).
When I try to install MESA on my computer, I get the following error.
Could you please help me out to pass this error?

Best regards,

Melike


 >./install

/Users/afsar/mesa-r8118/const
building const package.

make: `libconst.a' is up to date.
make: `libconst.a' is up to date.
gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst
export
done

mesa/const has been built, tested, and exported.

************************************************

/Users/afsar/mesa-r8118/utils
building utils package.

make: `libutils.a' is up to date.
make: `libutils.a' is up to date.
gfortran -fopenmp -o ../tester test_utils.o -L../../make -lutils 
-L../../../lib -lconst
export
done

mesa/utils has been built, tested, and exported.

************************************************

/Users/afsar/mesa-r8118/crlibm
building crlibm package.

gcc -O3 -fno-common -fexceptions -c -I../../include 
../private/crlibm_c_fortran.c -o crlibm_c_fortran.o
../private/crlibm_c_fortran.c:3:19: fatal error: stdio.h: No such file 
or directory
compilation terminated.
make: *** [crlibm_c_fortran.o] Error 1

/Users/afsar/mesa-r8118/crlibm
./build_and_test FAILED


/Users/afsar/mesa-r8118/crlibm
./build_and_test FAILED

-------------- next part --------------
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 = astropc-75-47.ege.edu.tr
uname -m = x86_64
uname -r = 13.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~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 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~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: 16.00 gigabytes
Default processor set: 160 tasks, 843 threads, 8 processors
Load average: 2.80, Mach factor: 5.18
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Applications/mesasdk/bin
PATH: /Users/afsar/Library/Enthought/Canopy_64bit/User/bin
PATH: /usr/texbin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: ./
PATH: /usr/local/bin
PATH: ./
PATH: /usr/local/lib
PATH: ./
PATH: /Applications/scisoft/packages/iraf/iraf/unix/bin.macosx
PATH: ./
PATH: /Applications/scisoft///bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin
PATH: /usr/texbin
PATH: /Applications/scisoft///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-darwin13.4.0
configure:2893: checking host system type
configure:2906: result: i386-apple-darwin13.4.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) 5.3.1 20160216
Copyright (C) 2015 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-darwin10.8.0/5.3.1/lto-wrapper
Target: x86_64-apple-darwin10.8.0
Configured with: /Volumes/Unix/mesasdk-src/gcc/configure CC=gcc --build=x86_64-apple-darwin10.8.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 --with-sysroot=/Developer/SDKs/MacOSX10.6.sdk
Thread model: posix
gcc version 5.3.1 20160216 (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'
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   -L/Applications/scisoft/lib/ conftest.c  >&5
conftest.c:13:19: fatal error: stdio.h: No such file or directory
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/afsar/mesa-r8118/crlibm/crlibm':
configure:3252: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-apple-darwin13.4.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=set
ac_cv_env_LDFLAGS_value=-L/Applications/scisoft/lib/
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-darwin13.4.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/afsar/mesa-r8118/crlibm/crlibm/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/afsar/mesa-r8118/crlibm/crlibm/missing --run tar'
AUTOCONF='${SHELL} /Users/afsar/mesa-r8118/crlibm/crlibm/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/afsar/mesa-r8118/crlibm/crlibm/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/afsar/mesa-r8118/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='2016-06-13'
LDFLAGS='-L/Applications/scisoft/lib/'
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /Users/afsar/mesa-r8118/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='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-darwin13.4.0'
build_alias=''
build_cpu='i386'
build_os='darwin13.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin13.4.0'
host_alias=''
host_cpu='i386'
host_os='darwin13.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/afsar/mesa-r8118/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