Thread: Compiling GNU MP

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    7

    Compiling GNU MP

    Hey guys,

    I'm a somewhat rookie C programmer and am going to need a bignum math library for some upcoming programs. I think I'm going to choose GNU MP, as it's quite popular and seems to work well. My rookie question is, then, how would I go about compiling it through [an Apple] terminal? The file downloaded from the internet is "gmp-5.0.1" and my include file location is "Macintosh HD/Developer/SDKs/MacOSX10.5.sdk/usr.include".

    Thanks!

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    The GMP manual has a section on installing GMP.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    May 2010
    Posts
    7
    Alright, I think I got most of the way there, but not quite. I mistakenly configured and installed (I think) GNU on my desktop, but then moved it to my includes and tried again. This is my output. I broke up the code into commands so it doesn't look too intimidating. When I try to run a program, I am told that gnu.h doesn't exist. Advice?


    matthew-polegas-macbook-pro:gmp-5.0.1 matthewpolega$ ./configure
    checking build system type... core2-apple-darwin9.8.0
    checking host system type... core2-apple-darwin9.8.0
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... ./install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking ABI=64
    checking compiler gcc -O2 -pedantic -m64 ... yes
    checking compiler gcc -O2 -pedantic -m64 -mtune=core2... no
    checking compiler gcc -O2 -pedantic -m64 -mtune=k8... yes
    checking compiler gcc -O2 -pedantic -m64 -mtune=k8 -march=core2... no
    checking compiler gcc -O2 -pedantic -m64 -mtune=k8 -march=core2 -mno-sse2... no
    checking compiler gcc -O2 -pedantic -m64 -mtune=k8 -march=k8... 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 for gcc option to accept ISO C99... -std=gnu99
    checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
    checking how to run the C preprocessor... gcc -std=gnu99 -E
    checking build system compiler gcc -std=gnu99... yes
    checking for build system preprocessor... gcc -std=gnu99 -E
    checking for build system executable suffix...
    checking whether build system compiler is ANSI... yes
    checking for build system compiler math library... -lm
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    using ABI="64"
    CC="gcc -std=gnu99"
    CFLAGS="-O2 -pedantic -m64 -mtune=k8 -march=k8"
    CPPFLAGS=""
    MPN_PATH=" x86_64/core2 x86_64 generic"
    checking for function prototypes... yes
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for string.h... (cached) yes
    checking whether assembler supports --noexecstack option... no
    checking for ar... ar
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
    checking the name lister (/usr/bin/nm -p) interface... BSD nm
    configure: WARNING: Libtool does not cope well with whitespace in `pwd`
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc -std=gnu99... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
    checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... (cached) ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -p output from gcc -std=gnu99 object... ok
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for dlfcn.h... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... no
    checking for g95... no
    checking for xlf95... no
    checking for f95... no
    checking for fort... no
    checking for ifort... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for ftn... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether accepts -g... no
    checking for objdir... .libs
    checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
    checking for gcc -std=gnu99 option to produce PIC... -fno-common -DPIC
    checking if gcc -std=gnu99 PIC flag -fno-common -DPIC works... yes
    checking if gcc -std=gnu99 static flag -static works... no
    checking if gcc -std=gnu99 supports -c -o file.o... yes
    checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
    checking whether the gcc -std=gnu99 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin9.8.0 dyld
    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 ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
    checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
    checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fno-common -DPIC
    checking if g++ PIC flag -fno-common -DPIC works... yes
    checking if g++ static flag -static works... no
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin9.8.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking for ANSI C header files... (cached) yes
    checking whether time.h and sys/time.h may both be included... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking float.h usability... yes
    checking float.h presence... yes
    checking for float.h... yes
    checking invent.h usability... no
    checking invent.h presence... no
    checking for invent.h... no
    checking langinfo.h usability... yes
    checking langinfo.h presence... yes
    checking for langinfo.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking nl_types.h usability... yes
    checking nl_types.h presence... yes
    checking for nl_types.h... yes
    checking sys/attributes.h usability... no
    checking sys/attributes.h presence... no
    checking for sys/attributes.h... no
    checking sys/iograph.h usability... no
    checking sys/iograph.h presence... no
    checking for sys/iograph.h... no
    checking sys/mman.h usability... yes
    checking sys/mman.h presence... yes
    checking for sys/mman.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/processor.h usability... no
    checking sys/processor.h presence... no
    checking for sys/processor.h... no
    checking sys/pstat.h usability... no
    checking sys/pstat.h presence... no
    checking for sys/pstat.h... no
    checking sys/sysinfo.h usability... no
    checking sys/sysinfo.h presence... no
    checking for sys/sysinfo.h... no
    checking sys/syssgi.h usability... no
    checking sys/syssgi.h presence... no
    checking for sys/syssgi.h... no
    checking sys/systemcfg.h usability... no
    checking sys/systemcfg.h presence... no
    checking for sys/systemcfg.h... no
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking sys/times.h usability... yes
    checking sys/times.h presence... yes
    checking for sys/times.h... yes
    checking for sys/resource.h... yes
    checking for sys/sysctl.h... yes
    checking for machine/hal_sysinfo.h... no
    checking whether fgetc is declared... yes
    checking whether fscanf is declared... yes
    checking whether optarg is declared... yes
    checking whether ungetc is declared... yes
    checking whether vfprintf is declared... yes
    checking whether sys_errlist is declared... yes
    checking whether sys_nerr is declared... yes
    checking return type of signal handlers... void
    checking for intmax_t... yes
    checking for long double... yes
    checking for long long... yes
    checking for ptrdiff_t... yes
    checking for quad_t... yes
    checking for uint_least32_t... yes
    checking for intptr_t... yes
    checking for preprocessor stringizing operator... yes
    checking for working volatile... yes
    checking for C/C++ restrict keyword... __restrict
    checking whether <stdarg.h> exists and works... yes
    checking whether gcc __attribute__ ((const)) works... yes
    checking whether gcc __attribute__ ((malloc)) works... yes
    checking whether gcc __attribute__ ((mode (XX))) works... yes
    checking whether gcc __attribute__ ((noreturn)) works... yes
    checking for inline... inline
    checking for working alloca.h... yes
    checking for alloca (via gmp-impl.h)... yes
    checking how to allocate temporary memory... alloca
    checking whether byte ordering is bigendian... no
    checking format of `double' floating point... IEEE little endian
    checking for alarm... yes
    checking for attr_get... no
    checking for clock... yes
    checking for clock_gettime... no
    checking for cputime... no
    checking for getpagesize... yes
    checking for getrusage... yes
    checking for gettimeofday... yes
    checking for getsysinfo... no
    checking for localeconv... yes
    checking for memset... yes
    checking for mmap... yes
    checking for mprotect... yes
    checking for nl_langinfo... yes
    checking for obstack_vprintf... no
    checking for popen... yes
    checking for processor_info... yes
    checking for pstat_getprocessor... no
    checking for raise... yes
    checking for read_real_time... no
    checking for sigaction... yes
    checking for sigaltstack... yes
    checking for sigstack... no
    checking for syssgi... no
    checking for strchr... yes
    checking for strerror... yes
    checking for strnlen... no
    checking for strtol... yes
    checking for strtoul... yes
    checking for sysconf... yes
    checking for sysctl... yes
    checking for sysctlbyname... yes
    checking for times... yes
    checking for vsnprintf... yes
    checking whether vsnprintf works... yes
    checking whether sscanf needs writable input... no
    checking for struct pst_processor.psp_iticksperclktick... no
    checking for suitable m4... m4
    checking if m4wrap produces spurious output... no
    checking how to switch to text section... .text
    checking how to switch to data section... .data
    checking for assembler label suffix... :
    checking for assembler global directive... .globl
    checking for assembler global directive attribute...
    checking if globals are prefixed by underscore... yes
    checking how to switch to read-only data section... .text
    checking for assembler .type directive...
    checking for assembler .size directive...
    checking for assembler local label prefix... L
    checking for assembler byte directive... .byte
    checking how to define a 32-bit word... .long
    checking if .align assembly directive is logarithmic... yes
    checking if the .align directive accepts an 0x90 fill in .text... yes
    checking size of void *... 8
    checking size of unsigned short... 2
    checking size of unsigned... 4
    checking size of unsigned long... 8
    checking size of mp_limb_t... 8
    checking for stack_t... yes
    checking for tputs in -lncurses... yes
    checking for readline in -lreadline... yes
    checking readline/readline.h usability... yes
    checking readline/readline.h presence... yes
    checking for readline/readline.h... yes
    checking readline/history.h usability... yes
    checking readline/history.h presence... yes
    checking for readline/history.h... yes
    checking readline detected... yes
    checking for bison... bison -y
    checking for flex... flex
    checking lex output file root... lex.yy
    checking lex library... -lfl
    checking whether yytext is a pointer... yes
    checking for ranlib... (cached) ranlib
    creating config.m4
    configure: creating ./config.status
    config.status: creating demos/pexpr-config.h
    config.status: creating demos/calc/calc-config.h
    config.status: creating Makefile
    config.status: creating mpbsd/Makefile
    config.status: creating mpf/Makefile
    config.status: creating mpn/Makefile
    config.status: creating mpq/Makefile
    config.status: creating mpz/Makefile
    config.status: creating printf/Makefile
    config.status: creating scanf/Makefile
    config.status: creating cxx/Makefile
    config.status: creating tests/Makefile
    config.status: creating tests/devel/Makefile
    config.status: creating tests/mpbsd/Makefile
    config.status: creating tests/mpf/Makefile
    config.status: creating tests/mpn/Makefile
    config.status: creating tests/mpq/Makefile
    config.status: creating tests/mpz/Makefile
    config.status: creating tests/rand/Makefile
    config.status: creating tests/misc/Makefile
    config.status: creating tests/cxx/Makefile
    config.status: creating doc/Makefile
    config.status: creating tune/Makefile
    config.status: creating demos/Makefile
    config.status: creating demos/calc/Makefile
    config.status: creating demos/expr/Makefile
    config.status: creating gmp.h
    config.status: creating mp.h
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: linking mpn/generic/add.c to mpn/add.c
    config.status: linking mpn/generic/add_1.c to mpn/add_1.c
    config.status: linking mpn/x86_64/core2/aors_n.asm to mpn/add_n.asm
    config.status: linking mpn/generic/sub.c to mpn/sub.c
    config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
    config.status: linking mpn/x86_64/core2/aors_n.asm to mpn/sub_n.asm
    config.status: linking mpn/generic/neg.c to mpn/neg.c
    config.status: linking mpn/x86_64/com.asm to mpn/com.asm
    config.status: linking mpn/x86_64/mul_1.asm to mpn/mul_1.asm
    config.status: linking mpn/x86_64/core2/aorsmul_1.asm to mpn/addmul_1.asm
    config.status: linking mpn/x86_64/core2/aorsmul_1.asm to mpn/submul_1.asm
    config.status: linking mpn/x86_64/core2/lshift.asm to mpn/lshift.asm
    config.status: linking mpn/x86_64/core2/rshift.asm to mpn/rshift.asm
    config.status: linking mpn/x86_64/dive_1.asm to mpn/dive_1.asm
    config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
    config.status: linking mpn/generic/divis.c to mpn/divis.c
    config.status: linking mpn/generic/divrem.c to mpn/divrem.c
    config.status: linking mpn/x86_64/divrem_1.asm to mpn/divrem_1.asm
    config.status: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm
    config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
    config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
    config.status: linking mpn/x86_64/mod_34lsub1.asm to mpn/mod_34lsub1.asm
    config.status: linking mpn/x86_64/mode1o.asm to mpn/mode1o.asm
    config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
    config.status: linking mpn/generic/dump.c to mpn/dump.c
    config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
    config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
    config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
    config.status: linking mpn/x86_64/mod_1_4.asm to mpn/mod_1_4.asm
    config.status: linking mpn/x86_64/core2/lshiftc.asm to mpn/lshiftc.asm
    config.status: linking mpn/generic/mul.c to mpn/mul.c
    config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
    config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
    config.status: linking mpn/generic/sqr.c to mpn/sqr.c
    config.status: linking mpn/x86_64/mul_basecase.asm to mpn/mul_basecase.asm
    config.status: linking mpn/x86_64/sqr_basecase.asm to mpn/sqr_basecase.asm
    config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
    config.status: linking mpn/generic/random.c to mpn/random.c
    config.status: linking mpn/generic/random2.c to mpn/random2.c
    config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
    config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
    config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
    config.status: linking mpn/generic/get_str.c to mpn/get_str.c
    config.status: linking mpn/generic/set_str.c to mpn/set_str.c
    config.status: linking mpn/generic/scan0.c to mpn/scan0.c
    config.status: linking mpn/generic/scan1.c to mpn/scan1.c
    config.status: linking mpn/x86_64/core2/popcount.asm to mpn/popcount.asm
    config.status: linking mpn/x86_64/popham.asm to mpn/hamdist.asm
    config.status: linking mpn/generic/cmp.c to mpn/cmp.c
    config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
    config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
    config.status: linking mpn/x86_64/gcd_1.asm to mpn/gcd_1.asm
    config.status: linking mpn/generic/gcd.c to mpn/gcd.c
    config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
    config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
    config.status: linking mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c
    config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
    config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
    config.status: linking mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c
    config.status: linking mpn/generic/div_q.c to mpn/div_q.c
    config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
    config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
    config.status: linking mpn/generic/get_d.c to mpn/get_d.c
    config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
    config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
    config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
    config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
    config.status: linking mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c
    config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
    config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
    config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
    config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
    config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
    config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
    config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
    config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
    config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
    config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
    config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
    config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
    config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
    config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
    config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
    config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
    config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
    config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
    config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
    config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
    config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
    config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
    config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
    config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
    config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
    config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
    config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
    config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
    config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
    config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
    config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
    config.status: linking mpn/generic/invert.c to mpn/invert.c
    config.status: linking mpn/generic/binvert.c to mpn/binvert.c
    config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
    config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
    config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
    config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
    config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
    config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
    config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
    config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
    config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
    config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
    config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
    config.status: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm
    config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
    config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
    config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
    config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
    config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
    config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
    config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
    config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
    config.status: linking mpn/generic/divexact.c to mpn/divexact.c
    config.status: linking mpn/x86_64/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
    config.status: linking mpn/x86_64/redc_1.asm to mpn/redc_1.asm
    config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
    config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
    config.status: linking mpn/generic/powm.c to mpn/powm.c
    config.status: linking mpn/generic/powlo.c to mpn/powlo.c
    config.status: linking mpn/generic/powm_sec.c to mpn/powm_sec.c
    config.status: linking mpn/generic/subcnd_n.c to mpn/subcnd_n.c
    config.status: linking mpn/generic/redc_1_sec.c to mpn/redc_1_sec.c
    config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
    config.status: linking mpn/generic/remove.c to mpn/remove.c
    config.status: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm
    config.status: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm
    config.status: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm
    config.status: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm
    config.status: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm
    config.status: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm
    config.status: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm
    config.status: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm
    config.status: linking mpn/x86_64/copyi.asm to mpn/copyi.asm
    config.status: linking mpn/x86_64/copyd.asm to mpn/copyd.asm
    config.status: linking mpn/generic/zero.c to mpn/zero.c
    config.status: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm
    config.status: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm
    config.status: linking mpn/x86_64/addmul_2.asm to mpn/addmul_2.asm
    config.status: linking mpn/x86_64/core2/aorslsh1_n.asm to mpn/addlsh1_n.asm
    config.status: linking mpn/x86_64/core2/aorslsh1_n.asm to mpn/sublsh1_n.asm
    config.status: linking mpn/x86_64/aorrlsh1_n.asm to mpn/rsblsh1_n.asm
    config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1add_n.asm
    config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1sub_n.asm
    config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/addlsh2_n.asm
    config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/rsblsh2_n.asm
    config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/addlsh_n.asm
    config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/rsblsh_n.asm
    config.status: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm
    config.status: linking mpn/x86_64/core2/gmp-mparam.h to gmp-mparam.h
    config.status: executing libtool commands

    matthew-polegas-macbook-pro:gmp-5.0.1 matthewpolega$ make
    make all-recursive
    Making all in tests
    Making all in .
    make[3]: Nothing to be done for `all-am'.
    Making all in devel
    make[3]: Nothing to be done for `all'.
    Making all in mpn
    make[3]: Nothing to be done for `all'.
    Making all in mpz
    make[3]: Nothing to be done for `all'.
    Making all in mpq
    make[3]: Nothing to be done for `all'.
    Making all in mpf
    make[3]: Nothing to be done for `all'.
    Making all in rand
    make[3]: Nothing to be done for `all'.
    Making all in misc
    make[3]: Nothing to be done for `all'.
    Making all in cxx
    make[3]: Nothing to be done for `all'.
    Making all in mpbsd
    make[3]: Nothing to be done for `all'.
    Making all in mpn
    make[2]: Nothing to be done for `all'.
    Making all in mpz
    make[2]: Nothing to be done for `all'.
    Making all in mpq
    make[2]: Nothing to be done for `all'.
    Making all in mpf
    make[2]: Nothing to be done for `all'.
    Making all in printf
    make[2]: Nothing to be done for `all'.
    Making all in scanf
    make[2]: Nothing to be done for `all'.
    Making all in cxx
    make[2]: Nothing to be done for `all'.
    Making all in mpbsd
    make[2]: Nothing to be done for `all'.
    Making all in demos
    Making all in calc
    make all-am
    make[4]: Nothing to be done for `all-am'.
    Making all in expr
    make[3]: Nothing to be done for `all'.
    make[3]: Nothing to be done for `all-am'.
    Making all in tune
    make[2]: Nothing to be done for `all'.
    Making all in doc
    make[2]: Nothing to be done for `all'.
    /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -pedantic -m64 -mtune=k8 -march=k8 -version-info 10:1:0 -o libgmp.la -rpath /usr/local/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo version.lo nextprime.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_lehmer.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/gcdext_subdiv_step.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/hgcd2.lo mpn/hgcd.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/powm_sec.lo mpn/subcnd_n.lo mpn/redc_1_sec.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo mpn/invert_limb.lo mpn/mul_2.lo mpn/addmul_2.lo mpn/addlsh1_n.lo mpn/sublsh1_n.lo mpn/rsblsh1_n.lo mpn/rsh1add_n.lo mpn/rsh1sub_n.lo mpn/addlsh2_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/addaddmul_1msb0.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo
    libtool: link: gcc -std=gnu99 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgmp.10.dylib .libs/assert.o .libs/compat.o .libs/errno.o .libs/extract-dbl.o .libs/invalid.o .libs/memory.o .libs/mp_bpl.o .libs/mp_clz_tab.o .libs/mp_dv_tab.o .libs/mp_minv_tab.o .libs/mp_get_fns.o .libs/mp_set_fns.o .libs/rand.o .libs/randclr.o .libs/randdef.o .libs/randiset.o .libs/randlc2s.o .libs/randlc2x.o .libs/randmt.o .libs/randmts.o .libs/rands.o .libs/randsd.o .libs/randsdui.o .libs/randbui.o .libs/randmui.o .libs/version.o .libs/nextprime.o .libs/tal-reent.o mpf/.libs/init.o mpf/.libs/init2.o mpf/.libs/inits.o mpf/.libs/set.o mpf/.libs/set_ui.o mpf/.libs/set_si.o mpf/.libs/set_str.o mpf/.libs/set_d.o mpf/.libs/set_z.o mpf/.libs/iset.o mpf/.libs/iset_ui.o mpf/.libs/iset_si.o mpf/.libs/iset_str.o mpf/.libs/iset_d.o mpf/.libs/clear.o mpf/.libs/clears.o mpf/.libs/get_str.o mpf/.libs/dump.o mpf/.libs/size.o mpf/.libs/eq.o mpf/.libs/reldiff.o mpf/.libs/sqrt.o mpf/.libs/random2.o mpf/.libs/inp_str.o mpf/.libs/out_str.o mpf/.libs/add.o mpf/.libs/add_ui.o mpf/.libs/sub.o mpf/.libs/sub_ui.o mpf/.libs/ui_sub.o mpf/.libs/mul.o mpf/.libs/mul_ui.o mpf/.libs/div.o mpf/.libs/div_ui.o mpf/.libs/cmp.o mpf/.libs/cmp_d.o mpf/.libs/cmp_ui.o mpf/.libs/cmp_si.o mpf/.libs/mul_2exp.o mpf/.libs/div_2exp.o mpf/.libs/abs.o mpf/.libs/neg.o mpf/.libs/set_q.o mpf/.libs/get_d.o mpf/.libs/get_d_2exp.o mpf/.libs/set_dfl_prec.o mpf/.libs/set_prc.o mpf/.libs/set_prc_raw.o mpf/.libs/get_dfl_prec.o mpf/.libs/get_prc.o mpf/.libs/ui_div.o mpf/.libs/sqrt_ui.o mpf/.libs/ceilfloor.o mpf/.libs/trunc.o mpf/.libs/pow_ui.o mpf/.libs/urandomb.o mpf/.libs/swap.o mpf/.libs/fits_sint.o mpf/.libs/fits_slong.o mpf/.libs/fits_sshort.o mpf/.libs/fits_uint.o mpf/.libs/fits_ulong.o mpf/.libs/fits_ushort.o mpf/.libs/get_si.o mpf/.libs/get_ui.o mpf/.libs/int_p.o mpz/.libs/abs.o mpz/.libs/add.o mpz/.libs/add_ui.o mpz/.libs/aorsmul.o mpz/.libs/aorsmul_i.o mpz/.libs/and.o mpz/.libs/array_init.o mpz/.libs/bin_ui.o mpz/.libs/bin_uiui.o mpz/.libs/cdiv_q.o mpz/.libs/cdiv_q_ui.o mpz/.libs/cdiv_qr.o mpz/.libs/cdiv_qr_ui.o mpz/.libs/cdiv_r.o mpz/.libs/cdiv_r_ui.o mpz/.libs/cdiv_ui.o mpz/.libs/cfdiv_q_2exp.o mpz/.libs/cfdiv_r_2exp.o mpz/.libs/clear.o mpz/.libs/clears.o mpz/.libs/clrbit.o mpz/.libs/cmp.o mpz/.libs/cmp_d.o mpz/.libs/cmp_si.o mpz/.libs/cmp_ui.o mpz/.libs/cmpabs.o mpz/.libs/cmpabs_d.o mpz/.libs/cmpabs_ui.o mpz/.libs/com.o mpz/.libs/combit.o mpz/.libs/cong.o mpz/.libs/cong_2exp.o mpz/.libs/cong_ui.o mpz/.libs/divexact.o mpz/.libs/divegcd.o mpz/.libs/dive_ui.o mpz/.libs/divis.o mpz/.libs/divis_ui.o mpz/.libs/divis_2exp.o mpz/.libs/dump.o mpz/.libs/export.o mpz/.libs/fac_ui.o mpz/.libs/fdiv_q.o mpz/.libs/fdiv_q_ui.o mpz/.libs/fdiv_qr.o mpz/.libs/fdiv_qr_ui.o mpz/.libs/fdiv_r.o mpz/.libs/fdiv_r_ui.o mpz/.libs/fdiv_ui.o mpz/.libs/fib_ui.o mpz/.libs/fib2_ui.o mpz/.libs/fits_sint.o mpz/.libs/fits_slong.o mpz/.libs/fits_sshort.o mpz/.libs/fits_uint.o mpz/.libs/fits_ulong.o mpz/.libs/fits_ushort.o mpz/.libs/gcd.o mpz/.libs/gcd_ui.o mpz/.libs/gcdext.o mpz/.libs/get_d.o mpz/.libs/get_d_2exp.o mpz/.libs/get_si.o mpz/.libs/get_str.o mpz/.libs/get_ui.o mpz/.libs/getlimbn.o mpz/.libs/hamdist.o mpz/.libs/import.o mpz/.libs/init.o mpz/.libs/init2.o mpz/.libs/inits.o mpz/.libs/inp_raw.o mpz/.libs/inp_str.o mpz/.libs/invert.o mpz/.libs/ior.o mpz/.libs/iset.o mpz/.libs/iset_d.o mpz/.libs/iset_si.o mpz/.libs/iset_str.o mpz/.libs/iset_ui.o mpz/.libs/jacobi.o mpz/.libs/kronsz.o mpz/.libs/kronuz.o mpz/.libs/kronzs.o mpz/.libs/kronzu.o mpz/.libs/lcm.o mpz/.libs/lcm_ui.o mpz/.libs/lucnum_ui.o mpz/.libs/lucnum2_ui.o mpz/.libs/millerrabin.o mpz/.libs/mod.o mpz/.libs/mul.o mpz/.libs/mul_2exp.o mpz/.libs/mul_si.o mpz/.libs/mul_ui.o mpz/.libs/n_pow_ui.o mpz/.libs/neg.o mpz/.libs/nextprime.o mpz/.libs/out_raw.o mpz/.libs/out_str.o mpz/.libs/perfpow.o mpz/.libs/perfsqr.o mpz/.libs/popcount.o mpz/.libs/pow_ui.o mpz/.libs/powm.o mpz/.libs/powm_sec.o mpz/.libs/powm_ui.o mpz/.libs/pprime_p.o mpz/.libs/random.o mpz/.libs/random2.o mpz/.libs/realloc.o mpz/.libs/realloc2.o mpz/.libs/remove.o mpz/.libs/root.o mpz/.libs/rootrem.o mpz/.libs/rrandomb.o mpz/.libs/scan0.o mpz/.libs/scan1.o mpz/.libs/set.o mpz/.libs/set_d.o mpz/.libs/set_f.o mpz/.libs/set_q.o mpz/.libs/set_si.o mpz/.libs/set_str.o mpz/.libs/set_ui.o mpz/.libs/setbit.o mpz/.libs/size.o mpz/.libs/sizeinbase.o mpz/.libs/sqrt.o mpz/.libs/sqrtrem.o mpz/.libs/sub.o mpz/.libs/sub_ui.o mpz/.libs/swap.o mpz/.libs/tdiv_ui.o mpz/.libs/tdiv_q.o mpz/.libs/tdiv_q_2exp.o mpz/.libs/tdiv_q_ui.o mpz/.libs/tdiv_qr.o mpz/.libs/tdiv_qr_ui.o mpz/.libs/tdiv_r.o mpz/.libs/tdiv_r_2exp.o mpz/.libs/tdiv_r_ui.o mpz/.libs/tstbit.o mpz/.libs/ui_pow_ui.o mpz/.libs/ui_sub.o mpz/.libs/urandomb.o mpz/.libs/urandomm.o mpz/.libs/xor.o mpq/.libs/abs.o mpq/.libs/aors.o mpq/.libs/canonicalize.o mpq/.libs/clear.o mpq/.libs/clears.o mpq/.libs/cmp.o mpq/.libs/cmp_si.o mpq/.libs/cmp_ui.o mpq/.libs/div.o mpq/.libs/get_d.o mpq/.libs/get_den.o mpq/.libs/get_num.o mpq/.libs/get_str.o mpq/.libs/init.o mpq/.libs/inits.o mpq/.libs/inp_str.o mpq/.libs/inv.o mpq/.libs/md_2exp.o mpq/.libs/mul.o mpq/.libs/neg.o mpq/.libs/out_str.o mpq/.libs/set.o mpq/.libs/set_den.o mpq/.libs/set_num.o mpq/.libs/set_si.o mpq/.libs/set_str.o mpq/.libs/set_ui.o mpq/.libs/equal.o mpq/.libs/set_z.o mpq/.libs/set_d.o mpq/.libs/set_f.o mpq/.libs/swap.o mpn/.libs/fib_table.o mpn/.libs/mp_bases.o mpn/.libs/add.o mpn/.libs/add_1.o mpn/.libs/add_n.o mpn/.libs/sub.o mpn/.libs/sub_1.o mpn/.libs/sub_n.o mpn/.libs/neg.o mpn/.libs/com.o mpn/.libs/mul_1.o mpn/.libs/addmul_1.o mpn/.libs/submul_1.o mpn/.libs/lshift.o mpn/.libs/rshift.o mpn/.libs/dive_1.o mpn/.libs/diveby3.o mpn/.libs/divis.o mpn/.libs/divrem.o mpn/.libs/divrem_1.o mpn/.libs/divrem_2.o mpn/.libs/fib2_ui.o mpn/.libs/mod_1.o mpn/.libs/mod_34lsub1.o mpn/.libs/mode1o.o mpn/.libs/pre_mod_1.o mpn/.libs/dump.o mpn/.libs/mod_1_1.o mpn/.libs/mod_1_2.o mpn/.libs/mod_1_3.o mpn/.libs/mod_1_4.o mpn/.libs/lshiftc.o mpn/.libs/mul.o mpn/.libs/mul_fft.o mpn/.libs/mul_n.o mpn/.libs/sqr.o mpn/.libs/mul_basecase.o mpn/.libs/sqr_basecase.o mpn/.libs/nussbaumer_mul.o mpn/.libs/random.o mpn/.libs/random2.o mpn/.libs/pow_1.o mpn/.libs/rootrem.o mpn/.libs/sqrtrem.o mpn/.libs/get_str.o mpn/.libs/set_str.o mpn/.libs/scan0.o mpn/.libs/scan1.o mpn/.libs/popcount.o mpn/.libs/hamdist.o mpn/.libs/cmp.o mpn/.libs/perfsqr.o mpn/.libs/perfpow.o mpn/.libs/gcd_1.o mpn/.libs/gcd.o mpn/.libs/gcdext_1.o mpn/.libs/gcdext.o mpn/.libs/gcd_lehmer.o mpn/.libs/gcd_subdiv_step.o mpn/.libs/gcdext_lehmer.o mpn/.libs/gcdext_subdiv_step.o mpn/.libs/div_q.o mpn/.libs/tdiv_qr.o mpn/.libs/jacbase.o mpn/.libs/get_d.o mpn/.libs/matrix22_mul.o mpn/.libs/hgcd2.o mpn/.libs/hgcd.o mpn/.libs/mullo_n.o mpn/.libs/mullo_basecase.o mpn/.libs/toom22_mul.o mpn/.libs/toom32_mul.o mpn/.libs/toom42_mul.o mpn/.libs/toom52_mul.o mpn/.libs/toom62_mul.o mpn/.libs/toom33_mul.o mpn/.libs/toom43_mul.o mpn/.libs/toom53_mul.o mpn/.libs/toom63_mul.o mpn/.libs/toom44_mul.o mpn/.libs/toom6h_mul.o mpn/.libs/toom6_sqr.o mpn/.libs/toom8h_mul.o mpn/.libs/toom8_sqr.o mpn/.libs/toom_couple_handling.o mpn/.libs/toom2_sqr.o mpn/.libs/toom3_sqr.o mpn/.libs/toom4_sqr.o mpn/.libs/toom_eval_dgr3_pm1.o mpn/.libs/toom_eval_dgr3_pm2.o mpn/.libs/toom_eval_pm1.o mpn/.libs/toom_eval_pm2.o mpn/.libs/toom_eval_pm2exp.o mpn/.libs/toom_eval_pm2rexp.o mpn/.libs/toom_interpolate_5pts.o mpn/.libs/toom_interpolate_6pts.o mpn/.libs/toom_interpolate_7pts.o mpn/.libs/toom_interpolate_8pts.o mpn/.libs/toom_interpolate_12pts.o mpn/.libs/toom_interpolate_16pts.o mpn/.libs/invertappr.o mpn/.libs/invert.o mpn/.libs/binvert.o mpn/.libs/mulmod_bnm1.o mpn/.libs/sqrmod_bnm1.o mpn/.libs/sbpi1_div_q.o mpn/.libs/sbpi1_div_qr.o mpn/.libs/sbpi1_divappr_q.o mpn/.libs/dcpi1_div_q.o mpn/.libs/dcpi1_div_qr.o mpn/.libs/dcpi1_divappr_q.o mpn/.libs/mu_div_qr.o mpn/.libs/mu_divappr_q.o mpn/.libs/mu_div_q.o mpn/.libs/bdiv_q_1.o mpn/.libs/sbpi1_bdiv_q.o mpn/.libs/sbpi1_bdiv_qr.o mpn/.libs/dcpi1_bdiv_q.o mpn/.libs/dcpi1_bdiv_qr.o mpn/.libs/mu_bdiv_q.o mpn/.libs/mu_bdiv_qr.o mpn/.libs/bdiv_q.o mpn/.libs/bdiv_qr.o mpn/.libs/divexact.o mpn/.libs/bdiv_dbm1c.o mpn/.libs/redc_1.o mpn/.libs/redc_2.o mpn/.libs/redc_n.o mpn/.libs/powm.o mpn/.libs/powlo.o mpn/.libs/powm_sec.o mpn/.libs/subcnd_n.o mpn/.libs/redc_1_sec.o mpn/.libs/trialdiv.o mpn/.libs/remove.o mpn/.libs/and_n.o mpn/.libs/andn_n.o mpn/.libs/nand_n.o mpn/.libs/ior_n.o mpn/.libs/iorn_n.o mpn/.libs/nior_n.o mpn/.libs/xor_n.o mpn/.libs/xnor_n.o mpn/.libs/copyi.o mpn/.libs/copyd.o mpn/.libs/zero.o mpn/.libs/invert_limb.o mpn/.libs/mul_2.o mpn/.libs/addmul_2.o mpn/.libs/addlsh1_n.o mpn/.libs/sublsh1_n.o mpn/.libs/rsblsh1_n.o mpn/.libs/rsh1add_n.o mpn/.libs/rsh1sub_n.o mpn/.libs/addlsh2_n.o mpn/.libs/rsblsh2_n.o mpn/.libs/addlsh_n.o mpn/.libs/rsblsh_n.o mpn/.libs/addaddmul_1msb0.o printf/.libs/asprintf.o printf/.libs/asprntffuns.o printf/.libs/doprnt.o printf/.libs/doprntf.o printf/.libs/doprnti.o printf/.libs/fprintf.o printf/.libs/obprintf.o printf/.libs/obvprintf.o printf/.libs/obprntffuns.o printf/.libs/printf.o printf/.libs/printffuns.o printf/.libs/snprintf.o printf/.libs/snprntffuns.o printf/.libs/sprintf.o printf/.libs/sprintffuns.o printf/.libs/vasprintf.o printf/.libs/vfprintf.o printf/.libs/vprintf.o printf/.libs/vsnprintf.o printf/.libs/vsprintf.o printf/.libs/repl-vsnprintf.o scanf/.libs/doscan.o scanf/.libs/fscanf.o scanf/.libs/fscanffuns.o scanf/.libs/scanf.o scanf/.libs/sscanf.o scanf/.libs/sscanffuns.o scanf/.libs/vfscanf.o scanf/.libs/vscanf.o scanf/.libs/vsscanf.o -m64 -mtune=k8 -march=k8 -install_name /usr/local/lib/libgmp.10.dylib -compatibility_version 11 -current_version 11.1 -Wl,-single_module
    ld: duplicate symbol ___gmpz_abs in .libs/compat.o and .libs/assert.o
    collect2: ld returned 1 exit status
    make[2]: *** [libgmp.la] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2
    matthew-polegas-macbook-pro:gmp-5.0.1 matthewpolega$ make check

    make check-recursive
    Making check in tests
    Making check in .
    make libtests.la t-bswap t-constants t-count_zeros t-gmpmax t-hightomask t-modlinv t-popc t-parity t-sub
    /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -pedantic -m64 -mtune=k8 -march=k8 -o libtests.la memory.lo misc.lo refmpf.lo refmpn.lo refmpq.lo refmpz.lo spinner.lo trace.lo amd64call.lo amd64check.lo ../libgmp.la
    libtool: link: cannot find the library `../libgmp.la' or unhandled argument `../libgmp.la'
    make[4]: *** [libtests.la] Error 1
    make[3]: *** [check-am] Error 2
    make[2]: *** [check-recursive] Error 1
    make[1]: *** [check-recursive] Error 1
    make: *** [check] Error 2

    matthew-polegas-macbook-pro:gmp-5.0.1 matthewpolega$ make install
    make install-recursive
    Making install in tests
    Making install in .
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in devel
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in mpn
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in mpz
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in mpq
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in mpf
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in rand
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in misc
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in cxx
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in mpbsd
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in mpn
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in mpz
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in mpq
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in mpf
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in printf
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in scanf
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in cxx
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in mpbsd
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in demos
    Making install in calc
    make install-am
    make[5]: Nothing to be done for `install-exec-am'.
    make[5]: Nothing to be done for `install-data-am'.
    Making install in expr
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    make[4]: Nothing to be done for `install-exec-am'.
    make[4]: Nothing to be done for `install-data-am'.
    Making install in tune
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in doc
    make[3]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/share/info" || .././install-sh -c -d "/usr/local/share/info"
    /usr/bin/install -c -m 644 ./gmp.info ./gmp.info-1 ./gmp.info-2 '/usr/local/share/info'
    install: /usr/local/share/info/gmp.info: Permission denied
    make[3]: *** [install-info-am] Error 71
    make[2]: *** [install-am] Error 2
    make[1]: *** [install-recursive] Error 1
    make: *** [install] Error 2
    matthew-polegas-macbook-pro:gmp-5.0.1 matthewpolega$ gcc bignumtest.c -o bignumtest
    i686-apple-darwin9-gcc-4.0.1: bignumtest.c: No such file or directory
    i686-apple-darwin9-gcc-4.0.1: no input files
    matthew-polegas-macbook-pro:gmp-5.0.1 matthewpolega$ cd ~
    matthew-polegas-macbook-pro:~ matthewpolega$ cd Desktop
    matthew-polegas-macbook-proesktop matthewpolega$ gcc bignumtest.c -o bignumtest
    bignumtest.c:2:17: error: gmp.h: No such file or directory
    matthew-polegas-macbook-proesktop matthewpolega$

  4. #4
    Registered User
    Join Date
    Jun 2011
    Posts
    1

    Thumbs up

    I know theis thread is old but looking at your log made me realize the PERMISSION DENIED error. I ran the install commands as root and everything worked as a charm!

    sudo make
    sudo make check
    sudo make install

    hope this helps other n00bs like us

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling errors and using Cmake Set Policy
    By eligor in forum Linux Programming
    Replies: 2
    Last Post: 01-25-2010, 01:43 PM
  2. Replies: 2
    Last Post: 11-01-2009, 09:54 AM
  3. MingW and GNU MP?
    By Neo1 in forum Tech Board
    Replies: 18
    Last Post: 08-22-2007, 02:25 PM
  4. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  5. GNU Compiling Question
    By PunkyBunny300 in forum C++ Programming
    Replies: 3
    Last Post: 04-07-2003, 11:45 PM

Tags for this Thread