Created
April 16, 2015 18:43
-
-
Save xguse/d46da118632ff1071e48 to your computer and use it in GitHub Desktop.
eb goolf-1.4.10-no-OFED.eb -r
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== 2015-04-16 14:35:02,200 main INFO This is EasyBuild 2.0.0 (framework: 2.0.0, easyblocks: 2.0.0) on host jupiter. | |
== 2015-04-16 14:35:02,201 main INFO Command line: --buildpath=/home/gus/.local/stow/eb_install_prefix/easybuild/build --configfiles=/home/gus/.config/easybuild/config.cfg --installpath=/home/gus/.local/stow/eb_install_prefix/easybuild --modules-tool=Lmod --prefix=/home/gus/.local/stow/eb_install_prefix/easybuild --repositorypath=/home/gus/.local/stow/eb_install_prefix/easybuild/ebfiles_repo --robot=/home/gus/.local/easybuild/easyconfigs --sourcepath=/home/gus/.local/stow/eb_install_prefix/easybuild/sources goolf-1.4.10-no-OFED.eb | |
== 2015-04-16 14:35:02,201 main INFO Using /tmp/eb-7Fsezq as temporary directory | |
== 2015-04-16 14:35:02,205 main.tools.robot INFO Using robot path(s): ['/home/gus/.local/easybuild/easyconfigs'] | |
== 2015-04-16 14:35:02,208 main.filetools INFO Command /home/gus/.local/lmod/5.9.3/libexec/lmod found at /home/gus/.local/lmod/5.9.3/libexec/lmod | |
== 2015-04-16 14:35:02,208 main.Lmod INFO Full path for module command is /home/gus/.local/lmod/5.9.3/libexec/lmod, so using it | |
== 2015-04-16 14:35:02,245 main.Lmod INFO Prepended list of module paths with path used by EasyBuild: /home/gus/.local/stow/eb_install_prefix/easybuild/modules/all | |
== 2015-04-16 14:35:02,335 main.Lmod INFO $MODULEPATH set based on list of module paths (via 'module use'): /home/gus/.local/stow/eb_install_prefix/easybuild/modules/all:/home/gus/.local/stow/lmod/lmod/5.9.3/modulefiles:/home/gus/.local/lmod/5.9.3/modulefiles | |
== 2015-04-16 14:35:02,339 main.Lmod WARNING No 'module' function defined, can't check if it matches pattern '.*(lmod|LMOD_CMD)' (Lmod). | |
== 2015-04-16 14:35:02,373 main.Lmod INFO Found version 5.9.3 | |
== 2015-04-16 14:35:02,373 main.Lmod INFO Converted actual version to '5.9.3' | |
== 2015-04-16 14:35:02,418 main.filetools INFO Command eb found at /home/gus/.local/bin/eb | |
== 2015-04-16 14:35:02,450 main.easyconfig.tools INFO Found goolf-1.4.10-no-OFED.eb in /home/gus/.local/easybuild/easyconfigs: /home/gus/.local/easybuild/easyconfigs/g/goolf/goolf-1.4.10-no-OFED.eb | |
== 2015-04-16 14:35:02,452 main.EasyConfig INFO Obtained list of valid module classes: ['base', 'bio', 'cae', 'chem', 'compiler', 'data', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
== 2015-04-16 14:35:02,453 main.easyconfig.easyconfig INFO Derived full easyblock module path for Toolchain: easybuild.easyblocks.generic.toolchain | |
== 2015-04-16 14:35:02,454 main.easyconfig.easyconfig INFO Successfully obtained class 'Toolchain' for easyblock 'Toolchain' (software name 'goolf') | |
== 2015-04-16 14:35:02,454 main.EasyConfig INFO Parsing easyconfig file /home/gus/.local/easybuild/easyconfigs/g/goolf/goolf-1.4.10-no-OFED.eb with rawcontent: easyblock = "Toolchain" | |
name = 'goolf' | |
version = '1.4.10' | |
versionsuffix = '-no-OFED' | |
homepage = '(none)' | |
description = """GNU Compiler Collection (GCC) based compiler toolchain, including | |
OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK.""" | |
toolchain = {'name': 'dummy', 'version': 'dummy'} | |
comp_name = 'GCC' | |
comp_version = '4.7.2' | |
comp = (comp_name, comp_version) | |
blaslib = 'OpenBLAS' | |
blasver = '0.2.6' | |
blas = '%s-%s' % (blaslib, blasver) | |
blas_suff = '-LAPACK-3.4.2' | |
# toolchain used to build goolf-1.4.10-no-OFED dependencies | |
comp_mpi_tc_name = 'gompi' | |
comp_mpi_tc_ver = "%s%s" % (version, versionsuffix) | |
comp_mpi_tc = (comp_mpi_tc_name, comp_mpi_tc_ver) | |
# compiler toolchain dependencies | |
# we need GCC and OpenMPI as explicit dependencies instead of gompi toolchain | |
# because of toolchain preperation functions | |
dependencies = [ | |
comp, | |
('OpenMPI', '1.6.4', versionsuffix, comp), | |
(blaslib, blasver, blas_suff, comp_mpi_tc), | |
('FFTW', '3.3.3', '', comp_mpi_tc), | |
('ScaLAPACK', '2.0.2', '-%s%s' % (blas, blas_suff), comp_mpi_tc) | |
] | |
moduleclass = 'toolchain' | |
== 2015-04-16 14:35:02,461 main.EasyConfig INFO setting config option toolchain: value {'version': 'dummy', 'name': 'dummy'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,461 main.EasyConfig INFO setting config option toolchain: value {'version': 'dummy', 'name': 'dummy'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,461 main.EasyConfig INFO setting config option name: value goolf (type: <type 'str'>) | |
== 2015-04-16 14:35:02,461 main.EasyConfig INFO setting config option moduleclass: value toolchain (type: <type 'str'>) | |
== 2015-04-16 14:35:02,462 main.EasyConfig INFO setting config option versionsuffix: value -no-OFED (type: <type 'str'>) | |
== 2015-04-16 14:35:02,462 main.EasyConfig INFO setting config option version: value 1.4.10 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,462 main.EasyConfig INFO setting config option easyblock: value Toolchain (type: <type 'str'>) | |
== 2015-04-16 14:35:02,468 main.EasyConfig INFO setting config option dependencies: value [{'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'GCC', 'full_mod_name': 'GCC/4.7.2', 'short_mod_name': 'GCC/4.7.2', 'versionsuffix': '', 'version': '4.7.2', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '4.7.2', 'name': 'GCC'}, 'name': 'OpenMPI', 'short_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'versionsuffix': '-no-OFED', 'full_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'version': '1.6.4', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'OpenBLAS', 'short_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'versionsuffix': '-LAPACK-3.4.2', 'full_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'version': '0.2.6', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'FFTW', 'short_mod_name': 'FFTW/3.3.3-gompi-1.4.10-no-OFED', 'versionsuffix': '', 'full_mod_name': 'FFTW/3.3.3-gompi-1.4.10-no-OFED', 'version': '3.3.3', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'ScaLAPACK', 'short_mod_name': 'ScaLAPACK/2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2', 'versionsuffix': '-OpenBLAS-0.2.6-LAPACK-3.4.2', 'full_mod_name': 'ScaLAPACK/2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2', 'version': '2.0.2', 'hidden': False}] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,468 main.EasyConfig INFO setting config option homepage: value (none) (type: <type 'str'>) | |
== 2015-04-16 14:35:02,468 main.EasyConfig INFO setting config option description: value GNU Compiler Collection (GCC) based compiler toolchain, including | |
OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. (type: <type 'str'>) | |
== 2015-04-16 14:35:02,470 main.EasyConfig INFO Validating easyconfig | |
== 2015-04-16 14:35:02,470 main.EasyConfig INFO Checking OS dependencies | |
== 2015-04-16 14:35:02,470 main.EasyConfig INFO OS dependencies ok: [] | |
== 2015-04-16 14:35:02,471 main.EasyConfig INFO Checking skipsteps | |
== 2015-04-16 14:35:02,471 main.EasyConfig INFO Checking build option lists | |
== 2015-04-16 14:35:02,471 main.EasyConfig INFO Checking licenses | |
== 2015-04-16 14:35:02,548 main INFO resolving dependencies ... | |
== 2015-04-16 14:35:02,596 main.tools.robot INFO Robot: resolving dependency {'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'GCC', 'full_mod_name': 'GCC/4.7.2', 'short_mod_name': 'GCC/4.7.2', 'versionsuffix': '', 'version': '4.7.2', 'hidden': False} with /home/gus/.local/easybuild/easyconfigs/g/GCC/GCC-4.7.2.eb | |
== 2015-04-16 14:35:02,597 main.EasyConfig INFO Obtained list of valid module classes: ['base', 'bio', 'cae', 'chem', 'compiler', 'data', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
== 2015-04-16 14:35:02,602 main.easyconfig.easyconfig INFO Successfully obtained EB_GCC class instance from easybuild.easyblocks.gcc | |
== 2015-04-16 14:35:02,602 main.easyconfig.easyconfig INFO Successfully obtained class 'EB_GCC' for easyblock 'None' (software name 'GCC') | |
== 2015-04-16 14:35:02,602 main.EasyConfig INFO Parsing easyconfig file /home/gus/.local/easybuild/easyconfigs/g/GCC/GCC-4.7.2.eb with rawcontent: name = "GCC" | |
version = '4.7.2' | |
homepage = 'http://gcc.gnu.org/' | |
description = """The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, | |
Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).""" | |
toolchain = {'name': 'dummy', 'version': 'dummy'} | |
source_urls = [ | |
'http://ftpmirror.gnu.org/%(namelower)s/%(namelower)s-%(version)s', # GCC auto-resolving HTTP mirror | |
'http://ftpmirror.gnu.org/gmp', # idem for GMP | |
'http://ftpmirror.gnu.org/mpfr', # idem for MPFR | |
'http://www.multiprecision.org/mpc/download', # MPC official | |
] | |
sources = [ | |
SOURCELOWER_TAR_GZ, | |
'gmp-5.0.5.tar.bz2', | |
'mpfr-3.1.1.tar.gz', | |
'mpc-1.0.1.tar.gz', | |
] | |
patches = ['mpfr-3.1.0-changes_fix.patch'] | |
checksums = [ | |
'5199d34506d4fa6528778ddba362d3f4', # gcc-4.7.2.tar.gz | |
'041487d25e9c230b0c42b106361055fe', # gmp-5.0.5.tar.bz2 | |
'769411e241a3f063ae1319eb5fac2462', # mpfr-3.1.1.tar.gz | |
'b32a2e1a3daa392372fbd586d1ed3679', # mpc-1.0.1.tar.gz | |
'fa4095252d843d465ac9aa5e2d760dd8', # mpfr-3.1.0-changes_fix.patch | |
] | |
languages = ['c', 'c++', 'fortran'] | |
# building GCC sometimes fails if make parallelism is too high, so let's limit it | |
maxparallel = 4 | |
moduleclass = 'compiler' | |
== 2015-04-16 14:35:02,609 main.EasyConfig INFO setting config option toolchain: value {'version': 'dummy', 'name': 'dummy'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,610 main.EasyConfig INFO setting config option toolchain: value {'version': 'dummy', 'name': 'dummy'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,610 main.EasyConfig INFO setting config option name: value GCC (type: <type 'str'>) | |
== 2015-04-16 14:35:02,610 main.EasyConfig INFO setting config option maxparallel: value 4 (type: <type 'int'>) | |
== 2015-04-16 14:35:02,610 main.EasyConfig INFO setting config option moduleclass: value compiler (type: <type 'str'>) | |
== 2015-04-16 14:35:02,610 main.EasyConfig INFO setting config option languages: value ['c', 'c++', 'fortran'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,610 main.easyconfig.easyconfig WARNING Unable to resolve template value %(namelower)s-%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'dummy', 'toolchain_version': 'dummy'} | |
== 2015-04-16 14:35:02,611 main.easyconfig.easyconfig WARNING Unable to resolve template value %(namelower)s-%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'dummy', 'toolchain_version': 'dummy'} | |
== 2015-04-16 14:35:02,611 main.EasyConfig INFO setting config option sources: value ['%(namelower)s-%(version)s.tar.gz', 'gmp-5.0.5.tar.bz2', 'mpfr-3.1.1.tar.gz', 'mpc-1.0.1.tar.gz'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,611 main.EasyConfig INFO setting config option version: value 4.7.2 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,611 main.easyconfig.easyconfig WARNING Unable to resolve template value http://ftpmirror.gnu.org/%(namelower)s/%(namelower)s-%(version)s with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'dummy', 'toolchain_version': 'dummy'} | |
== 2015-04-16 14:35:02,611 main.easyconfig.easyconfig WARNING Unable to resolve template value http://ftpmirror.gnu.org/%(namelower)s/%(namelower)s-%(version)s with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'dummy', 'toolchain_version': 'dummy'} | |
== 2015-04-16 14:35:02,611 main.EasyConfig INFO setting config option source_urls: value ['http://ftpmirror.gnu.org/%(namelower)s/%(namelower)s-%(version)s', 'http://ftpmirror.gnu.org/gmp', 'http://ftpmirror.gnu.org/mpfr', 'http://www.multiprecision.org/mpc/download'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,612 main.EasyConfig INFO setting config option checksums: value ['5199d34506d4fa6528778ddba362d3f4', '041487d25e9c230b0c42b106361055fe', '769411e241a3f063ae1319eb5fac2462', 'b32a2e1a3daa392372fbd586d1ed3679', 'fa4095252d843d465ac9aa5e2d760dd8'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,612 main.EasyConfig INFO setting config option homepage: value http://gcc.gnu.org/ (type: <type 'str'>) | |
== 2015-04-16 14:35:02,612 main.EasyConfig INFO setting config option patches: value ['mpfr-3.1.0-changes_fix.patch'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,612 main.EasyConfig INFO setting config option description: value The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, | |
Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). (type: <type 'str'>) | |
== 2015-04-16 14:35:02,614 main.EasyConfig INFO Validating easyconfig | |
== 2015-04-16 14:35:02,614 main.EasyConfig INFO Checking OS dependencies | |
== 2015-04-16 14:35:02,614 main.EasyConfig INFO OS dependencies ok: [] | |
== 2015-04-16 14:35:02,614 main.EasyConfig INFO Checking skipsteps | |
== 2015-04-16 14:35:02,614 main.EasyConfig INFO Checking build option lists | |
== 2015-04-16 14:35:02,614 main.EasyConfig INFO Checking licenses | |
== 2015-04-16 14:35:02,632 main.tools.robot INFO Robot: resolving dependency {'dummy': False, 'toolchain': {'version': '4.7.2', 'name': 'GCC'}, 'name': 'OpenMPI', 'short_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'versionsuffix': '-no-OFED', 'full_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'version': '1.6.4', 'hidden': False} with /home/gus/.local/easybuild/easyconfigs/o/OpenMPI/OpenMPI-1.6.4-GCC-4.7.2-no-OFED.eb | |
== 2015-04-16 14:35:02,633 main.EasyConfig INFO Obtained list of valid module classes: ['base', 'bio', 'cae', 'chem', 'compiler', 'data', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
== 2015-04-16 14:35:02,635 main.easyconfig.easyconfig INFO Derived full easyblock module path for ConfigureMake: easybuild.easyblocks.generic.configuremake | |
== 2015-04-16 14:35:02,635 main.easyconfig.easyconfig INFO Successfully obtained class 'ConfigureMake' for easyblock 'ConfigureMake' (software name 'OpenMPI') | |
== 2015-04-16 14:35:02,635 main.EasyConfig INFO Parsing easyconfig file /home/gus/.local/easybuild/easyconfigs/o/OpenMPI/OpenMPI-1.6.4-GCC-4.7.2-no-OFED.eb with rawcontent: easyblock = 'ConfigureMake' | |
name = 'OpenMPI' | |
version = '1.6.4' | |
versionsuffix = '-no-OFED' | |
homepage = 'http://www.open-mpi.org/' | |
description = "The Open MPI Project is an open source MPI-2 implementation." | |
toolchain = {'name': 'GCC', 'version': '4.7.2'} | |
sources = [SOURCELOWER_TAR_GZ] | |
source_urls = ['http://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads'] | |
dependencies = [('hwloc', '1.6.2')] | |
configopts = '--with-threads=posix --enable-shared --enable-mpi-thread-multiple --without-openib ' | |
configopts += '--enable-mpirun-prefix-by-default ' # suppress failure modes in relation to mpirun path | |
configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support | |
configopts += '--disable-dlopen ' # statically link component, don't do dynamic loading | |
sanity_check_paths = { | |
'files': ["bin/%s" % binfile for binfile in ["ompi_info", "opal_wrapper", "orterun"]] + | |
["lib/lib%s.%s" % (libfile, SHLIB_EXT) for libfile in ["mpi_cxx", "mpi_f77" ,"mpi_f90", | |
"mpi", "ompitrace", "open-pal", | |
"open-rte", "vt", "vt-hyb", | |
"vt-mpi", "vt-mpi-unify"]] + | |
["include/%s.h" % x for x in ["mpi-ext", "mpif-common", "mpif-config", "mpif", | |
"mpif-mpi-io", "mpi", "mpi_portable_platform"]], | |
'dirs': ["include/openmpi/ompi/mpi/cxx"], | |
} | |
moduleclass = 'mpi' | |
== 2015-04-16 14:35:02,638 main.EasyConfig INFO setting config option toolchain: value {'version': '4.7.2', 'name': 'GCC'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,639 main.EasyConfig INFO setting config option sanity_check_paths: value {'files': ['bin/ompi_info', 'bin/opal_wrapper', 'bin/orterun', 'lib/libmpi_cxx.so', 'lib/libmpi_f77.so', 'lib/libmpi_f90.so', 'lib/libmpi.so', 'lib/libompitrace.so', 'lib/libopen-pal.so', 'lib/libopen-rte.so', 'lib/libvt.so', 'lib/libvt-hyb.so', 'lib/libvt-mpi.so', 'lib/libvt-mpi-unify.so', 'include/mpi-ext.h', 'include/mpif-common.h', 'include/mpif-config.h', 'include/mpif.h', 'include/mpif-mpi-io.h', 'include/mpi.h', 'include/mpi_portable_platform.h'], 'dirs': ['include/openmpi/ompi/mpi/cxx']} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,639 main.EasyConfig INFO setting config option toolchain: value {'version': '4.7.2', 'name': 'GCC'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,639 main.EasyConfig INFO setting config option name: value OpenMPI (type: <type 'str'>) | |
== 2015-04-16 14:35:02,639 main.EasyConfig INFO setting config option moduleclass: value mpi (type: <type 'str'>) | |
== 2015-04-16 14:35:02,639 main.easyconfig.easyconfig WARNING Unable to resolve template value %(namelower)s-%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'GCC', 'toolchain_version': '4.7.2'} | |
== 2015-04-16 14:35:02,639 main.easyconfig.easyconfig WARNING Unable to resolve template value %(namelower)s-%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'GCC', 'toolchain_version': '4.7.2'} | |
== 2015-04-16 14:35:02,640 main.EasyConfig INFO setting config option sources: value ['%(namelower)s-%(version)s.tar.gz'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,640 main.EasyConfig INFO setting config option versionsuffix: value -no-OFED (type: <type 'str'>) | |
== 2015-04-16 14:35:02,640 main.EasyConfig INFO setting config option version: value 1.6.4 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,640 main.EasyConfig INFO setting config option dependencies: value [{'dummy': False, 'toolchain': {'version': '4.7.2', 'name': 'GCC'}, 'name': 'hwloc', 'full_mod_name': 'hwloc/1.6.2-GCC-4.7.2', 'short_mod_name': 'hwloc/1.6.2-GCC-4.7.2', 'versionsuffix': '', 'version': '1.6.2', 'hidden': False}] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,641 main.easyconfig.easyconfig WARNING Unable to resolve template value http://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'GCC', 'toolchain_version': '4.7.2'} | |
== 2015-04-16 14:35:02,643 main.easyconfig.easyconfig WARNING Unable to resolve template value http://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'GCC', 'toolchain_version': '4.7.2'} | |
== 2015-04-16 14:35:02,643 main.EasyConfig INFO setting config option source_urls: value ['http://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,644 main.EasyConfig INFO setting config option easyblock: value ConfigureMake (type: <type 'str'>) | |
== 2015-04-16 14:35:02,644 main.EasyConfig INFO setting config option homepage: value http://www.open-mpi.org/ (type: <type 'str'>) | |
== 2015-04-16 14:35:02,644 main.EasyConfig INFO setting config option configopts: value --with-threads=posix --enable-shared --enable-mpi-thread-multiple --without-openib --enable-mpirun-prefix-by-default --with-hwloc=$EBROOTHWLOC --disable-dlopen (type: <type 'str'>) | |
== 2015-04-16 14:35:02,644 main.EasyConfig INFO setting config option description: value The Open MPI Project is an open source MPI-2 implementation. (type: <type 'str'>) | |
== 2015-04-16 14:35:02,646 main.EasyConfig INFO Validating easyconfig | |
== 2015-04-16 14:35:02,646 main.EasyConfig INFO Checking OS dependencies | |
== 2015-04-16 14:35:02,646 main.EasyConfig INFO OS dependencies ok: [] | |
== 2015-04-16 14:35:02,646 main.EasyConfig INFO Checking skipsteps | |
== 2015-04-16 14:35:02,646 main.EasyConfig INFO Checking build option lists | |
== 2015-04-16 14:35:02,646 main.EasyConfig INFO Checking licenses | |
== 2015-04-16 14:35:02,657 main.GccToolchain INFO _get_optimal_architecture: using march=native as optarch for Intel. | |
== 2015-04-16 14:35:02,669 main.tools.robot INFO Robot: resolving dependency {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'OpenBLAS', 'short_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'versionsuffix': '-LAPACK-3.4.2', 'full_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'version': '0.2.6', 'hidden': False} with /home/gus/.local/easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2.eb | |
== 2015-04-16 14:35:02,670 main.EasyConfig INFO Obtained list of valid module classes: ['base', 'bio', 'cae', 'chem', 'compiler', 'data', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
== 2015-04-16 14:35:02,671 main.easyconfig.easyconfig INFO Derived full easyblock module path for ConfigureMake: easybuild.easyblocks.generic.configuremake | |
== 2015-04-16 14:35:02,671 main.easyconfig.easyconfig INFO Successfully obtained class 'ConfigureMake' for easyblock 'ConfigureMake' (software name 'OpenBLAS') | |
== 2015-04-16 14:35:02,671 main.EasyConfig INFO Parsing easyconfig file /home/gus/.local/easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2.eb with rawcontent: easyblock = 'ConfigureMake' | |
name = 'OpenBLAS' | |
version = '0.2.6' | |
lapackver = '3.4.2' | |
versionsuffix = '-LAPACK-%s' % lapackver | |
homepage = 'http://xianyi.github.com/OpenBLAS/' | |
description = """OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.""" | |
toolchain = {'name': 'gompi', 'version': '1.4.10-no-OFED'} | |
lapack_src = 'lapack-%s.tgz' % lapackver | |
large_src = 'large.tgz' | |
timing_src = 'timing.tgz' | |
sources = [ | |
'v%(version)s.tar.gz', | |
lapack_src, | |
large_src, | |
timing_src, | |
] | |
source_urls = [ | |
# order matters, trying to download the LAPACK tarball from GitHub causes trouble | |
"http://www.netlib.org/lapack/", | |
"http://www.netlib.org/lapack/timing/", | |
"https://github.com/xianyi/OpenBLAS/archive/", | |
] | |
patches = [ | |
'OpenBLAS-%s_Makefile-LAPACK-sources.patch' % version, | |
(lapack_src, '.'), # copy LAPACK tarball to unpacked OpenBLAS dir | |
(large_src, '.'), | |
(timing_src, '.'), | |
] | |
skipsteps = ['configure'] | |
threading = 'USE_THREAD=1' | |
buildopts = 'BINARY=64 ' + threading + ' CC="$CC" FC="$F77"' | |
installopts = threading + " PREFIX=%(installdir)s" | |
# extensive testing can be enabled by uncommenting the line below | |
#runtest = 'PATH=.:$PATH lapack-timing' | |
sanity_check_paths = { | |
'files': ['include/cblas.h', 'include/f77blas.h', 'include/lapacke_config.h', 'include/lapacke.h', | |
'include/lapacke_mangling.h', 'include/lapacke_utils.h', 'include/openblas_config.h', | |
'lib/libopenblas.a', 'lib/libopenblas.%s' % SHLIB_EXT], | |
'dirs': [], | |
} | |
moduleclass = 'numlib' | |
== 2015-04-16 14:35:02,675 main.EasyConfig INFO setting config option toolchain: value {'version': '1.4.10-no-OFED', 'name': 'gompi'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,676 main.EasyConfig INFO setting config option sanity_check_paths: value {'files': ['include/cblas.h', 'include/f77blas.h', 'include/lapacke_config.h', 'include/lapacke.h', 'include/lapacke_mangling.h', 'include/lapacke_utils.h', 'include/openblas_config.h', 'lib/libopenblas.a', 'lib/libopenblas.so'], 'dirs': []} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,678 main.EasyConfig INFO setting config option toolchain: value {'version': '1.4.10-no-OFED', 'name': 'gompi'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,679 main.EasyConfig INFO setting config option name: value OpenBLAS (type: <type 'str'>) | |
== 2015-04-16 14:35:02,679 main.EasyConfig INFO setting config option buildopts: value BINARY=64 USE_THREAD=1 CC="$CC" FC="$F77" (type: <type 'str'>) | |
== 2015-04-16 14:35:02,679 main.EasyConfig INFO setting config option skipsteps: value ['configure'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,679 main.easyconfig.easyconfig WARNING Unable to resolve template value USE_THREAD=1 PREFIX=%(installdir)s with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'gompi', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,679 main.easyconfig.easyconfig WARNING Unable to resolve template value USE_THREAD=1 PREFIX=%(installdir)s with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'gompi', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,679 main.EasyConfig INFO setting config option installopts: value USE_THREAD=1 PREFIX=%(installdir)s (type: <type 'str'>) | |
== 2015-04-16 14:35:02,679 main.easyconfig.easyconfig WARNING Unable to resolve template value v%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'gompi', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,680 main.easyconfig.easyconfig WARNING Unable to resolve template value v%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'gompi', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,680 main.EasyConfig INFO setting config option sources: value ['v%(version)s.tar.gz', 'lapack-3.4.2.tgz', 'large.tgz', 'timing.tgz'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,680 main.EasyConfig INFO setting config option versionsuffix: value -LAPACK-3.4.2 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,680 main.EasyConfig INFO setting config option version: value 0.2.6 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,680 main.EasyConfig INFO setting config option moduleclass: value numlib (type: <type 'str'>) | |
== 2015-04-16 14:35:02,680 main.EasyConfig INFO setting config option source_urls: value ['http://www.netlib.org/lapack/', 'http://www.netlib.org/lapack/timing/', 'https://github.com/xianyi/OpenBLAS/archive/'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,680 main.EasyConfig INFO setting config option easyblock: value ConfigureMake (type: <type 'str'>) | |
== 2015-04-16 14:35:02,681 main.EasyConfig INFO setting config option homepage: value http://xianyi.github.com/OpenBLAS/ (type: <type 'str'>) | |
== 2015-04-16 14:35:02,681 main.EasyConfig INFO setting config option patches: value ['OpenBLAS-0.2.6_Makefile-LAPACK-sources.patch', ('lapack-3.4.2.tgz', '.'), ('large.tgz', '.'), ('timing.tgz', '.')] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,681 main.EasyConfig INFO setting config option description: value OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. (type: <type 'str'>) | |
== 2015-04-16 14:35:02,683 main.EasyConfig INFO Validating easyconfig | |
== 2015-04-16 14:35:02,683 main.EasyConfig INFO Checking OS dependencies | |
== 2015-04-16 14:35:02,683 main.EasyConfig INFO OS dependencies ok: [] | |
== 2015-04-16 14:35:02,683 main.EasyConfig INFO Checking skipsteps | |
== 2015-04-16 14:35:02,683 main.EasyConfig INFO Checking build option lists | |
== 2015-04-16 14:35:02,683 main.easyconfig.easyconfig WARNING Unable to resolve template value USE_THREAD=1 PREFIX=%(installdir)s with dict {'nameletterlower': 'o', 'versionsuffix': '-LAPACK-3.4.2', 'toolchain_name': 'gompi', 'namelower': 'openblas', 'version_minor': '2', 'name': 'OpenBLAS', 'versionprefix': '', 'nameletter': 'O', 'version_major': '0', 'version_major_minor': '0.2', 'version': '0.2.6', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,683 main.easyconfig.easyconfig WARNING Unable to resolve template value USE_THREAD=1 PREFIX=%(installdir)s with dict {'nameletterlower': 'o', 'versionsuffix': '-LAPACK-3.4.2', 'toolchain_name': 'gompi', 'namelower': 'openblas', 'version_minor': '2', 'name': 'OpenBLAS', 'versionprefix': '', 'nameletter': 'O', 'version_major': '0', 'version_major_minor': '0.2', 'version': '0.2.6', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,684 main.EasyConfig INFO Checking licenses | |
== 2015-04-16 14:35:02,692 main.Gompi INFO _get_optimal_architecture: using march=native as optarch for Intel. | |
== 2015-04-16 14:35:02,703 main.tools.robot INFO Robot: resolving dependency {'dummy': False, 'toolchain': {'version': '4.7.2', 'name': 'GCC'}, 'name': 'hwloc', 'full_mod_name': 'hwloc/1.6.2-GCC-4.7.2', 'short_mod_name': 'hwloc/1.6.2-GCC-4.7.2', 'versionsuffix': '', 'version': '1.6.2', 'hidden': False} with /home/gus/.local/easybuild/easyconfigs/h/hwloc/hwloc-1.6.2-GCC-4.7.2.eb | |
== 2015-04-16 14:35:02,704 main.EasyConfig INFO Obtained list of valid module classes: ['base', 'bio', 'cae', 'chem', 'compiler', 'data', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
== 2015-04-16 14:35:02,704 main.easyconfig.easyconfig INFO Derived full easyblock module path for ConfigureMake: easybuild.easyblocks.generic.configuremake | |
== 2015-04-16 14:35:02,705 main.easyconfig.easyconfig INFO Successfully obtained class 'ConfigureMake' for easyblock 'ConfigureMake' (software name 'hwloc') | |
== 2015-04-16 14:35:02,705 main.EasyConfig INFO Parsing easyconfig file /home/gus/.local/easybuild/easyconfigs/h/hwloc/hwloc-1.6.2-GCC-4.7.2.eb with rawcontent: easyblock = 'ConfigureMake' | |
name = 'hwloc' | |
version = '1.6.2' | |
homepage = 'http://www.open-mpi.org/projects/hwloc/' | |
description = """The Portable Hardware Locality (hwloc) software package provides a portable abstraction | |
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including | |
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various | |
system attributes such as cache and memory information as well as the locality of I/O devices such as | |
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering | |
information about modern computing hardware so as to exploit it accordingly and efficiently.""" | |
toolchain = {'name': 'GCC', 'version': '4.7.2'} | |
source_urls = ['http://www.open-mpi.org/software/hwloc/v%(version_major_minor)s/downloads/'] | |
sources = [SOURCE_TAR_GZ] | |
moduleclass = 'system' | |
== 2015-04-16 14:35:02,707 main.EasyConfig INFO setting config option toolchain: value {'version': '4.7.2', 'name': 'GCC'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,708 main.EasyConfig INFO setting config option toolchain: value {'version': '4.7.2', 'name': 'GCC'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,708 main.EasyConfig INFO setting config option name: value hwloc (type: <type 'str'>) | |
== 2015-04-16 14:35:02,708 main.EasyConfig INFO setting config option moduleclass: value system (type: <type 'str'>) | |
== 2015-04-16 14:35:02,708 main.easyconfig.easyconfig WARNING Unable to resolve template value %(name)s-%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'GCC', 'toolchain_version': '4.7.2'} | |
== 2015-04-16 14:35:02,708 main.easyconfig.easyconfig WARNING Unable to resolve template value %(name)s-%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'GCC', 'toolchain_version': '4.7.2'} | |
== 2015-04-16 14:35:02,708 main.EasyConfig INFO setting config option sources: value ['%(name)s-%(version)s.tar.gz'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,708 main.EasyConfig INFO setting config option version: value 1.6.2 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,709 main.easyconfig.easyconfig WARNING Unable to resolve template value http://www.open-mpi.org/software/hwloc/v%(version_major_minor)s/downloads/ with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'GCC', 'toolchain_version': '4.7.2'} | |
== 2015-04-16 14:35:02,709 main.easyconfig.easyconfig WARNING Unable to resolve template value http://www.open-mpi.org/software/hwloc/v%(version_major_minor)s/downloads/ with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'GCC', 'toolchain_version': '4.7.2'} | |
== 2015-04-16 14:35:02,709 main.EasyConfig INFO setting config option source_urls: value ['http://www.open-mpi.org/software/hwloc/v%(version_major_minor)s/downloads/'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,709 main.EasyConfig INFO setting config option easyblock: value ConfigureMake (type: <type 'str'>) | |
== 2015-04-16 14:35:02,709 main.EasyConfig INFO setting config option homepage: value http://www.open-mpi.org/projects/hwloc/ (type: <type 'str'>) | |
== 2015-04-16 14:35:02,709 main.EasyConfig INFO setting config option description: value The Portable Hardware Locality (hwloc) software package provides a portable abstraction | |
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including | |
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various | |
system attributes such as cache and memory information as well as the locality of I/O devices such as | |
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering | |
information about modern computing hardware so as to exploit it accordingly and efficiently. (type: <type 'str'>) | |
== 2015-04-16 14:35:02,711 main.EasyConfig INFO Validating easyconfig | |
== 2015-04-16 14:35:02,713 main.EasyConfig INFO Checking OS dependencies | |
== 2015-04-16 14:35:02,714 main.EasyConfig INFO OS dependencies ok: [] | |
== 2015-04-16 14:35:02,714 main.EasyConfig INFO Checking skipsteps | |
== 2015-04-16 14:35:02,714 main.EasyConfig INFO Checking build option lists | |
== 2015-04-16 14:35:02,714 main.EasyConfig INFO Checking licenses | |
== 2015-04-16 14:35:02,720 main.main.main.GccToolchain INFO _get_optimal_architecture: using march=native as optarch for Intel. | |
== 2015-04-16 14:35:02,731 main.tools.robot INFO Robot: resolving dependency {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'FFTW', 'short_mod_name': 'FFTW/3.3.3-gompi-1.4.10-no-OFED', 'versionsuffix': '', 'full_mod_name': 'FFTW/3.3.3-gompi-1.4.10-no-OFED', 'version': '3.3.3', 'hidden': False} with /home/gus/.local/easybuild/easyconfigs/f/FFTW/FFTW-3.3.3-gompi-1.4.10-no-OFED.eb | |
== 2015-04-16 14:35:02,732 main.EasyConfig INFO Obtained list of valid module classes: ['base', 'bio', 'cae', 'chem', 'compiler', 'data', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
== 2015-04-16 14:35:02,733 main.easyconfig.easyconfig INFO Derived full easyblock module path for ConfigureMake: easybuild.easyblocks.generic.configuremake | |
== 2015-04-16 14:35:02,733 main.easyconfig.easyconfig INFO Successfully obtained class 'ConfigureMake' for easyblock 'ConfigureMake' (software name 'FFTW') | |
== 2015-04-16 14:35:02,733 main.EasyConfig INFO Parsing easyconfig file /home/gus/.local/easybuild/easyconfigs/f/FFTW/FFTW-3.3.3-gompi-1.4.10-no-OFED.eb with rawcontent: easyblock = 'ConfigureMake' | |
name = 'FFTW' | |
version = '3.3.3' | |
homepage = 'http://www.fftw.org' | |
description = """FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) | |
in one or more dimensions, of arbitrary input size, and of both real and complex data.""" | |
toolchain = {'name': 'gompi', 'version': '1.4.10-no-OFED'} | |
toolchainopts = {'optarch': True, 'pic': True} | |
sources = [SOURCELOWER_TAR_GZ] | |
source_urls = [homepage] | |
common_configopts = "--enable-threads --enable-openmp --with-pic" | |
configopts = [ | |
common_configopts + " --enable-single --enable-sse2 --enable-mpi", | |
common_configopts + " --enable-long-double --enable-mpi", | |
common_configopts + " --enable-quad-precision", | |
common_configopts + " --enable-sse2 --enable-mpi", # default as last | |
] | |
sanity_check_paths = { | |
'files': ['bin/fftw%s' % x for x in ['-wisdom', '-wisdom-to-conf', 'f-wisdom', 'l-wisdom', 'q-wisdom']] + | |
['include/fftw3%s' % x for x in ['-mpi.f03', '-mpi.h', '.f', '.f03', | |
'.h', 'l-mpi.f03', 'l.f03', 'q.f03']] + | |
['lib/libfftw3%s%s.a' % (x, y) for x in ['', 'f', 'l'] for y in ['', '_mpi', '_omp', '_threads']] + | |
['lib/libfftw3q.a', 'lib/libfftw3q_omp.a'], | |
'dirs': ['lib/pkgconfig'], | |
} | |
moduleclass = 'numlib' | |
== 2015-04-16 14:35:02,737 main.EasyConfig INFO setting config option toolchain: value {'version': '1.4.10-no-OFED', 'name': 'gompi'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,737 main.EasyConfig INFO setting config option sanity_check_paths: value {'files': ['bin/fftw-wisdom', 'bin/fftw-wisdom-to-conf', 'bin/fftwf-wisdom', 'bin/fftwl-wisdom', 'bin/fftwq-wisdom', 'include/fftw3-mpi.f03', 'include/fftw3-mpi.h', 'include/fftw3.f', 'include/fftw3.f03', 'include/fftw3.h', 'include/fftw3l-mpi.f03', 'include/fftw3l.f03', 'include/fftw3q.f03', 'lib/libfftw3.a', 'lib/libfftw3_mpi.a', 'lib/libfftw3_omp.a', 'lib/libfftw3_threads.a', 'lib/libfftw3f.a', 'lib/libfftw3f_mpi.a', 'lib/libfftw3f_omp.a', 'lib/libfftw3f_threads.a', 'lib/libfftw3l.a', 'lib/libfftw3l_mpi.a', 'lib/libfftw3l_omp.a', 'lib/libfftw3l_threads.a', 'lib/libfftw3q.a', 'lib/libfftw3q_omp.a'], 'dirs': ['lib/pkgconfig']} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,737 main.EasyConfig INFO setting config option toolchain: value {'version': '1.4.10-no-OFED', 'name': 'gompi'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,737 main.EasyConfig INFO setting config option name: value FFTW (type: <type 'str'>) | |
== 2015-04-16 14:35:02,738 main.EasyConfig INFO setting config option moduleclass: value numlib (type: <type 'str'>) | |
== 2015-04-16 14:35:02,738 main.easyconfig.easyconfig WARNING Unable to resolve template value %(namelower)s-%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'gompi', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,738 main.easyconfig.easyconfig WARNING Unable to resolve template value %(namelower)s-%(version)s.tar.gz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'gompi', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,738 main.EasyConfig INFO setting config option sources: value ['%(namelower)s-%(version)s.tar.gz'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,738 main.EasyConfig INFO setting config option version: value 3.3.3 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,738 main.EasyConfig INFO setting config option source_urls: value ['http://www.fftw.org'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,738 main.EasyConfig INFO setting config option easyblock: value ConfigureMake (type: <type 'str'>) | |
== 2015-04-16 14:35:02,739 main.EasyConfig INFO setting config option toolchainopts: value {'optarch': True, 'pic': True} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,739 main.EasyConfig INFO setting config option homepage: value http://www.fftw.org (type: <type 'str'>) | |
== 2015-04-16 14:35:02,739 main.EasyConfig INFO setting config option configopts: value ['--enable-threads --enable-openmp --with-pic --enable-single --enable-sse2 --enable-mpi', '--enable-threads --enable-openmp --with-pic --enable-long-double --enable-mpi', '--enable-threads --enable-openmp --with-pic --enable-quad-precision', '--enable-threads --enable-openmp --with-pic --enable-sse2 --enable-mpi'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,739 main.EasyConfig INFO setting config option description: value FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) | |
in one or more dimensions, of arbitrary input size, and of both real and complex data. (type: <type 'str'>) | |
== 2015-04-16 14:35:02,741 main.EasyConfig INFO Validating easyconfig | |
== 2015-04-16 14:35:02,741 main.EasyConfig INFO Checking OS dependencies | |
== 2015-04-16 14:35:02,741 main.EasyConfig INFO OS dependencies ok: [] | |
== 2015-04-16 14:35:02,741 main.EasyConfig INFO Checking skipsteps | |
== 2015-04-16 14:35:02,741 main.EasyConfig INFO Checking build option lists | |
== 2015-04-16 14:35:02,742 main.EasyConfig INFO Checking licenses | |
== 2015-04-16 14:35:02,750 main.main.main.Gompi INFO _get_optimal_architecture: using march=native as optarch for Intel. | |
== 2015-04-16 14:35:02,758 main.tools.robot INFO Robot: resolving dependency {'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'gompi', 'versionsuffix': '', 'version': '1.4.10-no-OFED', 'hidden': False, 'parsed': True} with /home/gus/.local/easybuild/easyconfigs/g/gompi/gompi-1.4.10-no-OFED.eb | |
== 2015-04-16 14:35:02,759 main.EasyConfig INFO Obtained list of valid module classes: ['base', 'bio', 'cae', 'chem', 'compiler', 'data', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
== 2015-04-16 14:35:02,760 main.easyconfig.easyconfig INFO Derived full easyblock module path for Toolchain: easybuild.easyblocks.generic.toolchain | |
== 2015-04-16 14:35:02,760 main.easyconfig.easyconfig INFO Successfully obtained class 'Toolchain' for easyblock 'Toolchain' (software name 'gompi') | |
== 2015-04-16 14:35:02,760 main.EasyConfig INFO Parsing easyconfig file /home/gus/.local/easybuild/easyconfigs/g/gompi/gompi-1.4.10-no-OFED.eb with rawcontent: easyblock = "Toolchain" | |
name = 'gompi' | |
version = '1.4.10' | |
versionsuffix = '-no-OFED' | |
homepage = '(none)' | |
description = """GNU Compiler Collection (GCC) based compiler toolchain, | |
including OpenMPI for MPI support.""" | |
toolchain = {'name': 'dummy', 'version': 'dummy'} | |
compname = 'GCC' | |
compver = '4.7.2' | |
comp = (compname, compver) | |
mpilib = 'OpenMPI' | |
mpiver = '1.6.4' | |
# compiler toolchain dependencies | |
dependencies = [ | |
comp, | |
(mpilib, mpiver, versionsuffix, comp), | |
] | |
moduleclass = 'toolchain' | |
== 2015-04-16 14:35:02,763 main.EasyConfig INFO setting config option toolchain: value {'version': 'dummy', 'name': 'dummy'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,766 main.EasyConfig INFO setting config option moduleclass: value toolchain (type: <type 'str'>) | |
== 2015-04-16 14:35:02,766 main.EasyConfig INFO setting config option toolchain: value {'version': 'dummy', 'name': 'dummy'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,766 main.EasyConfig INFO setting config option name: value gompi (type: <type 'str'>) | |
== 2015-04-16 14:35:02,767 main.EasyConfig INFO setting config option versionsuffix: value -no-OFED (type: <type 'str'>) | |
== 2015-04-16 14:35:02,767 main.EasyConfig INFO setting config option version: value 1.4.10 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,767 main.EasyConfig INFO setting config option dependencies: value [{'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'GCC', 'full_mod_name': 'GCC/4.7.2', 'short_mod_name': 'GCC/4.7.2', 'versionsuffix': '', 'version': '4.7.2', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '4.7.2', 'name': 'GCC'}, 'name': 'OpenMPI', 'short_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'versionsuffix': '-no-OFED', 'full_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'version': '1.6.4', 'hidden': False}] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,767 main.EasyConfig INFO setting config option easyblock: value Toolchain (type: <type 'str'>) | |
== 2015-04-16 14:35:02,768 main.EasyConfig INFO setting config option homepage: value (none) (type: <type 'str'>) | |
== 2015-04-16 14:35:02,768 main.EasyConfig INFO setting config option description: value GNU Compiler Collection (GCC) based compiler toolchain, | |
including OpenMPI for MPI support. (type: <type 'str'>) | |
== 2015-04-16 14:35:02,769 main.EasyConfig INFO Validating easyconfig | |
== 2015-04-16 14:35:02,769 main.EasyConfig INFO Checking OS dependencies | |
== 2015-04-16 14:35:02,769 main.EasyConfig INFO OS dependencies ok: [] | |
== 2015-04-16 14:35:02,770 main.EasyConfig INFO Checking skipsteps | |
== 2015-04-16 14:35:02,770 main.EasyConfig INFO Checking build option lists | |
== 2015-04-16 14:35:02,770 main.EasyConfig INFO Checking licenses | |
== 2015-04-16 14:35:02,787 main.tools.robot INFO Robot: resolving dependency {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'ScaLAPACK', 'short_mod_name': 'ScaLAPACK/2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2', 'versionsuffix': '-OpenBLAS-0.2.6-LAPACK-3.4.2', 'full_mod_name': 'ScaLAPACK/2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2', 'version': '2.0.2', 'hidden': False} with /home/gus/.local/easybuild/easyconfigs/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2.eb | |
== 2015-04-16 14:35:02,788 main.EasyConfig INFO Obtained list of valid module classes: ['base', 'bio', 'cae', 'chem', 'compiler', 'data', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
== 2015-04-16 14:35:02,790 main.easyconfig.easyconfig INFO Successfully obtained EB_ScaLAPACK class instance from easybuild.easyblocks.scalapack | |
== 2015-04-16 14:35:02,790 main.easyconfig.easyconfig INFO Successfully obtained class 'EB_ScaLAPACK' for easyblock 'None' (software name 'ScaLAPACK') | |
== 2015-04-16 14:35:02,790 main.EasyConfig INFO Parsing easyconfig file /home/gus/.local/easybuild/easyconfigs/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2.eb with rawcontent: name = 'ScaLAPACK' | |
version = '2.0.2' | |
homepage = 'http://www.netlib.org/scalapack/' | |
description = """The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines | |
redesigned for distributed memory MIMD parallel computers.""" | |
toolchain = {'name': 'gompi', 'version': '1.4.10-no-OFED'} | |
toolchainopts = {'pic': True} | |
source_urls = [homepage] | |
sources = ['%(namelower)s-%(version)s.tgz'] | |
blaslib = 'OpenBLAS' | |
blasver = '0.2.6' | |
blassuff = '-LAPACK-3.4.2' | |
versionsuffix = "-%s-%s%s" % (blaslib, blasver, blassuff) | |
dependencies = [(blaslib, blasver, blassuff)] | |
## parallel build tends to fail, so disabling it | |
parallel = 1 | |
moduleclass = 'numlib' | |
== 2015-04-16 14:35:02,794 main.EasyConfig INFO setting config option toolchain: value {'version': '1.4.10-no-OFED', 'name': 'gompi'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,794 main.EasyConfig INFO setting config option toolchain: value {'version': '1.4.10-no-OFED', 'name': 'gompi'} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,794 main.EasyConfig INFO setting config option name: value ScaLAPACK (type: <type 'str'>) | |
== 2015-04-16 14:35:02,794 main.EasyConfig INFO setting config option moduleclass: value numlib (type: <type 'str'>) | |
== 2015-04-16 14:35:02,794 main.EasyConfig INFO setting config option parallel: value 1 (type: <type 'int'>) | |
== 2015-04-16 14:35:02,794 main.easyconfig.easyconfig WARNING Unable to resolve template value %(namelower)s-%(version)s.tgz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'gompi', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,794 main.easyconfig.easyconfig WARNING Unable to resolve template value %(namelower)s-%(version)s.tgz with dict {'versionprefix': '', 'versionsuffix': '', 'toolchain_name': 'gompi', 'toolchain_version': '1.4.10-no-OFED'} | |
== 2015-04-16 14:35:02,795 main.EasyConfig INFO setting config option sources: value ['%(namelower)s-%(version)s.tgz'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,795 main.EasyConfig INFO setting config option versionsuffix: value -OpenBLAS-0.2.6-LAPACK-3.4.2 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,795 main.EasyConfig INFO setting config option version: value 2.0.2 (type: <type 'str'>) | |
== 2015-04-16 14:35:02,795 main.EasyConfig INFO setting config option dependencies: value [{'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'OpenBLAS', 'short_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'versionsuffix': '-LAPACK-3.4.2', 'full_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'version': '0.2.6', 'hidden': False}] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,795 main.EasyConfig INFO setting config option source_urls: value ['http://www.netlib.org/scalapack/'] (type: <type 'list'>) | |
== 2015-04-16 14:35:02,796 main.EasyConfig INFO setting config option toolchainopts: value {'pic': True} (type: <type 'dict'>) | |
== 2015-04-16 14:35:02,796 main.EasyConfig INFO setting config option homepage: value http://www.netlib.org/scalapack/ (type: <type 'str'>) | |
== 2015-04-16 14:35:02,796 main.EasyConfig INFO setting config option description: value The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines | |
redesigned for distributed memory MIMD parallel computers. (type: <type 'str'>) | |
== 2015-04-16 14:35:02,797 main.EasyConfig INFO Validating easyconfig | |
== 2015-04-16 14:35:02,798 main.EasyConfig INFO Checking OS dependencies | |
== 2015-04-16 14:35:02,798 main.EasyConfig INFO OS dependencies ok: [] | |
== 2015-04-16 14:35:02,798 main.EasyConfig INFO Checking skipsteps | |
== 2015-04-16 14:35:02,798 main.EasyConfig INFO Checking build option lists | |
== 2015-04-16 14:35:02,798 main.EasyConfig INFO Checking licenses | |
== 2015-04-16 14:35:02,807 main.main.main.Gompi INFO _get_optimal_architecture: using march=native as optarch for Intel. | |
== 2015-04-16 14:35:02,816 main.tools.robot INFO Dependency resolution complete, building as follows: | |
[{'short_mod_name': 'GCC/4.7.2', 'full_mod_name': 'GCC/4.7.2', 'unresolved_deps': [], 'ec': <easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7fc9df2a08d0>, 'dependencies': [], 'hiddendependencies': [], 'hidden': False, 'spec': '/home/gus/.local/easybuild/easyconfigs/g/GCC/GCC-4.7.2.eb', 'builddependencies': []}, {'short_mod_name': 'hwloc/1.6.2-GCC-4.7.2', 'full_mod_name': 'hwloc/1.6.2-GCC-4.7.2', 'unresolved_deps': [{'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'GCC', 'versionsuffix': '', 'version': '4.7.2', 'hidden': False, 'parsed': True}], 'ec': <easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7fc9df2c7410>, 'dependencies': [], 'hiddendependencies': [], 'hidden': False, 'spec': '/home/gus/.local/easybuild/easyconfigs/h/hwloc/hwloc-1.6.2-GCC-4.7.2.eb', 'builddependencies': []}, {'short_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'full_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'unresolved_deps': [{'dummy': False, 'toolchain': {'version': '4.7.2', 'name': 'GCC'}, 'name': 'hwloc', 'short_mod_name': 'hwloc/1.6.2-GCC-4.7.2', 'versionsuffix': '', 'full_mod_name': 'hwloc/1.6.2-GCC-4.7.2', 'version': '1.6.2', 'hidden': False}, {'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'GCC', 'versionsuffix': '', 'version': '4.7.2', 'hidden': False, 'parsed': True}], 'ec': <easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7fc9df2ae910>, 'dependencies': [], 'hiddendependencies': [], 'hidden': False, 'spec': '/home/gus/.local/easybuild/easyconfigs/o/OpenMPI/OpenMPI-1.6.4-GCC-4.7.2-no-OFED.eb', 'builddependencies': []}, {'short_mod_name': 'gompi/1.4.10-no-OFED', 'full_mod_name': 'gompi/1.4.10-no-OFED', 'unresolved_deps': [{'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'GCC', 'short_mod_name': 'GCC/4.7.2', 'versionsuffix': '', 'full_mod_name': 'GCC/4.7.2', 'version': '4.7.2', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '4.7.2', 'name': 'GCC'}, 'name': 'OpenMPI', 'full_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'short_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'versionsuffix': '-no-OFED', 'version': '1.6.4', 'hidden': False}], 'ec': <easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7fc9df2c7890>, 'dependencies': [], 'hiddendependencies': [], 'hidden': False, 'spec': '/home/gus/.local/easybuild/easyconfigs/g/gompi/gompi-1.4.10-no-OFED.eb', 'builddependencies': []}, {'short_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'full_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'unresolved_deps': [{'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'gompi', 'versionsuffix': '', 'version': '1.4.10-no-OFED', 'hidden': False, 'parsed': True}], 'ec': <easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7fc9df2aef50>, 'dependencies': [], 'hiddendependencies': [], 'hidden': False, 'spec': '/home/gus/.local/easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2.eb', 'builddependencies': []}, {'short_mod_name': 'FFTW/3.3.3-gompi-1.4.10-no-OFED', 'full_mod_name': 'FFTW/3.3.3-gompi-1.4.10-no-OFED', 'unresolved_deps': [{'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'gompi', 'versionsuffix': '', 'version': '1.4.10-no-OFED', 'hidden': False, 'parsed': True}], 'ec': <easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7fc9df2c7950>, 'dependencies': [], 'hiddendependencies': [], 'hidden': False, 'spec': '/home/gus/.local/easybuild/easyconfigs/f/FFTW/FFTW-3.3.3-gompi-1.4.10-no-OFED.eb', 'builddependencies': []}, {'short_mod_name': 'ScaLAPACK/2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2', 'full_mod_name': 'ScaLAPACK/2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2', 'unresolved_deps': [{'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'OpenBLAS', 'full_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'short_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'versionsuffix': '-LAPACK-3.4.2', 'version': '0.2.6', 'hidden': False}, {'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'gompi', 'versionsuffix': '', 'version': '1.4.10-no-OFED', 'hidden': False, 'parsed': True}], 'ec': <easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7fc9df33fd90>, 'dependencies': [], 'hiddendependencies': [], 'hidden': False, 'spec': '/home/gus/.local/easybuild/easyconfigs/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2.eb', 'builddependencies': []}, {'short_mod_name': 'goolf/1.4.10-no-OFED', 'full_mod_name': 'goolf/1.4.10-no-OFED', 'unresolved_deps': [{'dummy': True, 'toolchain': {'version': 'dummy', 'name': 'dummy'}, 'name': 'GCC', 'short_mod_name': 'GCC/4.7.2', 'versionsuffix': '', 'full_mod_name': 'GCC/4.7.2', 'version': '4.7.2', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '4.7.2', 'name': 'GCC'}, 'name': 'OpenMPI', 'full_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'short_mod_name': 'OpenMPI/1.6.4-GCC-4.7.2-no-OFED', 'versionsuffix': '-no-OFED', 'version': '1.6.4', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'OpenBLAS', 'full_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'short_mod_name': 'OpenBLAS/0.2.6-gompi-1.4.10-no-OFED-LAPACK-3.4.2', 'versionsuffix': '-LAPACK-3.4.2', 'version': '0.2.6', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'FFTW', 'full_mod_name': 'FFTW/3.3.3-gompi-1.4.10-no-OFED', 'short_mod_name': 'FFTW/3.3.3-gompi-1.4.10-no-OFED', 'versionsuffix': '', 'version': '3.3.3', 'hidden': False}, {'dummy': False, 'toolchain': {'version': '1.4.10-no-OFED', 'name': 'gompi'}, 'name': 'ScaLAPACK', 'full_mod_name': 'ScaLAPACK/2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2', 'short_mod_name': 'ScaLAPACK/2.0.2-gompi-1.4.10-no-OFED-OpenBLAS-0.2.6-LAPACK-3.4.2', 'versionsuffix': '-OpenBLAS-0.2.6-LAPACK-3.4.2', 'version': '2.0.2', 'hidden': False}], 'ec': <easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7fc9df33f5d0>, 'dependencies': [], 'hiddendependencies': [], 'hidden': False, 'spec': '/home/gus/.local/easybuild/easyconfigs/g/goolf/goolf-1.4.10-no-OFED.eb', 'builddependencies': []}] | |
== 2015-04-16 14:35:02,816 main.easyblock INFO processing EasyBuild easyconfig /home/gus/.local/easybuild/easyconfigs/g/GCC/GCC-4.7.2.eb | |
== 2015-04-16 14:35:02,819 main.easyblock INFO Resetting environment | |
== 2015-04-16 14:35:02,820 main.easyconfig.easyconfig INFO Successfully obtained EB_GCC class instance from easybuild.easyblocks.gcc | |
== 2015-04-16 14:35:02,820 main.easyconfig.easyconfig INFO Successfully obtained class 'EB_GCC' for easyblock 'None' (software name 'GCC') | |
== 2015-04-16 14:35:02,823 main.EB_GCC INFO This is EasyBuild 2.0.0 (framework: 2.0.0, easyblocks: 2.0.0) on host jupiter. | |
== 2015-04-16 14:35:02,823 main.EB_GCC INFO This is easyblock EB_GCC from module easybuild.easyblocks.gcc (/home/gus/.local/lib/python2.7/site-packages/easybuild/easyblocks/g/gcc.pyc) | |
== 2015-04-16 14:35:02,823 main.EB_GCC INFO Build dir set to /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy | |
== 2015-04-16 14:35:02,823 main.EB_GCC INFO Install dir set to /home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2 | |
== 2015-04-16 14:35:02,824 main.EB_GCC INFO Init completed for application name GCC version 4.7.2 | |
== 2015-04-16 14:35:02,824 main.easyblock INFO Obtained application instance of for GCC (easyblock: None) | |
== 2015-04-16 14:35:02,824 main.EB_GCC INFO building and installing GCC/4.7.2... | |
== 2015-04-16 14:35:02,825 main.EB_GCC INFO fetching files... | |
== 2015-04-16 14:35:02,825 main.EB_GCC INFO Starting fetch step | |
== 2015-04-16 14:35:02,827 main.EB_GCC INFO Running method fetch_step part of step fetch | |
== 2015-04-16 14:35:02,827 main.EB_GCC WARNING Easyconfig does not specify an EasyBuild-version (key 'easybuild_version')! Assuming the latest version | |
== 2015-04-16 14:35:02,827 main.filetools INFO Command eb found at /home/gus/.local/bin/eb | |
== 2015-04-16 14:35:02,828 main.EB_GCC INFO Found file gcc-4.7.2.tar.gz at /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/gcc-4.7.2.tar.gz | |
== 2015-04-16 14:35:02,828 main.filetools INFO Command eb found at /home/gus/.local/bin/eb | |
== 2015-04-16 14:35:02,829 main.EB_GCC INFO Found file gmp-5.0.5.tar.bz2 at /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/gmp-5.0.5.tar.bz2 | |
== 2015-04-16 14:35:02,829 main.filetools INFO Command eb found at /home/gus/.local/bin/eb | |
== 2015-04-16 14:35:02,829 main.EB_GCC INFO Found file mpfr-3.1.1.tar.gz at /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/mpfr-3.1.1.tar.gz | |
== 2015-04-16 14:35:02,830 main.filetools INFO Command eb found at /home/gus/.local/bin/eb | |
== 2015-04-16 14:35:02,830 main.EB_GCC INFO Found file mpc-1.0.1.tar.gz at /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/mpc-1.0.1.tar.gz | |
== 2015-04-16 14:35:02,830 main.EB_GCC INFO Added sources: [{'path': '/home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/gcc-4.7.2.tar.gz', 'cmd': None, 'finalpath': '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy', 'name': 'gcc-4.7.2.tar.gz', 'checksum': '5199d34506d4fa6528778ddba362d3f4'}, {'path': '/home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/gmp-5.0.5.tar.bz2', 'cmd': None, 'finalpath': '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy', 'name': 'gmp-5.0.5.tar.bz2', 'checksum': '041487d25e9c230b0c42b106361055fe'}, {'path': '/home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/mpfr-3.1.1.tar.gz', 'cmd': None, 'finalpath': '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy', 'name': 'mpfr-3.1.1.tar.gz', 'checksum': '769411e241a3f063ae1319eb5fac2462'}, {'path': '/home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/mpc-1.0.1.tar.gz', 'cmd': None, 'finalpath': '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy', 'name': 'mpc-1.0.1.tar.gz', 'checksum': 'b32a2e1a3daa392372fbd586d1ed3679'}] | |
== 2015-04-16 14:35:02,831 main.filetools INFO Command eb found at /home/gus/.local/bin/eb | |
== 2015-04-16 14:35:02,831 main.EB_GCC INFO Found file mpfr-3.1.0-changes_fix.patch at /home/gus/.local/easybuild/easyconfigs/g/GCC/mpfr-3.1.0-changes_fix.patch | |
== 2015-04-16 14:35:02,831 main.EB_GCC INFO Added patches: [{'path': '/home/gus/.local/easybuild/easyconfigs/g/GCC/mpfr-3.1.0-changes_fix.patch', 'name': 'mpfr-3.1.0-changes_fix.patch', 'checksum': 'fa4095252d843d465ac9aa5e2d760dd8'}] | |
== 2015-04-16 14:35:03,069 main.EB_GCC INFO md5 checksum for /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/gcc-4.7.2.tar.gz: 5199d34506d4fa6528778ddba362d3f4 | |
== 2015-04-16 14:35:03,074 main.EB_GCC INFO md5 checksum for /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/gmp-5.0.5.tar.bz2: 041487d25e9c230b0c42b106361055fe | |
== 2015-04-16 14:35:03,077 main.EB_GCC INFO md5 checksum for /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/mpfr-3.1.1.tar.gz: 769411e241a3f063ae1319eb5fac2462 | |
== 2015-04-16 14:35:03,078 main.EB_GCC INFO md5 checksum for /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/mpc-1.0.1.tar.gz: b32a2e1a3daa392372fbd586d1ed3679 | |
== 2015-04-16 14:35:03,078 main.EB_GCC INFO md5 checksum for /home/gus/.local/easybuild/easyconfigs/g/GCC/mpfr-3.1.0-changes_fix.patch: fa4095252d843d465ac9aa5e2d760dd8 | |
== 2015-04-16 14:35:03,087 main.systemtools INFO Limiting parallellism from 8 to 4 | |
== 2015-04-16 14:35:03,087 main.EB_GCC INFO Setting parallelism: 4 | |
== 2015-04-16 14:35:03,088 main.EB_GCC INFO Checking dirs that need to be created: ['/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC', '/home/gus/.local/stow/eb_install_prefix/easybuild/modules/all/GCC', '/home/gus/.local/stow/eb_install_prefix/easybuild/modules/compiler/GCC'] | |
== 2015-04-16 14:35:03,088 main.EB_GCC INFO creating build dir, resetting environment... | |
== 2015-04-16 14:35:03,088 main.EB_GCC INFO Starting ready step | |
== 2015-04-16 14:35:03,090 main.EB_GCC INFO Running method check_readiness_step part of step ready | |
== 2015-04-16 14:35:03,180 main.EB_GCC INFO Running method make_builddir part of step ready | |
== 2015-04-16 14:35:03,180 main.EB_GCC INFO Found old directory /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy | |
== 2015-04-16 14:35:05,684 main.filetools INFO Path /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy successfully removed. | |
== 2015-04-16 14:35:05,684 main.EB_GCC INFO Removed old directory /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy | |
== 2015-04-16 14:35:05,685 main.filetools INFO Creating directory /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy (parents: True, set_gid: False, sticky: False) | |
== 2015-04-16 14:35:05,685 main.EB_GCC INFO Running method env_reset_changes part of step ready | |
== 2015-04-16 14:35:05,685 main.EB_GCC INFO Running method handle_iterate_opts part of step ready | |
== 2015-04-16 14:35:05,685 main.EB_GCC INFO unpacking... | |
== 2015-04-16 14:35:05,685 main.EB_GCC INFO Starting source step | |
== 2015-04-16 14:35:05,687 main.EB_GCC INFO Running method checksum_step part of step source | |
== 2015-04-16 14:35:05,909 main.EB_GCC INFO Checksum verification for /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/gcc-4.7.2.tar.gz using 5199d34506d4fa6528778ddba362d3f4 passed. | |
== 2015-04-16 14:35:05,914 main.EB_GCC INFO Checksum verification for /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/gmp-5.0.5.tar.bz2 using 041487d25e9c230b0c42b106361055fe passed. | |
== 2015-04-16 14:35:05,917 main.EB_GCC INFO Checksum verification for /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/mpfr-3.1.1.tar.gz using 769411e241a3f063ae1319eb5fac2462 passed. | |
== 2015-04-16 14:35:05,918 main.EB_GCC INFO Checksum verification for /home/gus/.local/stow/eb_install_prefix/easybuild/sources/g/GCC/mpc-1.0.1.tar.gz using b32a2e1a3daa392372fbd586d1ed3679 passed. | |
== 2015-04-16 14:35:05,918 main.EB_GCC INFO Checksum verification for /home/gus/.local/easybuild/easyconfigs/g/GCC/mpfr-3.1.0-changes_fix.patch using fa4095252d843d465ac9aa5e2d760dd8 passed. | |
== 2015-04-16 14:35:05,918 main.EB_GCC INFO Running method extract_step part of step source | |
== 2015-04-16 14:35:05,918 main.EB_GCC INFO Unpacking source gcc-4.7.2.tar.gz | |
== 2015-04-16 14:35:10,856 main.EB_GCC INFO Unpacking source gmp-5.0.5.tar.bz2 | |
== 2015-04-16 14:35:11,580 main.EB_GCC INFO Unpacking source mpfr-3.1.1.tar.gz | |
== 2015-04-16 14:35:11,646 main.EB_GCC INFO Unpacking source mpc-1.0.1.tar.gz | |
== 2015-04-16 14:35:11,675 main.EB_GCC INFO patching... | |
== 2015-04-16 14:35:11,676 main.EB_GCC INFO Starting patch step | |
== 2015-04-16 14:35:11,678 main.EB_GCC INFO Running method patch_step part of step patch | |
== 2015-04-16 14:35:11,678 main.EB_GCC INFO Applying patch mpfr-3.1.0-changes_fix.patch | |
== 2015-04-16 14:35:11,688 main.EB_GCC INFO preparing... | |
== 2015-04-16 14:35:11,688 main.EB_GCC INFO Starting prepare step | |
== 2015-04-16 14:35:11,690 main.EB_GCC INFO Running method prepare_step part of step prepare | |
== 2015-04-16 14:35:11,690 main.main.main.Dummy INFO prepare: toolchain dummy mode, dummy version; not loading dependencies | |
== 2015-04-16 14:35:11,691 main.EB_GCC INFO configuring... | |
== 2015-04-16 14:35:11,691 main.EB_GCC INFO Starting configure step | |
== 2015-04-16 14:35:11,692 main.EB_GCC INFO Running method configure_step part of step configure | |
== 2015-04-16 14:35:11,993 main.EB_GCC INFO Performing regular GCC build... | |
== 2015-04-16 14:35:14,372 main.run INFO cmd " ../configure --enable-languages=c,c++,fortran --enable-lto --enable-checking=release --disable-multilib --enable-shared=yes --enable-static=yes --enable-threads=posix --enable-gold=default --enable-plugins --enable-ld --with-plugin-ld=ld.gold --enable-bootstrap --prefix=/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2 --with-local-prefix=/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2" exited with exitcode 0 and output: | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln works... yes | |
checking whether ln -s works... yes | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for gawk... gawk | |
checking for libitm support... yes | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for gnatbind... no | |
checking for gnatmake... no | |
checking whether compiler driver understands Ada... no | |
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 | |
checking for objdir... .libs | |
checking for PWL_handle_timeout in -lpwl... no | |
checking for version 0.11 (revision 0 or later) of PPL... no | |
*** This configuration is not supported in the following subdirectories: | |
gnattools target-libada target-libgo target-libffi target-zlib target-libjava target-libobjc target-boehm-gc | |
(Any other directories should still work fine.) | |
checking for default BUILD_CONFIG... bootstrap-debug | |
checking for bison... bison -y | |
checking for bison... bison | |
checking for gm4... no | |
checking for gnum4... no | |
checking for m4... m4 | |
checking for flex... flex | |
checking for flex... flex | |
checking for makeinfo... makeinfo | |
checking for expect... expect | |
checking for runtest... runtest | |
checking for ar... ar | |
checking for as... as | |
checking for dlltool... no | |
checking for ld... ld | |
checking for lipo... no | |
checking for nm... nm | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking for windres... no | |
checking for windmc... no | |
checking for objcopy... objcopy | |
checking for objdump... objdump | |
checking for readelf... readelf | |
checking for cc... cc | |
checking for c++... c++ | |
checking for gcc... gcc | |
checking for gcj... no | |
checking for gfortran... gfortran | |
checking for gccgo... no | |
checking for ar... no | |
checking for ar... ar | |
checking for as... no | |
checking for as... as | |
checking for dlltool... no | |
checking for dlltool... no | |
checking for ld... no | |
checking for ld... ld | |
checking for lipo... no | |
checking for lipo... no | |
checking for nm... no | |
checking for nm... nm | |
checking for objdump... no | |
checking for objdump... objdump | |
checking for ranlib... no | |
checking for ranlib... ranlib | |
checking for readelf... no | |
checking for readelf... readelf | |
checking for strip... no | |
checking for strip... strip | |
checking for windres... no | |
checking for windres... no | |
checking for windmc... no | |
checking for windmc... no | |
checking where to find the target ar... host tool | |
checking where to find the target as... host tool | |
checking where to find the target cc... just compiled | |
checking where to find the target c++... just compiled | |
checking where to find the target c++ for libstdc++... just compiled | |
checking where to find the target dlltool... host tool | |
checking where to find the target gcc... just compiled | |
checking where to find the target gcj... host tool | |
checking where to find the target gfortran... just compiled | |
checking where to find the target gccgo... host tool | |
checking where to find the target ld... host tool | |
checking where to find the target lipo... host tool | |
checking where to find the target nm... host tool | |
checking where to find the target objdump... host tool | |
checking where to find the target ranlib... host tool | |
checking where to find the target readelf... host tool | |
checking where to find the target strip... host tool | |
checking where to find the target windres... host tool | |
checking where to find the target windmc... host tool | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether -fkeep-inline-functions is supported... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
== 2015-04-16 14:35:14,373 main.EB_GCC INFO building... | |
== 2015-04-16 14:35:14,374 main.EB_GCC INFO Starting build step | |
== 2015-04-16 14:35:14,375 main.EB_GCC INFO Running method build_step part of step build | |
== 2015-04-16 14:36:26,477 main.run ERROR EasyBuild crashed with an error (at easybuild/tools/run.py:384 in parse_cmd_output): cmd " make -j 4 bootstrap " exited with exitcode 2 and output: | |
echo stage3 > stage_final | |
make[1]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj' | |
make[2]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj' | |
make[2]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj' | |
make[2]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj' | |
Configuring stage 1 in ./lto-plugin | |
Configuring stage 1 in ./intl | |
Configuring stage 1 in ./gmp | |
Configuring stage 1 in ./libiberty | |
configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
checking whether make sets $(MAKE)... configure: creating cache ./config.cache | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
configure: creating cache ./config.cache | |
yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether NLS is requested... yes | |
checking for msgfmt... checking build system type... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking build system type... checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking host system type... /usr/bin/msgmerge | |
x86_64-unknown-linux-gnu | |
checking target system type... checking for x86_64-unknown-linux-gnu-gcc... gcc | |
none-unknown-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... x86_64-unknown-linux-gnu | |
checking for C compiler default output file name... checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking for library containing strerror... checking for perl... perl | |
checking build system type... none required | |
checking how to run the C preprocessor... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for x86_64-unknown-linux-gnu-ar... ar | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... yes | |
checking for an ANSI C-conforming const... | |
checking for suffix of object files... yes | |
checking for inline... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... inline | |
checking for sys/types.h... yes | |
checking for gcc option to accept ISO C89... yes | |
checking for sys/stat.h... none needed | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
checking for stdlib.h... no | |
checking how to run the C preprocessor... yes | |
checking for string.h... gcc -E | |
checking whether gcc supports -W... yes | |
checking for memory.h... yes | |
checking whether gcc supports -Wall... yes | |
yes | |
checking whether gcc supports -Wwrite-strings... checking for strings.h... yes | |
checking whether gcc supports -Wc++-compat... yes | |
checking for inttypes.h... yes | |
checking whether gcc supports -Wstrict-prototypes... yes | |
checking whether gcc supports -pedantic ... yes | |
checking for stdint.h... yes | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for unistd.h... yes | |
checking for off_t... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for size_t... yes | |
checking for none-unknown-linux-gnu-strip... no | |
checking for strip... strip | |
configure: WARNING: using cross tools not prefixed with host triplet | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for a thread-safe mkdir -p... yes | |
/usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no | |
yes | |
yes | |
yes | |
checking for working alloca.h... checking for sys/types.h... checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
checking ABI=long | |
yes | |
checking compiler gcc -g -fkeep-inline-functions -DNO_ASM... checking for sys/stat.h... checking for C compiler default output file name... yes | |
checking for stdlib.h... yes | |
checking for alloca... yes | |
checking for string.h... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... yes | |
checking for suffix of object files... checking for inttypes.h... yes | |
checking for stdint.h... o | |
checking whether we are using the GNU C compiler... yes | |
checking for unistd.h... yes | |
checking for working mmap... yes | |
checking whether byte ordering is bigendian... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... yes | |
checking whether we are using the GNU C Library 2.1 or newer... none needed | |
no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for style of include used by make... yes | |
checking whether integer division by zero raises SIGFPE... checking for sys/file.h... GNU | |
checking dependency style of gcc... yes | |
checking for sys/param.h... yes | |
checking for limits.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for malloc.h... gcc3 | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
checking for inttypes.h... yes | |
checking for string.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
no | |
yes | |
checking for stdint.h... checking for strings.h... (cached) yes | |
checking whether gcc supports -Wall... checking for sys/time.h... yes | |
yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... checking for time.h... /usr/bin/sed | |
checking for grep that handles long lines and -e... yes | |
/usr/bin/grep | |
checking for egrep... checking for unsigned long long... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... yes | |
ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... checking for sys/resource.h... yes | |
BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... checking for sys/stat.h... (cached) yes | |
1572864 | |
checking whether the shell understands some XSI constructs... checking for sys/mman.h... yes | |
checking whether the shell understands "+="... yes | |
checking for ld option to reload object files... -r | |
checking for x86_64-unknown-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-unknown-linux-gnu-ar... ar | |
checking for x86_64-unknown-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
yes | |
checking for inttypes.h... checking command to parse nm output from gcc object... yes | |
checking for fcntl.h... yes | |
checking for alloca.h... yes | |
yes | |
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/pstat.h... no | |
checking for ld used by GCC... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking argz.h usability... yes | |
checking argz.h presence... yes | |
checking for argz.h... yes | |
checking limits.h usability... yes | |
checking for none-unknown-linux-gnu-gcc... gcc | |
yes | |
checking limits.h presence... checking whether the C compiler works... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking nl_types.h usability... | |
checking whether we are cross compiling... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking nl_types.h presence... yes | |
checking for nl_types.h... yes | |
checking malloc.h usability... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking stddef.h usability... none needed | |
checking for gcc option to accept ISO C99... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for feof_unlocked... yes | |
checking for fgets_unlocked... yes | |
checking for getc_unlocked... yes | |
checking for getcwd... yes | |
checking for getegid... yes | |
checking for geteuid... yes | |
checking for getgid... yes | |
checking for getuid... yes | |
checking for mempcpy... yes | |
no | |
ok | |
checking for sys/sysmp.h... checking for munmap... checking how to run the C preprocessor... yes | |
checking for putenv... -std=gnu99 | |
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
checking how to run the C preprocessor... yes | |
checking for setenv... gcc -E | |
no | |
gcc -std=gnu99 -E | |
checking for sys/sysinfo.h... yes | |
yes | |
checking for setlocale... checking for machine/hal_sysinfo.h... checking for ANSI C header files... no | |
checking for sys/table.h... no | |
checking build system compiler gcc... checking for sys/sysctl.h... yes | |
checking for stpcpy... yes | |
checking for sys/systemcfg.h... no | |
checking for stdint.h... (cached) yes | |
checking for stdio_ext.h... yes | |
checking for build system preprocessor... yes | |
gcc -E | |
checking for build system executable suffix... checking for process.h... yes | |
checking for strcasecmp... no | |
checking for sys/prctl.h... yes | |
checking for sys/types.h... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
yes | |
checking whether time.h and sys/time.h may both be included... checking for sys/stat.h... yes | |
checking for strdup... yes | |
checking whether errno must be declared... yes | |
checking for stdlib.h... | |
checking whether build system compiler is ANSI... no | |
checking size of int... yes | |
checking for strtoul... yes | |
yes | |
checking for build system compiler math library... checking for string.h... yes | |
4 | |
checking for a 64-bit type... checking for tsearch... yes | |
-lm | |
checking for grep that handles long lines and -e... checking for memory.h... /usr/bin/grep | |
checking for egrep... uint64_t | |
/usr/bin/grep -E | |
checking for intptr_t... using ABI="long" | |
CC="gcc -std=gnu99" | |
CFLAGS="-g -fkeep-inline-functions" | |
CPPFLAGS="-DNO_ASM" | |
MPN_PATH=" generic" | |
checking for function prototypes... yes | |
checking for ANSI C header files... yes | |
checking for __argz_count... yes | |
checking for strings.h... yes | |
checking for sys/types.h... yes | |
yes | |
checking for uintptr_t... checking for __argz_stringify... yes | |
checking for inttypes.h... yes | |
checking for sys/stat.h... yes | |
yes | |
checking for stdint.h... checking for __argz_next... yes | |
checking for stdlib.h... yes | |
checking for ssize_t... yes | |
checking for unistd.h... yes | |
yes | |
checking for string.h... checking for __fsetlocking... yes | |
yes | |
checking for dlfcn.h... checking for memory.h... yes | |
checking for iconv... yes | |
checking for pid_t... yes | |
yes | |
checking for objdir... checking for strings.h... .libs | |
yes | |
checking for iconv declaration... yes | |
checking for inttypes.h... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for nl_langinfo and CODESET... yes | |
checking for library containing strerror... yes | |
checking if gcc supports -fno-rtti -fno-exceptions... checking for stdint.h... yes | |
checking for LC_MESSAGES... none required | |
checking for asprintf... yes | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... checking for unistd.h... yes | |
checking if gcc static flag -static works... yes | |
checking for bison... bison | |
checking version of bison... 3.0.4, ok | |
checking whether NLS is requested... yes | |
checking whether included gettext is requested... no | |
checking for GNU gettext in libc... yes | |
yes | |
checking for string.h... (cached) yes | |
checking whether assembler supports --noexecstack option... checking for atexit... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... libc | |
checking for aclocal... aclocal | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
yes | |
checking for none-unknown-linux-gnu-ar... ar | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... yes | |
checking for basename... yes | |
checking if gcc supports -c -o file.o... BSD nm | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
configure: updating cache ./config.cache | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc -std=gnu99... ld | |
checking if the linker (ld) is GNU ld... configure: creating ./config.status | |
yes | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking how to convert x86_64-unknown-linux-gnu file names to none-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for ld option to reload object files... -r | |
checking for none-unknown-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for none-unknown-linux-gnu-dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for none-unknown-linux-gnu-ar... (cached) ar | |
checking for archiver @FILE support... yes | |
yes | |
checking whether -lc should be explicitly linked in... checking for bcmp... @ | |
checking for none-unknown-linux-gnu-strip... strip | |
checking for none-unknown-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc -std=gnu99 object... no | |
checking dynamic linker characteristics... yes | |
checking for bcopy... config.status: creating Makefile | |
config.status: creating config.intl | |
config.status: creating config.h | |
yes | |
GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... checking for bsearch... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
config.status: executing default-1 commands | |
checking for int64_t... ok | |
checking for sysroot... no | |
checking for none-unknown-linux-gnu-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for bzero... yes | |
checking for objdir... .libs | |
mkdir -p -- build-x86_64-unknown-linux-gnu/libiberty | |
Configuring in build-x86_64-unknown-linux-gnu/libiberty | |
yes | |
checking for uint64_t... yes | |
checking for calloc... yes | |
checking for sys/wait.h that is POSIX.1 compatible... checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... yes | |
yes | |
checking for clock... no | |
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC | |
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... configure: updating cache ./config.cache | |
yes | |
checking if gcc -std=gnu99 static flag -static works... configure: creating ./config.status | |
yes | |
checking for ffs... configure: creating cache ../config.cache | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
yes | |
checking for getcwd... yes | |
checking if gcc -std=gnu99 supports -c -o file.o... yes | |
yes | |
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
checking whether the gcc -std=gnu99 linker (ld) supports shared libraries... checking for getpagesize... yes | |
checking dynamic linker characteristics... yes | |
checking for gettimeofday... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... yes | |
checking for index... g++ -E | |
yes | |
checking for insque... yes | |
checking for memchr... checking whether the g++ linker (ld) supports shared libraries... yes | |
config.status: creating Makefile | |
yes | |
checking for memcmp... config.status: creating config.h | |
checking for g++ option to produce PIC... -DPIC | |
checking if g++ PIC flag -DPIC works... checking for perl... perl | |
config.status: executing depfiles commands | |
checking build system type... config.status: executing libtool commands | |
x86_64-unknown-linux-gnu | |
checking host system type... yes | |
checking if g++ static flag works... yes | |
x86_64-unknown-linux-gnu | |
checking for memcpy... checking for x86_64-unknown-linux-gnu-ar... ar | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
yes | |
checking if g++ supports -c -o file.o... yes | |
checking for memmem... mkdir -p -- build-x86_64-unknown-linux-gnu/fixincludes | |
Configuring in build-x86_64-unknown-linux-gnu/fixincludes | |
checking for C compiler default output file name... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (ld) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... unsupported | |
a.out | |
checking whether the C compiler works... yes | |
yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... checking for memmove... checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... | |
yes | |
checking for suffix of object files... checking fcntl.h usability... yes | |
checking for mempcpy... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
yes | |
checking float.h usability... yes | |
checking for gcc option to accept ISO C89... checking for memset... configure: loading cache ../config.cache | |
yes | |
checking float.h presence... yes | |
none needed | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... checking build system type... checking for mkstemps... yes | |
checking for float.h... yes | |
checking invent.h usability... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... no | |
checking how to run the C preprocessor... x86_64-unknown-linux-gnu | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
yes | |
no | |
checking invent.h presence... gcc -E | |
checking for putenv... checking for C compiler default output file name... no | |
checking for invent.h... no | |
checking langinfo.h usability... checking whether gcc supports -W... yes | |
a.out | |
checking whether the C compiler works... checking for random... yes | |
yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... checking whether gcc supports -Wall... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
yes | |
checking locale.h usability... checking whether gcc supports -Wwrite-strings... yes | |
checking for suffix of object files... checking for rename... yes | |
checking whether gcc supports -Wc++-compat... o | |
checking whether we are using the GNU C compiler... yes | |
yes | |
checking locale.h presence... checking whether gcc supports -Wstrict-prototypes... yes | |
checking for locale.h... yes | |
checking nl_types.h usability... yes | |
yes | |
checking whether gcc accepts -g... checking for rindex... yes | |
checking whether gcc supports -pedantic ... yes | |
checking for gcc option to accept ISO C89... yes | |
checking whether gcc and cc understand -c and -o together... yes | |
checking nl_types.h presence... yes | |
yes | |
checking for nl_types.h... yes | |
checking for setenv... checking sys/attributes.h usability... none needed | |
checking how to run the C preprocessor... gcc -E | |
yes | |
no | |
checking sys/attributes.h presence... checking for snprintf... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... no | |
checking for sys/attributes.h... no | |
checking sys/iograph.h usability... yes | |
checking for an ANSI C-conforming const... no | |
checking sys/iograph.h presence... yes | |
checking for sigsetmask... yes | |
checking for inline... no | |
checking for sys/iograph.h... no | |
checking sys/mman.h usability... inline | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for stpcpy... yes | |
checking for sys/types.h... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/param.h usability... yes | |
checking for sys/stat.h... yes | |
checking for stpncpy... yes | |
checking sys/param.h presence... yes | |
yes | |
yes | |
checking for sys/param.h... yes | |
yes | |
checking for strcasecmp... checking for stdlib.h... checking for sys/types.h... checking sys/processor.h usability... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
yes | |
yes | |
checking for string.h... checking for strchr... checking for string.h... no | |
checking sys/processor.h presence... no | |
checking for sys/processor.h... no | |
checking sys/pstat.h usability... yes | |
checking for memory.h... yes | |
yes | |
yes | |
checking for memory.h... checking for strings.h... checking for strdup... yes | |
no | |
checking sys/pstat.h presence... checking for inttypes.h... no | |
checking for sys/pstat.h... no | |
yes | |
checking sys/sysinfo.h usability... checking for stdint.h... yes | |
yes | |
checking for unistd.h... checking for strings.h... yes | |
yes | |
checking whether byte ordering is bigendian... checking for strncasecmp... yes | |
checking sys/sysinfo.h presence... yes | |
checking for sys/sysinfo.h... yes | |
checking sys/syssgi.h usability... yes | |
checking for inttypes.h... yes | |
checking for strndup... no | |
checking sys/syssgi.h presence... yes | |
no | |
checking for sys/syssgi.h... no | |
checking for stdint.h... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking sys/systemcfg.h usability... checking for sys/file.h... yes | |
yes | |
checking for sys/param.h... checking for strrchr... no | |
checking sys/systemcfg.h presence... yes | |
yes | |
checking for limits.h... no | |
checking for sys/systemcfg.h... no | |
checking for unistd.h... checking sys/time.h usability... yes | |
checking for stdlib.h... (cached) yes | |
checking for malloc.h... yes | |
checking for string.h... (cached) yes | |
yes | |
checking for unistd.h... (cached) yes | |
checking for strstr... checking for strings.h... (cached) yes | |
checking for sys/time.h... yes | |
yes | |
checking sys/time.h presence... checking minix/config.h usability... yes | |
yes | |
checking for sys/time.h... yes | |
checking for time.h... checking sys/times.h usability... yes | |
checking for sys/resource.h... yes | |
yes | |
checking for sys/stat.h... (cached) yes | |
checking for strtod... checking for sys/mman.h... no | |
checking minix/config.h presence... yes | |
yes | |
checking sys/times.h presence... checking for fcntl.h... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for sys/times.h... yes | |
yes | |
checking for sys/resource.h... checking for alloca.h... yes | |
yes | |
checking for sys/pstat.h... checking for strtol... yes | |
no | |
checking for sys/sysctl.h... checking for sys/sysmp.h... no | |
yes | |
checking for a sed that does not truncate output... checking for sys/sysinfo.h... /usr/bin/sed | |
checking whether gcc supports -W... yes | |
yes | |
checking for machine/hal_sysinfo.h... yes | |
checking for machine/hal_sysinfo.h... yes | |
checking for strtoul... checking whether gcc supports -Wall... no | |
checking for sys/table.h... no | |
checking whether fgetc is declared... yes | |
no | |
checking for sys/sysctl.h... checking whether gcc supports -Wwrite-strings... yes | |
checking for sys/systemcfg.h... yes | |
yes | |
checking for strverscmp... checking whether gcc supports -Wstrict-prototypes... no | |
checking for stdint.h... (cached) yes | |
checking for stdio_ext.h... yes | |
yes | |
checking for process.h... checking whether fscanf is declared... yes | |
checking whether gcc supports -Wmissing-prototypes... no | |
yes | |
checking for sys/prctl.h... checking for tmpnam... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether gcc supports -Wold-style-definition... yes | |
checking whether optarg is declared... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
yes | |
checking whether gcc supports -Wmissing-format-attribute... checking for vasprintf... yes | |
checking whether ungetc is declared... yes | |
yes | |
checking whether errno must be declared... checking whether gcc supports -Woverlength-strings... yes | |
no | |
checking size of int... checking for vfprintf... yes | |
checking whether gcc supports -pedantic -Wlong-long... yes | |
checking whether vfprintf is declared... yes | |
checking for ANSI C header files... (cached) yes | |
checking stddef.h usability... yes | |
checking for vprintf... yes | |
checking stddef.h presence... yes | |
checking whether sys_errlist is declared... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
4 | |
checking for a 64-bit type... checking for strings.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
yes | |
yes | |
checking whether sys_nerr is declared... checking fcntl.h usability... checking for vsnprintf... uint64_t | |
checking for intptr_t... yes | |
checking return type of signal handlers... yes | |
checking fcntl.h presence... yes | |
yes | |
checking for fcntl.h... yes | |
checking for vsprintf... checking sys/file.h usability... void | |
checking for intmax_t... yes | |
checking for uintptr_t... yes | |
checking for waitpid... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for clearerr_unlocked... yes | |
checking for long double... yes | |
checking for setproctitle... yes | |
checking for ssize_t... yes | |
checking for feof_unlocked... no | |
checking whether alloca needs Cray hooks... no | |
checking stack direction for C alloca... yes | |
checking for long long... yes | |
-1 | |
checking for vfork.h... checking for ferror_unlocked... no | |
checking for fork... yes | |
checking for pid_t... yes | |
checking for fflush_unlocked... yes | |
checking for ptrdiff_t... yes | |
checking for vfork... yes | |
checking for fgetc_unlocked... yes | |
checking for library containing strerror... yes | |
checking for working fork... yes | |
checking for fgets_unlocked... yes | |
checking for quad_t... none required | |
checking for asprintf... yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... yes | |
checking for fileno_unlocked... yes | |
checking for atexit... yes | |
checking for uint_least32_t... yes | |
no | |
checking for sys_errlist... checking for fprintf_unlocked... yes | |
checking for basename... yes | |
checking for sys_nerr... no | |
checking for fputc_unlocked... yes | |
checking for bcmp... yes | |
checking for intptr_t... yes | |
checking for sys_siglist... yes | |
checking for fputs_unlocked... yes | |
checking for bcopy... yes | |
checking for external symbol _system_configuration... yes | |
checking for fread_unlocked... yes | |
no | |
yes | |
checking for preprocessor stringizing operator... checking for bsearch... checking for __fsetlocking... yes | |
checking for working volatile... yes | |
yes | |
checking for C/C++ restrict keyword... checking for fwrite_unlocked... yes | |
yes | |
checking for bzero... checking for canonicalize_file_name... __restrict | |
checking whether <stdarg.h> exists and works... yes | |
yes | |
checking whether gcc __attribute__ ((const)) works... yes | |
checking for getchar_unlocked... yes | |
checking for dup3... checking for calloc... yes | |
checking whether gcc __attribute__ ((malloc)) works... yes | |
checking whether gcc __attribute__ ((mode (XX))) works... yes | |
yes | |
checking for getrlimit... yes | |
checking for getc_unlocked... checking for clock... yes | |
checking whether gcc __attribute__ ((noreturn)) works... yes | |
checking for inline... yes | |
yes | |
checking for putchar_unlocked... checking for getrusage... yes | |
inline | |
checking for ffs... checking for cos in -lm... yes | |
checking for getsysinfo... yes | |
checking for putc_unlocked... yes | |
checking for getcwd... no | |
checking for gettimeofday... (cached) yes | |
yes | |
checking for working alloca.h... yes | |
checking for on_exit... checking whether abort is declared... yes | |
checking for getpagesize... yes | |
checking for alloca (via gmp-impl.h)... yes | |
yes | |
checking for psignal... yes | |
checking whether asprintf is declared... checking for gettimeofday... yes | |
yes | |
checking for pstat_getdynamic... no | |
checking how to allocate temporary memory... malloc-reentrant | |
checking for index... yes | |
checking whether basename is declared... checking whether byte ordering is bigendian... no | |
checking for pstat_getstatic... yes | |
checking for insque... yes | |
yes | |
checking whether errno is declared... checking for memchr... no | |
checking format of `double' floating point... no | |
checking for realpath... od: write error: Broken pipe | |
IEEE little endian | |
checking for alarm... no | |
yes | |
checking whether vasprintf is declared... checking for memcmp... yes | |
checking for setrlimit... yes | |
checking for attr_get... yes | |
yes | |
checking for memcpy... checking whether clearerr_unlocked is declared... yes | |
checking for sbrk... no | |
checking for clock... yes | |
checking for memmem... yes | |
yes | |
checking whether feof_unlocked is declared... checking for spawnve... yes | |
checking for clock_gettime... yes | |
checking for memmove... yes | |
no | |
checking whether ferror_unlocked is declared... checking for spawnvpe... yes | |
checking for cputime... yes | |
checking for mempcpy... yes | |
checking whether fflush_unlocked is declared... no | |
checking for getpagesize... no | |
checking for strerror... yes | |
checking for memset... yes | |
checking for getrusage... yes | |
yes | |
checking whether fgetc_unlocked is declared... checking for strsignal... yes | |
checking for mkstemps... yes | |
checking for sysconf... yes | |
yes | |
yes | |
checking whether fgets_unlocked is declared... checking for gettimeofday... checking for putenv... yes | |
checking for sysctl... yes | |
checking for getsysinfo... yes | |
yes | |
checking for random... checking whether fileno_unlocked is declared... yes | |
checking for sysmp... no | |
checking for localeconv... yes | |
checking for rename... yes | |
checking whether fprintf_unlocked is declared... no | |
checking for table... yes | |
checking for memset... yes | |
no | |
checking for rindex... checking whether fputc_unlocked is declared... no | |
checking for times... yes | |
yes | |
checking for mmap... yes | |
checking for setenv... yes | |
checking whether fputs_unlocked is declared... checking for wait3... yes | |
checking for snprintf... yes | |
yes | |
checking whether fread_unlocked is declared... checking for mprotect... yes | |
checking for wait4... yes | |
checking for sigsetmask... yes | |
yes | |
yes | |
checking for nl_langinfo... checking whether fwrite_unlocked is declared... checking whether basename is declared... yes | |
yes | |
checking for stpcpy... no | |
yes | |
checking for obstack_vprintf... checking whether ffs is declared... checking whether getchar_unlocked is declared... yes | |
yes | |
checking for popen... checking whether getc_unlocked is declared... yes | |
yes | |
checking for stpncpy... checking whether asprintf is declared... yes | |
no | |
checking for processor_info... checking whether vasprintf is declared... yes | |
checking whether putchar_unlocked is declared... yes | |
checking for strcasecmp... no | |
no | |
checking for pstat_getprocessor... checking whether snprintf is declared... yes | |
yes | |
checking for strchr... checking whether putc_unlocked is declared... yes | |
checking whether vsnprintf is declared... no | |
checking for raise... yes | |
checking for strdup... yes | |
checking for an ANSI C-conforming const... yes | |
checking whether calloc is declared... yes | |
checking for read_real_time... yes | |
checking sys/mman.h usability... yes | |
checking for strncasecmp... yes | |
checking whether getenv is declared... no | |
checking for sigaction... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
checking for strndup... yes | |
checking whether getopt is declared... yes | |
yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... yes | |
checking for MAP_ANON(YMOUS)... checking for sigaltstack... yes | |
checking for strrchr... yes | |
yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether malloc is declared... yes | |
checking for sigstack... configure: updating cache ../config.cache | |
configure: creating ./config.status | |
yes | |
checking for strstr... yes | |
checking whether realloc is declared... yes | |
checking for syssgi... yes | |
checking for strtod... yes | |
checking whether sbrk is declared... config.status: creating Makefile | |
config.status: creating mkheaders.almost | |
config.status: creating config.h | |
no | |
checking for strchr... yes | |
checking for strtol... yes | |
checking whether strverscmp is declared... yes | |
yes | |
checking for strtoul... checking for strerror... Configuring stage 1 in ./zlib | |
no | |
checking whether canonicalize_file_name must be declared... yes | |
yes | |
checking for stdlib.h... (cached) yes | |
yes | |
checking for strverscmp... checking for unistd.h... (cached) yes | |
checking for strnlen... checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for tmpnam... yes | |
checking for strtol... yes | |
checking for working strncmp... yes | |
yes | |
checking for vasprintf... checking for strtoul... yes | |
configure: creating cache ./config.cache | |
yes | |
yes | |
checking for vfprintf... checking build system type... checking for sysconf... configure: updating cache ./config.cache | |
x86_64-unknown-linux-gnu | |
checking host system type... configure: creating ./config.status | |
x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... checking for vprintf... yes | |
checking for sysctl... yes | |
yes | |
checking for vsnprintf... checking for sysctlbyname... config.status: creating Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating config.h | |
yes | |
config.status: executing default commands | |
checking for vsprintf... no | |
checking for times... yes | |
yes | |
checking for vsnprintf... checking for waitpid... Configuring stage 1 in ./libdecnumber | |
yes | |
yes | |
checking whether vsnprintf works... probably | |
configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok | |
checking whether sscanf needs writable input... no | |
checking for struct pst_processor.psp_iticksperclktick... checking for setproctitle... no | |
no | |
checking whether alloca needs Cray hooks... no | |
checking stack direction for C alloca... -1 | |
checking for vfork.h... no | |
checking for fork... configure: creating cache ./config.cache | |
checking whether make sets $(MAKE)... yes | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
yes | |
checking for vfork... checking for C compiler default output file name... yes | |
checking for working fork... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... no | |
checking for sys_errlist... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking for aclocal... aclocal | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
checking whether gcc supports -W... yes | |
checking for sys_nerr... yes | |
checking whether gcc supports -Wall... yes | |
checking whether gcc supports -Wwrite-strings... yes | |
checking for sys_siglist... yes | |
checking whether gcc supports -Wstrict-prototypes... yes | |
checking for external symbol _system_configuration... yes | |
checking whether gcc supports -Wmissing-prototypes... no | |
checking for __fsetlocking... yes | |
checking whether gcc supports -Wold-style-definition... yes | |
checking whether gcc supports -Wmissing-format-attribute... yes | |
checking for canonicalize_file_name... yes | |
checking whether gcc supports -Wcast-qual... yes | |
checking whether gcc supports -pedantic -Wlong-long... yes | |
checking for dup3... yes | |
checking how to run the C preprocessor... gcc -E | |
yes | |
checking for getrlimit... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for getrusage... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
yes | |
checking for getsysinfo... yes | |
checking for sys/types.h... checking for C compiler default output file name... yes | |
no | |
checking for gettimeofday... (cached) yes | |
checking for sys/stat.h... checking for on_exit... a.out | |
checking whether the C compiler works... yes | |
yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... checking for stdlib.h... yes | |
checking for psignal... | |
checking for suffix of object files... yes | |
checking for string.h... yes | |
o | |
checking whether we are using the GNU C compiler... checking for pstat_getdynamic... yes | |
yes | |
checking whether gcc accepts -g... checking for memory.h... yes | |
checking for gcc option to accept ISO C89... no | |
checking for pstat_getstatic... yes | |
checking for strings.h... none needed | |
checking for style of include used by make... no | |
GNU | |
checking dependency style of gcc... checking for realpath... yes | |
checking for inttypes.h... yes | |
checking for setrlimit... gcc3 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... yes | |
/usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... checking for stdint.h... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... yes | |
yes | |
BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... checking for sbrk... checking for unistd.h... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for ld option to reload object files... -r | |
checking for x86_64-unknown-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-unknown-linux-gnu-ar... ar | |
checking for x86_64-unknown-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc object... yes | |
yes | |
checking ctype.h usability... checking for spawnve... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
ok | |
checking stddef.h usability... no | |
checking for spawnvpe... checking how to run the C preprocessor... gcc -E | |
yes | |
checking stddef.h presence... checking size of void *... yes | |
checking for stddef.h... yes | |
no | |
checking for strerror... checking for string.h... (cached) yes | |
checking for ANSI C header files... checking stdio.h usability... yes | |
checking for strsignal... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes | |
checking for sysconf... yes | |
checking for sys/types.h... yes | |
checking for uintptr_t... yes | |
yes | |
checking for sysctl... checking for sys/stat.h... yes | |
checking for int_least32_t... yes | |
checking for stdlib.h... yes | |
checking for sysmp... yes | |
checking for int_fast32_t... yes | |
checking for string.h... no | |
checking for table... yes | |
checking for uint64_t... yes | |
checking for memory.h... no | |
checking for times... yes | |
yes | |
checking what to include in gstdint.h... checking for strings.h... stdint.h (already complete) | |
checking for an ANSI C-conforming const... yes | |
yes | |
checking for off_t... checking for wait3... yes | |
8 | |
checking size of unsigned short... checking for inttypes.h... yes | |
checking for wait4... yes | |
checking for stdint.h... yes | |
checking size of int... yes | |
yes | |
checking for unistd.h... checking whether basename is declared... no | |
yes | |
checking whether ffs is declared... checking for dlfcn.h... 4 | |
checking size of long... yes | |
checking for objdir... yes | |
.libs | |
checking whether asprintf is declared... 8 | |
checking for ANSI C header files... (cached) yes | |
checking build system type... 2 | |
checking size of unsigned... x86_64-unknown-linux-gnu | |
checking host system type... no | |
checking whether vasprintf is declared... x86_64-unknown-linux-gnu | |
checking target system type... checking if gcc supports -fno-rtti -fno-exceptions... x86_64-unknown-linux-gnu | |
checking for decimal floating point... bid | |
checking whether byte ordering is bigendian... no | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... checking whether snprintf is declared... yes | |
checking if gcc static flag -static works... yes | |
checking whether vsnprintf is declared... no | |
configure: updating cache ./config.cache | |
yes | |
checking if gcc supports -c -o file.o... yes | |
configure: creating ./config.status | |
checking whether calloc is declared... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... yes | |
checking whether getenv is declared... yes | |
no | |
checking dynamic linker characteristics... config.status: creating Makefile | |
checking whether getopt is declared... config.status: creating config.h | |
config.status: executing gstdint.h commands | |
4 | |
checking size of unsigned long... yes | |
checking whether malloc is declared... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for stdlib.h... (cached) yes | |
yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... checking whether realloc is declared... make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/libiberty' | |
if [ x"-fpic" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
touch stamp-picdir | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
yes | |
checking for working mmap... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o safe-ctype.o | |
yes | |
checking whether sbrk is declared... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
yes | |
checking whether strverscmp is declared... yes | |
checking for memcpy... no | |
checking whether canonicalize_file_name must be declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object.c -o simple-object.o | |
yes | |
checking for strerror... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for unistd.h... (cached) yes | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
yes | |
checking for working strncmp... 8 | |
checking size of mp_limb_t... yes | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-coff.c -o simple-object-coff.o | |
configure: updating cache ../config.cache | |
configure: creating ./config.status | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
config.status: creating Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating config.h | |
config.status: executing default commands | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-elf.c -o simple-object-elf.o | |
8 | |
checking for stack_t... yes | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
checking for tputs in -lncurses... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
config.status: creating Makefile | |
config.status: executing default-1 commands | |
yes | |
checking for readline in -lreadline... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o sort.o | |
yes | |
checking readline/readline.h usability... config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/intl' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/intl' | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking readline/history.h usability... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o spaces.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
yes | |
checking readline/history.h presence... yes | |
checking for readline/history.h... yes | |
checking readline detected... yes | |
checking for bison... bison -y | |
checking for flex... flex | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o splay-tree.o | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/build-x86_64-unknown-linux-gnu/libiberty' | |
if [ x"" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
checking lex output file root... lex.yy | |
checking lex library... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/stack-limit.c -o stack-limit.o | |
touch stamp-picdir | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o safe-ctype.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o simple-object.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o strerror.o | |
Configuring stage 1 in ./libcpp | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o simple-object-coff.o | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o strsignal.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/timeval-utils.c -o timeval-utils.o | |
-lfl | |
checking whether yytext is a pointer... configure: creating cache ./config.cache | |
checking build system type... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
x86_64-unknown-linux-gnu | |
checking whether make sets $(MAKE)... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o simple-object-elf.o | |
yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xatexit.c -o pic/xatexit.o; \ | |
else true; fi | |
checking for C compiler default output file name... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xatexit.c -o xatexit.o | |
yes | |
a.out | |
checking whether the C compiler works... checking for none-unknown-linux-gnu-ranlib... (cached) ranlib | |
creating config.m4 | |
yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xexit.c -o pic/xexit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xexit.c -o xexit.o | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
else true; fi | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmalloc.c -o xmalloc.o | |
none needed | |
checking whether we are using the GNU C++ compiler... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
else true; fi | |
yes | |
checking whether g++ accepts -g... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmemdup.c -o xmemdup.o | |
yes | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking how to run the C preprocessor... gcc -E | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
else true; fi | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrdup.c -o xstrdup.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrerror.c -o xstrerror.o | |
yes | |
checking for sys/types.h... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
else true; fi | |
yes | |
checking for sys/stat.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrndup.c -o xstrndup.o | |
yes | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/setproctitle.c -o pic/setproctitle.o; \ | |
else true; fi | |
checking for stdlib.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/setproctitle.c -o setproctitle.o | |
yes | |
checking for string.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o sort.o | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/libiberty/testsuite' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/libiberty/testsuite' | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
yes | |
checking for memory.h... ../../libiberty/regex.c: In function ‘byte_regex_compile’: | |
../../libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
# define bzero(s, n) (memset (s, '\0', n), (s)) | |
^ | |
../../libiberty/regex.c:3124:13: note: in expansion of macro ‘bzero’ | |
bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); | |
^ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
../../libiberty/regex.c: In function ‘byte_re_compile_fastmap’: | |
../../libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
# define bzero(s, n) (memset (s, '\0', n), (s)) | |
^ | |
../../libiberty/regex.c:4582:3: note: in expansion of macro ‘bzero’ | |
bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ | |
^ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o spaces.o | |
yes | |
checking for strings.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o splay-tree.o | |
yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o stack-limit.o | |
yes | |
checking minix/config.h usability... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o strerror.o | |
no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o strsignal.o | |
config.status: creating demos/pexpr-config.h | |
no | |
checking for aclocal... aclocal | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
checking whether gcc supports -W... config.status: creating demos/calc/calc-config.h | |
config.status: creating Makefile | |
yes | |
checking whether gcc supports -Wall... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o regex.o | |
config.status: creating mpbsd/Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o timeval-utils.o | |
config.status: creating mpf/Makefile | |
yes | |
../../libiberty/regex.c: In function ‘byte_regex_compile’: | |
../../libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
# define bzero(s, n) (memset (s, '\0', n), (s)) | |
^ | |
../../libiberty/regex.c:3124:13: note: in expansion of macro ‘bzero’ | |
bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); | |
^ | |
checking whether gcc supports -Wnarrowing... ../../libiberty/regex.c: In function ‘byte_re_compile_fastmap’: | |
../../libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
# define bzero(s, n) (memset (s, '\0', n), (s)) | |
^ | |
../../libiberty/regex.c:4582:3: note: in expansion of macro ‘bzero’ | |
bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ | |
^ | |
config.status: creating mpn/Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
config.status: creating mpq/Makefile | |
yes | |
checking whether gcc supports -Wwrite-strings... config.status: creating mpz/Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o pic/xatexit.o; \ | |
else true; fi | |
yes | |
checking whether gcc supports -Wmissing-format-attribute... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o xatexit.o | |
config.status: creating printf/Makefile | |
yes | |
checking whether gcc supports -Wstrict-prototypes... config.status: creating scanf/Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o pic/xexit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o xexit.o | |
config.status: creating cxx/Makefile | |
yes | |
checking whether gcc supports -Wmissing-prototypes... config.status: creating tests/Makefile | |
yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
else true; fi | |
checking whether gcc supports -Wold-style-definition... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o xmalloc.o | |
config.status: creating tests/devel/Makefile | |
yes | |
checking whether gcc supports -Wc++-compat... config.status: creating tests/mpbsd/Makefile | |
yes | |
checking whether gcc supports -pedantic -Wlong-long... config.status: creating tests/mpf/Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o xmemdup.o | |
yes | |
config.status: creating tests/mpn/Makefile | |
checking whether gcc supports -fno-exceptions... config.status: creating tests/mpq/Makefile | |
yes | |
checking whether gcc supports -fno-rtti... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
else true; fi | |
config.status: creating tests/mpz/Makefile | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o xstrdup.o | |
yes | |
config.status: creating tests/rand/Makefile | |
checking dependency style of gcc... config.status: creating tests/misc/Makefile | |
config.status: creating tests/cxx/Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o xstrerror.o | |
config.status: creating doc/Makefile | |
gcc3 | |
checking whether time.h and sys/time.h may both be included... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
else true; fi | |
config.status: creating tune/Makefile | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o xstrndup.o | |
config.status: creating demos/Makefile | |
yes | |
checking whether string.h and strings.h may both be included... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \ | |
else true; fi | |
config.status: creating demos/calc/Makefile | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o setproctitle.o | |
yes | |
checking locale.h usability... echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list | |
config.status: creating demos/expr/Makefile | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/build-x86_64-unknown-linux-gnu/libiberty/testsuite' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/build-x86_64-unknown-linux-gnu/libiberty/testsuite' | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o regex.o | |
yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
config.status: creating gmp.h | |
checking fcntl.h usability... config.status: creating mp.h | |
../../../libiberty/regex.c: In function ‘byte_regex_compile’: | |
../../../libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
# define bzero(s, n) (memset (s, '\0', n), (s)) | |
^ | |
../../../libiberty/regex.c:3124:13: note: in expansion of macro ‘bzero’ | |
bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); | |
^ | |
config.status: creating config.h | |
yes | |
checking fcntl.h presence... config.status: linking ../../gmp/mpn/generic/add.c to mpn/add.c | |
../../../libiberty/regex.c: In function ‘byte_re_compile_fastmap’: | |
../../../libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
# define bzero(s, n) (memset (s, '\0', n), (s)) | |
^ | |
../../../libiberty/regex.c:4582:3: note: in expansion of macro ‘bzero’ | |
bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ | |
^ | |
config.status: linking ../../gmp/mpn/generic/add_1.c to mpn/add_1.c | |
yes | |
checking for fcntl.h... yes | |
config.status: linking ../../gmp/mpn/generic/add_n.c to mpn/add_n.c | |
checking limits.h usability... config.status: linking ../../gmp/mpn/generic/sub.c to mpn/sub.c | |
config.status: linking ../../gmp/mpn/generic/sub_1.c to mpn/sub_1.c | |
config.status: linking ../../gmp/mpn/generic/sub_n.c to mpn/sub_n.c | |
config.status: linking ../../gmp/mpn/generic/neg.c to mpn/neg.c | |
config.status: linking ../../gmp/mpn/generic/com.c to mpn/com.c | |
config.status: linking ../../gmp/mpn/generic/mul_1.c to mpn/mul_1.c | |
yes | |
checking limits.h presence... config.status: linking ../../gmp/mpn/generic/addmul_1.c to mpn/addmul_1.c | |
yes | |
checking for limits.h... yes | |
config.status: linking ../../gmp/mpn/generic/submul_1.c to mpn/submul_1.c | |
checking stddef.h usability... config.status: linking ../../gmp/mpn/generic/lshift.c to mpn/lshift.c | |
config.status: linking ../../gmp/mpn/generic/rshift.c to mpn/rshift.c | |
config.status: linking ../../gmp/mpn/generic/dive_1.c to mpn/dive_1.c | |
config.status: linking ../../gmp/mpn/generic/diveby3.c to mpn/diveby3.c | |
config.status: linking ../../gmp/mpn/generic/divis.c to mpn/divis.c | |
config.status: linking ../../gmp/mpn/generic/divrem.c to mpn/divrem.c | |
yes | |
checking stddef.h presence... config.status: linking ../../gmp/mpn/generic/divrem_1.c to mpn/divrem_1.c | |
config.status: linking ../../gmp/mpn/generic/divrem_2.c to mpn/divrem_2.c | |
yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
config.status: linking ../../gmp/mpn/generic/fib2_ui.c to mpn/fib2_ui.c | |
checking for strings.h... (cached) yes | |
config.status: linking ../../gmp/mpn/generic/mod_1.c to mpn/mod_1.c | |
checking for string.h... (cached) yes | |
config.status: linking ../../gmp/mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c | |
checking sys/file.h usability... config.status: linking ../../gmp/mpn/generic/mode1o.c to mpn/mode1o.c | |
config.status: linking ../../gmp/mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c | |
config.status: linking ../../gmp/mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c | |
config.status: linking ../../gmp/mpn/generic/dump.c to mpn/dump.c | |
config.status: linking ../../gmp/mpn/generic/mod_1_1.c to mpn/mod_1_1.c | |
config.status: linking ../../gmp/mpn/generic/mod_1_2.c to mpn/mod_1_2.c | |
yes | |
checking sys/file.h presence... config.status: linking ../../gmp/mpn/generic/mod_1_3.c to mpn/mod_1_3.c | |
config.status: linking ../../gmp/mpn/generic/mod_1_4.c to mpn/mod_1_4.c | |
yes | |
checking for sys/file.h... yes | |
config.status: linking ../../gmp/mpn/generic/lshiftc.c to mpn/lshiftc.c | |
checking for unistd.h... (cached) yes | |
checking whether byte ordering is bigendian... config.status: linking ../../gmp/mpn/generic/mul.c to mpn/mul.c | |
config.status: linking ../../gmp/mpn/generic/mul_fft.c to mpn/mul_fft.c | |
config.status: linking ../../gmp/mpn/generic/mul_n.c to mpn/mul_n.c | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o | |
config.status: linking ../../gmp/mpn/generic/sqr.c to mpn/sqr.c | |
config.status: linking ../../gmp/mpn/generic/mul_basecase.c to mpn/mul_basecase.c | |
config.status: linking ../../gmp/mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c | |
config.status: linking ../../gmp/mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c | |
config.status: linking ../../gmp/mpn/generic/random.c to mpn/random.c | |
config.status: linking ../../gmp/mpn/generic/random2.c to mpn/random2.c | |
config.status: linking ../../gmp/mpn/generic/pow_1.c to mpn/pow_1.c | |
config.status: linking ../../gmp/mpn/generic/rootrem.c to mpn/rootrem.c | |
no | |
checking for an ANSI C-conforming const... config.status: linking ../../gmp/mpn/generic/sqrtrem.c to mpn/sqrtrem.c | |
config.status: linking ../../gmp/mpn/generic/get_str.c to mpn/get_str.c | |
config.status: linking ../../gmp/mpn/generic/set_str.c to mpn/set_str.c | |
config.status: linking ../../gmp/mpn/generic/scan0.c to mpn/scan0.c | |
yes | |
checking for inline... config.status: linking ../../gmp/mpn/generic/scan1.c to mpn/scan1.c | |
config.status: linking ../../gmp/mpn/generic/popham.c to mpn/popcount.c | |
config.status: linking ../../gmp/mpn/generic/popham.c to mpn/hamdist.c | |
inline | |
checking for obstacks... config.status: linking ../../gmp/mpn/generic/cmp.c to mpn/cmp.c | |
config.status: linking ../../gmp/mpn/generic/perfsqr.c to mpn/perfsqr.c | |
config.status: linking ../../gmp/mpn/generic/perfpow.c to mpn/perfpow.c | |
config.status: linking ../../gmp/mpn/generic/gcd_1.c to mpn/gcd_1.c | |
config.status: linking ../../gmp/mpn/generic/gcd.c to mpn/gcd.c | |
config.status: linking ../../gmp/mpn/generic/gcdext_1.c to mpn/gcdext_1.c | |
config.status: linking ../../gmp/mpn/generic/gcdext.c to mpn/gcdext.c | |
config.status: linking ../../gmp/mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c | |
config.status: linking ../../gmp/mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c | |
yes | |
checking for off_t... config.status: linking ../../gmp/mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c | |
config.status: linking ../../gmp/mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c | |
config.status: linking ../../gmp/mpn/generic/div_q.c to mpn/div_q.c | |
config.status: linking ../../gmp/mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c | |
config.status: linking ../../gmp/mpn/generic/jacbase.c to mpn/jacbase.c | |
config.status: linking ../../gmp/mpn/generic/get_d.c to mpn/get_d.c | |
config.status: linking ../../gmp/mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c | |
config.status: linking ../../gmp/mpn/generic/hgcd2.c to mpn/hgcd2.c | |
config.status: linking ../../gmp/mpn/generic/hgcd.c to mpn/hgcd.c | |
config.status: linking ../../gmp/mpn/generic/mullo_n.c to mpn/mullo_n.c | |
config.status: linking ../../gmp/mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c | |
yes | |
checking for size_t... config.status: linking ../../gmp/mpn/generic/toom22_mul.c to mpn/toom22_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom32_mul.c to mpn/toom32_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom42_mul.c to mpn/toom42_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom52_mul.c to mpn/toom52_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom62_mul.c to mpn/toom62_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom33_mul.c to mpn/toom33_mul.c | |
yes | |
checking for ssize_t... config.status: linking ../../gmp/mpn/generic/toom43_mul.c to mpn/toom43_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom53_mul.c to mpn/toom53_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom63_mul.c to mpn/toom63_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom44_mul.c to mpn/toom44_mul.c | |
yes | |
checking for uintptr_t... config.status: linking ../../gmp/mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c | |
config.status: linking ../../gmp/mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c | |
config.status: linking ../../gmp/mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c | |
config.status: linking ../../gmp/mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c | |
config.status: linking ../../gmp/mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c | |
config.status: linking ../../gmp/mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c | |
config.status: linking ../../gmp/mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
yes | |
checking for ptrdiff_t... config.status: linking ../../gmp/mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c | |
config.status: linking ../../gmp/mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c | |
config.status: linking ../../gmp/mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c | |
config.status: linking ../../gmp/mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c | |
config.status: linking ../../gmp/mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c | |
config.status: linking ../../gmp/mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c | |
config.status: linking ../../gmp/mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c | |
config.status: linking ../../gmp/mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c | |
config.status: linking ../../gmp/mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c | |
config.status: linking ../../gmp/mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c | |
config.status: linking ../../gmp/mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c | |
yes | |
checking whether struct tm is in sys/time.h or time.h... config.status: linking ../../gmp/mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c | |
config.status: linking ../../gmp/mpn/generic/invertappr.c to mpn/invertappr.c | |
config.status: linking ../../gmp/mpn/generic/invert.c to mpn/invert.c | |
config.status: linking ../../gmp/mpn/generic/binvert.c to mpn/binvert.c | |
config.status: linking ../../gmp/mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c | |
time.h | |
checking size of int... config.status: linking ../../gmp/mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c | |
config.status: linking ../../gmp/mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c | |
config.status: linking ../../gmp/mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c | |
config.status: linking ../../gmp/mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c | |
config.status: linking ../../gmp/mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c | |
config.status: linking ../../gmp/mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c | |
config.status: linking ../../gmp/mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c | |
config.status: linking ../../gmp/mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c | |
4 | |
checking size of long... config.status: linking ../../gmp/mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c | |
config.status: linking ../../gmp/mpn/generic/mu_div_q.c to mpn/mu_div_q.c | |
config.status: linking ../../gmp/mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c | |
config.status: linking ../../gmp/mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c | |
config.status: linking ../../gmp/mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c | |
config.status: linking ../../gmp/mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c | |
config.status: linking ../../gmp/mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c | |
config.status: linking ../../gmp/mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c | |
config.status: linking ../../gmp/mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c | |
config.status: linking ../../gmp/mpn/generic/bdiv_q.c to mpn/bdiv_q.c | |
config.status: linking ../../gmp/mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c | |
8 | |
checking for clearerr_unlocked... config.status: linking ../../gmp/mpn/generic/divexact.c to mpn/divexact.c | |
config.status: linking ../../gmp/mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c | |
config.status: linking ../../gmp/mpn/generic/redc_1.c to mpn/redc_1.c | |
config.status: linking ../../gmp/mpn/generic/redc_2.c to mpn/redc_2.c | |
config.status: linking ../../gmp/mpn/generic/redc_n.c to mpn/redc_n.c | |
config.status: linking ../../gmp/mpn/generic/powm.c to mpn/powm.c | |
yes | |
checking for feof_unlocked... config.status: linking ../../gmp/mpn/generic/powlo.c to mpn/powlo.c | |
config.status: linking ../../gmp/mpn/generic/powm_sec.c to mpn/powm_sec.c | |
config.status: linking ../../gmp/mpn/generic/subcnd_n.c to mpn/subcnd_n.c | |
config.status: linking ../../gmp/mpn/generic/redc_1_sec.c to mpn/redc_1_sec.c | |
config.status: linking ../../gmp/mpn/generic/trialdiv.c to mpn/trialdiv.c | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o | |
yes | |
config.status: linking ../../gmp/mpn/generic/remove.c to mpn/remove.c | |
checking for ferror_unlocked... config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/and_n.c | |
config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/andn_n.c | |
config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/nand_n.c | |
config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/ior_n.c | |
config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/iorn_n.c | |
config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/nior_n.c | |
yes | |
checking for fflush_unlocked... config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/xor_n.c | |
config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/xnor_n.c | |
config.status: linking ../../gmp/mpn/generic/copyi.c to mpn/copyi.c | |
config.status: linking ../../gmp/mpn/generic/copyd.c to mpn/copyd.c | |
config.status: linking ../../gmp/mpn/generic/zero.c to mpn/zero.c | |
config.status: linking ../../gmp/mpn/generic/gmp-mparam.h to gmp-mparam.h | |
config.status: executing libtool commands | |
yes | |
checking for fgetc_unlocked... yes | |
checking for fgets_unlocked... yes | |
checking for fileno_unlocked... yes | |
checking for fprintf_unlocked... no | |
checking for fputc_unlocked... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o cplus-dem.o | |
yes | |
checking for fputs_unlocked... yes | |
checking for fread_unlocked... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o md5.o | |
yes | |
checking for fwrite_unlocked... yes | |
checking for getchar_unlocked... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
yes | |
checking for getc_unlocked... yes | |
checking for putchar_unlocked... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sha1.c -o sha1.o | |
yes | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
checking for putc_unlocked... yes | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o alloca.o | |
checking whether abort is declared... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/argv.c -o pic/argv.o; \ | |
else true; fi | |
yes | |
checking whether asprintf is declared... yes | |
checking whether basename is declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o argv.o | |
yes | |
checking whether errno is declared... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o cp-demangle.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
else true; fi | |
no | |
checking whether getopt is declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o choose-temp.o | |
yes | |
checking whether vasprintf is declared... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/concat.c -o pic/concat.o; \ | |
else true; fi | |
yes | |
checking whether clearerr_unlocked is declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o concat.o | |
yes | |
checking whether feof_unlocked is declared... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
else true; fi | |
yes | |
checking whether ferror_unlocked is declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o cp-demint.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/crc32.c -o pic/crc32.o; \ | |
else true; fi | |
yes | |
checking whether fflush_unlocked is declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/crc32.c -o crc32.o | |
yes | |
checking whether fgetc_unlocked is declared... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
yes | |
checking whether fgets_unlocked is declared... yes | |
checking whether fileno_unlocked is declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o dyn-string.o | |
yes | |
checking whether fprintf_unlocked is declared... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o fdmatch.o | |
no | |
checking whether fputc_unlocked is declared... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
yes | |
checking whether fputs_unlocked is declared... yes | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o fibheap.o | |
checking whether fread_unlocked is declared... yes | |
checking whether fwrite_unlocked is declared... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
yes | |
checking whether getchar_unlocked is declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o filename_cmp.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o md5.o | |
yes | |
checking whether getc_unlocked is declared... ../../../libiberty/md5.c: In function ‘md5_finish_ctx’: | |
../../../libiberty/md5.c:117:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
*(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); | |
^ | |
../../../libiberty/md5.c:118:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
*(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | | |
^ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o floatformat.o | |
yes | |
checking whether putchar_unlocked is declared... yes | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
checking whether putc_unlocked is declared... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o fnmatch.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
yes | |
checking for working alloca.h... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o getopt.o | |
yes | |
checking for alloca... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
yes | |
checking for ANSI C header files... (cached) yes | |
checking for nl_langinfo and CODESET... make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/libdecnumber' | |
source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o getopt1.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
yes | |
checking whether NLS is requested... yes | |
checking for catalogs to be installed... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o getpwd.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o getruntime.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
be ca da de el es fi fr id ja nl ru sr sv tr uk vi zh_CN zh_TW be ca da de el es fi fr id ja nl ru sr sv tr uk vi zh_CN zh_TW | |
checking for uchar... | |
checking for ld used by GCC... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for shared library run path origin... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o hashtab.o | |
done | |
checking for iconv... yes | |
checking for iconv declaration... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o hex.o | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o lbasename.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c | |
config.status: creating Makefile | |
config.status: creating config.h | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o lrealpath.o | |
config.status: executing depdir commands | |
mkdir -p -- .deps | |
source='../../libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/decimal32.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o sha1.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o alloca.o | |
In file included from ../../libdecnumber/dpd/decimal32.c:43:0, | |
from ../../libdecnumber/bid/decimal32.c:31: | |
../../libdecnumber/dpd/decimal32.c: In function ‘__dpd32FromNumber’: | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal32.c:173:3: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d32->bytes, targ); /* directly store the int */ | |
^ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
source='../../libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/decimal64.c | |
source='../../libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/decimal128.c | |
In file included from ../../libdecnumber/dpd/decimal128.c:43:0, | |
from ../../libdecnumber/bid/decimal128.c:31: | |
../../libdecnumber/dpd/decimal128.c: In function ‘__dpd128FromNumber’: | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal128.c:172:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d128->bytes, targlo); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal128.c:173:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d128->bytes+4, targml); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal128.c:174:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d128->bytes+8, targmh); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal128.c:175:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d128->bytes+12, targhi); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal128.c:179:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d128->bytes, targhi); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal128.c:180:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d128->bytes+4, targmh); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal128.c:181:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d128->bytes+8, targml); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal128.c:182:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d128->bytes+12, targlo); | |
^ | |
In file included from ../../libdecnumber/dpd/decimal64.c:43:0, | |
from ../../libdecnumber/bid/decimal64.c:31: | |
../../libdecnumber/dpd/decimal64.c: In function ‘__dpd64FromNumber’: | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal64.c:193:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d64->bytes, targar[0]); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal64.c:194:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d64->bytes+4, targar[1]); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal64.c:198:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d64->bytes, targar[1]); | |
^ | |
../../libdecnumber/decNumberLocal.h:159:69: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
#define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork) | |
^ | |
../../libdecnumber/dpd/decimal64.c:199:5: note: in expansion of macro ‘UBFROMUI’ | |
UBFROMUI(d64->bytes+4, targar[0]); | |
^ | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o make-temp-file.o | |
source='../../libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/bid2dpd_dpd2bid.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o objalloc.o | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o obstack.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o pic/argv.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o argv.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o partition.o | |
source='../../libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/host-ieee32.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
source='../../libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/host-ieee64.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o choose-temp.o | |
source='../../libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc -I../../libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/host-ieee128.c | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pexecute.o | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o physmem.o | |
rm -f libdecnumber.a | |
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o | |
ranlib libdecnumber.a | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/libdecnumber' | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o pic/concat.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o concat.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp' | |
gcc `test -f 'gen-fac_ui.c' || echo '../../gmp/'`gen-fac_ui.c -o gen-fac_ui | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pex-one.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pex-common.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o cp-demint.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o pic/crc32.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o crc32.o | |
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pex-unix.o | |
gcc `test -f 'gen-fib.c' || echo '../../gmp/'`gen-fib.c -o gen-fib | |
gcc `test -f 'gen-bases.c' || echo '../../gmp/'`gen-bases.c -o gen-bases -lm | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o dyn-string.o | |
rm -f ./libiberty.a pic/./libiberty.a | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o | |
ranlib ./libiberty.a | |
if [ x"-fpic" != x ]; then \ | |
cd pic; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/libiberty' | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o fdmatch.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o fibheap.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o filename_cmp.o | |
gcc `test -f 'gen-trialdivtab.c' || echo '../../gmp/'`gen-trialdivtab.c -o gen-trialdivtab -lm | |
gcc `test -f 'gen-psqr.c' || echo '../../gmp/'`gen-psqr.c -o gen-psqr -lm | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o floatformat.o | |
./gen-fac_ui 64 0 >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1) | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o fnmatch.o | |
./gen-fib header 64 0 >fib_table.h || (rm -f fib_table.h; exit 1) | |
./gen-fib table 64 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1) | |
./gen-bases header 64 0 >mp_bases.h || (rm -f mp_bases.h; exit 1) | |
./gen-bases table 64 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1) | |
./gen-trialdivtab 64 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1) | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/zlib' | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../zlib/'`adler32.c | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o getopt.o | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../zlib/'`compress.c | |
./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1) | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o getopt1.o | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../zlib/'`crc32.c | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/libcpp' | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../libcpp/charset.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o getpwd.o | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../zlib/'`deflate.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o getruntime.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o hashtab.o | |
make all-recursive | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp' | |
Making all in tests | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests' | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../libcpp/directives.c | |
Making all in . | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests' | |
make[6]: Nothing to be done for 'all-am'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests' | |
Making all in devel | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/devel' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/devel' | |
Making all in mpn | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpn' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpn' | |
Making all in mpz | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-gzio.o `test -f 'gzio.c' || echo '../../zlib/'`gzio.c | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpz' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpz' | |
Making all in mpq | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpq' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpq' | |
Making all in mpf | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpf' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpf' | |
Making all in rand | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/rand' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/rand' | |
Making all in misc | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/misc' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/misc' | |
Making all in cxx | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/cxx' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/cxx' | |
Making all in mpbsd | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpbsd' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests/mpbsd' | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tests' | |
Making all in mpn | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpn' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo fib_table | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o fib_table.lo fib_table.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_fib_table -DNO_ASM -g -fkeep-inline-functions -c fib_table.c -o fib_table.o | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../zlib/'`infback.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mp_bases | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mp_bases.lo mp_bases.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mp_bases -DNO_ASM -g -fkeep-inline-functions -c mp_bases.c -o mp_bases.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o hex.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../libcpp/directives-only.c | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o lbasename.o | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../zlib/'`inffast.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o add.lo add.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add -DNO_ASM -g -fkeep-inline-functions -c add.c -o add.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o lrealpath.o | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../zlib/'`inflate.c | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../libcpp/errors.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o add_1.lo add_1.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add_1 -DNO_ASM -g -fkeep-inline-functions -c add_1.c -o add_1.o | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../libcpp/expr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o add_n.lo add_n.c | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../zlib/'`inftrees.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add_n -DNO_ASM -g -fkeep-inline-functions -c add_n.c -o add_n.o | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../zlib/'`trees.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o make-temp-file.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sub.lo sub.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub -DNO_ASM -g -fkeep-inline-functions -c sub.c -o sub.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o objalloc.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sub_1.lo sub_1.c | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../libcpp/files.c | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../zlib/'`uncompr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub_1 -DNO_ASM -g -fkeep-inline-functions -c sub_1.c -o sub_1.o | |
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -g -fkeep-inline-functions -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../zlib/'`zutil.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o obstack.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sub_n.lo sub_n.c | |
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -fkeep-inline-functions" "CXXFLAGS=-g -fkeep-inline-functions" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2" "infodir=/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/share/info" "libdir=/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/lib" "prefix=/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2" "tooldir=/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/x86_64-unknown-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub_n -DNO_ASM -g -fkeep-inline-functions -c sub_n.c -o sub_n.o | |
rm -f libz.a | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o partition.o | |
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzio.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o | |
ranlib libz.a | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/zlib' | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pexecute.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo neg | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o neg.lo neg.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo com | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o com.lo com.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o physmem.o | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../libcpp/identifiers.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_neg -DNO_ASM -g -fkeep-inline-functions -c neg.c -o neg.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_com -DNO_ASM -g -fkeep-inline-functions -c com.c -o com.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pex-common.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mul_1.lo mul_1.c | |
echo "#define LOCALEDIR \"/home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/share/locale\"" > localedir.new | |
../../libcpp/../move-if-change localedir.new localedir.h | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul_1 -DNO_ASM -g -fkeep-inline-functions -c mul_1.c -o mul_1.o | |
echo timestamp > localedir.hs | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../libcpp/lex.c | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/lto-plugin' | |
make all-am | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/lto-plugin' | |
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -fkeep-inline-functions -c -o lto-plugin.lo ../../lto-plugin/lto-plugin.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo addmul_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o addmul_1.lo addmul_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -fkeep-inline-functions -c ../../lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_addmul_1 -DNO_ASM -g -fkeep-inline-functions -c addmul_1.c -o addmul_1.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo submul_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o submul_1.lo submul_1.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pex-one.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_submul_1 -DNO_ASM -g -fkeep-inline-functions -c submul_1.c -o submul_1.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pex-unix.o | |
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=link gcc -Wall -g -fkeep-inline-functions -module -bindir /home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/libexec/gcc/x86_64-unknown-linux-gnu/4.7.2 -o liblto_plugin.la -rpath /home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/libexec/gcc/x86_64-unknown-linux-gnu/4.7.2 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo lshift | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o lshift.lo lshift.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_lshift -DNO_ASM -g -fkeep-inline-functions -c lshift.c -o lshift.o | |
libtool: link: gcc -shared .libs/lto-plugin.o ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0 | |
rm -f ./libiberty.a pic/./libiberty.a | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../libcpp/line-map.c | |
libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0") | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo rshift | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o rshift.lo rshift.c | |
ranlib ./libiberty.a | |
libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so") | |
if [ x"" != x ]; then \ | |
cd pic; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi | |
libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" ) | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/build-x86_64-unknown-linux-gnu/libiberty' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dive_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o dive_1.lo dive_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_rshift -DNO_ASM -g -fkeep-inline-functions -c rshift.c -o rshift.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dive_1 -DNO_ASM -g -fkeep-inline-functions -c dive_1.c -o dive_1.o | |
libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/lto-plugin/.././gcc/liblto_plugin.so.0.0.0 | |
libtool: install: (cd /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/lto-plugin/.././gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; }) | |
libtool: install: (cd /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/lto-plugin/.././gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/lto-plugin/.././gcc/liblto_plugin.la | |
libtool: install: warning: remember to run `libtool --finish /home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/libexec/gcc/x86_64-unknown-linux-gnu/4.7.2' | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/lto-plugin' | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/lto-plugin' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo diveby3 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o diveby3.lo diveby3.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_diveby3 -DNO_ASM -g -fkeep-inline-functions -c diveby3.c -o diveby3.o | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/build-x86_64-unknown-linux-gnu/fixincludes' | |
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c | |
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divis | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o divis.lo divis.c | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../libcpp/macro.c | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../libcpp/mkdeps.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divis -DNO_ASM -g -fkeep-inline-functions -c divis.c -o divis.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divrem | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o divrem.lo divrem.c | |
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divrem -DNO_ASM -g -fkeep-inline-functions -c divrem.c -o divrem.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divrem_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o divrem_1.lo divrem_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divrem_1 -DNO_ASM -g -fkeep-inline-functions -c divrem_1.c -o divrem_1.o | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../libcpp/pch.c | |
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c | |
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divrem_2 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o divrem_2.lo divrem_2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divrem_2 -DNO_ASM -g -fkeep-inline-functions -c divrem_2.c -o divrem_2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo fib2_ui | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o fib2_ui.lo fib2_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_fib2_ui -DNO_ASM -g -fkeep-inline-functions -c fib2_ui.c -o fib2_ui.o | |
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../libcpp/symtab.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mod_1.lo mod_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1 -DNO_ASM -g -fkeep-inline-functions -c mod_1.c -o mod_1.o | |
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mod_34lsub1.lo mod_34lsub1.c | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../libcpp/traditional.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_34lsub1 -DNO_ASM -g -fkeep-inline-functions -c mod_34lsub1.c -o mod_34lsub1.o | |
srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh x86_64-unknown-linux-gnu | |
sed -e 's/@gcc_version@/4.7.2/' < mkheaders.almost > mkheadersT | |
mv -f mkheadersT mkheaders | |
gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mode1o | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mode1o.lo mode1o.c | |
echo timestamp > full-stamp | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o pre_divrem_1.lo pre_divrem_1.c | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/build-x86_64-unknown-linux-gnu/fixincludes' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o pre_mod_1.lo pre_mod_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mode1o -DNO_ASM -g -fkeep-inline-functions -c mode1o.c -o mode1o.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_pre_divrem_1 -DNO_ASM -g -fkeep-inline-functions -c pre_divrem_1.c -o pre_divrem_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_pre_mod_1 -DNO_ASM -g -fkeep-inline-functions -c pre_mod_1.c -o pre_mod_1.o | |
gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -fkeep-inline-functions -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../libcpp/init.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dump | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o dump.lo dump.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mod_1_1.lo mod_1_1.c | |
Configuring stage 1 in ./gcc | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dump -DNO_ASM -g -fkeep-inline-functions -c dump.c -o dump.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1_1 -DNO_ASM -g -fkeep-inline-functions -c mod_1_1.c -o mod_1_1.o | |
rm -f libcpp.a | |
ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mod_1_2.lo mod_1_2.c | |
ranlib libcpp.a | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/libcpp' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mod_1_3.lo mod_1_3.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1_2 -DNO_ASM -g -fkeep-inline-functions -c mod_1_2.c -o mod_1_2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mod_1_4.lo mod_1_4.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1_3 -DNO_ASM -g -fkeep-inline-functions -c mod_1_3.c -o mod_1_3.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1_4 -DNO_ASM -g -fkeep-inline-functions -c mod_1_4.c -o mod_1_4.o | |
configure: creating cache ./config.cache | |
checking build system type... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo lshiftc | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o lshiftc.lo lshiftc.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mul.lo mul.c | |
x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_lshiftc -DNO_ASM -g -fkeep-inline-functions -c lshiftc.c -o lshiftc.o | |
x86_64-unknown-linux-gnu | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul -DNO_ASM -g -fkeep-inline-functions -c mul.c -o mul.o | |
checking LIBRARY_PATH variable... ok | |
checking GCC_EXEC_PREFIX variable... ok | |
checking whether to place generated files in the source directory... no | |
checking whether a default linker was specified... no | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul_fft | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mul_fft.lo mul_fft.c | |
checking whether a default assembler was specified... no | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
checking for C compiler default output file name... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul_fft -DNO_ASM -g -fkeep-inline-functions -c mul_fft.c -o mul_fft.o | |
a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mul_n.lo mul_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul_n -DNO_ASM -g -fkeep-inline-functions -c mul_n.c -o mul_n.o | |
checking for suffix of object files... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sqr.lo sqr.c | |
o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqr -DNO_ASM -g -fkeep-inline-functions -c sqr.c -o sqr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul_basecase | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mul_basecase.lo mul_basecase.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sqr_basecase.lo sqr_basecase.c | |
yes | |
checking for gcc option to accept ISO C89... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul_basecase -DNO_ASM -g -fkeep-inline-functions -c mul_basecase.c -o mul_basecase.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqr_basecase -DNO_ASM -g -fkeep-inline-functions -c sqr_basecase.c -o sqr_basecase.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o nussbaumer_mul.lo nussbaumer_mul.c | |
none needed | |
checking whether gcc and cc understand -c and -o together... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_nussbaumer_mul -DNO_ASM -g -fkeep-inline-functions -c nussbaumer_mul.c -o nussbaumer_mul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo random | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o random.lo random.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo random2 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o random2.lo random2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_random -DNO_ASM -g -fkeep-inline-functions -c random.c -o random.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_random2 -DNO_ASM -g -fkeep-inline-functions -c random2.c -o random2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo pow_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o pow_1.lo pow_1.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo rootrem | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o rootrem.lo rootrem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_pow_1 -DNO_ASM -g -fkeep-inline-functions -c pow_1.c -o pow_1.o | |
checking whether we are using the GNU C++ compiler... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqrtrem | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sqrtrem.lo sqrtrem.c | |
yes | |
checking whether g++ accepts -g... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_rootrem -DNO_ASM -g -fkeep-inline-functions -c rootrem.c -o rootrem.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqrtrem -DNO_ASM -g -fkeep-inline-functions -c sqrtrem.c -o sqrtrem.o | |
yes | |
checking for x86_64-unknown-linux-gnu-gnatbind... no | |
checking for x86_64-unknown-linux-gnu-gnatmake... no | |
checking whether compiler driver understands Ada... no | |
checking how to run the C preprocessor... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo get_str | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o get_str.lo get_str.c | |
gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_get_str -DNO_ASM -g -fkeep-inline-functions -c get_str.c -o get_str.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo set_str | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o set_str.lo set_str.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo scan0 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o scan0.lo scan0.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_scan0 -DNO_ASM -g -fkeep-inline-functions -c scan0.c -o scan0.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_set_str -DNO_ASM -g -fkeep-inline-functions -c set_str.c -o set_str.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo scan1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o scan1.lo scan1.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo popcount | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o popcount.lo popcount.c | |
yes | |
checking for sys/types.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_scan1 -DNO_ASM -g -fkeep-inline-functions -c scan1.c -o scan1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_popcount -DNO_ASM -g -fkeep-inline-functions -c popcount.c -o popcount.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hamdist | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o hamdist.lo hamdist.c | |
yes | |
checking for sys/stat.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hamdist -DNO_ASM -g -fkeep-inline-functions -c hamdist.c -o hamdist.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo cmp | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o cmp.lo cmp.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo perfsqr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o perfsqr.lo perfsqr.c | |
yes | |
checking for stdlib.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_cmp -DNO_ASM -g -fkeep-inline-functions -c cmp.c -o cmp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_perfsqr -DNO_ASM -g -fkeep-inline-functions -c perfsqr.c -o perfsqr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo perfpow | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o perfpow.lo perfpow.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_perfpow -DNO_ASM -g -fkeep-inline-functions -c perfpow.c -o perfpow.o | |
checking for string.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o gcd_1.lo gcd_1.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o gcd.lo gcd.c | |
checking for memory.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd_1 -DNO_ASM -g -fkeep-inline-functions -c gcd_1.c -o gcd_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd -DNO_ASM -g -fkeep-inline-functions -c gcd.c -o gcd.o | |
yes | |
checking for strings.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o gcdext_1.lo gcdext_1.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcdext | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o gcdext.lo gcdext.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd_lehmer | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o gcd_lehmer.lo gcd_lehmer.c | |
checking for inttypes.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcdext_1 -DNO_ASM -g -fkeep-inline-functions -c gcdext_1.c -o gcdext_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcdext -DNO_ASM -g -fkeep-inline-functions -c gcdext.c -o gcdext.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd_lehmer -DNO_ASM -g -fkeep-inline-functions -c gcd_lehmer.c -o gcd_lehmer.o | |
yes | |
checking for stdint.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o gcd_subdiv_step.lo gcd_subdiv_step.c | |
yes | |
checking for unistd.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o gcdext_lehmer.lo gcdext_lehmer.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd_subdiv_step -DNO_ASM -g -fkeep-inline-functions -c gcd_subdiv_step.c -o gcd_subdiv_step.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcdext_lehmer -DNO_ASM -g -fkeep-inline-functions -c gcdext_lehmer.c -o gcdext_lehmer.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcdext_subdiv_step | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o gcdext_subdiv_step.lo gcdext_subdiv_step.c | |
checking minix/config.h usability... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcdext_subdiv_step -DNO_ASM -g -fkeep-inline-functions -c gcdext_subdiv_step.c -o gcdext_subdiv_step.o | |
no | |
checking minix/config.h presence... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo div_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o div_q.lo div_q.c | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_qr.lo tdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_div_q -DNO_ASM -g -fkeep-inline-functions -c div_q.c -o div_q.o | |
yes | |
checking how to run the C preprocessor... gcc -E | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_tdiv_qr -DNO_ASM -g -fkeep-inline-functions -c tdiv_qr.c -o tdiv_qr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo jacbase | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o jacbase.lo jacbase.c | |
checking for inline... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_jacbase -DNO_ASM -g -fkeep-inline-functions -c jacbase.c -o jacbase.o | |
inline | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo get_d | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o get_d.lo get_d.c | |
no | |
checking size of void *... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_get_d -DNO_ASM -g -fkeep-inline-functions -c get_d.c -o get_d.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o matrix22_mul.lo matrix22_mul.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd2 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o hgcd2.lo hgcd2.c | |
8 | |
checking size of short... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd2 -DNO_ASM -g -fkeep-inline-functions -c hgcd2.c -o hgcd2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_matrix22_mul -DNO_ASM -g -fkeep-inline-functions -c matrix22_mul.c -o matrix22_mul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o hgcd.lo hgcd.c | |
2 | |
checking size of int... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd -DNO_ASM -g -fkeep-inline-functions -c hgcd.c -o hgcd.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mullo_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mullo_n.lo mullo_n.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mullo_basecase.lo mullo_basecase.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mullo_n -DNO_ASM -g -fkeep-inline-functions -c mullo_n.c -o mullo_n.o | |
4 | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mullo_basecase -DNO_ASM -g -fkeep-inline-functions -c mullo_basecase.c -o mullo_basecase.o | |
checking size of long... 8 | |
checking for long long... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom22_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom22_mul.lo toom22_mul.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom32_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom32_mul.lo toom32_mul.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom42_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom42_mul.lo toom42_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom22_mul -DNO_ASM -g -fkeep-inline-functions -c toom22_mul.c -o toom22_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom42_mul -DNO_ASM -g -fkeep-inline-functions -c toom42_mul.c -o toom42_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom32_mul -DNO_ASM -g -fkeep-inline-functions -c toom32_mul.c -o toom32_mul.o | |
yes | |
checking size of long long... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom52_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom52_mul.lo toom52_mul.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom62_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom62_mul.lo toom62_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom52_mul -DNO_ASM -g -fkeep-inline-functions -c toom52_mul.c -o toom52_mul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom33_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom33_mul.lo toom33_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom62_mul -DNO_ASM -g -fkeep-inline-functions -c toom62_mul.c -o toom62_mul.o | |
8 | |
checking for __int64... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom33_mul -DNO_ASM -g -fkeep-inline-functions -c toom33_mul.c -o toom33_mul.o | |
no | |
checking for int8_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom43_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom43_mul.lo toom43_mul.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom53_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom53_mul.lo toom53_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom43_mul -DNO_ASM -g -fkeep-inline-functions -c toom43_mul.c -o toom43_mul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom63_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom63_mul.lo toom63_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom53_mul -DNO_ASM -g -fkeep-inline-functions -c toom53_mul.c -o toom53_mul.o | |
yes | |
checking for int16_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom63_mul -DNO_ASM -g -fkeep-inline-functions -c toom63_mul.c -o toom63_mul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom44_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom44_mul.lo toom44_mul.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom6h_mul.lo toom6h_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom44_mul -DNO_ASM -g -fkeep-inline-functions -c toom44_mul.c -o toom44_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom6h_mul -DNO_ASM -g -fkeep-inline-functions -c toom6h_mul.c -o toom6h_mul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom6_sqr.lo toom6_sqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom6_sqr -DNO_ASM -g -fkeep-inline-functions -c toom6_sqr.c -o toom6_sqr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom8h_mul.lo toom8h_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom8h_mul -DNO_ASM -g -fkeep-inline-functions -c toom8h_mul.c -o toom8h_mul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom8_sqr.lo toom8_sqr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_couple_handling.lo toom_couple_handling.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom8_sqr -DNO_ASM -g -fkeep-inline-functions -c toom8_sqr.c -o toom8_sqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_couple_handling -DNO_ASM -g -fkeep-inline-functions -c toom_couple_handling.c -o toom_couple_handling.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom2_sqr.lo toom2_sqr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom3_sqr.lo toom3_sqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom2_sqr -DNO_ASM -g -fkeep-inline-functions -c toom2_sqr.c -o toom2_sqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom3_sqr -DNO_ASM -g -fkeep-inline-functions -c toom3_sqr.c -o toom3_sqr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom4_sqr.lo toom4_sqr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom4_sqr -DNO_ASM -g -fkeep-inline-functions -c toom4_sqr.c -o toom4_sqr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_dgr3_pm1 -DNO_ASM -g -fkeep-inline-functions -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_dgr3_pm2 -DNO_ASM -g -fkeep-inline-functions -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_eval_pm1.lo toom_eval_pm1.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_eval_pm2.lo toom_eval_pm2.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_pm2exp -DNO_ASM -g -fkeep-inline-functions -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_pm1 -DNO_ASM -g -fkeep-inline-functions -c toom_eval_pm1.c -o toom_eval_pm1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_pm2 -DNO_ASM -g -fkeep-inline-functions -c toom_eval_pm2.c -o toom_eval_pm2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_pm2rexp -DNO_ASM -g -fkeep-inline-functions -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_6pts -DNO_ASM -g -fkeep-inline-functions -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_5pts -DNO_ASM -g -fkeep-inline-functions -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_7pts -DNO_ASM -g -fkeep-inline-functions -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_8pts -DNO_ASM -g -fkeep-inline-functions -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_12pts -DNO_ASM -g -fkeep-inline-functions -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_16pts -DNO_ASM -g -fkeep-inline-functions -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo invertappr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o invertappr.lo invertappr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo invert | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o invert.lo invert.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_invert -DNO_ASM -g -fkeep-inline-functions -c invert.c -o invert.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_invertappr -DNO_ASM -g -fkeep-inline-functions -c invertappr.c -o invertappr.o | |
yes | |
checking for int32_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo binvert | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o binvert.lo binvert.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_binvert -DNO_ASM -g -fkeep-inline-functions -c binvert.c -o binvert.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mulmod_bnm1.lo mulmod_bnm1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mulmod_bnm1 -DNO_ASM -g -fkeep-inline-functions -c mulmod_bnm1.c -o mulmod_bnm1.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sqrmod_bnm1.lo sqrmod_bnm1.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sbpi1_div_q.lo sbpi1_div_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqrmod_bnm1 -DNO_ASM -g -fkeep-inline-functions -c sqrmod_bnm1.c -o sqrmod_bnm1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_div_q -DNO_ASM -g -fkeep-inline-functions -c sbpi1_div_q.c -o sbpi1_div_q.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sbpi1_div_qr.lo sbpi1_div_qr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_div_qr -DNO_ASM -g -fkeep-inline-functions -c sbpi1_div_qr.c -o sbpi1_div_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_divappr_q -DNO_ASM -g -fkeep-inline-functions -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o dcpi1_div_q.lo dcpi1_div_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_div_q -DNO_ASM -g -fkeep-inline-functions -c dcpi1_div_q.c -o dcpi1_div_q.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o dcpi1_div_qr.lo dcpi1_div_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_div_qr -DNO_ASM -g -fkeep-inline-functions -c dcpi1_div_qr.c -o dcpi1_div_qr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mu_div_qr.lo mu_div_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_divappr_q -DNO_ASM -g -fkeep-inline-functions -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_div_qr -DNO_ASM -g -fkeep-inline-functions -c mu_div_qr.c -o mu_div_qr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mu_divappr_q.lo mu_divappr_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_divappr_q -DNO_ASM -g -fkeep-inline-functions -c mu_divappr_q.c -o mu_divappr_q.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_div_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mu_div_q.lo mu_div_q.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o bdiv_q_1.lo bdiv_q_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_div_q -DNO_ASM -g -fkeep-inline-functions -c mu_div_q.c -o mu_div_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bdiv_q_1 -DNO_ASM -g -fkeep-inline-functions -c bdiv_q_1.c -o bdiv_q_1.o | |
yes | |
checking for int64_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_bdiv_q -DNO_ASM -g -fkeep-inline-functions -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c | |
yes | |
checking for long long int... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_bdiv_q -DNO_ASM -g -fkeep-inline-functions -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_bdiv_qr -DNO_ASM -g -fkeep-inline-functions -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_bdiv_qr -DNO_ASM -g -fkeep-inline-functions -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mu_bdiv_q.lo mu_bdiv_q.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o mu_bdiv_qr.lo mu_bdiv_qr.c | |
yes | |
checking for intmax_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_bdiv_q -DNO_ASM -g -fkeep-inline-functions -c mu_bdiv_q.c -o mu_bdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_bdiv_qr -DNO_ASM -g -fkeep-inline-functions -c mu_bdiv_qr.c -o mu_bdiv_qr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bdiv_q | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o bdiv_q.lo bdiv_q.c | |
yes | |
checking for intptr_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bdiv_q -DNO_ASM -g -fkeep-inline-functions -c bdiv_q.c -o bdiv_q.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o bdiv_qr.lo bdiv_qr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divexact | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o divexact.lo divexact.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bdiv_qr -DNO_ASM -g -fkeep-inline-functions -c bdiv_qr.c -o bdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divexact -DNO_ASM -g -fkeep-inline-functions -c divexact.c -o divexact.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o bdiv_dbm1c.lo bdiv_dbm1c.c | |
yes | |
checking for uint8_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bdiv_dbm1c -DNO_ASM -g -fkeep-inline-functions -c bdiv_dbm1c.c -o bdiv_dbm1c.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo redc_1 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o redc_1.lo redc_1.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo redc_2 | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o redc_2.lo redc_2.c | |
yes | |
checking for uint16_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_redc_1 -DNO_ASM -g -fkeep-inline-functions -c redc_1.c -o redc_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_redc_2 -DNO_ASM -g -fkeep-inline-functions -c redc_2.c -o redc_2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo redc_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o redc_n.lo redc_n.c | |
yes | |
checking for uint32_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_redc_n -DNO_ASM -g -fkeep-inline-functions -c redc_n.c -o redc_n.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo powm | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o powm.lo powm.c | |
yes | |
checking for uint64_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_powm -DNO_ASM -g -fkeep-inline-functions -c powm.c -o powm.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo powlo | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o powlo.lo powlo.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo powm_sec | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o powm_sec.lo powm_sec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_powlo -DNO_ASM -g -fkeep-inline-functions -c powlo.c -o powlo.o | |
yes | |
checking for unsigned long long int... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_powm_sec -DNO_ASM -g -fkeep-inline-functions -c powm_sec.c -o powm_sec.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo subcnd_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o subcnd_n.lo subcnd_n.c | |
yes | |
checking for uintmax_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo redc_1_sec | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o redc_1_sec.lo redc_1_sec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_subcnd_n -DNO_ASM -g -fkeep-inline-functions -c subcnd_n.c -o subcnd_n.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo trialdiv | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o trialdiv.lo trialdiv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_redc_1_sec -DNO_ASM -g -fkeep-inline-functions -c redc_1_sec.c -o redc_1_sec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_trialdiv -DNO_ASM -g -fkeep-inline-functions -c trialdiv.c -o trialdiv.o | |
yes | |
checking for uintptr_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo remove | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o remove.lo remove.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo and_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o and_n.lo and_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_remove -DNO_ASM -g -fkeep-inline-functions -c remove.c -o remove.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_and_n -DNO_ASM -g -fkeep-inline-functions -c and_n.c -o and_n.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo andn_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o andn_n.lo andn_n.c | |
checking whether gcc supports -W... yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_andn_n -DNO_ASM -g -fkeep-inline-functions -c andn_n.c -o andn_n.o | |
checking whether gcc supports -Wall... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo nand_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o nand_n.lo nand_n.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo ior_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o ior_n.lo ior_n.c | |
yes | |
checking whether gcc supports -Wnarrowing... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_ior_n -DNO_ASM -g -fkeep-inline-functions -c ior_n.c -o ior_n.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_nand_n -DNO_ASM -g -fkeep-inline-functions -c nand_n.c -o nand_n.o | |
yes | |
checking whether gcc supports -Wwrite-strings... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo iorn_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o iorn_n.lo iorn_n.c | |
yes | |
checking whether gcc supports -Wcast-qual... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo nior_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o nior_n.lo nior_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_iorn_n -DNO_ASM -g -fkeep-inline-functions -c iorn_n.c -o iorn_n.o | |
yes | |
checking whether gcc supports -Wstrict-prototypes... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo xor_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o xor_n.lo xor_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_nior_n -DNO_ASM -g -fkeep-inline-functions -c nior_n.c -o nior_n.o | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_xor_n -DNO_ASM -g -fkeep-inline-functions -c xor_n.c -o xor_n.o | |
checking whether gcc supports -Wmissing-prototypes... yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo xnor_n | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o xnor_n.lo xnor_n.c | |
checking whether gcc supports -Wmissing-format-attribute... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo copyi | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o copyi.lo copyi.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo copyd | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o copyd.lo copyd.c | |
checking whether gcc supports -Wold-style-definition... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_xnor_n -DNO_ASM -g -fkeep-inline-functions -c xnor_n.c -o xnor_n.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_copyi -DNO_ASM -g -fkeep-inline-functions -c copyi.c -o copyi.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_copyd -DNO_ASM -g -fkeep-inline-functions -c copyd.c -o copyd.o | |
yes | |
checking whether gcc supports -Wc++-compat... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo zero | sed 's/_$//'` -DNO_ASM -g -fkeep-inline-functions -c -o zero.lo zero.c | |
yes | |
checking whether gcc supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes | |
checking whether gcc supports -fno-exceptions... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_zero -DNO_ASM -g -fkeep-inline-functions -c zero.c -o zero.o | |
yes | |
checking whether gcc supports -fno-rtti... yes | |
checking valgrind.h usability... /bin/sh ../libtool --tag=CC --mode=link gcc -g -fkeep-inline-functions -o libmpn.la fib_table.lo mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfsqr.lo perfpow.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_lehmer.lo gcd_subdiv_step.lo gcdext_lehmer.lo gcdext_subdiv_step.lo div_q.lo tdiv_qr.lo jacbase.lo get_d.lo matrix22_mul.lo hgcd2.lo hgcd.lo mullo_n.lo mullo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo powm_sec.lo subcnd_n.lo redc_1_sec.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo | |
no | |
checking valgrind.h presence... no | |
checking for valgrind.h... no | |
configure: WARNING: fixed-point is not supported for this target, ignored | |
checking whether make sets $(MAKE)... yes | |
checking for gawk... gawk | |
checking whether ln -s works... yes | |
checking whether ln works... yes | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking for a BSD compatible install... /usr/bin/install -c | |
checking for cmp's capabilities... gnucompare | |
checking for mktemp... yes | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
checking for modern makeinfo... libtool: link: ar rc .libs/libmpn.a fib_table.o mp_bases.o add.o add_1.o add_n.o sub.o sub_1.o sub_n.o neg.o com.o mul_1.o addmul_1.o submul_1.o lshift.o rshift.o dive_1.o diveby3.o divis.o divrem.o divrem_1.o divrem_2.o fib2_ui.o mod_1.o mod_34lsub1.o mode1o.o pre_divrem_1.o pre_mod_1.o dump.o mod_1_1.o mod_1_2.o mod_1_3.o mod_1_4.o lshiftc.o mul.o mul_fft.o mul_n.o sqr.o mul_basecase.o sqr_basecase.o nussbaumer_mul.o random.o random2.o pow_1.o rootrem.o sqrtrem.o get_str.o set_str.o scan0.o scan1.o popcount.o hamdist.o cmp.o perfsqr.o perfpow.o gcd_1.o gcd.o gcdext_1.o gcdext.o gcd_lehmer.o gcd_subdiv_step.o gcdext_lehmer.o gcdext_subdiv_step.o div_q.o tdiv_qr.o jacbase.o get_d.o matrix22_mul.o hgcd2.o hgcd.o mullo_n.o mullo_basecase.o toom22_mul.o toom32_mul.o toom42_mul.o toom52_mul.o toom62_mul.o toom33_mul.o toom43_mul.o toom53_mul.o toom63_mul.o toom44_mul.o toom6h_mul.o toom6_sqr.o toom8h_mul.o toom8_sqr.o toom_couple_handling.o toom2_sqr.o toom3_sqr.o toom4_sqr.o toom_eval_dgr3_pm1.o toom_eval_dgr3_pm2.o toom_eval_pm1.o toom_eval_pm2.o toom_eval_pm2exp.o toom_eval_pm2rexp.o toom_interpolate_5pts.o toom_interpolate_6pts.o toom_interpolate_7pts.o toom_interpolate_8pts.o toom_interpolate_12pts.o toom_interpolate_16pts.o invertappr.o invert.o binvert.o mulmod_bnm1.o sqrmod_bnm1.o sbpi1_div_q.o sbpi1_div_qr.o sbpi1_divappr_q.o dcpi1_div_q.o dcpi1_div_qr.o dcpi1_divappr_q.o mu_div_qr.o mu_divappr_q.o mu_div_q.o bdiv_q_1.o sbpi1_bdiv_q.o sbpi1_bdiv_qr.o dcpi1_bdiv_q.o dcpi1_bdiv_qr.o mu_bdiv_q.o mu_bdiv_qr.o bdiv_q.o bdiv_qr.o divexact.o bdiv_dbm1c.o redc_1.o redc_2.o redc_n.o powm.o powlo.o powm_sec.o subcnd_n.o redc_1_sec.o trialdiv.o remove.o and_n.o andn_n.o nand_n.o ior_n.o iorn_n.o nior_n.o xor_n.o xnor_n.o copyi.o copyd.o zero.o | |
libtool: link: ranlib .libs/libmpn.a | |
libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" ) | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpn' | |
Making all in mpz | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpz' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o add.lo ../../../gmp/mpz/add.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o add_ui.lo ../../../gmp/mpz/add_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o abs.lo ../../../gmp/mpz/abs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/add.c -o add.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/add_ui.c -o add_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/abs.c -o abs.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o aorsmul.lo ../../../gmp/mpz/aorsmul.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o aorsmul_i.lo ../../../gmp/mpz/aorsmul_i.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/aorsmul_i.c -o aorsmul_i.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/aorsmul.c -o aorsmul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o and.lo ../../../gmp/mpz/and.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/and.c -o and.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o array_init.lo ../../../gmp/mpz/array_init.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o bin_ui.lo ../../../gmp/mpz/bin_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/array_init.c -o array_init.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o bin_uiui.lo ../../../gmp/mpz/bin_uiui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/bin_ui.c -o bin_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/bin_uiui.c -o bin_uiui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cdiv_q.lo ../../../gmp/mpz/cdiv_q.c | |
yes | |
checking for recent Pod::Man... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cdiv_q.c -o cdiv_q.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cdiv_q_ui.lo ../../../gmp/mpz/cdiv_q_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cdiv_qr.lo ../../../gmp/mpz/cdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cdiv_q_ui.c -o cdiv_q_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cdiv_qr.c -o cdiv_qr.o | |
yes | |
checking for flex... flex | |
checking for bison... bison | |
checking for nm... nm | |
checking for ar... ar | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cdiv_qr_ui.lo ../../../gmp/mpz/cdiv_qr_ui.c | |
yes | |
checking whether string.h and strings.h may both be included... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cdiv_qr_ui.c -o cdiv_qr_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cdiv_r.lo ../../../gmp/mpz/cdiv_r.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cdiv_r_ui.lo ../../../gmp/mpz/cdiv_r_ui.c | |
yes | |
checking for sys/wait.h that is POSIX.1 compatible... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cdiv_r.c -o cdiv_r.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cdiv_r_ui.c -o cdiv_r_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cdiv_ui.lo ../../../gmp/mpz/cdiv_ui.c | |
yes | |
checking for limits.h... yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cdiv_ui.c -o cdiv_ui.o | |
checking for stddef.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cfdiv_q_2exp.lo ../../../gmp/mpz/cfdiv_q_2exp.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cfdiv_r_2exp.lo ../../../gmp/mpz/cfdiv_r_2exp.c | |
yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cfdiv_q_2exp.c -o cfdiv_q_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cfdiv_r_2exp.c -o cfdiv_r_2exp.o | |
checking for stdlib.h... (cached) yes | |
checking for time.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o clear.lo ../../../gmp/mpz/clear.c | |
yes | |
checking for iconv.h... yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/clear.c -o clear.o | |
checking for fcntl.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o clears.lo ../../../gmp/mpz/clears.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o clrbit.lo ../../../gmp/mpz/clrbit.c | |
yes | |
checking for unistd.h... (cached) yes | |
checking for sys/file.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/clears.c -o clears.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/clrbit.c -o clrbit.o | |
yes | |
checking for sys/time.h... yes | |
checking for sys/mman.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp.lo ../../../gmp/mpz/cmp.c | |
yes | |
checking for sys/resource.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cmp.c -o cmp.o | |
yes | |
checking for sys/param.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp_d.lo ../../../gmp/mpz/cmp_d.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp_si.lo ../../../gmp/mpz/cmp_si.c | |
checking for sys/times.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cmp_d.c -o cmp_d.o | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cmp_si.c -o cmp_si.o | |
checking for sys/stat.h... (cached) yes | |
checking for direct.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp_ui.lo ../../../gmp/mpz/cmp_ui.c | |
no | |
checking for malloc.h... yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cmp_ui.c -o cmp_ui.o | |
checking for langinfo.h... yes | |
checking for ldfcn.h... no | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmpabs.lo ../../../gmp/mpz/cmpabs.c | |
checking for locale.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmpabs_d.lo ../../../gmp/mpz/cmpabs_d.c | |
yes | |
checking for wchar.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cmpabs_d.c -o cmpabs_d.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmpabs_ui.lo ../../../gmp/mpz/cmpabs_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cmpabs.c -o cmpabs.o | |
checking for thread.h... no | |
checking for pthread.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cmpabs_ui.c -o cmpabs_ui.o | |
yes | |
checking for CHAR_BIT... yes | |
checking whether byte ordering is bigendian... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o com.lo ../../../gmp/mpz/com.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o combit.lo ../../../gmp/mpz/combit.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cong.lo ../../../gmp/mpz/cong.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/com.c -o com.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/combit.c -o combit.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cong.c -o cong.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cong_2exp.lo ../../../gmp/mpz/cong_2exp.c | |
no | |
checking how to run the C++ preprocessor... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cong_ui.lo ../../../gmp/mpz/cong_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cong_2exp.c -o cong_2exp.o | |
g++ -E | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/cong_ui.c -o cong_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o divexact.lo ../../../gmp/mpz/divexact.c | |
checking for unordered_map... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/divexact.c -o divexact.o | |
no | |
checking for tr1/unordered_map... yes | |
checking for ext/hash_map... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o divegcd.lo ../../../gmp/mpz/divegcd.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o dive_ui.lo ../../../gmp/mpz/dive_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/divegcd.c -o divegcd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/dive_ui.c -o dive_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o divis.lo ../../../gmp/mpz/divis.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/divis.c -o divis.o | |
yes | |
checking for collect2 libraries... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o divis_ui.lo ../../../gmp/mpz/divis_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/divis_ui.c -o divis_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o divis_2exp.lo ../../../gmp/mpz/divis_2exp.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o dump.lo ../../../gmp/mpz/dump.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/divis_2exp.c -o divis_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/dump.c -o dump.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o export.lo ../../../gmp/mpz/export.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/export.c -o export.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fac_ui.lo ../../../gmp/mpz/fac_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fac_ui.c -o fac_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fdiv_q.lo ../../../gmp/mpz/fdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fdiv_q.c -o fdiv_q.o | |
none required | |
checking for library containing exc_resume... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fdiv_q_ui.lo ../../../gmp/mpz/fdiv_q_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fdiv_qr.lo ../../../gmp/mpz/fdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fdiv_q_ui.c -o fdiv_q_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fdiv_qr.c -o fdiv_qr.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fdiv_qr_ui.lo ../../../gmp/mpz/fdiv_qr_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fdiv_qr_ui.c -o fdiv_qr_ui.o | |
no | |
checking for library containing kstat_open... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fdiv_r.lo ../../../gmp/mpz/fdiv_r.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fdiv_r_ui.lo ../../../gmp/mpz/fdiv_r_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fdiv_ui.lo ../../../gmp/mpz/fdiv_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fdiv_r.c -o fdiv_r.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fdiv_r_ui.c -o fdiv_r_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fdiv_ui.c -o fdiv_ui.o | |
no | |
checking for library containing ldexp... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fib_ui.lo ../../../gmp/mpz/fib_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fib2_ui.lo ../../../gmp/mpz/fib2_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fib_ui.c -o fib_ui.o | |
none required | |
checking for inttypes.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fib2_ui.c -o fib2_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_sint.lo ../../../gmp/mpz/fits_sint.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fits_sint.c -o fits_sint.o | |
checking for times... yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_slong.lo ../../../gmp/mpz/fits_slong.c | |
checking for clock... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_sshort.lo ../../../gmp/mpz/fits_sshort.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_uint.lo ../../../gmp/mpz/fits_uint.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fits_sshort.c -o fits_sshort.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fits_slong.c -o fits_slong.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fits_uint.c -o fits_uint.o | |
yes | |
checking for kill... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_ulong.lo ../../../gmp/mpz/fits_ulong.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_ushort.lo ../../../gmp/mpz/fits_ushort.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o gcd.lo ../../../gmp/mpz/gcd.c | |
checking for getrlimit... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fits_ulong.c -o fits_ulong.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/fits_ushort.c -o fits_ushort.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/gcd.c -o gcd.o | |
yes | |
checking for setrlimit... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o gcd_ui.lo ../../../gmp/mpz/gcd_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o gcdext.lo ../../../gmp/mpz/gcdext.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/gcd_ui.c -o gcd_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/gcdext.c -o gcdext.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_d.lo ../../../gmp/mpz/get_d.c | |
yes | |
checking for atoll... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/get_d.c -o get_d.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_d_2exp.lo ../../../gmp/mpz/get_d_2exp.c | |
yes | |
checking for atoq... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/get_d_2exp.c -o get_d_2exp.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_si.lo ../../../gmp/mpz/get_si.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_str.lo ../../../gmp/mpz/get_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/get_si.c -o get_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/get_str.c -o get_str.o | |
no | |
checking for sysconf... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_ui.lo ../../../gmp/mpz/get_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o getlimbn.lo ../../../gmp/mpz/getlimbn.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/get_ui.c -o get_ui.o | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/getlimbn.c -o getlimbn.o | |
checking for strsignal... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o hamdist.lo ../../../gmp/mpz/hamdist.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o import.lo ../../../gmp/mpz/import.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/hamdist.c -o hamdist.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o init.lo ../../../gmp/mpz/init.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/import.c -o import.o | |
checking for getrusage... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/init.c -o init.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o init2.lo ../../../gmp/mpz/init2.c | |
checking for nl_langinfo... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/init2.c -o init2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o inits.lo ../../../gmp/mpz/inits.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o inp_raw.lo ../../../gmp/mpz/inp_raw.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/inits.c -o inits.o | |
checking for gettimeofday... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/inp_raw.c -o inp_raw.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o inp_str.lo ../../../gmp/mpz/inp_str.c | |
checking for mbstowcs... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/inp_str.c -o inp_str.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o invert.lo ../../../gmp/mpz/invert.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/invert.c -o invert.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o ior.lo ../../../gmp/mpz/ior.c | |
yes | |
checking for wcswidth... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/ior.c -o ior.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset.lo ../../../gmp/mpz/iset.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset_d.lo ../../../gmp/mpz/iset_d.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/iset.c -o iset.o | |
checking for mmap... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/iset_d.c -o iset_d.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset_si.lo ../../../gmp/mpz/iset_si.c | |
checking for setlocale... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset_str.lo ../../../gmp/mpz/iset_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/iset_si.c -o iset_si.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset_ui.lo ../../../gmp/mpz/iset_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/iset_str.c -o iset_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/iset_ui.c -o iset_ui.o | |
yes | |
checking for clearerr_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o jacobi.lo ../../../gmp/mpz/jacobi.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o kronsz.lo ../../../gmp/mpz/kronsz.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o kronuz.lo ../../../gmp/mpz/kronuz.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/jacobi.c -o jacobi.o | |
checking for feof_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/kronsz.c -o kronsz.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/kronuz.c -o kronuz.o | |
yes | |
checking for ferror_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o kronzs.lo ../../../gmp/mpz/kronzs.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o kronzu.lo ../../../gmp/mpz/kronzu.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/kronzs.c -o kronzs.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o lcm.lo ../../../gmp/mpz/lcm.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/kronzu.c -o kronzu.o | |
yes | |
checking for fflush_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/lcm.c -o lcm.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o lcm_ui.lo ../../../gmp/mpz/lcm_ui.c | |
yes | |
checking for fgetc_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o lucnum_ui.lo ../../../gmp/mpz/lucnum_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o lucnum2_ui.lo ../../../gmp/mpz/lucnum2_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/lcm_ui.c -o lcm_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/lucnum_ui.c -o lucnum_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/lucnum2_ui.c -o lucnum2_ui.o | |
yes | |
checking for fgets_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o millerrabin.lo ../../../gmp/mpz/millerrabin.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/millerrabin.c -o millerrabin.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mod.lo ../../../gmp/mpz/mod.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mul.lo ../../../gmp/mpz/mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/mod.c -o mod.o | |
checking for fileno_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/mul.c -o mul.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mul_2exp.lo ../../../gmp/mpz/mul_2exp.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mul_si.lo ../../../gmp/mpz/mul_si.c | |
checking for fprintf_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/mul_2exp.c -o mul_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/mul_si.c -o mul_si.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mul_ui.lo ../../../gmp/mpz/mul_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/mul_ui.c -o mul_ui.o | |
no | |
checking for fputc_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o n_pow_ui.lo ../../../gmp/mpz/n_pow_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o neg.lo ../../../gmp/mpz/neg.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o nextprime.lo ../../../gmp/mpz/nextprime.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/neg.c -o neg.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/n_pow_ui.c -o n_pow_ui.o | |
yes | |
checking for fputs_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/nextprime.c -o nextprime.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o out_raw.lo ../../../gmp/mpz/out_raw.c | |
checking for fread_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o out_str.lo ../../../gmp/mpz/out_str.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o perfpow.lo ../../../gmp/mpz/perfpow.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/out_raw.c -o out_raw.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/perfpow.c -o perfpow.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/out_str.c -o out_str.o | |
yes | |
checking for fwrite_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o perfsqr.lo ../../../gmp/mpz/perfsqr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o popcount.lo ../../../gmp/mpz/popcount.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o pow_ui.lo ../../../gmp/mpz/pow_ui.c | |
yes | |
checking for getchar_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/popcount.c -o popcount.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/perfsqr.c -o perfsqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/pow_ui.c -o pow_ui.o | |
yes | |
checking for getc_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o powm.lo ../../../gmp/mpz/powm.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o powm_sec.lo ../../../gmp/mpz/powm_sec.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o powm_ui.lo ../../../gmp/mpz/powm_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/powm.c -o powm.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/powm_sec.c -o powm_sec.o | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/powm_ui.c -o powm_ui.o | |
checking for putchar_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o pprime_p.lo ../../../gmp/mpz/pprime_p.c | |
yes | |
checking for putc_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/pprime_p.c -o pprime_p.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o random.lo ../../../gmp/mpz/random.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o random2.lo ../../../gmp/mpz/random2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/random.c -o random.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/random2.c -o random2.o | |
yes | |
checking for madvise... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o realloc.lo ../../../gmp/mpz/realloc.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o realloc2.lo ../../../gmp/mpz/realloc2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/realloc.c -o realloc.o | |
checking whether mbstowcs works... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o remove.lo ../../../gmp/mpz/remove.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/realloc2.c -o realloc2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/remove.c -o remove.o | |
yes | |
checking for ssize_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o root.lo ../../../gmp/mpz/root.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o rootrem.lo ../../../gmp/mpz/rootrem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/root.c -o root.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o rrandomb.lo ../../../gmp/mpz/rrandomb.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/rootrem.c -o rootrem.o | |
yes | |
checking for caddr_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/rrandomb.c -o rrandomb.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o scan0.lo ../../../gmp/mpz/scan0.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o scan1.lo ../../../gmp/mpz/scan1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/scan1.c -o scan1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/scan0.c -o scan0.o | |
yes | |
checking for sys/mman.h... (cached) yes | |
checking for mmap... (cached) yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... yes | |
checking for MAP_ANON(YMOUS)... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set.lo ../../../gmp/mpz/set.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/set.c -o set.o | |
yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking for pid_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_d.lo ../../../gmp/mpz/set_d.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_f.lo ../../../gmp/mpz/set_f.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/set_f.c -o set_f.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/set_d.c -o set_d.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_q.lo ../../../gmp/mpz/set_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/set_q.c -o set_q.o | |
yes | |
checking for vfork.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_si.lo ../../../gmp/mpz/set_si.c | |
no | |
checking for fork... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_str.lo ../../../gmp/mpz/set_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/set_si.c -o set_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/set_str.c -o set_str.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_ui.lo ../../../gmp/mpz/set_ui.c | |
checking for vfork... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/set_ui.c -o set_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o setbit.lo ../../../gmp/mpz/setbit.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o size.lo ../../../gmp/mpz/size.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/setbit.c -o setbit.o | |
yes | |
checking for working fork... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/size.c -o size.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sizeinbase.lo ../../../gmp/mpz/sizeinbase.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sqrt.lo ../../../gmp/mpz/sqrt.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sqrtrem.lo ../../../gmp/mpz/sqrtrem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/sizeinbase.c -o sizeinbase.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/sqrtrem.c -o sqrtrem.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/sqrt.c -o sqrt.o | |
yes | |
checking for working vfork... (cached) yes | |
checking for ld used by GCC... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for iconv... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sub.lo ../../../gmp/mpz/sub.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sub_ui.lo ../../../gmp/mpz/sub_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o swap.lo ../../../gmp/mpz/swap.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/sub.c -o sub.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/sub_ui.c -o sub_ui.o | |
yes | |
checking for iconv declaration... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/swap.c -o swap.o | |
install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for LC_MESSAGES... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_ui.lo ../../../gmp/mpz/tdiv_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_q.lo ../../../gmp/mpz/tdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_ui.c -o tdiv_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_q_2exp.lo ../../../gmp/mpz/tdiv_q_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_q.c -o tdiv_q.o | |
yes | |
checking for nl_langinfo and CODESET... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_q_2exp.c -o tdiv_q_2exp.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_q_ui.lo ../../../gmp/mpz/tdiv_q_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_q_ui.c -o tdiv_q_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_qr.lo ../../../gmp/mpz/tdiv_qr.c | |
yes | |
checking whether getenv is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_qr_ui.lo ../../../gmp/mpz/tdiv_qr_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_qr.c -o tdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_qr_ui.c -o tdiv_qr_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_r.lo ../../../gmp/mpz/tdiv_r.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_r.c -o tdiv_r.o | |
checking whether atol is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_r_2exp.lo ../../../gmp/mpz/tdiv_r_2exp.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tdiv_r_ui.lo ../../../gmp/mpz/tdiv_r_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_r_ui.c -o tdiv_r_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tdiv_r_2exp.c -o tdiv_r_2exp.o | |
yes | |
checking whether asprintf is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o tstbit.lo ../../../gmp/mpz/tstbit.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o ui_pow_ui.lo ../../../gmp/mpz/ui_pow_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/tstbit.c -o tstbit.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o ui_sub.lo ../../../gmp/mpz/ui_sub.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/ui_pow_ui.c -o ui_pow_ui.o | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/ui_sub.c -o ui_sub.o | |
checking whether sbrk is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o urandomb.lo ../../../gmp/mpz/urandomb.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/urandomb.c -o urandomb.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o urandomm.lo ../../../gmp/mpz/urandomm.c | |
checking whether abort is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o xor.lo ../../../gmp/mpz/xor.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/urandomm.c -o urandomm.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpz/xor.c -o xor.o | |
yes | |
checking whether atof is declared... /bin/sh ../libtool --tag=CC --mode=link gcc -g -fkeep-inline-functions -o libmpz.la add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo lucnum_ui.lo lucnum2_ui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo | |
yes | |
checking whether getcwd is declared... yes | |
checking whether getwd is declared... libtool: link: ar rc .libs/libmpz.a add.o add_ui.o abs.o aorsmul.o aorsmul_i.o and.o array_init.o bin_ui.o bin_uiui.o cdiv_q.o cdiv_q_ui.o cdiv_qr.o cdiv_qr_ui.o cdiv_r.o cdiv_r_ui.o cdiv_ui.o cfdiv_q_2exp.o cfdiv_r_2exp.o clear.o clears.o clrbit.o cmp.o cmp_d.o cmp_si.o cmp_ui.o cmpabs.o cmpabs_d.o cmpabs_ui.o com.o combit.o cong.o cong_2exp.o cong_ui.o divexact.o divegcd.o dive_ui.o divis.o divis_ui.o divis_2exp.o dump.o export.o fac_ui.o fdiv_q.o fdiv_q_ui.o fdiv_qr.o fdiv_qr_ui.o fdiv_r.o fdiv_r_ui.o fdiv_ui.o fib_ui.o fib2_ui.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o gcd.o gcd_ui.o gcdext.o get_d.o get_d_2exp.o get_si.o get_str.o get_ui.o getlimbn.o hamdist.o import.o init.o init2.o inits.o inp_raw.o inp_str.o invert.o ior.o iset.o iset_d.o iset_si.o iset_str.o iset_ui.o jacobi.o kronsz.o kronuz.o kronzs.o kronzu.o lcm.o lcm_ui.o lucnum_ui.o lucnum2_ui.o millerrabin.o mod.o mul.o mul_2exp.o mul_si.o mul_ui.o n_pow_ui.o neg.o nextprime.o out_raw.o out_str.o perfpow.o perfsqr.o popcount.o pow_ui.o powm.o powm_sec.o powm_ui.o pprime_p.o random.o random2.o realloc.o realloc2.o remove.o root.o rootrem.o rrandomb.o scan0.o scan1.o set.o set_d.o set_f.o set_q.o set_si.o set_str.o set_ui.o setbit.o size.o sizeinbase.o sqrt.o sqrtrem.o sub.o sub_ui.o swap.o tdiv_ui.o tdiv_q.o tdiv_q_2exp.o tdiv_q_ui.o tdiv_qr.o tdiv_qr_ui.o tdiv_r.o tdiv_r_2exp.o tdiv_r_ui.o tstbit.o ui_pow_ui.o ui_sub.o urandomb.o urandomm.o xor.o | |
libtool: link: ranlib .libs/libmpz.a | |
yes | |
checking whether strsignal is declared... libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" ) | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpz' | |
Making all in mpq | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpq' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o abs.lo ../../../gmp/mpq/abs.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o aors.lo ../../../gmp/mpq/aors.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o canonicalize.lo ../../../gmp/mpq/canonicalize.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/canonicalize.c -o canonicalize.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/abs.c -o abs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/aors.c -o aors.o | |
yes | |
checking whether strstr is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o clear.lo ../../../gmp/mpq/clear.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o clears.lo ../../../gmp/mpq/clears.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp.lo ../../../gmp/mpq/cmp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/clear.c -o clear.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/clears.c -o clears.o | |
yes | |
checking whether stpcpy is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/cmp.c -o cmp.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp_si.lo ../../../gmp/mpq/cmp_si.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp_ui.lo ../../../gmp/mpq/cmp_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/cmp_ui.c -o cmp_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/cmp_si.c -o cmp_si.o | |
yes | |
checking whether strverscmp is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o div.lo ../../../gmp/mpq/div.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/div.c -o div.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o equal.lo ../../../gmp/mpq/equal.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_d.lo ../../../gmp/mpq/get_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/equal.c -o equal.o | |
yes | |
checking whether errno is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/get_d.c -o get_d.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_den.lo ../../../gmp/mpq/get_den.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/get_den.c -o get_den.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_num.lo ../../../gmp/mpq/get_num.c | |
yes | |
checking whether snprintf is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/get_num.c -o get_num.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_str.lo ../../../gmp/mpq/get_str.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o init.lo ../../../gmp/mpq/init.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/get_str.c -o get_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/init.c -o init.o | |
yes | |
checking whether vsnprintf is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o inits.lo ../../../gmp/mpq/inits.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/inits.c -o inits.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o inp_str.lo ../../../gmp/mpq/inp_str.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o inv.lo ../../../gmp/mpq/inv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/inp_str.c -o inp_str.o | |
checking whether vasprintf is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/inv.c -o inv.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o md_2exp.lo ../../../gmp/mpq/md_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/md_2exp.c -o md_2exp.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mul.lo ../../../gmp/mpq/mul.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o neg.lo ../../../gmp/mpq/neg.c | |
checking whether malloc is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/mul.c -o mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/neg.c -o neg.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o out_str.lo ../../../gmp/mpq/out_str.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set.lo ../../../gmp/mpq/set.c | |
yes | |
checking whether realloc is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/out_str.c -o out_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set.c -o set.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_den.lo ../../../gmp/mpq/set_den.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set_den.c -o set_den.o | |
yes | |
checking whether calloc is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_num.lo ../../../gmp/mpq/set_num.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_si.lo ../../../gmp/mpq/set_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set_num.c -o set_num.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set_si.c -o set_si.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_str.lo ../../../gmp/mpq/set_str.c | |
yes | |
checking whether free is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set_str.c -o set_str.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_ui.lo ../../../gmp/mpq/set_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_z.lo ../../../gmp/mpq/set_z.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set_ui.c -o set_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set_z.c -o set_z.o | |
yes | |
checking whether basename is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_d.lo ../../../gmp/mpq/set_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set_d.c -o set_d.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_f.lo ../../../gmp/mpq/set_f.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o swap.lo ../../../gmp/mpq/swap.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/set_f.c -o set_f.o | |
yes | |
checking whether getopt is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpq/swap.c -o swap.o | |
no | |
checking whether clock is declared... /bin/sh ../libtool --tag=CC --mode=link gcc -g -fkeep-inline-functions -o libmpq.la abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo | |
yes | |
checking whether getpagesize is declared... libtool: link: ar rc .libs/libmpq.a abs.o aors.o canonicalize.o clear.o clears.o cmp.o cmp_si.o cmp_ui.o div.o equal.o get_d.o get_den.o get_num.o get_str.o init.o inits.o inp_str.o inv.o md_2exp.o mul.o neg.o out_str.o set.o set_den.o set_num.o set_si.o set_str.o set_ui.o set_z.o set_d.o set_f.o swap.o | |
libtool: link: ranlib .libs/libmpq.a | |
yes | |
libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" ) | |
checking whether clearerr_unlocked is declared... make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpq' | |
Making all in mpf | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpf' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o init.lo ../../../gmp/mpf/init.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o init2.lo ../../../gmp/mpf/init2.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o inits.lo ../../../gmp/mpf/inits.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/init.c -o init.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/init2.c -o init2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/inits.c -o inits.o | |
yes | |
checking whether feof_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set.lo ../../../gmp/mpf/set.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_ui.lo ../../../gmp/mpf/set_ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_si.lo ../../../gmp/mpf/set_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set.c -o set.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_ui.c -o set_ui.o | |
yes | |
checking whether ferror_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_si.c -o set_si.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_str.lo ../../../gmp/mpf/set_str.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_d.lo ../../../gmp/mpf/set_d.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_z.lo ../../../gmp/mpf/set_z.c | |
yes | |
checking whether fflush_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_d.c -o set_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_str.c -o set_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_z.c -o set_z.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_q.lo ../../../gmp/mpf/set_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_q.c -o set_q.o | |
yes | |
checking whether fgetc_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset.lo ../../../gmp/mpf/iset.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset_ui.lo ../../../gmp/mpf/iset_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/iset.c -o iset.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/iset_ui.c -o iset_ui.o | |
yes | |
checking whether fgets_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset_si.lo ../../../gmp/mpf/iset_si.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset_str.lo ../../../gmp/mpf/iset_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/iset_str.c -o iset_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/iset_si.c -o iset_si.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o iset_d.lo ../../../gmp/mpf/iset_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/iset_d.c -o iset_d.o | |
yes | |
checking whether fileno_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o clear.lo ../../../gmp/mpf/clear.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o clears.lo ../../../gmp/mpf/clears.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/clear.c -o clear.o | |
yes | |
checking whether fprintf_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_str.lo ../../../gmp/mpf/get_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/clears.c -o clears.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/get_str.c -o get_str.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o dump.lo ../../../gmp/mpf/dump.c | |
no | |
checking whether fputc_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/dump.c -o dump.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o size.lo ../../../gmp/mpf/size.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/size.c -o size.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o eq.lo ../../../gmp/mpf/eq.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o reldiff.lo ../../../gmp/mpf/reldiff.c | |
checking whether fputs_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/eq.c -o eq.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sqrt.lo ../../../gmp/mpf/sqrt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/reldiff.c -o reldiff.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/sqrt.c -o sqrt.o | |
yes | |
checking whether fread_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o random2.lo ../../../gmp/mpf/random2.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o inp_str.lo ../../../gmp/mpf/inp_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/random2.c -o random2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/inp_str.c -o inp_str.o | |
yes | |
checking whether fwrite_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o out_str.lo ../../../gmp/mpf/out_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/out_str.c -o out_str.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o add.lo ../../../gmp/mpf/add.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/add.c -o add.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o add_ui.lo ../../../gmp/mpf/add_ui.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sub.lo ../../../gmp/mpf/sub.c | |
checking whether getchar_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/add_ui.c -o add_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/sub.c -o sub.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sub_ui.lo ../../../gmp/mpf/sub_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/sub_ui.c -o sub_ui.o | |
yes | |
checking whether getc_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o ui_sub.lo ../../../gmp/mpf/ui_sub.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mul.lo ../../../gmp/mpf/mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/ui_sub.c -o ui_sub.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/mul.c -o mul.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mul_ui.lo ../../../gmp/mpf/mul_ui.c | |
yes | |
checking whether putchar_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/mul_ui.c -o mul_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o div.lo ../../../gmp/mpf/div.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o div_ui.lo ../../../gmp/mpf/div_ui.c | |
yes | |
checking whether putc_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/div.c -o div.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp.lo ../../../gmp/mpf/cmp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/div_ui.c -o div_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/cmp.c -o cmp.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp_d.lo ../../../gmp/mpf/cmp_d.c | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp_si.lo ../../../gmp/mpf/cmp_si.c | |
checking whether getrlimit is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/cmp_d.c -o cmp_d.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o cmp_ui.lo ../../../gmp/mpf/cmp_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/cmp_si.c -o cmp_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/cmp_ui.c -o cmp_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o mul_2exp.lo ../../../gmp/mpf/mul_2exp.c | |
yes | |
checking whether setrlimit is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o div_2exp.lo ../../../gmp/mpf/div_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/mul_2exp.c -o mul_2exp.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o abs.lo ../../../gmp/mpf/abs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/abs.c -o abs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/div_2exp.c -o div_2exp.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o neg.lo ../../../gmp/mpf/neg.c | |
yes | |
checking whether getrusage is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/neg.c -o neg.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_d.lo ../../../gmp/mpf/get_d.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_d_2exp.lo ../../../gmp/mpf/get_d_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/get_d_2exp.c -o get_d_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/get_d.c -o get_d.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_dfl_prec.lo ../../../gmp/mpf/set_dfl_prec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_dfl_prec.c -o set_dfl_prec.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_prc.lo ../../../gmp/mpf/set_prc.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o set_prc_raw.lo ../../../gmp/mpf/set_prc_raw.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_prc.c -o set_prc.o | |
checking whether ldgetname is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/set_prc_raw.c -o set_prc_raw.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_dfl_prec.lo ../../../gmp/mpf/get_dfl_prec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/get_dfl_prec.c -o get_dfl_prec.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_prc.lo ../../../gmp/mpf/get_prc.c | |
no | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/get_prc.c -o get_prc.o | |
checking whether times is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o ui_div.lo ../../../gmp/mpf/ui_div.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sqrt_ui.lo ../../../gmp/mpf/sqrt_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/ui_div.c -o ui_div.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/sqrt_ui.c -o sqrt_ui.o | |
yes | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o pow_ui.lo ../../../gmp/mpf/pow_ui.c | |
checking whether sigaltstack is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/pow_ui.c -o pow_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o urandomb.lo ../../../gmp/mpf/urandomb.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o swap.lo ../../../gmp/mpf/swap.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/urandomb.c -o urandomb.o | |
checking whether madvise is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/swap.c -o swap.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_si.lo ../../../gmp/mpf/get_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/get_si.c -o get_si.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o get_ui.lo ../../../gmp/mpf/get_ui.c | |
yes | |
checking for struct tms... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o int_p.lo ../../../gmp/mpf/int_p.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/get_ui.c -o get_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/int_p.c -o int_p.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o ceilfloor.lo ../../../gmp/mpf/ceilfloor.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/ceilfloor.c -o ceilfloor.o | |
yes | |
checking for clock_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o trunc.lo ../../../gmp/mpf/trunc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/trunc.c -o trunc.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_sint.lo ../../../gmp/mpf/fits_sint.c | |
yes | |
checking for F_SETLKW... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_slong.lo ../../../gmp/mpf/fits_slong.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/fits_sint.c -o fits_sint.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/fits_slong.c -o fits_slong.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_sshort.lo ../../../gmp/mpf/fits_sshort.c | |
yes | |
checking if mkdir takes one argument... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/fits_sshort.c -o fits_sshort.o | |
no | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_uint.lo ../../../gmp/mpf/fits_uint.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_ulong.lo ../../../gmp/mpf/fits_ulong.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/fits_uint.c -o fits_uint.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fits_ushort.lo ../../../gmp/mpf/fits_ushort.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/fits_ulong.c -o fits_ulong.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/mpf/fits_ushort.c -o fits_ushort.o | |
Using `../../gcc/config/i386/i386.c' for machine-specific logic. | |
Using `../../gcc/config/i386/i386.md' as machine description file. | |
Using the following target machine macro files: | |
../../gcc/config/vxworks-dummy.h | |
../../gcc/config/i386/biarch64.h | |
../../gcc/config/i386/i386.h | |
../../gcc/config/linux-android.h | |
../../gcc/config/i386/unix.h | |
../../gcc/config/i386/att.h | |
../../gcc/config/dbxelf.h | |
../../gcc/config/elfos.h | |
../../gcc/config/gnu-user.h | |
../../gcc/config/glibc-stdint.h | |
../../gcc/config/i386/x86-64.h | |
../../gcc/config/i386/gnu-user64.h | |
../../gcc/config/linux.h | |
../../gcc/config/i386/linux64.h | |
../../gcc/config/initfini-array.h | |
Using host-linux.o for host machine hooks. | |
checking for __cxa_atexit... /bin/sh ../libtool --tag=CC --mode=link gcc -g -fkeep-inline-functions -o libmpf.la init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo | |
yes | |
checking whether NLS is requested... yes | |
checking for catalogs to be installed... libtool: link: ar rc .libs/libmpf.a init.o init2.o inits.o set.o set_ui.o set_si.o set_str.o set_d.o set_z.o set_q.o iset.o iset_ui.o iset_si.o iset_str.o iset_d.o clear.o clears.o get_str.o dump.o size.o eq.o reldiff.o sqrt.o random2.o inp_str.o out_str.o add.o add_ui.o sub.o sub_ui.o ui_sub.o mul.o mul_ui.o div.o div_ui.o cmp.o cmp_d.o cmp_si.o cmp_ui.o mul_2exp.o div_2exp.o abs.o neg.o get_d.o get_d_2exp.o set_dfl_prec.o set_prc.o set_prc_raw.o get_dfl_prec.o get_prc.o ui_div.o sqrt_ui.o pow_ui.o urandomb.o swap.o get_si.o get_ui.o int_p.o ceilfloor.o trunc.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o | |
libtool: link: ranlib .libs/libmpf.a | |
libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" ) | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpf' | |
Making all in printf | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/printf' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o asprintf.lo ../../../gmp/printf/asprintf.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o asprntffuns.lo ../../../gmp/printf/asprntffuns.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o doprnt.lo ../../../gmp/printf/doprnt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/doprnt.c -o doprnt.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/asprintf.c -o asprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/asprntffuns.c -o asprntffuns.o | |
be da de el es fi fr hr id ja nl ru sr sv tr vi zh_CN zh_TW be da de el es fi fr hr id ja nl ru sr sv tr vi zh_CN zh_TW | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o doprntf.lo ../../../gmp/printf/doprntf.c | |
BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for ld option to reload object files... -r | |
checking for x86_64-unknown-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-unknown-linux-gnu-ar... (cached) ar | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/doprntf.c -o doprntf.o | |
checking for x86_64-unknown-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib | |
checking command to parse nm output from gcc object... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o doprnti.lo ../../../gmp/printf/doprnti.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/doprnti.c -o doprnti.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fprintf.lo ../../../gmp/printf/fprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/fprintf.c -o fprintf.o | |
ok | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o obprintf.lo ../../../gmp/printf/obprintf.c | |
checking for dlfcn.h... yes | |
checking for objdir... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/obprintf.c -o obprintf.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o obvprintf.lo ../../../gmp/printf/obvprintf.c | |
.libs | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o obprntffuns.lo ../../../gmp/printf/obprntffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/obvprintf.c -o obvprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/obprntffuns.c -o obprntffuns.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o printf.lo ../../../gmp/printf/printf.c | |
checking if gcc supports -fno-rtti -fno-exceptions... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o printffuns.lo ../../../gmp/printf/printffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/printf.c -o printf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/printffuns.c -o printffuns.o | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o snprintf.lo ../../../gmp/printf/snprintf.c | |
yes | |
checking if gcc static flag -static works... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/snprintf.c -o snprintf.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o snprntffuns.lo ../../../gmp/printf/snprntffuns.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sprintf.lo ../../../gmp/printf/sprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/snprntffuns.c -o snprntffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/sprintf.c -o sprintf.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sprintffuns.lo ../../../gmp/printf/sprintffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/sprintffuns.c -o sprintffuns.o | |
yes | |
checking if gcc supports -c -o file.o... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o vasprintf.lo ../../../gmp/printf/vasprintf.c | |
yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o vfprintf.lo ../../../gmp/printf/vfprintf.c | |
yes | |
checking whether -lc should be explicitly linked in... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/vasprintf.c -o vasprintf.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o vprintf.lo ../../../gmp/printf/vprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/vfprintf.c -o vfprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/vprintf.c -o vprintf.o | |
no | |
checking dynamic linker characteristics... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o vsnprintf.lo ../../../gmp/printf/vsnprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/vsnprintf.c -o vsnprintf.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o vsprintf.lo ../../../gmp/printf/vsprintf.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o repl-vsnprintf.lo ../../../gmp/printf/repl-vsnprintf.c | |
GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/vsprintf.c -o vsprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/printf/repl-vsnprintf.c -o repl-vsnprintf.o | |
/bin/sh ../libtool --tag=CC --mode=link gcc -g -fkeep-inline-functions -o libprintf.la asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo | |
checking for ld used by g++... ld -m elf_x86_64 | |
checking if the linker (ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes | |
libtool: link: ar rc .libs/libprintf.a asprintf.o asprntffuns.o doprnt.o doprntf.o doprnti.o fprintf.o obprintf.o obvprintf.o obprntffuns.o printf.o printffuns.o snprintf.o snprntffuns.o sprintf.o sprintffuns.o vasprintf.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o repl-vsnprintf.o | |
libtool: link: ranlib .libs/libprintf.a | |
libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" ) | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/printf' | |
Making all in scanf | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/scanf' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o doscan.lo ../../../gmp/scanf/doscan.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fscanf.lo ../../../gmp/scanf/fscanf.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o fscanffuns.lo ../../../gmp/scanf/fscanffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/fscanf.c -o fscanf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/fscanffuns.c -o fscanffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/doscan.c -o doscan.o | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o scanf.lo ../../../gmp/scanf/scanf.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sscanf.lo ../../../gmp/scanf/sscanf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/scanf.c -o scanf.o | |
yes | |
checking if g++ static flag -static works... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/sscanf.c -o sscanf.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o sscanffuns.lo ../../../gmp/scanf/sscanffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/sscanffuns.c -o sscanffuns.o | |
yes | |
checking if g++ supports -c -o file.o... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o vfscanf.lo ../../../gmp/scanf/vfscanf.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o vscanf.lo ../../../gmp/scanf/vscanf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/vfscanf.c -o vfscanf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/vscanf.c -o vscanf.o | |
yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for as... /usr/bin/as | |
checking what assembler to use... /usr/bin/as | |
checking for ld... /usr/bin/ld | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c -o vsscanf.lo ../../../gmp/scanf/vsscanf.c | |
checking whether we are using gold... no | |
checking what linker to use... /usr/bin/ld | |
checking for nm... /usr/bin/nm | |
checking what nm to use... /usr/bin/nm | |
checking for objdump... /usr/bin/objdump | |
checking what objdump to use... /usr/bin/objdump | |
checking for readelf... /usr/bin/readelf | |
checking what readelf to use... /usr/bin/readelf | |
checking assembler flags... | |
checking assembler for .balign and .p2align... yes | |
checking assembler for .p2align with maximum skip... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -g -fkeep-inline-functions -c ../../../gmp/scanf/vsscanf.c -o vsscanf.o | |
yes | |
checking assembler for .literal16... no | |
checking assembler for working .subsection -1... yes | |
checking assembler for .weak... yes | |
checking assembler for .weakref... yes | |
checking assembler for .nsubspa comdat... no | |
checking assembler for .hidden... yes | |
/bin/sh ../libtool --tag=CC --mode=link gcc -g -fkeep-inline-functions -o libscanf.la doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo | |
checking linker for .hidden support... yes | |
checking linker read-only and read-write section mixing... read-write | |
checking for .preinit_array/.init_array/.fini_array support... yes | |
checking assembler for .sleb128 and .uleb128... libtool: link: ar rc .libs/libscanf.a doscan.o fscanf.o fscanffuns.o scanf.o sscanf.o sscanffuns.o vfscanf.o vscanf.o vsscanf.o | |
libtool: link: ranlib .libs/libscanf.a | |
yes | |
checking assembler for cfi directives... libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" ) | |
yes | |
checking assembler for working cfi advance... make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/scanf' | |
Making all in cxx | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/cxx' | |
make[5]: Nothing to be done for 'all'. | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/cxx' | |
Making all in mpbsd | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpbsd' | |
make[5]: Nothing to be done for 'all'. | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/mpbsd' | |
Making all in demos | |
yes | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos' | |
checking assembler for cfi personality directive... yes | |
Making all in calc | |
checking assembler for cfi sections directive... make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos/calc' | |
make all-am | |
make[7]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos/calc' | |
make[7]: Nothing to be done for 'all-am'. | |
make[7]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos/calc' | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos/calc' | |
Making all in expr | |
yes | |
checking assembler for eh_frame optimization... make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos/expr' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos/expr' | |
make[6]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos' | |
make[6]: Nothing to be done for 'all-am'. | |
make[6]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos' | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/demos' | |
Making all in tune | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tune' | |
make[5]: Nothing to be done for 'all'. | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/tune' | |
Making all in doc | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/doc' | |
make[5]: Nothing to be done for 'all'. | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp/doc' | |
yes | |
checking assembler for section merging support... make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp' | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o assert.lo ../../gmp/assert.c | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o compat.lo ../../gmp/compat.c | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o errno.lo ../../gmp/errno.c | |
yes | |
checking assembler for COMDAT group support (GNU as)... yes | |
checking assembler for line table discriminator support... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/errno.c -o errno.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/compat.c -o compat.o | |
yes | |
checking assembler for thread-local storage support... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/assert.c -o assert.o | |
yes | |
checking linker -Bstatic/-Bdynamic option... yes | |
checking linker --demangle support... yes | |
checking linker plugin support... 2 | |
checking assembler for filds and fists mnemonics... yes | |
checking assembler for fildq and fistpq mnemonics... yes | |
checking assembler for cmov syntax... no | |
checking assembler for ffreep mnemonic... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o extract-dbl.lo ../../gmp/extract-dbl.c | |
yes | |
checking assembler for .quad directive... yes | |
checking assembler for sahf mnemonic... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o invalid.lo ../../gmp/invalid.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/extract-dbl.c -o extract-dbl.o | |
yes | |
checking assembler for swap suffix... yes | |
checking assembler for different section symbol subtraction... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o memory.lo ../../gmp/memory.c | |
yes | |
checking assembler for GOTOFF in data... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/invalid.c -o invalid.o | |
no | |
checking assembler for rep and lock prefix... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/memory.c -o memory.o | |
yes | |
checking assembler for R_386_TLS_GD_PLT reloc... no | |
checking assembler for R_386_TLS_LDM_PLT reloc... no | |
checking assembler for dwarf2 debug_line support... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o mp_bpl.lo ../../gmp/mp_bpl.c | |
yes | |
checking assembler for buggy dwarf2 .file directive... no | |
checking assembler for --gdwarf2 option... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/mp_bpl.c -o mp_bpl.o | |
yes | |
checking assembler for --gstabs option... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o mp_clz_tab.lo ../../gmp/mp_clz_tab.c | |
yes | |
checking assembler for --debug-prefix-map option... yes | |
checking assembler for .lcomm with alignment... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o mp_dv_tab.lo ../../gmp/mp_dv_tab.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/mp_clz_tab.c -o mp_clz_tab.o | |
no | |
checking assembler for gnu_unique_object... yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/mp_dv_tab.c -o mp_dv_tab.o | |
ldd (GNU libc) 2.21 | |
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. | |
Written by Roland McGrath and Ulrich Drepper. | |
checking assembler for tolerance to line number 0... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o mp_minv_tab.lo ../../gmp/mp_minv_tab.c | |
yes | |
checking linker PT_GNU_EH_FRAME support... yes | |
checking linker position independent executable support... yes | |
checking linker EH-compatible garbage collection of sections... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/mp_minv_tab.c -o mp_minv_tab.o | |
yes | |
checking linker EH garbage collection of sections bug... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o mp_get_fns.lo ../../gmp/mp_get_fns.c | |
no | |
checking linker --as-needed support... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o mp_set_fns.lo ../../gmp/mp_set_fns.c | |
yes | |
checking linker --build-id support... yes | |
checking linker *_sol2 emulation support... no | |
checking linker --sysroot support... yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/mp_get_fns.c -o mp_get_fns.o | |
checking __stack_chk_fail in target C library... yes | |
checking sys/sdt.h in the target C library... no | |
checking dl_iterate_phdr in target C library... unknown | |
Using ggc-page for garbage collection. | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/mp_set_fns.c -o mp_set_fns.o | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o rand.lo ../../gmp/rand.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/rand.c -o rand.o | |
Links are now set up to build a native compiler for x86_64-unknown-linux-gnu. | |
checking for exported symbols... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randclr.lo ../../gmp/randclr.c | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randdef.lo ../../gmp/randdef.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randclr.c -o randclr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randdef.c -o randdef.o | |
yes | |
checking for -rdynamic... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randiset.lo ../../gmp/randiset.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randiset.c -o randiset.o | |
yes | |
checking for library containing dlopen... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randlc2s.lo ../../gmp/randlc2s.c | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randlc2x.lo ../../gmp/randlc2x.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randlc2s.c -o randlc2s.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randlc2x.c -o randlc2x.o | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randmt.lo ../../gmp/randmt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randmt.c -o randmt.o | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randmts.lo ../../gmp/randmts.c | |
-ldl | |
checking for -fPIC -shared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randmts.c -o randmts.o | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o rands.lo ../../gmp/rands.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/rands.c -o rands.o | |
yes | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randsd.lo ../../gmp/randsd.c | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randsdui.lo ../../gmp/randsdui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randsd.c -o randsd.o | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randbui.lo ../../gmp/randbui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randsdui.c -o randsdui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randbui.c -o randbui.o | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o randmui.lo ../../gmp/randmui.c | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o version.lo ../../gmp/version.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/randmui.c -o randmui.o | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o nextprime.lo ../../gmp/nextprime.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/version.c -o version.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/nextprime.c -o nextprime.o | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c -o tal-reent.lo ../../gmp/tal-reent.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -fkeep-inline-functions -c ../../gmp/tal-reent.c -o tal-reent.o | |
config.status: creating as | |
config.status: creating collect-ld | |
config.status: creating nm | |
config.status: creating Makefile | |
/bin/sh ./libtool --tag=CC --mode=link gcc -g -fkeep-inline-functions -version-info 10:5:0 -o libgmp.la -rpath /home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo version.lo nextprime.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_lehmer.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/gcdext_subdiv_step.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/hgcd2.lo mpn/hgcd.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/powm_sec.lo mpn/subcnd_n.lo mpn/redc_1_sec.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo | |
config.status: creating ada/gcc-interface/Makefile | |
config.status: creating ada/Makefile | |
config.status: creating auto-host.h | |
config.status: executing default commands | |
copying selected object files to avoid basename conflicts... | |
libtool: link: ln mpz/abs.o .libs/libgmp.lax/lt1-abs.o || cp mpz/abs.o .libs/libgmp.lax/lt1-abs.o | |
libtool: link: ln mpz/add.o .libs/libgmp.lax/lt2-add.o || cp mpz/add.o .libs/libgmp.lax/lt2-add.o | |
libtool: link: ln mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o || cp mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o | |
libtool: link: ln mpz/clear.o .libs/libgmp.lax/lt4-clear.o || cp mpz/clear.o .libs/libgmp.lax/lt4-clear.o | |
libtool: link: ln mpz/clears.o .libs/libgmp.lax/lt5-clears.o || cp mpz/clears.o .libs/libgmp.lax/lt5-clears.o | |
libtool: link: ln mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o || cp mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o | |
libtool: link: ln mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o || cp mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o | |
libtool: link: ln mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o || cp mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o | |
libtool: link: ln mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o || cp mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o | |
libtool: link: ln mpz/dump.o .libs/libgmp.lax/lt10-dump.o || cp mpz/dump.o .libs/libgmp.lax/lt10-dump.o | |
libtool: link: ln mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o || cp mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o | |
libtool: link: ln mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o || cp mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o | |
libtool: link: ln mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o || cp mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o | |
libtool: link: ln mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o || cp mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o | |
libtool: link: ln mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o || cp mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o | |
libtool: link: ln mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o || cp mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o | |
libtool: link: ln mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o || cp mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o | |
libtool: link: ln mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o || cp mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o | |
libtool: link: ln mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o || cp mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o | |
libtool: link: ln mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o || cp mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o | |
libtool: link: ln mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o || cp mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o | |
libtool: link: ln mpz/init.o .libs/libgmp.lax/lt22-init.o || cp mpz/init.o .libs/libgmp.lax/lt22-init.o | |
libtool: link: ln mpz/init2.o .libs/libgmp.lax/lt23-init2.o || cp mpz/init2.o .libs/libgmp.lax/lt23-init2.o | |
libtool: link: ln mpz/inits.o .libs/libgmp.lax/lt24-inits.o || cp mpz/inits.o .libs/libgmp.lax/lt24-inits.o | |
libtool: link: ln mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o || cp mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o | |
libtool: link: ln mpz/iset.o .libs/libgmp.lax/lt26-iset.o || cp mpz/iset.o .libs/libgmp.lax/lt26-iset.o | |
libtool: link: ln mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o || cp mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o | |
libtool: link: ln mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o || cp mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o | |
libtool: link: ln mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o || cp mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o | |
libtool: link: ln mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o || cp mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o | |
libtool: link: ln mpz/mul.o .libs/libgmp.lax/lt31-mul.o || cp mpz/mul.o .libs/libgmp.lax/lt31-mul.o | |
libtool: link: ln mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o || cp mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o | |
libtool: link: ln mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o || cp mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o | |
libtool: link: ln mpz/neg.o .libs/libgmp.lax/lt34-neg.o || cp mpz/neg.o .libs/libgmp.lax/lt34-neg.o | |
libtool: link: ln mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o || cp mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o | |
libtool: link: ln mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o || cp mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o | |
libtool: link: ln mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o || cp mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o | |
libtool: link: ln mpz/random2.o .libs/libgmp.lax/lt38-random2.o || cp mpz/random2.o .libs/libgmp.lax/lt38-random2.o | |
libtool: link: ln mpz/set.o .libs/libgmp.lax/lt39-set.o || cp mpz/set.o .libs/libgmp.lax/lt39-set.o | |
libtool: link: ln mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o || cp mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o | |
libtool: link: ln mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o || cp mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o | |
libtool: link: ln mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o || cp mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o | |
libtool: link: ln mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o || cp mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o | |
libtool: link: ln mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o || cp mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o | |
libtool: link: ln mpz/size.o .libs/libgmp.lax/lt45-size.o || cp mpz/size.o .libs/libgmp.lax/lt45-size.o | |
libtool: link: ln mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o || cp mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o | |
libtool: link: ln mpz/sub.o .libs/libgmp.lax/lt47-sub.o || cp mpz/sub.o .libs/libgmp.lax/lt47-sub.o | |
libtool: link: ln mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o || cp mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o | |
libtool: link: ln mpz/swap.o .libs/libgmp.lax/lt49-swap.o || cp mpz/swap.o .libs/libgmp.lax/lt49-swap.o | |
libtool: link: ln mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o || cp mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o | |
libtool: link: ln mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o || cp mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o | |
libtool: link: ln mpq/abs.o .libs/libgmp.lax/lt52-abs.o || cp mpq/abs.o .libs/libgmp.lax/lt52-abs.o | |
libtool: link: ln mpq/clear.o .libs/libgmp.lax/lt53-clear.o || cp mpq/clear.o .libs/libgmp.lax/lt53-clear.o | |
libtool: link: ln mpq/clears.o .libs/libgmp.lax/lt54-clears.o || cp mpq/clears.o .libs/libgmp.lax/lt54-clears.o | |
libtool: link: ln mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o || cp mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o | |
libtool: link: ln mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o || cp mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o | |
libtool: link: ln mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o || cp mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o | |
libtool: link: ln mpq/div.o .libs/libgmp.lax/lt58-div.o || cp mpq/div.o .libs/libgmp.lax/lt58-div.o | |
libtool: link: ln mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o || cp mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o | |
libtool: link: ln mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o || cp mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o | |
libtool: link: ln mpq/init.o .libs/libgmp.lax/lt61-init.o || cp mpq/init.o .libs/libgmp.lax/lt61-init.o | |
libtool: link: ln mpq/inits.o .libs/libgmp.lax/lt62-inits.o || cp mpq/inits.o .libs/libgmp.lax/lt62-inits.o | |
libtool: link: ln mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o || cp mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o | |
libtool: link: ln mpq/mul.o .libs/libgmp.lax/lt64-mul.o || cp mpq/mul.o .libs/libgmp.lax/lt64-mul.o | |
libtool: link: ln mpq/neg.o .libs/libgmp.lax/lt65-neg.o || cp mpq/neg.o .libs/libgmp.lax/lt65-neg.o | |
libtool: link: ln mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o || cp mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o | |
libtool: link: ln mpq/set.o .libs/libgmp.lax/lt67-set.o || cp mpq/set.o .libs/libgmp.lax/lt67-set.o | |
libtool: link: ln mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o || cp mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o | |
libtool: link: ln mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o || cp mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o | |
libtool: link: ln mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o || cp mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o | |
libtool: link: ln mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o || cp mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o | |
libtool: link: ln mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o || cp mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o | |
libtool: link: ln mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o || cp mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o | |
libtool: link: ln mpq/swap.o .libs/libgmp.lax/lt74-swap.o || cp mpq/swap.o .libs/libgmp.lax/lt74-swap.o | |
libtool: link: ln mpn/add.o .libs/libgmp.lax/lt75-add.o || cp mpn/add.o .libs/libgmp.lax/lt75-add.o | |
libtool: link: ln mpn/sub.o .libs/libgmp.lax/lt76-sub.o || cp mpn/sub.o .libs/libgmp.lax/lt76-sub.o | |
libtool: link: ln mpn/neg.o .libs/libgmp.lax/lt77-neg.o || cp mpn/neg.o .libs/libgmp.lax/lt77-neg.o | |
libtool: link: ln mpn/com.o .libs/libgmp.lax/lt78-com.o || cp mpn/com.o .libs/libgmp.lax/lt78-com.o | |
libtool: link: ln mpn/divis.o .libs/libgmp.lax/lt79-divis.o || cp mpn/divis.o .libs/libgmp.lax/lt79-divis.o | |
libtool: link: ln mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o || cp mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o | |
libtool: link: ln mpn/dump.o .libs/libgmp.lax/lt81-dump.o || cp mpn/dump.o .libs/libgmp.lax/lt81-dump.o | |
libtool: link: ln mpn/mul.o .libs/libgmp.lax/lt82-mul.o || cp mpn/mul.o .libs/libgmp.lax/lt82-mul.o | |
libtool: link: ln mpn/random.o .libs/libgmp.lax/lt83-random.o || cp mpn/random.o .libs/libgmp.lax/lt83-random.o | |
libtool: link: ln mpn/random2.o .libs/libgmp.lax/lt84-random2.o || cp mpn/random2.o .libs/libgmp.lax/lt84-random2.o | |
libtool: link: ln mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o || cp mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o | |
libtool: link: ln mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o || cp mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o | |
libtool: link: ln mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o || cp mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o | |
libtool: link: ln mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o || cp mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o | |
libtool: link: ln mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o || cp mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o | |
libtool: link: ln mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o || cp mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o | |
libtool: link: ln mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o || cp mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o | |
libtool: link: ln mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o || cp mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o | |
libtool: link: ln mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o || cp mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o | |
libtool: link: ln mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o || cp mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o | |
libtool: link: ln mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o || cp mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o | |
libtool: link: ln mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o || cp mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o | |
libtool: link: ln mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o || cp mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o | |
libtool: link: ln mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o | |
libtool: link: ln mpn/get_d.o .libs/libgmp.lax/lt99-get_d.o || cp mpn/get_d.o .libs/libgmp.lax/lt99-get_d.o | |
libtool: link: ln mpn/invert.o .libs/libgmp.lax/lt100-invert.o || cp mpn/invert.o .libs/libgmp.lax/lt100-invert.o | |
libtool: link: ln mpn/divexact.o .libs/libgmp.lax/lt101-divexact.o || cp mpn/divexact.o .libs/libgmp.lax/lt101-divexact.o | |
libtool: link: ln mpn/powm.o .libs/libgmp.lax/lt102-powm.o || cp mpn/powm.o .libs/libgmp.lax/lt102-powm.o | |
libtool: link: ln mpn/powm_sec.o .libs/libgmp.lax/lt103-powm_sec.o || cp mpn/powm_sec.o .libs/libgmp.lax/lt103-powm_sec.o | |
libtool: link: ln mpn/remove.o .libs/libgmp.lax/lt104-remove.o || cp mpn/remove.o .libs/libgmp.lax/lt104-remove.o | |
libtool: link: ar rc .libs/libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o rand.o randclr.o randdef.o randiset.o randlc2s.o randlc2x.o randmt.o randmts.o rands.o randsd.o randsdui.o randbui.o randmui.o version.o nextprime.o tal-reent.o mpf/init.o mpf/init2.o mpf/inits.o mpf/set.o mpf/set_ui.o mpf/set_si.o mpf/set_str.o mpf/set_d.o mpf/set_z.o mpf/iset.o mpf/iset_ui.o mpf/iset_si.o mpf/iset_str.o mpf/iset_d.o mpf/clear.o mpf/clears.o mpf/get_str.o mpf/dump.o mpf/size.o mpf/eq.o mpf/reldiff.o mpf/sqrt.o mpf/random2.o mpf/inp_str.o mpf/out_str.o mpf/add.o mpf/add_ui.o mpf/sub.o mpf/sub_ui.o mpf/ui_sub.o mpf/mul.o mpf/mul_ui.o mpf/div.o mpf/div_ui.o mpf/cmp.o mpf/cmp_d.o mpf/cmp_ui.o mpf/cmp_si.o mpf/mul_2exp.o mpf/div_2exp.o mpf/abs.o mpf/neg.o mpf/set_q.o mpf/get_d.o mpf/get_d_2exp.o mpf/set_dfl_prec.o mpf/set_prc.o mpf/set_prc_raw.o mpf/get_dfl_prec.o mpf/get_prc.o mpf/ui_div.o mpf/sqrt_ui.o mpf/ceilfloor.o mpf/trunc.o mpf/pow_ui.o mpf/urandomb.o mpf/swap.o mpf/fits_sint.o mpf/fits_slong.o mpf/fits_sshort.o mpf/fits_uint.o mpf/fits_ulong.o mpf/fits_ushort.o mpf/get_si.o mpf/get_ui.o mpf/int_p.o .libs/libgmp.lax/lt1-abs.o .libs/libgmp.lax/lt2-add.o .libs/libgmp.lax/lt3-add_ui.o mpz/aorsmul.o mpz/aorsmul_i.o mpz/and.o mpz/array_init.o mpz/bin_ui.o mpz/bin_uiui.o mpz/cdiv_q.o mpz/cdiv_q_ui.o mpz/cdiv_qr.o mpz/cdiv_qr_ui.o mpz/cdiv_r.o mpz/cdiv_r_ui.o mpz/cdiv_ui.o mpz/cfdiv_q_2exp.o mpz/cfdiv_r_2exp.o .libs/libgmp.lax/lt4-clear.o .libs/libgmp.lax/lt5-clears.o mpz/clrbit.o .libs/libgmp.lax/lt6-cmp.o .libs/libgmp.lax/lt7-cmp_d.o .libs/libgmp.lax/lt8-cmp_si.o .libs/libgmp.lax/lt9-cmp_ui.o mpz/cmpabs.o mpz/cmpabs_d.o mpz/cmpabs_ui.o mpz/com.o mpz/combit.o mpz/cong.o mpz/cong_2exp.o mpz/cong_ui.o mpz/divexact.o mpz/divegcd.o mpz/dive_ui.o mpz/divis.o mpz/divis_ui.o mpz/divis_2exp.o .libs/libgmp.lax/lt10-dump.o mpz/export.o mpz/fac_ui.o mpz/fdiv_q.o mpz/fdiv_q_ui.o mpz/fdiv_qr.o mpz/fdiv_qr_ui.o mpz/fdiv_r.o mpz/fdiv_r_ui.o mpz/fdiv_ui.o mpz/fib_ui.o mpz/fib2_ui.o .libs/libgmp.lax/lt11-fits_sint.o .libs/libgmp.lax/lt12-fits_slong.o .libs/libgmp.lax/lt13-fits_sshort.o .libs/libgmp.lax/lt14-fits_uint.o .libs/libgmp.lax/lt15-fits_ulong.o .libs/libgmp.lax/lt16-fits_ushort.o mpz/gcd.o mpz/gcd_ui.o mpz/gcdext.o .libs/libgmp.lax/lt17-get_d.o .libs/libgmp.lax/lt18-get_d_2exp.o .libs/libgmp.lax/lt19-get_si.o .libs/libgmp.lax/lt20-get_str.o .libs/libgmp.lax/lt21-get_ui.o mpz/getlimbn.o mpz/hamdist.o mpz/import.o .libs/libgmp.lax/lt22-init.o .libs/libgmp.lax/lt23-init2.o .libs/libgmp.lax/lt24-inits.o mpz/inp_raw.o .libs/libgmp.lax/lt25-inp_str.o mpz/invert.o mpz/ior.o .libs/libgmp.lax/lt26-iset.o .libs/libgmp.lax/lt27-iset_d.o .libs/libgmp.lax/lt28-iset_si.o .libs/libgmp.lax/lt29-iset_str.o .libs/libgmp.lax/lt30-iset_ui.o mpz/jacobi.o mpz/kronsz.o mpz/kronuz.o mpz/kronzs.o mpz/kronzu.o mpz/lcm.o mpz/lcm_ui.o mpz/lucnum_ui.o mpz/lucnum2_ui.o mpz/millerrabin.o mpz/mod.o .libs/libgmp.lax/lt31-mul.o .libs/libgmp.lax/lt32-mul_2exp.o mpz/mul_si.o .libs/libgmp.lax/lt33-mul_ui.o mpz/n_pow_ui.o .libs/libgmp.lax/lt34-neg.o .libs/libgmp.lax/lt35-nextprime.o mpz/out_raw.o .libs/libgmp.lax/lt36-out_str.o mpz/perfpow.o mpz/perfsqr.o mpz/popcount.o .libs/libgmp.lax/lt37-pow_ui.o mpz/powm.o mpz/powm_sec.o mpz/powm_ui.o mpz/pprime_p.o mpz/random.o .libs/libgmp.lax/lt38-random2.o mpz/realloc.o mpz/realloc2.o mpz/remove.o mpz/root.o mpz/rootrem.o mpz/rrandomb.o mpz/scan0.o mpz/scan1.o .libs/libgmp.lax/lt39-set.o .libs/libgmp.lax/lt40-set_d.o mpz/set_f.o .libs/libgmp.lax/lt41-set_q.o .libs/libgmp.lax/lt42-set_si.o .libs/libgmp.lax/lt43-set_str.o .libs/libgmp.lax/lt44-set_ui.o mpz/setbit.o .libs/libgmp.lax/lt45-size.o mpz/sizeinbase.o .libs/libgmp.lax/lt46-sqrt.o mpz/sqrtrem.o .libs/libgmp.lax/lt47-sub.o .libs/libgmp.lax/lt48-sub_ui.o .libs/libgmp.lax/lt49-swap.o mpz/tdiv_ui.o mpz/tdiv_q.o mpz/tdiv_q_2exp.o mpz/tdiv_q_ui.o mpz/tdiv_qr.o mpz/tdiv_qr_ui.o mpz/tdiv_r.o mpz/tdiv_r_2exp.o mpz/tdiv_r_ui.o mpz/tstbit.o mpz/ui_pow_ui.o .libs/libgmp.lax/lt50-ui_sub.o .libs/libgmp.lax/lt51-urandomb.o mpz/urandomm.o mpz/xor.o .libs/libgmp.lax/lt52-abs.o mpq/aors.o mpq/canonicalize.o .libs/libgmp.lax/lt53-clear.o .libs/libgmp.lax/lt54-clears.o .libs/libgmp.lax/lt55-cmp.o .libs/libgmp.lax/lt56-cmp_si.o .libs/libgmp.lax/lt57-cmp_ui.o .libs/libgmp.lax/lt58-div.o .libs/libgmp.lax/lt59-get_d.o mpq/get_den.o mpq/get_num.o .libs/libgmp.lax/lt60-get_str.o .libs/libgmp.lax/lt61-init.o .libs/libgmp.lax/lt62-inits.o .libs/libgmp.lax/lt63-inp_str.o mpq/inv.o mpq/md_2exp.o .libs/libgmp.lax/lt64-mul.o .libs/libgmp.lax/lt65-neg.o .libs/libgmp.lax/lt66-out_str.o .libs/libgmp.lax/lt67-set.o mpq/set_den.o mpq/set_num.o .libs/libgmp.lax/lt68-set_si.o .libs/libgmp.lax/lt69-set_str.o .libs/libgmp.lax/lt70-set_ui.o mpq/equal.o .libs/libgmp.lax/lt71-set_z.o .libs/libgmp.lax/lt72-set_d.o .libs/libgmp.lax/lt73-set_f.o .libs/libgmp.lax/lt74-swap.o mpn/fib_table.o mpn/mp_bases.o .libs/libgmp.lax/lt75-add.o mpn/add_1.o mpn/add_n.o .libs/libgmp.lax/lt76-sub.o mpn/sub_1.o mpn/sub_n.o .libs/libgmp.lax/lt77-neg.o .libs/libgmp.lax/lt78-com.o mpn/mul_1.o mpn/addmul_1.o mpn/submul_1.o mpn/lshift.o mpn/rshift.o mpn/dive_1.o mpn/diveby3.o .libs/libgmp.lax/lt79-divis.o mpn/divrem.o mpn/divrem_1.o mpn/divrem_2.o .libs/libgmp.lax/lt80-fib2_ui.o mpn/mod_1.o mpn/mod_34lsub1.o mpn/mode1o.o mpn/pre_divrem_1.o mpn/pre_mod_1.o .libs/libgmp.lax/lt81-dump.o mpn/mod_1_1.o mpn/mod_1_2.o mpn/mod_1_3.o mpn/mod_1_4.o mpn/lshiftc.o .libs/libgmp.lax/lt82-mul.o mpn/mul_fft.o mpn/mul_n.o mpn/sqr.o mpn/mul_basecase.o mpn/sqr_basecase.o mpn/nussbaumer_mul.o .libs/libgmp.lax/lt83-random.o .libs/libgmp.lax/lt84-random2.o mpn/pow_1.o .libs/libgmp.lax/lt85-rootrem.o .libs/libgmp.lax/lt86-sqrtrem.o .libs/libgmp.lax/lt87-get_str.o .libs/libgmp.lax/lt88-set_str.o .libs/libgmp.lax/lt89-scan0.o .libs/libgmp.lax/lt90-scan1.o .libs/libgmp.lax/lt91-popcount.o .libs/libgmp.lax/lt92-hamdist.o .libs/libgmp.lax/lt93-cmp.o .libs/libgmp.lax/lt94-perfsqr.o .libs/libgmp.lax/lt95-perfpow.o mpn/gcd_1.o .libs/libgmp.lax/lt96-gcd.o mpn/gcdext_1.o .libs/libgmp.lax/lt97-gcdext.o mpn/gcd_lehmer.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/gcdext_subdiv_step.o mpn/div_q.o .libs/libgmp.lax/lt98-tdiv_qr.o mpn/jacbase.o .libs/libgmp.lax/lt99-get_d.o mpn/matrix22_mul.o mpn/hgcd2.o mpn/hgcd.o mpn/mullo_n.o mpn/mullo_basecase.o mpn/toom22_mul.o mpn/toom32_mul.o mpn/toom42_mul.o mpn/toom52_mul.o mpn/toom62_mul.o mpn/toom33_mul.o mpn/toom43_mul.o mpn/toom53_mul.o mpn/toom63_mul.o mpn/toom44_mul.o mpn/toom6h_mul.o mpn/toom6_sqr.o mpn/toom8h_mul.o mpn/toom8_sqr.o mpn/toom_couple_handling.o mpn/toom2_sqr.o mpn/toom3_sqr.o mpn/toom4_sqr.o mpn/toom_eval_dgr3_pm1.o mpn/toom_eval_dgr3_pm2.o mpn/toom_eval_pm1.o mpn/toom_eval_pm2.o mpn/toom_eval_pm2exp.o mpn/toom_eval_pm2rexp.o mpn/toom_interpolate_5pts.o mpn/toom_interpolate_6pts.o mpn/toom_interpolate_7pts.o mpn/toom_interpolate_8pts.o mpn/toom_interpolate_12pts.o mpn/toom_interpolate_16pts.o mpn/invertappr.o .libs/libgmp.lax/lt100-invert.o mpn/binvert.o mpn/mulmod_bnm1.o mpn/sqrmod_bnm1.o mpn/sbpi1_div_q.o mpn/sbpi1_div_qr.o mpn/sbpi1_divappr_q.o mpn/dcpi1_div_q.o mpn/dcpi1_div_qr.o mpn/dcpi1_divappr_q.o mpn/mu_div_qr.o mpn/mu_divappr_q.o mpn/mu_div_q.o mpn/bdiv_q_1.o mpn/sbpi1_bdiv_q.o mpn/sbpi1_bdiv_qr.o mpn/dcpi1_bdiv_q.o mpn/dcpi1_bdiv_qr.o mpn/mu_bdiv_q.o mpn/mu_bdiv_qr.o mpn/bdiv_q.o mpn/bdiv_qr.o .libs/libgmp.lax/lt101-divexact.o mpn/bdiv_dbm1c.o mpn/redc_1.o mpn/redc_2.o mpn/redc_n.o .libs/libgmp.lax/lt102-powm.o mpn/powlo.o .libs/libgmp.lax/lt103-powm_sec.o mpn/subcnd_n.o mpn/redc_1_sec.o mpn/trialdiv.o .libs/libgmp.lax/lt104-remove.o mpn/and_n.o mpn/andn_n.o mpn/nand_n.o mpn/ior_n.o mpn/iorn_n.o mpn/nior_n.o mpn/xor_n.o mpn/xnor_n.o mpn/copyi.o mpn/copyd.o mpn/zero.o printf/asprintf.o printf/asprntffuns.o printf/doprnt.o printf/doprntf.o printf/doprnti.o printf/fprintf.o printf/obprintf.o printf/obvprintf.o printf/obprntffuns.o printf/printf.o printf/printffuns.o printf/snprintf.o printf/snprntffuns.o printf/sprintf.o printf/sprintffuns.o printf/vasprintf.o printf/vfprintf.o printf/vprintf.o printf/vsnprintf.o printf/vsprintf.o printf/repl-vsnprintf.o scanf/doscan.o scanf/fscanf.o scanf/fscanffuns.o scanf/scanf.o scanf/sscanf.o scanf/sscanffuns.o scanf/vfscanf.o scanf/vscanf.o scanf/vsscanf.o | |
libtool: link: ranlib .libs/libgmp.a | |
libtool: link: rm -fr .libs/libgmp.lax | |
libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" ) | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp' | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp' | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/gmp' | |
Configuring stage 1 in ./mpfr | |
configure: creating cache ./config.cache | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for ICC... no | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for an ANSI C-conforming const... yes | |
checking for working volatile... yes | |
checking for main in -lm... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for size_t... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking for string.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/fpu.h usability... no | |
checking sys/fpu.h presence... no | |
checking for sys/fpu.h... no | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking how to copy va_list... va_copy | |
checking for memmove... yes | |
checking for memset... yes | |
checking for setlocale... yes | |
checking for strtol... yes | |
checking for gettimeofday... yes | |
checking for long long int... yes | |
checking for intmax_t... yes | |
checking for working INTMAX_MAX... yes | |
checking for union fpc_csr... no | |
checking for fesetround... yes | |
checking for gcc float-conversion bug... no | |
checking for denormalized numbers... yes | |
checking if the FP division by 0 fails... no | |
checking if NAN == NAN... no | |
checking if charset has consecutive values... yes | |
checking for math/round... yes | |
checking for math/trunc... yes | |
checking for math/floor... yes | |
checking for math/ceil... yes | |
checking for math/rint... yes | |
checking for long double... yes | |
checking format of `long double' floating point... IEEE extended, little endian | |
checking for TLS support... yes | |
checking for gmp.h... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for ld option to reload object files... -r | |
checking for x86_64-unknown-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-unknown-linux-gnu-dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-unknown-linux-gnu-ar... ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-unknown-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc object... ok | |
checking for sysroot... no | |
checking for x86_64-unknown-linux-gnu-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking whether gcc __attribute__ ((mode (XX))) works... yes | |
checking for recent GMP... yes | |
checking for __gmpz_init in -lgmp... yes | |
checking if gmp.h version and libgmp version are the same... (5.0.5/5.0.5) yes | |
checking if gmp_printf supports "%jd"... yes | |
checking if gmp_printf supports "%hhd"... yes | |
checking if gmp_printf supports "%lld"... yes | |
checking if gmp_printf supports "%Lf"... yes | |
checking if gmp_printf supports "%td"... yes | |
checking for __gmpn_rootrem... yes | |
checking for __gmpn_sbpi1_divappr_q... yes | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating src/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tune/Makefile | |
config.status: creating src/mparam.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr' | |
Making all in doc | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/doc' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/doc' | |
Making all in src | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/src' | |
make all-am | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/src' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c -o exceptions.lo ../../../mpfr/src/exceptions.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c -o extract.lo ../../../mpfr/src/extract.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c -o uceil_exp2.lo ../../../mpfr/src/uceil_exp2.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo ../../../mpfr/src/uceil_log2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c ../../../mpfr/src/uceil_log2.c -o uceil_log2.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c ../../../mpfr/src/extract.c -o extract.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c ../../../mpfr/src/exceptions.c -o exceptions.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c ../../../mpfr/src/uceil_exp2.c -o uceil_exp2.o | |
mv -f .deps/extract.Tpo .deps/extract.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c -o ufloor_log2.lo ../../../mpfr/src/ufloor_log2.c | |
mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo ../../../mpfr/src/add.c | |
mv -f .deps/exceptions.Tpo .deps/exceptions.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c -o add1.lo ../../../mpfr/src/add1.c | |
mv -f .deps/uceil_exp2.Tpo .deps/uceil_exp2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo ../../../mpfr/src/add_ui.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c ../../../mpfr/src/ufloor_log2.c -o ufloor_log2.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add.lo -MD -MP -MF .deps/add.Tpo -c ../../../mpfr/src/add.c -o add.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c ../../../mpfr/src/add1.c -o add1.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c ../../../mpfr/src/add_ui.c -o add_ui.o | |
mv -f .deps/add.Tpo .deps/add.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c -o agm.lo ../../../mpfr/src/agm.c | |
mv -f .deps/ufloor_log2.Tpo .deps/ufloor_log2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo ../../../mpfr/src/clear.c | |
mv -f .deps/add_ui.Tpo .deps/add_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo ../../../mpfr/src/cmp.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c ../../../mpfr/src/agm.c -o agm.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c ../../../mpfr/src/clear.c -o clear.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c ../../../mpfr/src/cmp.c -o cmp.o | |
mv -f .deps/add1.Tpo .deps/add1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c -o cmp_abs.lo ../../../mpfr/src/cmp_abs.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c ../../../mpfr/src/cmp_abs.c -o cmp_abs.o | |
mv -f .deps/clear.Tpo .deps/clear.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c -o cmp_si.lo ../../../mpfr/src/cmp_si.c | |
mv -f .deps/cmp.Tpo .deps/cmp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c -o cmp_ui.lo ../../../mpfr/src/cmp_ui.c | |
mv -f .deps/agm.Tpo .deps/agm.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c -o comparisons.lo ../../../mpfr/src/comparisons.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c ../../../mpfr/src/cmp_si.c -o cmp_si.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c ../../../mpfr/src/cmp_ui.c -o cmp_ui.o | |
mv -f .deps/cmp_abs.Tpo .deps/cmp_abs.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c -o div_2exp.lo ../../../mpfr/src/div_2exp.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c ../../../mpfr/src/comparisons.c -o comparisons.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c ../../../mpfr/src/div_2exp.c -o div_2exp.o | |
mv -f .deps/cmp_si.Tpo .deps/cmp_si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo ../../../mpfr/src/div_2si.c | |
mv -f .deps/cmp_ui.Tpo .deps/cmp_ui.Plo | |
mv -f .deps/div_2exp.Tpo .deps/div_2exp.Plo | |
mv -f .deps/comparisons.Tpo .deps/comparisons.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo ../../../mpfr/src/div_2ui.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo ../../../mpfr/src/div.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo ../../../mpfr/src/div_ui.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c ../../../mpfr/src/div_2si.c -o div_2si.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c ../../../mpfr/src/div_ui.c -o div_ui.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c ../../../mpfr/src/div_2ui.c -o div_2ui.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div.lo -MD -MP -MF .deps/div.Tpo -c ../../../mpfr/src/div.c -o div.o | |
mv -f .deps/div_2si.Tpo .deps/div_2si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c -o dump.lo ../../../mpfr/src/dump.c | |
mv -f .deps/div_ui.Tpo .deps/div_ui.Plo | |
mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c -o eq.lo ../../../mpfr/src/eq.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c ../../../mpfr/src/dump.c -o dump.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c -o exp10.lo ../../../mpfr/src/exp10.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c ../../../mpfr/src/exp10.c -o exp10.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c ../../../mpfr/src/eq.c -o eq.o | |
mv -f .deps/div.Tpo .deps/div.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c -o exp2.lo ../../../mpfr/src/exp2.c | |
mv -f .deps/dump.Tpo .deps/dump.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c -o exp3.lo ../../../mpfr/src/exp3.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c ../../../mpfr/src/exp2.c -o exp2.o | |
mv -f .deps/exp10.Tpo .deps/exp10.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo ../../../mpfr/src/exp.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c ../../../mpfr/src/exp3.c -o exp3.o | |
mv -f .deps/eq.Tpo .deps/eq.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c -o frac.lo ../../../mpfr/src/frac.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c ../../../mpfr/src/exp.c -o exp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c ../../../mpfr/src/frac.c -o frac.o | |
mv -f .deps/exp2.Tpo .deps/exp2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT frexp.lo -MD -MP -MF .deps/frexp.Tpo -c -o frexp.lo ../../../mpfr/src/frexp.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT frexp.lo -MD -MP -MF .deps/frexp.Tpo -c ../../../mpfr/src/frexp.c -o frexp.o | |
mv -f .deps/exp.Tpo .deps/exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c -o get_d.lo ../../../mpfr/src/get_d.c | |
mv -f .deps/exp3.Tpo .deps/exp3.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c -o get_exp.lo ../../../mpfr/src/get_exp.c | |
mv -f .deps/frac.Tpo .deps/frac.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c -o get_str.lo ../../../mpfr/src/get_str.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c ../../../mpfr/src/get_d.c -o get_d.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c ../../../mpfr/src/get_exp.c -o get_exp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c ../../../mpfr/src/get_str.c -o get_str.o | |
mv -f .deps/frexp.Tpo .deps/frexp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../../mpfr/src/init.c | |
mv -f .deps/get_exp.Tpo .deps/get_exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo ../../../mpfr/src/inp_str.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../../mpfr/src/init.c -o init.o | |
mv -f .deps/get_d.Tpo .deps/get_d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c -o isinteger.lo ../../../mpfr/src/isinteger.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c ../../../mpfr/src/inp_str.c -o inp_str.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c ../../../mpfr/src/isinteger.c -o isinteger.o | |
mv -f .deps/init.Tpo .deps/init.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c -o isinf.lo ../../../mpfr/src/isinf.c | |
mv -f .deps/inp_str.Tpo .deps/inp_str.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c -o isnan.lo ../../../mpfr/src/isnan.c | |
mv -f .deps/isinteger.Tpo .deps/isinteger.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c -o isnum.lo ../../../mpfr/src/isnum.c | |
mv -f .deps/get_str.Tpo .deps/get_str.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c -o const_log2.lo ../../../mpfr/src/const_log2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c ../../../mpfr/src/isinf.c -o isinf.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c ../../../mpfr/src/isnan.c -o isnan.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c ../../../mpfr/src/isnum.c -o isnum.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c ../../../mpfr/src/const_log2.c -o const_log2.o | |
mv -f .deps/isinf.Tpo .deps/isinf.Plo | |
mv -f .deps/isnan.Tpo .deps/isnan.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo ../../../mpfr/src/log.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c -o modf.lo ../../../mpfr/src/modf.c | |
mv -f .deps/isnum.Tpo .deps/isnum.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c -o mul_2exp.lo ../../../mpfr/src/mul_2exp.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT log.lo -MD -MP -MF .deps/log.Tpo -c ../../../mpfr/src/log.c -o log.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c ../../../mpfr/src/modf.c -o modf.o | |
mv -f .deps/const_log2.Tpo .deps/const_log2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo ../../../mpfr/src/mul_2si.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c ../../../mpfr/src/mul_2exp.c -o mul_2exp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c ../../../mpfr/src/mul_2si.c -o mul_2si.o | |
mv -f .deps/log.Tpo .deps/log.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo ../../../mpfr/src/mul_2ui.c | |
mv -f .deps/mul_2exp.Tpo .deps/mul_2exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo ../../../mpfr/src/mul.c | |
mv -f .deps/modf.Tpo .deps/modf.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo ../../../mpfr/src/mul_ui.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c ../../../mpfr/src/mul_2ui.c -o mul_2ui.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c ../../../mpfr/src/mul_ui.c -o mul_ui.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c ../../../mpfr/src/mul.c -o mul.o | |
mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo ../../../mpfr/src/neg.c | |
mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo | |
mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT next.lo -MD -MP -MF .deps/next.Tpo -c -o next.lo ../../../mpfr/src/next.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo ../../../mpfr/src/out_str.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c ../../../mpfr/src/neg.c -o neg.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT next.lo -MD -MP -MF .deps/next.Tpo -c ../../../mpfr/src/next.c -o next.o | |
mv -f .deps/mul.Tpo .deps/mul.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c -o printf.lo ../../../mpfr/src/printf.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c ../../../mpfr/src/out_str.c -o out_str.o | |
mv -f .deps/neg.Tpo .deps/neg.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c ../../../mpfr/src/printf.c -o printf.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c -o vasprintf.lo ../../../mpfr/src/vasprintf.c | |
mv -f .deps/next.Tpo .deps/next.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c -o const_pi.lo ../../../mpfr/src/const_pi.c | |
mv -f .deps/out_str.Tpo .deps/out_str.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c ../../../mpfr/src/vasprintf.c -o vasprintf.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo ../../../mpfr/src/pow.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c ../../../mpfr/src/const_pi.c -o const_pi.o | |
mv -f .deps/printf.Tpo .deps/printf.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo ../../../mpfr/src/pow_si.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c ../../../mpfr/src/pow.c -o pow.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c ../../../mpfr/src/pow_si.c -o pow_si.o | |
mv -f .deps/const_pi.Tpo .deps/const_pi.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo ../../../mpfr/src/pow_ui.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c ../../../mpfr/src/pow_ui.c -o pow_ui.o | |
mv -f .deps/pow.Tpo .deps/pow.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c -o print_raw.lo ../../../mpfr/src/print_raw.c | |
mv -f .deps/pow_si.Tpo .deps/pow_si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c -o print_rnd_mode.lo ../../../mpfr/src/print_rnd_mode.c | |
mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c -o reldiff.lo ../../../mpfr/src/reldiff.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c ../../../mpfr/src/print_raw.c -o print_raw.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c ../../../mpfr/src/print_rnd_mode.c -o print_rnd_mode.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c ../../../mpfr/src/reldiff.c -o reldiff.o | |
mv -f .deps/print_rnd_mode.Tpo .deps/print_rnd_mode.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c -o round_prec.lo ../../../mpfr/src/round_prec.c | |
mv -f .deps/print_raw.Tpo .deps/print_raw.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo ../../../mpfr/src/set.c | |
mv -f .deps/vasprintf.Tpo .deps/vasprintf.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c -o setmax.lo ../../../mpfr/src/setmax.c | |
mv -f .deps/reldiff.Tpo .deps/reldiff.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c -o setmin.lo ../../../mpfr/src/setmin.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c ../../../mpfr/src/round_prec.c -o round_prec.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set.lo -MD -MP -MF .deps/set.Tpo -c ../../../mpfr/src/set.c -o set.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c ../../../mpfr/src/setmax.c -o setmax.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c ../../../mpfr/src/setmin.c -o setmin.o | |
mv -f .deps/setmax.Tpo .deps/setmax.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c -o set_d.lo ../../../mpfr/src/set_d.c | |
mv -f .deps/set.Tpo .deps/set.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c -o set_dfl_prec.lo ../../../mpfr/src/set_dfl_prec.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c ../../../mpfr/src/set_d.c -o set_d.o | |
mv -f .deps/setmin.Tpo .deps/setmin.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c ../../../mpfr/src/set_dfl_prec.c -o set_dfl_prec.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c -o set_exp.lo ../../../mpfr/src/set_exp.c | |
mv -f .deps/round_prec.Tpo .deps/round_prec.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c -o set_rnd.lo ../../../mpfr/src/set_rnd.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c ../../../mpfr/src/set_exp.c -o set_exp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c ../../../mpfr/src/set_rnd.c -o set_rnd.o | |
mv -f .deps/set_d.Tpo .deps/set_d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c -o set_f.lo ../../../mpfr/src/set_f.c | |
mv -f .deps/set_dfl_prec.Tpo .deps/set_dfl_prec.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c -o set_prc_raw.lo ../../../mpfr/src/set_prc_raw.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c ../../../mpfr/src/set_f.c -o set_f.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c ../../../mpfr/src/set_prc_raw.c -o set_prc_raw.o | |
mv -f .deps/set_exp.Tpo .deps/set_exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo ../../../mpfr/src/set_prec.c | |
mv -f .deps/set_rnd.Tpo .deps/set_rnd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c -o set_q.lo ../../../mpfr/src/set_q.c | |
mv -f .deps/set_f.Tpo .deps/set_f.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c -o set_si.lo ../../../mpfr/src/set_si.c | |
mv -f .deps/set_prc_raw.Tpo .deps/set_prc_raw.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c ../../../mpfr/src/set_prec.c -o set_prec.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo ../../../mpfr/src/set_str.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c ../../../mpfr/src/set_q.c -o set_q.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c ../../../mpfr/src/set_si.c -o set_si.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c ../../../mpfr/src/set_str.c -o set_str.o | |
mv -f .deps/set_prec.Tpo .deps/set_prec.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c -o set_str_raw.lo ../../../mpfr/src/set_str_raw.c | |
mv -f .deps/set_si.Tpo .deps/set_si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c -o set_ui.lo ../../../mpfr/src/set_ui.c | |
mv -f .deps/set_str.Tpo .deps/set_str.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c -o set_z.lo ../../../mpfr/src/set_z.c | |
mv -f .deps/set_q.Tpo .deps/set_q.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo ../../../mpfr/src/sqrt.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c ../../../mpfr/src/set_str_raw.c -o set_str_raw.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c ../../../mpfr/src/set_ui.c -o set_ui.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c ../../../mpfr/src/set_z.c -o set_z.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c ../../../mpfr/src/sqrt.c -o sqrt.o | |
mv -f .deps/set_str_raw.Tpo .deps/set_str_raw.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c -o sqrt_ui.lo ../../../mpfr/src/sqrt_ui.c | |
mv -f .deps/set_ui.Tpo .deps/set_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo ../../../mpfr/src/sub.c | |
mv -f .deps/set_z.Tpo .deps/set_z.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c -o sub1.lo ../../../mpfr/src/sub1.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c ../../../mpfr/src/sqrt_ui.c -o sqrt_ui.o | |
mv -f .deps/sqrt.Tpo .deps/sqrt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo ../../../mpfr/src/sub_ui.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c ../../../mpfr/src/sub.c -o sub.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c ../../../mpfr/src/sub1.c -o sub1.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c ../../../mpfr/src/sub_ui.c -o sub_ui.o | |
mv -f .deps/sqrt_ui.Tpo .deps/sqrt_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c -o rint.lo ../../../mpfr/src/rint.c | |
mv -f .deps/sub.Tpo .deps/sub.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo ../../../mpfr/src/ui_div.c | |
mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c ../../../mpfr/src/rint.c -o rint.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c -o ui_sub.lo ../../../mpfr/src/ui_sub.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ../../../mpfr/src/ui_div.c -o ui_div.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c ../../../mpfr/src/ui_sub.c -o ui_sub.o | |
mv -f .deps/sub1.Tpo .deps/sub1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo ../../../mpfr/src/urandom.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c ../../../mpfr/src/urandom.c -o urandom.o | |
mv -f .deps/ui_div.Tpo .deps/ui_div.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c -o urandomb.lo ../../../mpfr/src/urandomb.c | |
mv -f .deps/ui_sub.Tpo .deps/ui_sub.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c -o get_z_exp.lo ../../../mpfr/src/get_z_exp.c | |
mv -f .deps/rint.Tpo .deps/rint.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo ../../../mpfr/src/swap.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c ../../../mpfr/src/urandomb.c -o urandomb.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c ../../../mpfr/src/get_z_exp.c -o get_z_exp.o | |
mv -f .deps/urandom.Tpo .deps/urandom.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c -o factorial.lo ../../../mpfr/src/factorial.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c ../../../mpfr/src/swap.c -o swap.o | |
mv -f .deps/urandomb.Tpo .deps/urandomb.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo ../../../mpfr/src/cosh.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c ../../../mpfr/src/factorial.c -o factorial.o | |
mv -f .deps/get_z_exp.Tpo .deps/get_z_exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo ../../../mpfr/src/sinh.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c ../../../mpfr/src/cosh.c -o cosh.o | |
mv -f .deps/swap.Tpo .deps/swap.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo ../../../mpfr/src/tanh.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c ../../../mpfr/src/sinh.c -o sinh.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c ../../../mpfr/src/tanh.c -o tanh.o | |
mv -f .deps/factorial.Tpo .deps/factorial.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c -o sinh_cosh.lo ../../../mpfr/src/sinh_cosh.c | |
mv -f .deps/cosh.Tpo .deps/cosh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo ../../../mpfr/src/acosh.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c ../../../mpfr/src/sinh_cosh.c -o sinh_cosh.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c ../../../mpfr/src/acosh.c -o acosh.o | |
mv -f .deps/tanh.Tpo .deps/tanh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo ../../../mpfr/src/asinh.c | |
mv -f .deps/sinh.Tpo .deps/sinh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo ../../../mpfr/src/atanh.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c ../../../mpfr/src/asinh.c -o asinh.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c ../../../mpfr/src/atanh.c -o atanh.o | |
mv -f .deps/sinh_cosh.Tpo .deps/sinh_cosh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo ../../../mpfr/src/atan.c | |
mv -f .deps/acosh.Tpo .deps/acosh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c -o cmp2.lo ../../../mpfr/src/cmp2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c ../../../mpfr/src/atan.c -o atan.o | |
mv -f .deps/asinh.Tpo .deps/asinh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c -o exp_2.lo ../../../mpfr/src/exp_2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c ../../../mpfr/src/cmp2.c -o cmp2.o | |
mv -f .deps/atanh.Tpo .deps/atanh.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c ../../../mpfr/src/exp_2.c -o exp_2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo ../../../mpfr/src/asin.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c ../../../mpfr/src/asin.c -o asin.o | |
mv -f .deps/cmp2.Tpo .deps/cmp2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c -o const_euler.lo ../../../mpfr/src/const_euler.c | |
mv -f .deps/atan.Tpo .deps/atan.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo ../../../mpfr/src/cos.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c ../../../mpfr/src/const_euler.c -o const_euler.o | |
mv -f .deps/exp_2.Tpo .deps/exp_2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo ../../../mpfr/src/sin.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c ../../../mpfr/src/cos.c -o cos.o | |
mv -f .deps/asin.Tpo .deps/asin.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo ../../../mpfr/src/tan.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c ../../../mpfr/src/sin.c -o sin.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c ../../../mpfr/src/tan.c -o tan.o | |
mv -f .deps/const_euler.Tpo .deps/const_euler.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo ../../../mpfr/src/fma.c | |
mv -f .deps/sin.Tpo .deps/sin.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c -o fms.lo ../../../mpfr/src/fms.c | |
mv -f .deps/cos.Tpo .deps/cos.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c ../../../mpfr/src/fma.c -o fma.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c -o hypot.lo ../../../mpfr/src/hypot.c | |
mv -f .deps/tan.Tpo .deps/tan.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c -o log1p.lo ../../../mpfr/src/log1p.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c ../../../mpfr/src/hypot.c -o hypot.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c ../../../mpfr/src/fms.c -o fms.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c ../../../mpfr/src/log1p.c -o log1p.o | |
mv -f .deps/fma.Tpo .deps/fma.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c -o expm1.lo ../../../mpfr/src/expm1.c | |
mv -f .deps/hypot.Tpo .deps/hypot.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c -o log2.lo ../../../mpfr/src/log2.c | |
mv -f .deps/log1p.Tpo .deps/log1p.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo ../../../mpfr/src/log10.c | |
mv -f .deps/fms.Tpo .deps/fms.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c -o ui_pow.lo ../../../mpfr/src/ui_pow.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c ../../../mpfr/src/expm1.c -o expm1.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c ../../../mpfr/src/log2.c -o log2.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c ../../../mpfr/src/log10.c -o log10.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c ../../../mpfr/src/ui_pow.c -o ui_pow.o | |
mv -f .deps/expm1.Tpo .deps/expm1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c -o ui_pow_ui.lo ../../../mpfr/src/ui_pow_ui.c | |
mv -f .deps/log2.Tpo .deps/log2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo ../../../mpfr/src/minmax.c | |
mv -f .deps/ui_pow.Tpo .deps/ui_pow.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c -o dim.lo ../../../mpfr/src/dim.c | |
mv -f .deps/log10.Tpo .deps/log10.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c -o signbit.lo ../../../mpfr/src/signbit.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c ../../../mpfr/src/ui_pow_ui.c -o ui_pow_ui.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c ../../../mpfr/src/minmax.c -o minmax.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c ../../../mpfr/src/dim.c -o dim.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c ../../../mpfr/src/signbit.c -o signbit.o | |
mv -f .deps/ui_pow_ui.Tpo .deps/ui_pow_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c -o copysign.lo ../../../mpfr/src/copysign.c | |
mv -f .deps/dim.Tpo .deps/dim.Plo | |
mv -f .deps/signbit.Tpo .deps/signbit.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c -o setsign.lo ../../../mpfr/src/setsign.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c -o gmp_op.lo ../../../mpfr/src/gmp_op.c | |
mv -f .deps/minmax.Tpo .deps/minmax.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo ../../../mpfr/src/init2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c ../../../mpfr/src/copysign.c -o copysign.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c ../../../mpfr/src/setsign.c -o setsign.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c ../../../mpfr/src/gmp_op.c -o gmp_op.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c ../../../mpfr/src/init2.c -o init2.o | |
mv -f .deps/setsign.Tpo .deps/setsign.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo ../../../mpfr/src/acos.c | |
mv -f .deps/copysign.Tpo .deps/copysign.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo ../../../mpfr/src/sin_cos.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c ../../../mpfr/src/acos.c -o acos.o | |
mv -f .deps/init2.Tpo .deps/init2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c -o set_nan.lo ../../../mpfr/src/set_nan.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c ../../../mpfr/src/sin_cos.c -o sin_cos.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c ../../../mpfr/src/set_nan.c -o set_nan.o | |
mv -f .deps/gmp_op.Tpo .deps/gmp_op.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c -o set_inf.lo ../../../mpfr/src/set_inf.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c ../../../mpfr/src/set_inf.c -o set_inf.o | |
mv -f .deps/acos.Tpo .deps/acos.Plo | |
mv -f .deps/set_nan.Tpo .deps/set_nan.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c -o set_zero.lo ../../../mpfr/src/set_zero.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c -o powerof2.lo ../../../mpfr/src/powerof2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c ../../../mpfr/src/powerof2.c -o powerof2.o | |
mv -f .deps/set_inf.Tpo .deps/set_inf.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c -o gamma.lo ../../../mpfr/src/gamma.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c ../../../mpfr/src/set_zero.c -o set_zero.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c ../../../mpfr/src/gamma.c -o gamma.o | |
mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c -o set_ld.lo ../../../mpfr/src/set_ld.c | |
mv -f .deps/powerof2.Tpo .deps/powerof2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c -o get_ld.lo ../../../mpfr/src/get_ld.c | |
mv -f .deps/set_zero.Tpo .deps/set_zero.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c -o cbrt.lo ../../../mpfr/src/cbrt.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c ../../../mpfr/src/get_ld.c -o get_ld.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c ../../../mpfr/src/set_ld.c -o set_ld.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c ../../../mpfr/src/cbrt.c -o cbrt.o | |
mv -f .deps/get_ld.Tpo .deps/get_ld.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c -o volatile.lo ../../../mpfr/src/volatile.c | |
mv -f .deps/set_ld.Tpo .deps/set_ld.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c -o fits_sshort.lo ../../../mpfr/src/fits_sshort.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c ../../../mpfr/src/volatile.c -o volatile.o | |
mv -f .deps/gamma.Tpo .deps/gamma.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c -o fits_sint.lo ../../../mpfr/src/fits_sint.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c ../../../mpfr/src/fits_sshort.c -o fits_sshort.o | |
mv -f .deps/cbrt.Tpo .deps/cbrt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c -o fits_slong.lo ../../../mpfr/src/fits_slong.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c ../../../mpfr/src/fits_slong.c -o fits_slong.o | |
mv -f .deps/volatile.Tpo .deps/volatile.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c ../../../mpfr/src/fits_sint.c -o fits_sint.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c -o fits_ushort.lo ../../../mpfr/src/fits_ushort.c | |
mv -f .deps/fits_sshort.Tpo .deps/fits_sshort.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c -o fits_uint.lo ../../../mpfr/src/fits_uint.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c ../../../mpfr/src/fits_ushort.c -o fits_ushort.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c ../../../mpfr/src/fits_uint.c -o fits_uint.o | |
mv -f .deps/fits_slong.Tpo .deps/fits_slong.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c -o fits_ulong.lo ../../../mpfr/src/fits_ulong.c | |
mv -f .deps/fits_sint.Tpo .deps/fits_sint.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c -o fits_uintmax.lo ../../../mpfr/src/fits_uintmax.c | |
mv -f .deps/fits_ushort.Tpo .deps/fits_ushort.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c -o fits_intmax.lo ../../../mpfr/src/fits_intmax.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c ../../../mpfr/src/fits_ulong.c -o fits_ulong.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c ../../../mpfr/src/fits_uintmax.c -o fits_uintmax.o | |
mv -f .deps/fits_uint.Tpo .deps/fits_uint.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c -o get_si.lo ../../../mpfr/src/get_si.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c ../../../mpfr/src/fits_intmax.c -o fits_intmax.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c ../../../mpfr/src/get_si.c -o get_si.o | |
mv -f .deps/fits_uintmax.Tpo .deps/fits_uintmax.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c -o get_ui.lo ../../../mpfr/src/get_ui.c | |
mv -f .deps/fits_ulong.Tpo .deps/fits_ulong.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c -o zeta.lo ../../../mpfr/src/zeta.c | |
mv -f .deps/fits_intmax.Tpo .deps/fits_intmax.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c -o cmp_d.lo ../../../mpfr/src/cmp_d.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c ../../../mpfr/src/get_ui.c -o get_ui.o | |
mv -f .deps/get_si.Tpo .deps/get_si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c -o erf.lo ../../../mpfr/src/erf.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c ../../../mpfr/src/zeta.c -o zeta.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c ../../../mpfr/src/erf.c -o erf.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c ../../../mpfr/src/cmp_d.c -o cmp_d.o | |
mv -f .deps/get_ui.Tpo .deps/get_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c -o inits.lo ../../../mpfr/src/inits.c | |
mv -f .deps/cmp_d.Tpo .deps/cmp_d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c -o inits2.lo ../../../mpfr/src/inits2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c ../../../mpfr/src/inits.c -o inits.o | |
mv -f .deps/erf.Tpo .deps/erf.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c -o clears.lo ../../../mpfr/src/clears.c | |
mv -f .deps/zeta.Tpo .deps/zeta.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c ../../../mpfr/src/inits2.c -o inits2.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c -o sgn.lo ../../../mpfr/src/sgn.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c ../../../mpfr/src/clears.c -o clears.o | |
mv -f .deps/inits.Tpo .deps/inits.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT check.lo -MD -MP -MF .deps/check.Tpo -c -o check.lo ../../../mpfr/src/check.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c ../../../mpfr/src/sgn.c -o sgn.o | |
mv -f .deps/inits2.Tpo .deps/inits2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c -o sub1sp.lo ../../../mpfr/src/sub1sp.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT check.lo -MD -MP -MF .deps/check.Tpo -c ../../../mpfr/src/check.c -o check.o | |
mv -f .deps/clears.Tpo .deps/clears.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo ../../../mpfr/src/version.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c ../../../mpfr/src/sub1sp.c -o sub1sp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT version.lo -MD -MP -MF .deps/version.Tpo -c ../../../mpfr/src/version.c -o version.o | |
mv -f .deps/sgn.Tpo .deps/sgn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c -o mpn_exp.lo ../../../mpfr/src/mpn_exp.c | |
mv -f .deps/check.Tpo .deps/check.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c -o mpfr-gmp.lo ../../../mpfr/src/mpfr-gmp.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c ../../../mpfr/src/mpn_exp.c -o mpn_exp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c ../../../mpfr/src/mpfr-gmp.c -o mpfr-gmp.o | |
mv -f .deps/version.Tpo .deps/version.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c -o mp_clz_tab.lo ../../../mpfr/src/mp_clz_tab.c | |
mv -f .deps/sub1sp.Tpo .deps/sub1sp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c -o sum.lo ../../../mpfr/src/sum.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c ../../../mpfr/src/mp_clz_tab.c -o mp_clz_tab.o | |
mv -f .deps/mpn_exp.Tpo .deps/mpn_exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c -o add1sp.lo ../../../mpfr/src/add1sp.c | |
mv -f .deps/mpfr-gmp.Tpo .deps/mpfr-gmp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c -o free_cache.lo ../../../mpfr/src/free_cache.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c ../../../mpfr/src/sum.c -o sum.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c ../../../mpfr/src/add1sp.c -o add1sp.o | |
mv -f .deps/mp_clz_tab.Tpo .deps/mp_clz_tab.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c -o si_op.lo ../../../mpfr/src/si_op.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c ../../../mpfr/src/free_cache.c -o free_cache.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c ../../../mpfr/src/si_op.c -o si_op.o | |
mv -f .deps/free_cache.Tpo .deps/free_cache.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c -o cmp_ld.lo ../../../mpfr/src/cmp_ld.c | |
mv -f .deps/sum.Tpo .deps/sum.Plo | |
mv -f .deps/add1sp.Tpo .deps/add1sp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c -o set_ui_2exp.lo ../../../mpfr/src/set_ui_2exp.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c -o set_si_2exp.lo ../../../mpfr/src/set_si_2exp.c | |
mv -f .deps/si_op.Tpo .deps/si_op.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c ../../../mpfr/src/cmp_ld.c -o cmp_ld.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c -o set_uj.lo ../../../mpfr/src/set_uj.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c ../../../mpfr/src/set_ui_2exp.c -o set_ui_2exp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c ../../../mpfr/src/set_si_2exp.c -o set_si_2exp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c ../../../mpfr/src/set_uj.c -o set_uj.o | |
mv -f .deps/set_ui_2exp.Tpo .deps/set_ui_2exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c -o set_sj.lo ../../../mpfr/src/set_sj.c | |
mv -f .deps/cmp_ld.Tpo .deps/cmp_ld.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c -o get_sj.lo ../../../mpfr/src/get_sj.c | |
mv -f .deps/set_si_2exp.Tpo .deps/set_si_2exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c -o get_uj.lo ../../../mpfr/src/get_uj.c | |
mv -f .deps/set_uj.Tpo .deps/set_uj.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c -o get_z.lo ../../../mpfr/src/get_z.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c ../../../mpfr/src/set_sj.c -o set_sj.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c ../../../mpfr/src/get_sj.c -o get_sj.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c ../../../mpfr/src/get_uj.c -o get_uj.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c ../../../mpfr/src/get_z.c -o get_z.o | |
mv -f .deps/set_sj.Tpo .deps/set_sj.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c -o iszero.lo ../../../mpfr/src/iszero.c | |
mv -f .deps/get_uj.Tpo .deps/get_uj.Plo | |
mv -f .deps/get_z.Tpo .deps/get_z.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../../mpfr/src/cache.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo ../../../mpfr/src/sqr.c | |
mv -f .deps/get_sj.Tpo .deps/get_sj.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c -o int_ceil_log2.lo ../../../mpfr/src/int_ceil_log2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c ../../../mpfr/src/iszero.c -o iszero.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../../mpfr/src/cache.c -o cache.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c ../../../mpfr/src/sqr.c -o sqr.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c ../../../mpfr/src/int_ceil_log2.c -o int_ceil_log2.o | |
mv -f .deps/iszero.Tpo .deps/iszero.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c -o isqrt.lo ../../../mpfr/src/isqrt.c | |
mv -f .deps/int_ceil_log2.Tpo .deps/int_ceil_log2.Plo | |
mv -f .deps/sqr.Tpo .deps/sqr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c -o strtofr.lo ../../../mpfr/src/strtofr.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo ../../../mpfr/src/pow_z.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c ../../../mpfr/src/isqrt.c -o isqrt.o | |
mv -f .deps/cache.Tpo .deps/cache.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo ../../../mpfr/src/logging.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c ../../../mpfr/src/pow_z.c -o pow_z.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c ../../../mpfr/src/strtofr.c -o strtofr.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c ../../../mpfr/src/logging.c -o logging.o | |
mv -f .deps/isqrt.Tpo .deps/isqrt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c -o mulders.lo ../../../mpfr/src/mulders.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c ../../../mpfr/src/mulders.c -o mulders.o | |
mv -f .deps/logging.Tpo .deps/logging.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c -o get_f.lo ../../../mpfr/src/get_f.c | |
mv -f .deps/pow_z.Tpo .deps/pow_z.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c -o round_p.lo ../../../mpfr/src/round_p.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c ../../../mpfr/src/round_p.c -o round_p.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c ../../../mpfr/src/get_f.c -o get_f.o | |
mv -f .deps/mulders.Tpo .deps/mulders.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c -o erfc.lo ../../../mpfr/src/erfc.c | |
mv -f .deps/strtofr.Tpo .deps/strtofr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c -o atan2.lo ../../../mpfr/src/atan2.c | |
mv -f .deps/round_p.Tpo .deps/round_p.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c -o subnormal.lo ../../../mpfr/src/subnormal.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c ../../../mpfr/src/atan2.c -o atan2.o | |
mv -f .deps/get_f.Tpo .deps/get_f.Plo | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c ../../../mpfr/src/erfc.c -o erfc.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c -o const_catalan.lo ../../../mpfr/src/const_catalan.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c ../../../mpfr/src/subnormal.c -o subnormal.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c ../../../mpfr/src/const_catalan.c -o const_catalan.o | |
mv -f .deps/atan2.Tpo .deps/atan2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT root.lo -MD -MP -MF .deps/root.Tpo -c -o root.lo ../../../mpfr/src/root.c | |
mv -f .deps/subnormal.Tpo .deps/subnormal.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c -o sec.lo ../../../mpfr/src/sec.c | |
mv -f .deps/erfc.Tpo .deps/erfc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c -o csc.lo ../../../mpfr/src/csc.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT root.lo -MD -MP -MF .deps/root.Tpo -c ../../../mpfr/src/root.c -o root.o | |
mv -f .deps/const_catalan.Tpo .deps/const_catalan.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c -o cot.lo ../../../mpfr/src/cot.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c ../../../mpfr/src/sec.c -o sec.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c ../../../mpfr/src/csc.c -o csc.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c ../../../mpfr/src/cot.c -o cot.o | |
mv -f .deps/root.Tpo .deps/root.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c -o eint.lo ../../../mpfr/src/eint.c | |
mv -f .deps/sec.Tpo .deps/sec.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c -o sech.lo ../../../mpfr/src/sech.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c ../../../mpfr/src/eint.c -o eint.o | |
mv -f .deps/csc.Tpo .deps/csc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c -o csch.lo ../../../mpfr/src/csch.c | |
mv -f .deps/cot.Tpo .deps/cot.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c -o coth.lo ../../../mpfr/src/coth.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c ../../../mpfr/src/sech.c -o sech.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c ../../../mpfr/src/csch.c -o csch.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c ../../../mpfr/src/coth.c -o coth.o | |
mv -f .deps/csch.Tpo .deps/csch.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c -o round_near_x.lo ../../../mpfr/src/round_near_x.c | |
mv -f .deps/sech.Tpo .deps/sech.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c -o constant.lo ../../../mpfr/src/constant.c | |
mv -f .deps/eint.Tpo .deps/eint.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c -o abort_prec_max.lo ../../../mpfr/src/abort_prec_max.c | |
mv -f .deps/coth.Tpo .deps/coth.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c -o stack_interface.lo ../../../mpfr/src/stack_interface.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c ../../../mpfr/src/round_near_x.c -o round_near_x.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c ../../../mpfr/src/constant.c -o constant.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c ../../../mpfr/src/abort_prec_max.c -o abort_prec_max.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c ../../../mpfr/src/stack_interface.c -o stack_interface.o | |
mv -f .deps/constant.Tpo .deps/constant.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c -o lngamma.lo ../../../mpfr/src/lngamma.c | |
mv -f .deps/round_near_x.Tpo .deps/round_near_x.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c -o zeta_ui.lo ../../../mpfr/src/zeta_ui.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c ../../../mpfr/src/lngamma.c -o lngamma.o | |
mv -f .deps/abort_prec_max.Tpo .deps/abort_prec_max.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c -o set_d64.lo ../../../mpfr/src/set_d64.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c ../../../mpfr/src/zeta_ui.c -o zeta_ui.o | |
mv -f .deps/stack_interface.Tpo .deps/stack_interface.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c -o get_d64.lo ../../../mpfr/src/get_d64.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c ../../../mpfr/src/set_d64.c -o set_d64.o | |
mv -f .deps/set_d64.Tpo .deps/set_d64.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c -o jn.lo ../../../mpfr/src/jn.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c ../../../mpfr/src/get_d64.c -o get_d64.o | |
mv -f .deps/zeta_ui.Tpo .deps/zeta_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c -o yn.lo ../../../mpfr/src/yn.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c ../../../mpfr/src/jn.c -o jn.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c ../../../mpfr/src/yn.c -o yn.o | |
mv -f .deps/get_d64.Tpo .deps/get_d64.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c -o rem1.lo ../../../mpfr/src/rem1.c | |
mv -f .deps/lngamma.Tpo .deps/lngamma.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c -o get_patches.lo ../../../mpfr/src/get_patches.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c ../../../mpfr/src/rem1.c -o rem1.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c ../../../mpfr/src/get_patches.c -o get_patches.o | |
mv -f .deps/rem1.Tpo .deps/rem1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c -o add_d.lo ../../../mpfr/src/add_d.c | |
mv -f .deps/get_patches.Tpo .deps/get_patches.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c -o sub_d.lo ../../../mpfr/src/sub_d.c | |
mv -f .deps/jn.Tpo .deps/jn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c -o d_sub.lo ../../../mpfr/src/d_sub.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c ../../../mpfr/src/add_d.c -o add_d.o | |
mv -f .deps/yn.Tpo .deps/yn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c -o mul_d.lo ../../../mpfr/src/mul_d.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c ../../../mpfr/src/sub_d.c -o sub_d.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c ../../../mpfr/src/d_sub.c -o d_sub.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c ../../../mpfr/src/mul_d.c -o mul_d.o | |
mv -f .deps/add_d.Tpo .deps/add_d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c -o div_d.lo ../../../mpfr/src/div_d.c | |
mv -f .deps/sub_d.Tpo .deps/sub_d.Plo | |
mv -f .deps/mul_d.Tpo .deps/mul_d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c -o d_div.lo ../../../mpfr/src/d_div.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c -o li2.lo ../../../mpfr/src/li2.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c ../../../mpfr/src/div_d.c -o div_d.o | |
mv -f .deps/d_sub.Tpo .deps/d_sub.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c -o rec_sqrt.lo ../../../mpfr/src/rec_sqrt.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c ../../../mpfr/src/li2.c -o li2.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c ../../../mpfr/src/d_div.c -o d_div.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c ../../../mpfr/src/rec_sqrt.c -o rec_sqrt.o | |
mv -f .deps/div_d.Tpo .deps/div_d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c -o min_prec.lo ../../../mpfr/src/min_prec.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c ../../../mpfr/src/min_prec.c -o min_prec.o | |
mv -f .deps/d_div.Tpo .deps/d_div.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c -o buildopt.lo ../../../mpfr/src/buildopt.c | |
mv -f .deps/min_prec.Tpo .deps/min_prec.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c -o digamma.lo ../../../mpfr/src/digamma.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c ../../../mpfr/src/buildopt.c -o buildopt.o | |
mv -f .deps/rec_sqrt.Tpo .deps/rec_sqrt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c -o bernoulli.lo ../../../mpfr/src/bernoulli.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c ../../../mpfr/src/bernoulli.c -o bernoulli.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c ../../../mpfr/src/digamma.c -o digamma.o | |
mv -f .deps/li2.Tpo .deps/li2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c -o isregular.lo ../../../mpfr/src/isregular.c | |
mv -f .deps/buildopt.Tpo .deps/buildopt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c -o set_flt.lo ../../../mpfr/src/set_flt.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c ../../../mpfr/src/isregular.c -o isregular.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c ../../../mpfr/src/set_flt.c -o set_flt.o | |
mv -f .deps/bernoulli.Tpo .deps/bernoulli.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c -o get_flt.lo ../../../mpfr/src/get_flt.c | |
mv -f .deps/isregular.Tpo .deps/isregular.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c -o scale2.lo ../../../mpfr/src/scale2.c | |
mv -f .deps/set_flt.Tpo .deps/set_flt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c -o set_z_exp.lo ../../../mpfr/src/set_z_exp.c | |
mv -f .deps/digamma.Tpo .deps/digamma.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c -o ai.lo ../../../mpfr/src/ai.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c ../../../mpfr/src/get_flt.c -o get_flt.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c ../../../mpfr/src/scale2.c -o scale2.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c ../../../mpfr/src/set_z_exp.c -o set_z_exp.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c ../../../mpfr/src/ai.c -o ai.o | |
mv -f .deps/get_flt.Tpo .deps/get_flt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c -o gammaonethird.lo ../../../mpfr/src/gammaonethird.c | |
mv -f .deps/scale2.Tpo .deps/scale2.Plo | |
mv -f .deps/set_z_exp.Tpo .deps/set_z_exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT grandom.lo -MD -MP -MF .deps/grandom.Tpo -c -o grandom.lo ../../../mpfr/src/grandom.c | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c ../../../mpfr/src/gammaonethird.c -o gammaonethird.o | |
libtool: compile: gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I../../../mpfr/src -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -g -fkeep-inline-functions -MT grandom.lo -MD -MP -MF .deps/grandom.Tpo -c ../../../mpfr/src/grandom.c -o grandom.o | |
mv -f .deps/ai.Tpo .deps/ai.Plo | |
mv -f .deps/gammaonethird.Tpo .deps/gammaonethird.Plo | |
mv -f .deps/grandom.Tpo .deps/grandom.Plo | |
/bin/sh ../libtool --tag=CC --mode=link gcc -g -fkeep-inline-functions -version-info 5:1:1 -o libmpfr.la -rpath /home/gus/.local/stow/eb_install_prefix/easybuild/software/GCC/4.7.2/lib exceptions.lo extract.lo uceil_exp2.lo uceil_log2.lo ufloor_log2.lo add.lo add1.lo add_ui.lo agm.lo clear.lo cmp.lo cmp_abs.lo cmp_si.lo cmp_ui.lo comparisons.lo div_2exp.lo div_2si.lo div_2ui.lo div.lo div_ui.lo dump.lo eq.lo exp10.lo exp2.lo exp3.lo exp.lo frac.lo frexp.lo get_d.lo get_exp.lo get_str.lo init.lo inp_str.lo isinteger.lo isinf.lo isnan.lo isnum.lo const_log2.lo log.lo modf.lo mul_2exp.lo mul_2si.lo mul_2ui.lo mul.lo mul_ui.lo neg.lo next.lo out_str.lo printf.lo vasprintf.lo const_pi.lo pow.lo pow_si.lo pow_ui.lo print_raw.lo print_rnd_mode.lo reldiff.lo round_prec.lo set.lo setmax.lo setmin.lo set_d.lo set_dfl_prec.lo set_exp.lo set_rnd.lo set_f.lo set_prc_raw.lo set_prec.lo set_q.lo set_si.lo set_str.lo set_str_raw.lo set_ui.lo set_z.lo sqrt.lo sqrt_ui.lo sub.lo sub1.lo sub_ui.lo rint.lo ui_div.lo ui_sub.lo urandom.lo urandomb.lo get_z_exp.lo swap.lo factorial.lo cosh.lo sinh.lo tanh.lo sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo exp_2.lo asin.lo const_euler.lo cos.lo sin.lo tan.lo fma.lo fms.lo hypot.lo log1p.lo expm1.lo log2.lo log10.lo ui_pow.lo ui_pow_ui.lo minmax.lo dim.lo signbit.lo copysign.lo setsign.lo gmp_op.lo init2.lo acos.lo sin_cos.lo set_nan.lo set_inf.lo set_zero.lo powerof2.lo gamma.lo set_ld.lo get_ld.lo cbrt.lo volatile.lo fits_sshort.lo fits_sint.lo fits_slong.lo fits_ushort.lo fits_uint.lo fits_ulong.lo fits_uintmax.lo fits_intmax.lo get_si.lo get_ui.lo zeta.lo cmp_d.lo erf.lo inits.lo inits2.lo clears.lo sgn.lo check.lo sub1sp.lo version.lo mpn_exp.lo mpfr-gmp.lo mp_clz_tab.lo sum.lo add1sp.lo free_cache.lo si_op.lo cmp_ld.lo set_ui_2exp.lo set_si_2exp.lo set_uj.lo set_sj.lo get_sj.lo get_uj.lo get_z.lo iszero.lo cache.lo sqr.lo int_ceil_log2.lo isqrt.lo strtofr.lo pow_z.lo logging.lo mulders.lo get_f.lo round_p.lo erfc.lo atan2.lo subnormal.lo const_catalan.lo root.lo sec.lo csc.lo cot.lo eint.lo sech.lo csch.lo coth.lo round_near_x.lo constant.lo abort_prec_max.lo stack_interface.lo lngamma.lo zeta_ui.lo set_d64.lo get_d64.lo jn.lo yn.lo rem1.lo get_patches.lo add_d.lo sub_d.lo d_sub.lo mul_d.lo div_d.lo d_div.lo li2.lo rec_sqrt.lo min_prec.lo buildopt.lo digamma.lo bernoulli.lo isregular.lo set_flt.lo get_flt.lo scale2.lo set_z_exp.lo ai.lo gammaonethird.lo grandom.lo -lgmp | |
libtool: link: ar rc .libs/libmpfr.a exceptions.o extract.o uceil_exp2.o uceil_log2.o ufloor_log2.o add.o add1.o add_ui.o agm.o clear.o cmp.o cmp_abs.o cmp_si.o cmp_ui.o comparisons.o div_2exp.o div_2si.o div_2ui.o div.o div_ui.o dump.o eq.o exp10.o exp2.o exp3.o exp.o frac.o frexp.o get_d.o get_exp.o get_str.o init.o inp_str.o isinteger.o isinf.o isnan.o isnum.o const_log2.o log.o modf.o mul_2exp.o mul_2si.o mul_2ui.o mul.o mul_ui.o neg.o next.o out_str.o printf.o vasprintf.o const_pi.o pow.o pow_si.o pow_ui.o print_raw.o print_rnd_mode.o reldiff.o round_prec.o set.o setmax.o setmin.o set_d.o set_dfl_prec.o set_exp.o set_rnd.o set_f.o set_prc_raw.o set_prec.o set_q.o set_si.o set_str.o set_str_raw.o set_ui.o set_z.o sqrt.o sqrt_ui.o sub.o sub1.o sub_ui.o rint.o ui_div.o ui_sub.o urandom.o urandomb.o get_z_exp.o swap.o factorial.o cosh.o sinh.o tanh.o sinh_cosh.o acosh.o asinh.o atanh.o atan.o cmp2.o exp_2.o asin.o const_euler.o cos.o sin.o tan.o fma.o fms.o hypot.o log1p.o expm1.o log2.o log10.o ui_pow.o ui_pow_ui.o minmax.o dim.o signbit.o copysign.o setsign.o gmp_op.o init2.o acos.o sin_cos.o set_nan.o set_inf.o set_zero.o powerof2.o gamma.o set_ld.o get_ld.o cbrt.o volatile.o fits_sshort.o fits_sint.o fits_slong.o fits_ushort.o fits_uint.o fits_ulong.o fits_uintmax.o fits_intmax.o get_si.o get_ui.o zeta.o cmp_d.o erf.o inits.o inits2.o clears.o sgn.o check.o sub1sp.o version.o mpn_exp.o mpfr-gmp.o mp_clz_tab.o sum.o add1sp.o free_cache.o si_op.o cmp_ld.o set_ui_2exp.o set_si_2exp.o set_uj.o set_sj.o get_sj.o get_uj.o get_z.o iszero.o cache.o sqr.o int_ceil_log2.o isqrt.o strtofr.o pow_z.o logging.o mulders.o get_f.o round_p.o erfc.o atan2.o subnormal.o const_catalan.o root.o sec.o csc.o cot.o eint.o sech.o csch.o coth.o round_near_x.o constant.o abort_prec_max.o stack_interface.o lngamma.o zeta_ui.o set_d64.o get_d64.o jn.o yn.o rem1.o get_patches.o add_d.o sub_d.o d_sub.o mul_d.o div_d.o d_div.o li2.o rec_sqrt.o min_prec.o buildopt.o digamma.o bernoulli.o isregular.o set_flt.o get_flt.o scale2.o set_z_exp.o ai.o gammaonethird.o grandom.o | |
libtool: link: ranlib .libs/libmpfr.a | |
libtool: link: ( cd ".libs" && rm -f "libmpfr.la" && ln -s "../libmpfr.la" "libmpfr.la" ) | |
make[5]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/src' | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/src' | |
Making all in tests | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/tests' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/tests' | |
Making all in tune | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/tune' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr/tune' | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr' | |
make[4]: Nothing to be done for 'all-am'. | |
make[4]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr' | |
make[3]: Leaving directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpfr' | |
Configuring stage 1 in ./mpc | |
configure: creating cache ./config.cache | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for x86_64-unknown-linux-gnu-gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for x86_64-unknown-linux-gnu-ar... ar | |
checking the archiver (ar) interface... ar | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for ld option to reload object files... -r | |
checking for x86_64-unknown-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-unknown-linux-gnu-dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-unknown-linux-gnu-ar... (cached) ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-unknown-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc object... ok | |
checking for sysroot... no | |
checking for x86_64-unknown-linux-gnu-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gmp.h... yes | |
checking for ANSI C header files... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for inttypes.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking complex.h usability... yes | |
checking complex.h presence... yes | |
checking for complex.h... yes | |
checking for library containing creal... -lm | |
checking whether creal, cimag and I can be used... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for gettimeofday... yes | |
checking for localeconv... yes | |
checking for setlocale... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for __gmpz_init in -lgmp... yes | |
checking for MPFR... yes | |
checking for recent GMP... yes | |
checking for recent MPFR... yes | |
checking if gcc accepts -dumpversion option... yes | |
checking gcc version... 4.9.2 | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make[3]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpc' | |
make all-recursive | |
make[4]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpc' | |
Making all in src | |
make[5]: Entering directory '/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/mpc/src' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c -o abs.lo ../../../mpc/src/abs.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo ../../../mpc/src/acos.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo ../../../mpc/src/acosh.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo ../../../mpc/src/add.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c ../../../mpc/src/acosh.c -o acosh.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT add.lo -MD -MP -MF .deps/add.Tpo -c ../../../mpc/src/add.c -o add.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c ../../../mpc/src/acos.c -o acos.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c ../../../mpc/src/abs.c -o abs.o | |
mv -f .deps/add.Tpo .deps/add.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c -o add_fr.lo ../../../mpc/src/add_fr.c | |
mv -f .deps/acosh.Tpo .deps/acosh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c -o add_si.lo ../../../mpc/src/add_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c ../../../mpc/src/add_fr.c -o add_fr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c ../../../mpc/src/add_si.c -o add_si.o | |
mv -f .deps/abs.Tpo .deps/abs.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo ../../../mpc/src/add_ui.c | |
mv -f .deps/acos.Tpo .deps/acos.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c -o arg.lo ../../../mpc/src/arg.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c ../../../mpc/src/add_ui.c -o add_ui.o | |
mv -f .deps/add_si.Tpo .deps/add_si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo ../../../mpc/src/asin.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c ../../../mpc/src/arg.c -o arg.o | |
mv -f .deps/add_fr.Tpo .deps/add_fr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo ../../../mpc/src/asinh.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c ../../../mpc/src/asin.c -o asin.o | |
mv -f .deps/add_ui.Tpo .deps/add_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo ../../../mpc/src/atan.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c ../../../mpc/src/asinh.c -o asinh.o | |
mv -f .deps/arg.Tpo .deps/arg.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo ../../../mpc/src/atanh.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c ../../../mpc/src/atan.c -o atan.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c ../../../mpc/src/atanh.c -o atanh.o | |
mv -f .deps/asin.Tpo .deps/asin.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo ../../../mpc/src/clear.c | |
mv -f .deps/asinh.Tpo .deps/asinh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo ../../../mpc/src/cmp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c ../../../mpc/src/clear.c -o clear.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c ../../../mpc/src/cmp.c -o cmp.o | |
mv -f .deps/atanh.Tpo .deps/atanh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c -o cmp_si_si.lo ../../../mpc/src/cmp_si_si.c | |
mv -f .deps/clear.Tpo .deps/clear.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c ../../../mpc/src/cmp_si_si.c -o cmp_si_si.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c -o conj.lo ../../../mpc/src/conj.c | |
mv -f .deps/atan.Tpo .deps/atan.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo ../../../mpc/src/cos.c | |
mv -f .deps/cmp.Tpo .deps/cmp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo ../../../mpc/src/cosh.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c ../../../mpc/src/conj.c -o conj.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c ../../../mpc/src/cos.c -o cos.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c ../../../mpc/src/cosh.c -o cosh.o | |
mv -f .deps/cmp_si_si.Tpo .deps/cmp_si_si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo ../../../mpc/src/div_2si.c | |
mv -f .deps/conj.Tpo .deps/conj.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo ../../../mpc/src/div_2ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c ../../../mpc/src/div_2si.c -o div_2si.o | |
mv -f .deps/cos.Tpo .deps/cos.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo ../../../mpc/src/div.c | |
mv -f .deps/cosh.Tpo .deps/cosh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c -o div_fr.lo ../../../mpc/src/div_fr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c ../../../mpc/src/div_2ui.c -o div_2ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div.lo -MD -MP -MF .deps/div.Tpo -c ../../../mpc/src/div.c -o div.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c ../../../mpc/src/div_fr.c -o div_fr.o | |
mv -f .deps/div_2si.Tpo .deps/div_2si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo ../../../mpc/src/div_ui.c | |
mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo ../../../mpc/src/exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c ../../../mpc/src/div_ui.c -o div_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c ../../../mpc/src/exp.c -o exp.o | |
mv -f .deps/div_fr.Tpo .deps/div_fr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo ../../../mpc/src/fma.c | |
mv -f .deps/div_ui.Tpo .deps/div_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c -o fr_div.lo ../../../mpc/src/fr_div.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c ../../../mpc/src/fma.c -o fma.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c ../../../mpc/src/fr_div.c -o fr_div.o | |
mv -f .deps/div.Tpo .deps/div.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c -o fr_sub.lo ../../../mpc/src/fr_sub.c | |
mv -f .deps/exp.Tpo .deps/exp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c -o get_prec2.lo ../../../mpc/src/get_prec2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c ../../../mpc/src/fr_sub.c -o fr_sub.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c ../../../mpc/src/get_prec2.c -o get_prec2.o | |
mv -f .deps/fr_div.Tpo .deps/fr_div.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c -o get_prec.lo ../../../mpc/src/get_prec.c | |
mv -f .deps/fma.Tpo .deps/fma.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c -o get_version.lo ../../../mpc/src/get_version.c | |
mv -f .deps/fr_sub.Tpo .deps/fr_sub.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c -o get_x.lo ../../../mpc/src/get_x.c | |
mv -f .deps/get_prec2.Tpo .deps/get_prec2.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c ../../../mpc/src/get_prec.c -o get_prec.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c -o imag.lo ../../../mpc/src/imag.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c ../../../mpc/src/get_version.c -o get_version.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c ../../../mpc/src/get_x.c -o get_x.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c ../../../mpc/src/imag.c -o imag.o | |
mv -f .deps/get_prec.Tpo .deps/get_prec.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo ../../../mpc/src/init2.c | |
mv -f .deps/get_version.Tpo .deps/get_version.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c -o init3.lo ../../../mpc/src/init3.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c ../../../mpc/src/init2.c -o init2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c ../../../mpc/src/init3.c -o init3.o | |
mv -f .deps/imag.Tpo .deps/imag.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo ../../../mpc/src/inp_str.c | |
mv -f .deps/get_x.Tpo .deps/get_x.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo ../../../mpc/src/log.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c ../../../mpc/src/inp_str.c -o inp_str.o | |
mv -f .deps/init2.Tpo .deps/init2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo ../../../mpc/src/log10.c | |
mv -f .deps/init3.Tpo .deps/init3.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo ../../../mpc/src/mem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT log.lo -MD -MP -MF .deps/log.Tpo -c ../../../mpc/src/log.c -o log.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c ../../../mpc/src/log10.c -o log10.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c ../../../mpc/src/mem.c -o mem.o | |
mv -f .deps/inp_str.Tpo .deps/inp_str.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo ../../../mpc/src/mul_2si.c | |
mv -f .deps/log.Tpo .deps/log.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo ../../../mpc/src/mul_2ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c ../../../mpc/src/mul_2si.c -o mul_2si.o | |
mv -f .deps/mem.Tpo .deps/mem.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo ../../../mpc/src/mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c ../../../mpc/src/mul_2ui.c -o mul_2ui.o | |
mv -f .deps/log10.Tpo .deps/log10.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c -o mul_fr.lo ../../../mpc/src/mul_fr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c ../../../mpc/src/mul.c -o mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c ../../../mpc/src/mul_fr.c -o mul_fr.o | |
mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c -o mul_i.lo ../../../mpc/src/mul_i.c | |
mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c -o mul_si.lo ../../../mpc/src/mul_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c ../../../mpc/src/mul_i.c -o mul_i.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c ../../../mpc/src/mul_si.c -o mul_si.o | |
mv -f .deps/mul_fr.Tpo .deps/mul_fr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo ../../../mpc/src/mul_ui.c | |
mv -f .deps/mul_i.Tpo .deps/mul_i.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo ../../../mpc/src/neg.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c ../../../mpc/src/mul_ui.c -o mul_ui.o | |
mv -f .deps/mul_si.Tpo .deps/mul_si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c -o norm.lo ../../../mpc/src/norm.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c ../../../mpc/src/neg.c -o neg.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c ../../../mpc/src/norm.c -o norm.o | |
mv -f .deps/mul.Tpo .deps/mul.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo ../../../mpc/src/out_str.c | |
mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo ../../../mpc/src/pow.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c ../../../mpc/src/out_str.c -o out_str.o | |
mv -f .deps/neg.Tpo .deps/neg.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c -o pow_fr.lo ../../../mpc/src/pow_fr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c ../../../mpc/src/pow.c -o pow.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c ../../../mpc/src/pow_fr.c -o pow_fr.o | |
mv -f .deps/norm.Tpo .deps/norm.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c -o pow_ld.lo ../../../mpc/src/pow_ld.c | |
mv -f .deps/out_str.Tpo .deps/out_str.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c -o pow_d.lo ../../../mpc/src/pow_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c ../../../mpc/src/pow_ld.c -o pow_ld.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c ../../../mpc/src/pow_d.c -o pow_d.o | |
mv -f .deps/pow_fr.Tpo .deps/pow_fr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo ../../../mpc/src/pow_si.c | |
mv -f .deps/pow_ld.Tpo .deps/pow_ld.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo ../../../mpc/src/pow_ui.c | |
mv -f .deps/pow_d.Tpo .deps/pow_d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo ../../../mpc/src/pow_z.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c ../../../mpc/src/pow_si.c -o pow_si.o | |
mv -f .deps/pow.Tpo .deps/pow.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c ../../../mpc/src/pow_ui.c -o pow_ui.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c -o proj.lo ../../../mpc/src/proj.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c ../../../mpc/src/pow_z.c -o pow_z.o | |
mv -f .deps/pow_si.Tpo .deps/pow_si.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT real.lo -MD -MP -MF .deps/real.Tpo -c -o real.lo ../../../mpc/src/real.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c ../../../mpc/src/proj.c -o proj.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT real.lo -MD -MP -MF .deps/real.Tpo -c ../../../mpc/src/real.c -o real.o | |
mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo ../../../mpc/src/urandom.c | |
mv -f .deps/pow_z.Tpo .deps/pow_z.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo ../../../mpc/src/set.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c ../../../mpc/src/urandom.c -o urandom.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set.lo -MD -MP -MF .deps/set.Tpo -c ../../../mpc/src/set.c -o set.o | |
mv -f .deps/proj.Tpo .deps/proj.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo ../../../mpc/src/set_prec.c | |
mv -f .deps/real.Tpo .deps/real.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo ../../../mpc/src/set_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c ../../../mpc/src/set_prec.c -o set_prec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c ../../../mpc/src/set_str.c -o set_str.o | |
mv -f .deps/set.Tpo .deps/set.Plo | |
mv -f .deps/urandom.Tpo .deps/urandom.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c -o set_x.lo ../../../mpc/src/set_x.c | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c -o set_x_x.lo ../../../mpc/src/set_x_x.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c ../../../mpc/src/set_x.c -o set_x.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c ../../../mpc/src/set_x_x.c -o set_x_x.o | |
mv -f .deps/set_prec.Tpo .deps/set_prec.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo ../../../mpc/src/sin.c | |
mv -f .deps/set_str.Tpo .deps/set_str.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo ../../../mpc/src/sin_cos.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c ../../../mpc/src/sin.c -o sin.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c ../../../mpc/src/sin_cos.c -o sin_cos.o | |
mv -f .deps/set_x_x.Tpo .deps/set_x_x.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo ../../../mpc/src/sinh.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c ../../../mpc/src/sinh.c -o sinh.o | |
mv -f .deps/set_x.Tpo .deps/set_x.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo ../../../mpc/src/sqr.c | |
mv -f .deps/sin.Tpo .deps/sin.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/obj/./gmp -I/home/gus/.local/stow/eb_install_prefix/easybuild/build/GCC/4.7.2/dummy-dummy/gcc-4.7.2/mpfr/src -g -fkeep-inline-functions -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo ../../../mpc/src/sqrt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment