mpc (1.3.1)

mkdir /bb.build
Result = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/mpc-1.3.1/configure --help
Result = 0
Working Dir = /bb.build
Stdout
`configure' configures mpc 1.3.1 to adapt to many kinds of systems.

Usage: /bb.download/source/mpc-1.3.1/configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/mpc]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
  --enable-maintainer-mode
                          enable make rules and dependencies not useful (and
                          sometimes confusing) to the casual installer
  --enable-logging        enable logging of function calls to stderr (default
                          = no)
  --enable-valgrind-tests run checks through valgrind (default = no)
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-mpfr-include=DIR MPFR include directory
  --with-mpfr-lib=DIR     MPFR lib directory
  --with-mpfr=DIR         MPFR install directory
  --with-gmp-include=DIR  GMP include directory
  --with-gmp-lib=DIR      GMP lib directory
  --with-gmp=DIR          GMP install directory
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
                          both]
  --with-aix-soname=aix|svr4|both
                          shared library versioning (aka "SONAME") variant to
                          provide on AIX, [default=aix].
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
                          compiler's sysroot if not specified).

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  LT_SYS_LIBRARY_PATH
              User-defined run-time library search path.
  CPP         C preprocessor

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <mpc-discuss@inria.fr>.
Stderr
/bb.download/source/mpc-1.3.1/configure --prefix=/BuggyBox/mpc/1.3.1/bootstrap --with-gmp=/BuggyBox/gmp/6.3.0/bootstrap --with-mpfr=/BuggyBox/mpfr/4.2.1/bootstrap
Result = 0
Working Dir = /bb.build
Stdout
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for CC and CFLAGS in gmp.h... yes CC=gcc CFLAGS=-O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2
checking for CC=gcc and CFLAGS=-O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2... yes
checking for 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 whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by gcc... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking if the linker (/BuggyBox/binutils/2.41/bootstrap/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /BuggyBox/binutils/2.41/bootstrap/bin/nm -B
checking the name lister (/BuggyBox/binutils/2.41/bootstrap/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 32768
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /BuggyBox/binutils/2.41/bootstrap/bin/ld option to reload object files... -r
checking for file... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /BuggyBox/binutils/2.41/bootstrap/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /BuggyBox/coreutils/9.4/bootstrap/bin/dd
checking how to truncate binary pipes... /BuggyBox/coreutils/9.4/bootstrap/bin/dd bs=4096 count=1
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 (/BuggyBox/binutils/2.41/bootstrap/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking for gmp.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... 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 getrusage... yes
checking for dup... yes
checking for dup2... yes
checking for fesetround in -lm... 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... 13.2.1
checking that generated files are newer than configure... done
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 tools/Makefile
config.status: creating tools/bench/Makefile
config.status: creating tools/mpcheck/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Stderr
make -j1
Result = 0
Working Dir = /bb.build
Stdout
/BuggyBox/make/4.4/bootstrap/bin/make  all-recursive
make[1]: Entering directory '/bb.build'
Making all in src
make[2]: Entering directory '/bb.build/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c -o abs.lo /bb.download/source/mpc-1.3.1/src/abs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c /bb.download/source/mpc-1.3.1/src/abs.c  -fPIC -DPIC -o .libs/abs.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c /bb.download/source/mpc-1.3.1/src/abs.c -o abs.o >/dev/null 2>&1
mv -f .deps/abs.Tpo .deps/abs.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo /bb.download/source/mpc-1.3.1/src/acos.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c /bb.download/source/mpc-1.3.1/src/acos.c  -fPIC -DPIC -o .libs/acos.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c /bb.download/source/mpc-1.3.1/src/acos.c -o acos.o >/dev/null 2>&1
mv -f .deps/acos.Tpo .deps/acos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo /bb.download/source/mpc-1.3.1/src/acosh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c /bb.download/source/mpc-1.3.1/src/acosh.c  -fPIC -DPIC -o .libs/acosh.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c /bb.download/source/mpc-1.3.1/src/acosh.c -o acosh.o >/dev/null 2>&1
mv -f .deps/acosh.Tpo .deps/acosh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo /bb.download/source/mpc-1.3.1/src/add.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c /bb.download/source/mpc-1.3.1/src/add.c  -fPIC -DPIC -o .libs/add.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c /bb.download/source/mpc-1.3.1/src/add.c -o add.o >/dev/null 2>&1
mv -f .deps/add.Tpo .deps/add.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c -o add_fr.lo /bb.download/source/mpc-1.3.1/src/add_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/add_fr.c  -fPIC -DPIC -o .libs/add_fr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/add_fr.c -o add_fr.o >/dev/null 2>&1
mv -f .deps/add_fr.Tpo .deps/add_fr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c -o add_si.lo /bb.download/source/mpc-1.3.1/src/add_si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c /bb.download/source/mpc-1.3.1/src/add_si.c  -fPIC -DPIC -o .libs/add_si.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c /bb.download/source/mpc-1.3.1/src/add_si.c -o add_si.o >/dev/null 2>&1
mv -f .deps/add_si.Tpo .deps/add_si.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo /bb.download/source/mpc-1.3.1/src/add_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/add_ui.c  -fPIC -DPIC -o .libs/add_ui.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/add_ui.c -o add_ui.o >/dev/null 2>&1
mv -f .deps/add_ui.Tpo .deps/add_ui.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c -o agm.lo /bb.download/source/mpc-1.3.1/src/agm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c /bb.download/source/mpc-1.3.1/src/agm.c  -fPIC -DPIC -o .libs/agm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c /bb.download/source/mpc-1.3.1/src/agm.c -o agm.o >/dev/null 2>&1
mv -f .deps/agm.Tpo .deps/agm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c -o arg.lo /bb.download/source/mpc-1.3.1/src/arg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c /bb.download/source/mpc-1.3.1/src/arg.c  -fPIC -DPIC -o .libs/arg.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c /bb.download/source/mpc-1.3.1/src/arg.c -o arg.o >/dev/null 2>&1
mv -f .deps/arg.Tpo .deps/arg.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo /bb.download/source/mpc-1.3.1/src/asin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c /bb.download/source/mpc-1.3.1/src/asin.c  -fPIC -DPIC -o .libs/asin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c /bb.download/source/mpc-1.3.1/src/asin.c -o asin.o >/dev/null 2>&1
mv -f .deps/asin.Tpo .deps/asin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo /bb.download/source/mpc-1.3.1/src/asinh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c /bb.download/source/mpc-1.3.1/src/asinh.c  -fPIC -DPIC -o .libs/asinh.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c /bb.download/source/mpc-1.3.1/src/asinh.c -o asinh.o >/dev/null 2>&1
mv -f .deps/asinh.Tpo .deps/asinh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo /bb.download/source/mpc-1.3.1/src/atan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c /bb.download/source/mpc-1.3.1/src/atan.c  -fPIC -DPIC -o .libs/atan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c /bb.download/source/mpc-1.3.1/src/atan.c -o atan.o >/dev/null 2>&1
mv -f .deps/atan.Tpo .deps/atan.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo /bb.download/source/mpc-1.3.1/src/atanh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c /bb.download/source/mpc-1.3.1/src/atanh.c  -fPIC -DPIC -o .libs/atanh.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c /bb.download/source/mpc-1.3.1/src/atanh.c -o atanh.o >/dev/null 2>&1
mv -f .deps/atanh.Tpo .deps/atanh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo /bb.download/source/mpc-1.3.1/src/clear.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c /bb.download/source/mpc-1.3.1/src/clear.c  -fPIC -DPIC -o .libs/clear.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c /bb.download/source/mpc-1.3.1/src/clear.c -o clear.o >/dev/null 2>&1
mv -f .deps/clear.Tpo .deps/clear.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo /bb.download/source/mpc-1.3.1/src/cmp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c /bb.download/source/mpc-1.3.1/src/cmp.c  -fPIC -DPIC -o .libs/cmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c /bb.download/source/mpc-1.3.1/src/cmp.c -o cmp.o >/dev/null 2>&1
mv -f .deps/cmp.Tpo .deps/cmp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c -o cmp_abs.lo /bb.download/source/mpc-1.3.1/src/cmp_abs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c /bb.download/source/mpc-1.3.1/src/cmp_abs.c  -fPIC -DPIC -o .libs/cmp_abs.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c /bb.download/source/mpc-1.3.1/src/cmp_abs.c -o cmp_abs.o >/dev/null 2>&1
mv -f .deps/cmp_abs.Tpo .deps/cmp_abs.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c -o cmp_si_si.lo /bb.download/source/mpc-1.3.1/src/cmp_si_si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c /bb.download/source/mpc-1.3.1/src/cmp_si_si.c  -fPIC -DPIC -o .libs/cmp_si_si.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c /bb.download/source/mpc-1.3.1/src/cmp_si_si.c -o cmp_si_si.o >/dev/null 2>&1
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/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c -o conj.lo /bb.download/source/mpc-1.3.1/src/conj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c /bb.download/source/mpc-1.3.1/src/conj.c  -fPIC -DPIC -o .libs/conj.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c /bb.download/source/mpc-1.3.1/src/conj.c -o conj.o >/dev/null 2>&1
mv -f .deps/conj.Tpo .deps/conj.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo /bb.download/source/mpc-1.3.1/src/cos.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c /bb.download/source/mpc-1.3.1/src/cos.c  -fPIC -DPIC -o .libs/cos.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c /bb.download/source/mpc-1.3.1/src/cos.c -o cos.o >/dev/null 2>&1
mv -f .deps/cos.Tpo .deps/cos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo /bb.download/source/mpc-1.3.1/src/cosh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c /bb.download/source/mpc-1.3.1/src/cosh.c  -fPIC -DPIC -o .libs/cosh.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c /bb.download/source/mpc-1.3.1/src/cosh.c -o cosh.o >/dev/null 2>&1
mv -f .deps/cosh.Tpo .deps/cosh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo /bb.download/source/mpc-1.3.1/src/div_2si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c /bb.download/source/mpc-1.3.1/src/div_2si.c  -fPIC -DPIC -o .libs/div_2si.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c /bb.download/source/mpc-1.3.1/src/div_2si.c -o div_2si.o >/dev/null 2>&1
mv -f .deps/div_2si.Tpo .deps/div_2si.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo /bb.download/source/mpc-1.3.1/src/div_2ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c /bb.download/source/mpc-1.3.1/src/div_2ui.c  -fPIC -DPIC -o .libs/div_2ui.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c /bb.download/source/mpc-1.3.1/src/div_2ui.c -o div_2ui.o >/dev/null 2>&1
mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo /bb.download/source/mpc-1.3.1/src/div.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div.lo -MD -MP -MF .deps/div.Tpo -c /bb.download/source/mpc-1.3.1/src/div.c  -fPIC -DPIC -o .libs/div.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div.lo -MD -MP -MF .deps/div.Tpo -c /bb.download/source/mpc-1.3.1/src/div.c -o div.o >/dev/null 2>&1
mv -f .deps/div.Tpo .deps/div.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c -o div_fr.lo /bb.download/source/mpc-1.3.1/src/div_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/div_fr.c  -fPIC -DPIC -o .libs/div_fr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/div_fr.c -o div_fr.o >/dev/null 2>&1
mv -f .deps/div_fr.Tpo .deps/div_fr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo /bb.download/source/mpc-1.3.1/src/div_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/div_ui.c  -fPIC -DPIC -o .libs/div_ui.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/div_ui.c -o div_ui.o >/dev/null 2>&1
mv -f .deps/div_ui.Tpo .deps/div_ui.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT dot.lo -MD -MP -MF .deps/dot.Tpo -c -o dot.lo /bb.download/source/mpc-1.3.1/src/dot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT dot.lo -MD -MP -MF .deps/dot.Tpo -c /bb.download/source/mpc-1.3.1/src/dot.c  -fPIC -DPIC -o .libs/dot.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT dot.lo -MD -MP -MF .deps/dot.Tpo -c /bb.download/source/mpc-1.3.1/src/dot.c -o dot.o >/dev/null 2>&1
mv -f .deps/dot.Tpo .deps/dot.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT eta.lo -MD -MP -MF .deps/eta.Tpo -c -o eta.lo /bb.download/source/mpc-1.3.1/src/eta.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT eta.lo -MD -MP -MF .deps/eta.Tpo -c /bb.download/source/mpc-1.3.1/src/eta.c  -fPIC -DPIC -o .libs/eta.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT eta.lo -MD -MP -MF .deps/eta.Tpo -c /bb.download/source/mpc-1.3.1/src/eta.c -o eta.o >/dev/null 2>&1
mv -f .deps/eta.Tpo .deps/eta.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo /bb.download/source/mpc-1.3.1/src/exp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c /bb.download/source/mpc-1.3.1/src/exp.c  -fPIC -DPIC -o .libs/exp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c /bb.download/source/mpc-1.3.1/src/exp.c -o exp.o >/dev/null 2>&1
mv -f .deps/exp.Tpo .deps/exp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo /bb.download/source/mpc-1.3.1/src/fma.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c /bb.download/source/mpc-1.3.1/src/fma.c  -fPIC -DPIC -o .libs/fma.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c /bb.download/source/mpc-1.3.1/src/fma.c -o fma.o >/dev/null 2>&1
mv -f .deps/fma.Tpo .deps/fma.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c -o fr_div.lo /bb.download/source/mpc-1.3.1/src/fr_div.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c /bb.download/source/mpc-1.3.1/src/fr_div.c  -fPIC -DPIC -o .libs/fr_div.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c /bb.download/source/mpc-1.3.1/src/fr_div.c -o fr_div.o >/dev/null 2>&1
mv -f .deps/fr_div.Tpo .deps/fr_div.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c -o fr_sub.lo /bb.download/source/mpc-1.3.1/src/fr_sub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c /bb.download/source/mpc-1.3.1/src/fr_sub.c  -fPIC -DPIC -o .libs/fr_sub.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c /bb.download/source/mpc-1.3.1/src/fr_sub.c -o fr_sub.o >/dev/null 2>&1
mv -f .deps/fr_sub.Tpo .deps/fr_sub.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c -o get_prec2.lo /bb.download/source/mpc-1.3.1/src/get_prec2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c /bb.download/source/mpc-1.3.1/src/get_prec2.c  -fPIC -DPIC -o .libs/get_prec2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c /bb.download/source/mpc-1.3.1/src/get_prec2.c -o get_prec2.o >/dev/null 2>&1
mv -f .deps/get_prec2.Tpo .deps/get_prec2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c -o get_prec.lo /bb.download/source/mpc-1.3.1/src/get_prec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c /bb.download/source/mpc-1.3.1/src/get_prec.c  -fPIC -DPIC -o .libs/get_prec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c /bb.download/source/mpc-1.3.1/src/get_prec.c -o get_prec.o >/dev/null 2>&1
mv -f .deps/get_prec.Tpo .deps/get_prec.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c -o get_version.lo /bb.download/source/mpc-1.3.1/src/get_version.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c /bb.download/source/mpc-1.3.1/src/get_version.c  -fPIC -DPIC -o .libs/get_version.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c /bb.download/source/mpc-1.3.1/src/get_version.c -o get_version.o >/dev/null 2>&1
mv -f .deps/get_version.Tpo .deps/get_version.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c -o get_x.lo /bb.download/source/mpc-1.3.1/src/get_x.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c /bb.download/source/mpc-1.3.1/src/get_x.c  -fPIC -DPIC -o .libs/get_x.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c /bb.download/source/mpc-1.3.1/src/get_x.c -o get_x.o >/dev/null 2>&1
mv -f .deps/get_x.Tpo .deps/get_x.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c -o imag.lo /bb.download/source/mpc-1.3.1/src/imag.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c /bb.download/source/mpc-1.3.1/src/imag.c  -fPIC -DPIC -o .libs/imag.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c /bb.download/source/mpc-1.3.1/src/imag.c -o imag.o >/dev/null 2>&1
mv -f .deps/imag.Tpo .deps/imag.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo /bb.download/source/mpc-1.3.1/src/init2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c /bb.download/source/mpc-1.3.1/src/init2.c  -fPIC -DPIC -o .libs/init2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c /bb.download/source/mpc-1.3.1/src/init2.c -o init2.o >/dev/null 2>&1
mv -f .deps/init2.Tpo .deps/init2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c -o init3.lo /bb.download/source/mpc-1.3.1/src/init3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c /bb.download/source/mpc-1.3.1/src/init3.c  -fPIC -DPIC -o .libs/init3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c /bb.download/source/mpc-1.3.1/src/init3.c -o init3.o >/dev/null 2>&1
mv -f .deps/init3.Tpo .deps/init3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo /bb.download/source/mpc-1.3.1/src/inp_str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c /bb.download/source/mpc-1.3.1/src/inp_str.c  -fPIC -DPIC -o .libs/inp_str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c /bb.download/source/mpc-1.3.1/src/inp_str.c -o inp_str.o >/dev/null 2>&1
mv -f .deps/inp_str.Tpo .deps/inp_str.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo /bb.download/source/mpc-1.3.1/src/log.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c /bb.download/source/mpc-1.3.1/src/log.c  -fPIC -DPIC -o .libs/log.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c /bb.download/source/mpc-1.3.1/src/log.c -o log.o >/dev/null 2>&1
mv -f .deps/log.Tpo .deps/log.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo /bb.download/source/mpc-1.3.1/src/log10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c /bb.download/source/mpc-1.3.1/src/log10.c  -fPIC -DPIC -o .libs/log10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c /bb.download/source/mpc-1.3.1/src/log10.c -o log10.o >/dev/null 2>&1
mv -f .deps/log10.Tpo .deps/log10.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo /bb.download/source/mpc-1.3.1/src/mem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c /bb.download/source/mpc-1.3.1/src/mem.c  -fPIC -DPIC -o .libs/mem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c /bb.download/source/mpc-1.3.1/src/mem.c -o mem.o >/dev/null 2>&1
mv -f .deps/mem.Tpo .deps/mem.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo /bb.download/source/mpc-1.3.1/src/mul_2si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_2si.c  -fPIC -DPIC -o .libs/mul_2si.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_2si.c -o mul_2si.o >/dev/null 2>&1
mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo /bb.download/source/mpc-1.3.1/src/mul_2ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_2ui.c  -fPIC -DPIC -o .libs/mul_2ui.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_2ui.c -o mul_2ui.o >/dev/null 2>&1
mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo /bb.download/source/mpc-1.3.1/src/mul.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c /bb.download/source/mpc-1.3.1/src/mul.c  -fPIC -DPIC -o .libs/mul.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c /bb.download/source/mpc-1.3.1/src/mul.c -o mul.o >/dev/null 2>&1
mv -f .deps/mul.Tpo .deps/mul.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c -o mul_fr.lo /bb.download/source/mpc-1.3.1/src/mul_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_fr.c  -fPIC -DPIC -o .libs/mul_fr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_fr.c -o mul_fr.o >/dev/null 2>&1
mv -f .deps/mul_fr.Tpo .deps/mul_fr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c -o mul_i.lo /bb.download/source/mpc-1.3.1/src/mul_i.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_i.c  -fPIC -DPIC -o .libs/mul_i.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_i.c -o mul_i.o >/dev/null 2>&1
mv -f .deps/mul_i.Tpo .deps/mul_i.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c -o mul_si.lo /bb.download/source/mpc-1.3.1/src/mul_si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_si.c  -fPIC -DPIC -o .libs/mul_si.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_si.c -o mul_si.o >/dev/null 2>&1
mv -f .deps/mul_si.Tpo .deps/mul_si.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo /bb.download/source/mpc-1.3.1/src/mul_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_ui.c  -fPIC -DPIC -o .libs/mul_ui.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/mul_ui.c -o mul_ui.o >/dev/null 2>&1
mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo /bb.download/source/mpc-1.3.1/src/neg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c /bb.download/source/mpc-1.3.1/src/neg.c  -fPIC -DPIC -o .libs/neg.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c /bb.download/source/mpc-1.3.1/src/neg.c -o neg.o >/dev/null 2>&1
mv -f .deps/neg.Tpo .deps/neg.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c -o norm.lo /bb.download/source/mpc-1.3.1/src/norm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c /bb.download/source/mpc-1.3.1/src/norm.c  -fPIC -DPIC -o .libs/norm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c /bb.download/source/mpc-1.3.1/src/norm.c -o norm.o >/dev/null 2>&1
mv -f .deps/norm.Tpo .deps/norm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo /bb.download/source/mpc-1.3.1/src/out_str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c /bb.download/source/mpc-1.3.1/src/out_str.c  -fPIC -DPIC -o .libs/out_str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c /bb.download/source/mpc-1.3.1/src/out_str.c -o out_str.o >/dev/null 2>&1
mv -f .deps/out_str.Tpo .deps/out_str.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo /bb.download/source/mpc-1.3.1/src/pow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c /bb.download/source/mpc-1.3.1/src/pow.c  -fPIC -DPIC -o .libs/pow.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c /bb.download/source/mpc-1.3.1/src/pow.c -o pow.o >/dev/null 2>&1
mv -f .deps/pow.Tpo .deps/pow.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c -o pow_fr.lo /bb.download/source/mpc-1.3.1/src/pow_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_fr.c  -fPIC -DPIC -o .libs/pow_fr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_fr.c -o pow_fr.o >/dev/null 2>&1
mv -f .deps/pow_fr.Tpo .deps/pow_fr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c -o pow_ld.lo /bb.download/source/mpc-1.3.1/src/pow_ld.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_ld.c  -fPIC -DPIC -o .libs/pow_ld.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_ld.c -o pow_ld.o >/dev/null 2>&1
mv -f .deps/pow_ld.Tpo .deps/pow_ld.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c -o pow_d.lo /bb.download/source/mpc-1.3.1/src/pow_d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_d.c  -fPIC -DPIC -o .libs/pow_d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_d.c -o pow_d.o >/dev/null 2>&1
mv -f .deps/pow_d.Tpo .deps/pow_d.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo /bb.download/source/mpc-1.3.1/src/pow_si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_si.c  -fPIC -DPIC -o .libs/pow_si.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_si.c -o pow_si.o >/dev/null 2>&1
mv -f .deps/pow_si.Tpo .deps/pow_si.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo /bb.download/source/mpc-1.3.1/src/pow_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_ui.c  -fPIC -DPIC -o .libs/pow_ui.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_ui.c -o pow_ui.o >/dev/null 2>&1
mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo /bb.download/source/mpc-1.3.1/src/pow_z.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_z.c  -fPIC -DPIC -o .libs/pow_z.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c /bb.download/source/mpc-1.3.1/src/pow_z.c -o pow_z.o >/dev/null 2>&1
mv -f .deps/pow_z.Tpo .deps/pow_z.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c -o proj.lo /bb.download/source/mpc-1.3.1/src/proj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c /bb.download/source/mpc-1.3.1/src/proj.c  -fPIC -DPIC -o .libs/proj.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c /bb.download/source/mpc-1.3.1/src/proj.c -o proj.o >/dev/null 2>&1
mv -f .deps/proj.Tpo .deps/proj.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT real.lo -MD -MP -MF .deps/real.Tpo -c -o real.lo /bb.download/source/mpc-1.3.1/src/real.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT real.lo -MD -MP -MF .deps/real.Tpo -c /bb.download/source/mpc-1.3.1/src/real.c  -fPIC -DPIC -o .libs/real.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT real.lo -MD -MP -MF .deps/real.Tpo -c /bb.download/source/mpc-1.3.1/src/real.c -o real.o >/dev/null 2>&1
mv -f .deps/real.Tpo .deps/real.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT rootofunity.lo -MD -MP -MF .deps/rootofunity.Tpo -c -o rootofunity.lo /bb.download/source/mpc-1.3.1/src/rootofunity.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT rootofunity.lo -MD -MP -MF .deps/rootofunity.Tpo -c /bb.download/source/mpc-1.3.1/src/rootofunity.c  -fPIC -DPIC -o .libs/rootofunity.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT rootofunity.lo -MD -MP -MF .deps/rootofunity.Tpo -c /bb.download/source/mpc-1.3.1/src/rootofunity.c -o rootofunity.o >/dev/null 2>&1
mv -f .deps/rootofunity.Tpo .deps/rootofunity.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo /bb.download/source/mpc-1.3.1/src/urandom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c /bb.download/source/mpc-1.3.1/src/urandom.c  -fPIC -DPIC -o .libs/urandom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c /bb.download/source/mpc-1.3.1/src/urandom.c -o urandom.o >/dev/null 2>&1
mv -f .deps/urandom.Tpo .deps/urandom.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo /bb.download/source/mpc-1.3.1/src/set.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c /bb.download/source/mpc-1.3.1/src/set.c  -fPIC -DPIC -o .libs/set.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c /bb.download/source/mpc-1.3.1/src/set.c -o set.o >/dev/null 2>&1
mv -f .deps/set.Tpo .deps/set.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo /bb.download/source/mpc-1.3.1/src/set_prec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c /bb.download/source/mpc-1.3.1/src/set_prec.c  -fPIC -DPIC -o .libs/set_prec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c /bb.download/source/mpc-1.3.1/src/set_prec.c -o set_prec.o >/dev/null 2>&1
mv -f .deps/set_prec.Tpo .deps/set_prec.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo /bb.download/source/mpc-1.3.1/src/set_str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c /bb.download/source/mpc-1.3.1/src/set_str.c  -fPIC -DPIC -o .libs/set_str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c /bb.download/source/mpc-1.3.1/src/set_str.c -o set_str.o >/dev/null 2>&1
mv -f .deps/set_str.Tpo .deps/set_str.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c -o set_x.lo /bb.download/source/mpc-1.3.1/src/set_x.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c /bb.download/source/mpc-1.3.1/src/set_x.c  -fPIC -DPIC -o .libs/set_x.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c /bb.download/source/mpc-1.3.1/src/set_x.c -o set_x.o >/dev/null 2>&1
mv -f .deps/set_x.Tpo .deps/set_x.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c -o set_x_x.lo /bb.download/source/mpc-1.3.1/src/set_x_x.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c /bb.download/source/mpc-1.3.1/src/set_x_x.c  -fPIC -DPIC -o .libs/set_x_x.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c /bb.download/source/mpc-1.3.1/src/set_x_x.c -o set_x_x.o >/dev/null 2>&1
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/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo /bb.download/source/mpc-1.3.1/src/sin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c /bb.download/source/mpc-1.3.1/src/sin.c  -fPIC -DPIC -o .libs/sin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c /bb.download/source/mpc-1.3.1/src/sin.c -o sin.o >/dev/null 2>&1
mv -f .deps/sin.Tpo .deps/sin.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo /bb.download/source/mpc-1.3.1/src/sin_cos.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c /bb.download/source/mpc-1.3.1/src/sin_cos.c  -fPIC -DPIC -o .libs/sin_cos.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c /bb.download/source/mpc-1.3.1/src/sin_cos.c -o sin_cos.o >/dev/null 2>&1
mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo /bb.download/source/mpc-1.3.1/src/sinh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c /bb.download/source/mpc-1.3.1/src/sinh.c  -fPIC -DPIC -o .libs/sinh.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c /bb.download/source/mpc-1.3.1/src/sinh.c -o sinh.o >/dev/null 2>&1
mv -f .deps/sinh.Tpo .deps/sinh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo /bb.download/source/mpc-1.3.1/src/sqr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c /bb.download/source/mpc-1.3.1/src/sqr.c  -fPIC -DPIC -o .libs/sqr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c /bb.download/source/mpc-1.3.1/src/sqr.c -o sqr.o >/dev/null 2>&1
mv -f .deps/sqr.Tpo .deps/sqr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo /bb.download/source/mpc-1.3.1/src/sqrt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c /bb.download/source/mpc-1.3.1/src/sqrt.c  -fPIC -DPIC -o .libs/sqrt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c /bb.download/source/mpc-1.3.1/src/sqrt.c -o sqrt.o >/dev/null 2>&1
mv -f .deps/sqrt.Tpo .deps/sqrt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c -o strtoc.lo /bb.download/source/mpc-1.3.1/src/strtoc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c /bb.download/source/mpc-1.3.1/src/strtoc.c  -fPIC -DPIC -o .libs/strtoc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c /bb.download/source/mpc-1.3.1/src/strtoc.c -o strtoc.o >/dev/null 2>&1
mv -f .deps/strtoc.Tpo .deps/strtoc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo /bb.download/source/mpc-1.3.1/src/sub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c /bb.download/source/mpc-1.3.1/src/sub.c  -fPIC -DPIC -o .libs/sub.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c /bb.download/source/mpc-1.3.1/src/sub.c -o sub.o >/dev/null 2>&1
mv -f .deps/sub.Tpo .deps/sub.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c -o sub_fr.lo /bb.download/source/mpc-1.3.1/src/sub_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/sub_fr.c  -fPIC -DPIC -o .libs/sub_fr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c /bb.download/source/mpc-1.3.1/src/sub_fr.c -o sub_fr.o >/dev/null 2>&1
mv -f .deps/sub_fr.Tpo .deps/sub_fr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo /bb.download/source/mpc-1.3.1/src/sub_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/sub_ui.c  -fPIC -DPIC -o .libs/sub_ui.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c /bb.download/source/mpc-1.3.1/src/sub_ui.c -o sub_ui.o >/dev/null 2>&1
mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c -o sum.lo /bb.download/source/mpc-1.3.1/src/sum.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c /bb.download/source/mpc-1.3.1/src/sum.c  -fPIC -DPIC -o .libs/sum.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c /bb.download/source/mpc-1.3.1/src/sum.c -o sum.o >/dev/null 2>&1
mv -f .deps/sum.Tpo .deps/sum.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo /bb.download/source/mpc-1.3.1/src/swap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c /bb.download/source/mpc-1.3.1/src/swap.c  -fPIC -DPIC -o .libs/swap.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c /bb.download/source/mpc-1.3.1/src/swap.c -o swap.o >/dev/null 2>&1
mv -f .deps/swap.Tpo .deps/swap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo /bb.download/source/mpc-1.3.1/src/tan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c /bb.download/source/mpc-1.3.1/src/tan.c  -fPIC -DPIC -o .libs/tan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c /bb.download/source/mpc-1.3.1/src/tan.c -o tan.o >/dev/null 2>&1
mv -f .deps/tan.Tpo .deps/tan.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo /bb.download/source/mpc-1.3.1/src/tanh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c /bb.download/source/mpc-1.3.1/src/tanh.c  -fPIC -DPIC -o .libs/tanh.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c /bb.download/source/mpc-1.3.1/src/tanh.c -o tanh.o >/dev/null 2>&1
mv -f .deps/tanh.Tpo .deps/tanh.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo /bb.download/source/mpc-1.3.1/src/uceil_log2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c /bb.download/source/mpc-1.3.1/src/uceil_log2.c  -fPIC -DPIC -o .libs/uceil_log2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c /bb.download/source/mpc-1.3.1/src/uceil_log2.c -o uceil_log2.o >/dev/null 2>&1
mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo /bb.download/source/mpc-1.3.1/src/ui_div.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c /bb.download/source/mpc-1.3.1/src/ui_div.c  -fPIC -DPIC -o .libs/ui_div.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c /bb.download/source/mpc-1.3.1/src/ui_div.c -o ui_div.o >/dev/null 2>&1
mv -f .deps/ui_div.Tpo .deps/ui_div.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c -o ui_ui_sub.lo /bb.download/source/mpc-1.3.1/src/ui_ui_sub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c /bb.download/source/mpc-1.3.1/src/ui_ui_sub.c  -fPIC -DPIC -o .libs/ui_ui_sub.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c /bb.download/source/mpc-1.3.1/src/ui_ui_sub.c -o ui_ui_sub.o >/dev/null 2>&1
mv -f .deps/ui_ui_sub.Tpo .deps/ui_ui_sub.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT radius.lo -MD -MP -MF .deps/radius.Tpo -c -o radius.lo /bb.download/source/mpc-1.3.1/src/radius.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT radius.lo -MD -MP -MF .deps/radius.Tpo -c /bb.download/source/mpc-1.3.1/src/radius.c  -fPIC -DPIC -o .libs/radius.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT radius.lo -MD -MP -MF .deps/radius.Tpo -c /bb.download/source/mpc-1.3.1/src/radius.c -o radius.o >/dev/null 2>&1
mv -f .deps/radius.Tpo .deps/radius.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I..   -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT balls.lo -MD -MP -MF .deps/balls.Tpo -c -o balls.lo /bb.download/source/mpc-1.3.1/src/balls.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT balls.lo -MD -MP -MF .deps/balls.Tpo -c /bb.download/source/mpc-1.3.1/src/balls.c  -fPIC -DPIC -o .libs/balls.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/mpc-1.3.1/src -I.. -I/BuggyBox/gmp/6.3.0/bootstrap/include -I/BuggyBox/mpfr/4.2.1/bootstrap/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2 -MT balls.lo -MD -MP -MF .deps/balls.Tpo -c /bb.download/source/mpc-1.3.1/src/balls.c -o balls.o >/dev/null 2>&1
mv -f .deps/balls.Tpo .deps/balls.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=znver2 -march=znver2  -version-info 6:1:3 -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib  -o libmpc.la -rpath /BuggyBox/mpc/1.3.1/bootstrap/lib abs.lo acos.lo acosh.lo add.lo add_fr.lo add_si.lo add_ui.lo agm.lo arg.lo asin.lo asinh.lo atan.lo atanh.lo clear.lo cmp.lo cmp_abs.lo cmp_si_si.lo conj.lo cos.lo cosh.lo div_2si.lo div_2ui.lo div.lo div_fr.lo div_ui.lo dot.lo eta.lo exp.lo fma.lo fr_div.lo fr_sub.lo get_prec2.lo get_prec.lo get_version.lo get_x.lo imag.lo init2.lo init3.lo inp_str.lo log.lo log10.lo mem.lo mul_2si.lo mul_2ui.lo mul.lo mul_fr.lo mul_i.lo mul_si.lo mul_ui.lo neg.lo norm.lo out_str.lo pow.lo pow_fr.lo pow_ld.lo pow_d.lo pow_si.lo pow_ui.lo pow_z.lo proj.lo real.lo rootofunity.lo urandom.lo set.lo set_prec.lo set_str.lo set_x.lo set_x_x.lo sin.lo sin_cos.lo sinh.lo sqr.lo sqrt.lo strtoc.lo sub.lo sub_fr.lo sub_ui.lo sum.lo swap.lo tan.lo tanh.lo uceil_log2.lo ui_div.lo ui_ui_sub.lo radius.lo balls.lo  -lmpfr -lgmp -lm -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/abs.o .libs/acos.o .libs/acosh.o .libs/add.o .libs/add_fr.o .libs/add_si.o .libs/add_ui.o .libs/agm.o .libs/arg.o .libs/asin.o .libs/asinh.o .libs/atan.o .libs/atanh.o .libs/clear.o .libs/cmp.o .libs/cmp_abs.o .libs/cmp_si_si.o .libs/conj.o .libs/cos.o .libs/cosh.o .libs/div_2si.o .libs/div_2ui.o .libs/div.o .libs/div_fr.o .libs/div_ui.o .libs/dot.o .libs/eta.o .libs/exp.o .libs/fma.o .libs/fr_div.o .libs/fr_sub.o .libs/get_prec2.o .libs/get_prec.o .libs/get_version.o .libs/get_x.o .libs/imag.o .libs/init2.o .libs/init3.o .libs/inp_str.o .libs/log.o .libs/log10.o .libs/mem.o .libs/mul_2si.o .libs/mul_2ui.o .libs/mul.o .libs/mul_fr.o .libs/mul_i.o .libs/mul_si.o .libs/mul_ui.o .libs/neg.o .libs/norm.o .libs/out_str.o .libs/pow.o .libs/pow_fr.o .libs/pow_ld.o .libs/pow_d.o .libs/pow_si.o .libs/pow_ui.o .libs/pow_z.o .libs/proj.o .libs/real.o .libs/rootofunity.o .libs/urandom.o .libs/set.o .libs/set_prec.o .libs/set_str.o .libs/set_x.o .libs/set_x_x.o .libs/sin.o .libs/sin_cos.o .libs/sinh.o .libs/sqr.o .libs/sqrt.o .libs/strtoc.o .libs/sub.o .libs/sub_fr.o .libs/sub_ui.o .libs/sum.o .libs/swap.o .libs/tan.o .libs/tanh.o .libs/uceil_log2.o .libs/ui_div.o .libs/ui_ui_sub.o .libs/radius.o .libs/balls.o   -Wl,-rpath -Wl,/BuggyBox/mpfr/4.2.1/bootstrap/lib -Wl,-rpath -Wl,/BuggyBox/gmp/6.3.0/bootstrap/lib -Wl,-rpath -Wl,/BuggyBox/mpfr/4.2.1/bootstrap/lib -Wl,-rpath -Wl,/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/gmp/6.3.0/bootstrap/lib -L/BuggyBox/mpfr/4.2.1/bootstrap/lib /BuggyBox/mpfr/4.2.1/bootstrap/lib/libmpfr.so /BuggyBox/gmp/6.3.0/bootstrap/lib/libgmp.so -lm  -O2 -m64 -mtune=znver2 -march=znver2   -Wl,-soname -Wl,libmpc.so.3 -o .libs/libmpc.so.3.3.1
libtool: link: (cd ".libs" && rm -f "libmpc.so.3" && ln -s "libmpc.so.3.3.1" "libmpc.so.3")
libtool: link: (cd ".libs" && rm -f "libmpc.so" && ln -s "libmpc.so.3.3.1" "libmpc.so")
libtool: link: ar cr .libs/libmpc.a  abs.o acos.o acosh.o add.o add_fr.o add_si.o add_ui.o agm.o arg.o asin.o asinh.o atan.o atanh.o clear.o cmp.o cmp_abs.o cmp_si_si.o conj.o cos.o cosh.o div_2si.o div_2ui.o div.o div_fr.o div_ui.o dot.o eta.o exp.o fma.o fr_div.o fr_sub.o get_prec2.o get_prec.o get_version.o get_x.o imag.o init2.o init3.o inp_str.o log.o log10.o mem.o mul_2si.o mul_2ui.o mul.o mul_fr.o mul_i.o mul_si.o mul_ui.o neg.o norm.o out_str.o pow.o pow_fr.o pow_ld.o pow_d.o pow_si.o pow_ui.o pow_z.o proj.o real.o rootofunity.o urandom.o set.o set_prec.o set_str.o set_x.o set_x_x.o sin.o sin_cos.o sinh.o sqr.o sqrt.o strtoc.o sub.o sub_fr.o sub_ui.o sum.o swap.o tan.o tanh.o uceil_log2.o ui_div.o ui_ui_sub.o radius.o balls.o
libtool: link: ranlib .libs/libmpc.a
libtool: link: ( cd ".libs" && rm -f "libmpc.la" && ln -s "../libmpc.la" "libmpc.la" )
make[2]: Leaving directory '/bb.build/src'
Making all in tests
make[2]: Entering directory '/bb.build/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/bb.build/tests'
Making all in doc
make[2]: Entering directory '/bb.build/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/bb.build/doc'
Making all in tools
make[2]: Entering directory '/bb.build/tools'
Making all in bench
make[3]: Entering directory '/bb.build/tools/bench'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/tools/bench'
Making all in mpcheck
make[3]: Entering directory '/bb.build/tools/mpcheck'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/tools/mpcheck'
make[3]: Entering directory '/bb.build/tools'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/bb.build/tools'
make[2]: Leaving directory '/bb.build/tools'
make[2]: Entering directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/abs.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/acos.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/acosh.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/add.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/add_fr.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/add_si.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/add_ui.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/agm.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/arg.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/asin.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/asinh.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/atan.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/atanh.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/clear.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/cmp.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/cmp_abs.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/cmp_si_si.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/conj.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/cos.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/cosh.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/div_2si.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/div_2ui.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/div.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/div_fr.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/div_ui.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/dot.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/eta.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/eta.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/exp.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/fma.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/fr_div.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/fr_sub.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/get_prec2.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/get_prec.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/get_version.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/get_x.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/imag.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/init2.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/init3.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/inp_str.c:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/log.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/log10.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/mem.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/mul_2si.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/mul_2ui.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/mul.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/mul_fr.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/mul_i.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/mul_si.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/mul_ui.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/neg.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/norm.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/out_str.c:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/pow.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/pow_fr.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/pow_ld.c:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/pow_d.c:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/pow_si.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/pow_ui.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/pow_z.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/proj.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/real.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/rootofunity.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/urandom.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/set.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/set_prec.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/set_str.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/set_x.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/set_x_x.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sin.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sin_cos.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sinh.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sqr.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sqrt.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/strtoc.c:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sub.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sub_fr.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sub_ui.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/sum.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/swap.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/tan.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/tanh.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/uceil_log2.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/ui_div.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/ui_ui_sub.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/radius.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
In file included from /BuggyBox/gmp/6.3.0/bootstrap/include/gmp.h:57,
                 from /bb.download/source/mpc-1.3.1/src/mpc.h:25,
                 from /bb.download/source/mpc-1.3.1/src/mpc-impl.h:30,
                 from /bb.download/source/mpc-1.3.1/src/radius.c:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/mpc-1.3.1/src/balls.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
make install
Result = 0
Working Dir = /bb.build
Stdout
Making install in src
make[1]: Entering directory '/bb.build/src'
make[2]: Entering directory '/bb.build/src'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/mpc/1.3.1/bootstrap/lib'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libmpc.la '/BuggyBox/mpc/1.3.1/bootstrap/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libmpc.so.3.3.1 /BuggyBox/mpc/1.3.1/bootstrap/lib/libmpc.so.3.3.1
libtool: install: (cd /BuggyBox/mpc/1.3.1/bootstrap/lib && { ln -s -f libmpc.so.3.3.1 libmpc.so.3 || { rm -f libmpc.so.3 && ln -s libmpc.so.3.3.1 libmpc.so.3; }; })
libtool: install: (cd /BuggyBox/mpc/1.3.1/bootstrap/lib && { ln -s -f libmpc.so.3.3.1 libmpc.so || { rm -f libmpc.so && ln -s libmpc.so.3.3.1 libmpc.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libmpc.lai /BuggyBox/mpc/1.3.1/bootstrap/lib/libmpc.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libmpc.a /BuggyBox/mpc/1.3.1/bootstrap/lib/libmpc.a
libtool: install: chmod 644 /BuggyBox/mpc/1.3.1/bootstrap/lib/libmpc.a
libtool: install: ranlib /BuggyBox/mpc/1.3.1/bootstrap/lib/libmpc.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/mpc/1.3.1/bootstrap/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/mpc/1.3.1/bootstrap/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/bb.build/src'
make[1]: Leaving directory '/bb.build/src'
Making install in tests
make[1]: Entering directory '/bb.build/tests'
make[2]: Entering directory '/bb.build/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/bb.build/tests'
make[1]: Leaving directory '/bb.build/tests'
Making install in doc
make[1]: Entering directory '/bb.build/doc'
make[2]: Entering directory '/bb.build/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/mpc/1.3.1/bootstrap/share/info'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/mpc-1.3.1/doc/mpc.info '/BuggyBox/mpc/1.3.1/bootstrap/share/info'
 install-info --info-dir='/BuggyBox/mpc/1.3.1/bootstrap/share/info' '/BuggyBox/mpc/1.3.1/bootstrap/share/info/mpc.info'
make[2]: Leaving directory '/bb.build/doc'
make[1]: Leaving directory '/bb.build/doc'
Making install in tools
make[1]: Entering directory '/bb.build/tools'
Making install in bench
make[2]: Entering directory '/bb.build/tools/bench'
make[3]: Entering directory '/bb.build/tools/bench'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/tools/bench'
make[2]: Leaving directory '/bb.build/tools/bench'
Making install in mpcheck
make[2]: Entering directory '/bb.build/tools/mpcheck'
make[3]: Entering directory '/bb.build/tools/mpcheck'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/tools/mpcheck'
make[2]: Leaving directory '/bb.build/tools/mpcheck'
make[2]: Entering directory '/bb.build/tools'
make[3]: Entering directory '/bb.build/tools'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/tools'
make[2]: Leaving directory '/bb.build/tools'
make[1]: Leaving directory '/bb.build/tools'
make[1]: Entering directory '/bb.build'
make[2]: Entering directory '/bb.build'
make[2]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/mpc/1.3.1/bootstrap/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/mpc-1.3.1/src/mpc.h '/BuggyBox/mpc/1.3.1/bootstrap/include'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.build/libtool: line 1890: ldconfig: command not found