Ticket #51971: gmp hangs staging destroot verbose log.txt

File gmp hangs staging destroot verbose log.txt, 518.6 KB (added by rmahy@…, 8 years ago)

log of sudo port -v install gmp

Line 
1$ sudo port clean gmp
2--->  Cleaning gmp
3--->  Removing work directory for gmp
4$ sudo port -v install gmp
5--->  Fetching distfiles for gmp
6--->  Verifying checksums for gmp
7--->  Checksumming gmp-6.1.1.tar.bz2
8--->  Extracting gmp
9--->  Extracting gmp-6.1.1.tar.bz2
10--->  Applying patches to gmp
11--->  Applying patch-Makefile.in.diff
12patching file Makefile.in
13--->  Patching gmp-h.in: s|"@CC@"|"/usr/bin/clang"|g
14--->  Configuring gmp
15checking build system type... ivybridge-apple-darwin14.5.0
16checking host system type... ivybridge-apple-darwin14.5.0
17checking for a BSD-compatible install... /usr/bin/install -c
18checking whether build environment is sane... yes
19checking for a thread-safe mkdir -p... ./install-sh -c -d
20checking for gawk... /usr/bin/awk
21checking whether make sets $(MAKE)... yes
22checking whether make supports nested variables... yes
23checking whether to enable maintainer-specific portions of Makefiles... no
24checking ABI=64
25checking whether /usr/bin/clang is gcc... yes
26checking compiler /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include... yes
27checking compiler /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -I/opt/local/include -mtune=sandybridge... yes
28checking compiler /usr/bin/clang -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -I/opt/local/include -march=sandybridge... yes
29checking for gcc... /usr/bin/clang
30checking whether the C compiler works... yes
31checking for C compiler default output file name... a.out
32checking for suffix of executables...
33checking whether we are cross compiling... no
34checking for suffix of object files... o
35checking whether we are using the GNU C compiler... yes
36checking whether /usr/bin/clang accepts -g... yes
37checking for /usr/bin/clang option to accept ISO C89... none needed
38checking whether /usr/bin/clang understands -c and -o together... yes
39checking for /usr/bin/clang option to accept ISO C99... none needed
40checking for /usr/bin/clang option to accept ISO Standard C... (cached) none needed
41checking how to run the C preprocessor... /usr/bin/clang -E
42checking build system compiler /usr/bin/clang... yes
43checking for build system preprocessor... /usr/bin/clang -E
44checking for build system executable suffix...
45checking whether build system compiler is ANSI... yes
46checking for build system compiler math library... -lm
47checking whether we are using the GNU C++ compiler... yes
48checking whether /usr/bin/clang++ -stdlib=libc++ accepts -g... yes
49checking C++ compiler /usr/bin/clang++ -stdlib=libc++ -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge... yes
50checking how to run the C++ preprocessor... /usr/bin/clang++ -stdlib=libc++ -E
51checking for grep that handles long lines and -e... /usr/bin/grep
52checking for egrep... /usr/bin/grep -E
53using ABI="64"
54      CC="/usr/bin/clang"
55      CFLAGS="-O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge"
56      CPPFLAGS="-I/opt/local/include"
57      CXX="/usr/bin/clang++ -stdlib=libc++"
58      CXXFLAGS="-O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge"
59      MPN_PATH=" x86_64/coreisbr x86_64/coreinhm x86_64/core2 x86_64 generic"
60checking whether assembler supports --noexecstack option... no
61checking for ar... ar
62checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
63checking the name lister (/usr/bin/nm) interface... BSD nm
64checking how to print strings... printf
65checking for a sed that does not truncate output... /usr/bin/sed
66checking for fgrep... /usr/bin/grep -F
67checking for ld used by /usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
68checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
69checking whether ln -s works... yes
70checking the maximum length of command line arguments... 196608
71checking how to convert ivybridge-apple-darwin14.5.0 file names to ivybridge-apple-darwin14.5.0 format... func_convert_file_noop
72checking how to convert ivybridge-apple-darwin14.5.0 file names to toolchain format... func_convert_file_noop
73checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
74checking for objdump... objdump
75checking how to recognize dependent libraries... pass_all
76checking for dlltool... dlltool
77checking how to associate runtime and link libraries... printf %s\n
78checking for archiver @FILE support... no
79checking for strip... strip
80checking for ranlib... ranlib
81checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok
82checking for sysroot... no
83checking for a working dd... /bin/dd
84checking how to truncate binary pipes... /bin/dd bs=4096 count=1
85checking for mt... no
86checking if : is a manifest tool... no
87checking for dsymutil... dsymutil
88checking for nmedit... nmedit
89checking for lipo... lipo
90checking for otool... otool
91checking for otool64... no
92checking for -single_module linker flag... yes
93checking for -exported_symbols_list linker flag... yes
94checking for -force_load linker flag... yes
95checking for ANSI C header files... yes
96checking for sys/types.h... yes
97checking for sys/stat.h... yes
98checking for stdlib.h... yes
99checking for string.h... yes
100checking for memory.h... yes
101checking for strings.h... yes
102checking for inttypes.h... yes
103checking for stdint.h... yes
104checking for unistd.h... yes
105checking for dlfcn.h... yes
106checking for objdir... .libs
107checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
108checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC
109checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes
110checking if /usr/bin/clang static flag -static works... no
111checking if /usr/bin/clang supports -c -o file.o... yes
112checking if /usr/bin/clang supports -c -o file.o... (cached) yes
113checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
114checking dynamic linker characteristics... darwin14.5.0 dyld
115checking how to hardcode library paths into programs... immediate
116checking whether stripping libraries is possible... yes
117checking if libtool supports shared libraries... yes
118checking whether to build shared libraries... yes
119checking whether to build static libraries... yes
120checking how to run the C++ preprocessor... /usr/bin/clang++ -stdlib=libc++ -E
121checking for ld used by /usr/bin/clang++ -stdlib=libc++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
122checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
123checking whether the /usr/bin/clang++ -stdlib=libc++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
124checking for /usr/bin/clang++ -stdlib=libc++ option to produce PIC... -fno-common -DPIC
125checking if /usr/bin/clang++ -stdlib=libc++ PIC flag -fno-common -DPIC works... yes
126checking if /usr/bin/clang++ -stdlib=libc++ static flag -static works... no
127checking if /usr/bin/clang++ -stdlib=libc++ supports -c -o file.o... yes
128checking if /usr/bin/clang++ -stdlib=libc++ supports -c -o file.o... (cached) yes
129checking whether the /usr/bin/clang++ -stdlib=libc++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
130checking dynamic linker characteristics... darwin14.5.0 dyld
131checking how to hardcode library paths into programs... immediate
132checking for ANSI C header files... (cached) yes
133checking whether time.h and sys/time.h may both be included... yes
134checking fcntl.h usability... yes
135checking fcntl.h presence... yes
136checking for fcntl.h... yes
137checking float.h usability... yes
138checking float.h presence... yes
139checking for float.h... yes
140checking invent.h usability... no
141checking invent.h presence... no
142checking for invent.h... no
143checking langinfo.h usability... yes
144checking langinfo.h presence... yes
145checking for langinfo.h... yes
146checking locale.h usability... yes
147checking locale.h presence... yes
148checking for locale.h... yes
149checking nl_types.h usability... yes
150checking nl_types.h presence... yes
151checking for nl_types.h... yes
152checking sys/attributes.h usability... no
153checking sys/attributes.h presence... no
154checking for sys/attributes.h... no
155checking sys/iograph.h usability... no
156checking sys/iograph.h presence... no
157checking for sys/iograph.h... no
158checking sys/mman.h usability... yes
159checking sys/mman.h presence... yes
160checking for sys/mman.h... yes
161checking sys/param.h usability... yes
162checking sys/param.h presence... yes
163checking for sys/param.h... yes
164checking sys/processor.h usability... no
165checking sys/processor.h presence... no
166checking for sys/processor.h... no
167checking sys/pstat.h usability... no
168checking sys/pstat.h presence... no
169checking for sys/pstat.h... no
170checking sys/sysinfo.h usability... no
171checking sys/sysinfo.h presence... no
172checking for sys/sysinfo.h... no
173checking sys/syssgi.h usability... no
174checking sys/syssgi.h presence... no
175checking for sys/syssgi.h... no
176checking sys/systemcfg.h usability... no
177checking sys/systemcfg.h presence... no
178checking for sys/systemcfg.h... no
179checking sys/time.h usability... yes
180checking sys/time.h presence... yes
181checking for sys/time.h... yes
182checking sys/times.h usability... yes
183checking sys/times.h presence... yes
184checking for sys/times.h... yes
185checking for sys/resource.h... yes
186checking for sys/sysctl.h... yes
187checking for machine/hal_sysinfo.h... no
188checking whether fgetc is declared... yes
189checking whether fscanf is declared... yes
190checking whether optarg is declared... yes
191checking whether ungetc is declared... yes
192checking whether vfprintf is declared... yes
193checking whether sys_errlist is declared... yes
194checking whether sys_nerr is declared... yes
195checking return type of signal handlers... void
196checking for intmax_t... yes
197checking for long double... yes
198checking for long long... yes
199checking for ptrdiff_t... yes
200checking for quad_t... yes
201checking for uint_least32_t... yes
202checking for intptr_t... yes
203checking for working volatile... yes
204checking for C/C++ restrict keyword... __restrict
205checking whether gcc __attribute__ ((const)) works... yes
206checking whether gcc __attribute__ ((malloc)) works... yes
207checking whether gcc __attribute__ ((mode (XX))) works... yes
208checking whether gcc __attribute__ ((noreturn)) works... yes
209checking whether gcc hidden aliases work... no
210checking for inline... inline
211checking for working alloca.h... yes
212checking for alloca (via gmp-impl.h)... yes
213checking how to allocate temporary memory... alloca
214checking whether byte ordering is bigendian... no
215checking format of `double' floating point... IEEE little endian
216checking for alarm... yes
217checking for attr_get... no
218checking for clock... yes
219checking for cputime... no
220checking for getpagesize... yes
221checking for getrusage... yes
222checking for gettimeofday... yes
223checking for getsysinfo... no
224checking for localeconv... yes
225checking for memset... yes
226checking for mmap... yes
227checking for mprotect... yes
228checking for nl_langinfo... yes
229checking for obstack_vprintf... no
230checking for popen... yes
231checking for processor_info... yes
232checking for pstat_getprocessor... no
233checking for raise... yes
234checking for read_real_time... no
235checking for sigaction... yes
236checking for sigaltstack... yes
237checking for sigstack... no
238checking for syssgi... no
239checking for strchr... yes
240checking for strerror... yes
241checking for strnlen... yes
242checking for strtol... yes
243checking for strtoul... yes
244checking for sysconf... yes
245checking for sysctl... yes
246checking for sysctlbyname... yes
247checking for times... yes
248checking for library containing clock_gettime... no
249checking for vsnprintf... yes
250checking whether vsnprintf works... yes
251checking whether sscanf needs writable input... no
252checking for struct pst_processor.psp_iticksperclktick... no
253checking sstream usability... yes
254checking sstream presence... yes
255checking for sstream... yes
256checking for std::locale... yes
257checking for suitable m4... m4
258checking if m4wrap produces spurious output... no
259checking how to switch to text section... .text
260checking how to switch to data section... .data
261checking for assembler label suffix... :
262checking for assembler global directive... .globl
263checking for assembler global directive attribute...
264checking if globals are prefixed by underscore... yes
265checking how to switch to read-only data section...     .section        __TEXT,__const
266checking for assembler .type directive...
267checking for assembler .size directive...
268checking for assembler local label prefix... L
269checking for assembler byte directive... .byte
270checking how to define a 32-bit word... .long
271checking if .align assembly directive is logarithmic... yes
272checking if the .align directive accepts an 0x90 fill in .text... yes
273checking size of void *... 8
274checking size of unsigned short... 2
275checking size of unsigned... 4
276checking size of unsigned long... 8
277checking size of mp_limb_t... 8
278checking for stack_t... yes
279checking for tputs in -lncurses... yes
280checking for readline in -lreadline... yes
281checking readline/readline.h usability... yes
282checking readline/readline.h presence... yes
283checking for readline/readline.h... yes
284checking readline/history.h usability... yes
285checking readline/history.h presence... yes
286checking for readline/history.h... yes
287checking readline detected... yes
288checking for bison... bison -y
289checking for flex... flex
290checking lex output file root... lex.yy
291checking lex library... -ll
292checking whether yytext is a pointer... yes
293checking for ranlib... (cached) ranlib
294creating config.m4
295checking that generated files are newer than configure... done
296configure: creating ./config.status
297config.status: creating demos/pexpr-config.h
298config.status: creating demos/calc/calc-config.h
299config.status: creating Makefile
300config.status: creating mpf/Makefile
301config.status: creating mpn/Makefile
302config.status: creating mpq/Makefile
303config.status: creating mpz/Makefile
304config.status: creating printf/Makefile
305config.status: creating scanf/Makefile
306config.status: creating rand/Makefile
307config.status: creating cxx/Makefile
308config.status: creating tests/Makefile
309config.status: creating tests/devel/Makefile
310config.status: creating tests/mpf/Makefile
311config.status: creating tests/mpn/Makefile
312config.status: creating tests/mpq/Makefile
313config.status: creating tests/mpz/Makefile
314config.status: creating tests/rand/Makefile
315config.status: creating tests/misc/Makefile
316config.status: creating tests/cxx/Makefile
317config.status: creating doc/Makefile
318config.status: creating tune/Makefile
319config.status: creating demos/Makefile
320config.status: creating demos/calc/Makefile
321config.status: creating demos/expr/Makefile
322config.status: creating gmp.h
323config.status: creating config.h
324config.status: linking mpn/x86_64/invert_limb_table.asm to mpn/invert_limb_table.asm
325config.status: linking mpn/generic/add.c to mpn/add.c
326config.status: linking mpn/generic/add_1.c to mpn/add_1.c
327config.status: linking mpn/x86_64/coreisbr/aors_n.asm to mpn/add_n.asm
328config.status: linking mpn/generic/sub.c to mpn/sub.c
329config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
330config.status: linking mpn/x86_64/coreisbr/aors_n.asm to mpn/sub_n.asm
331config.status: linking mpn/x86_64/cnd_aors_n.asm to mpn/cnd_add_n.asm
332config.status: linking mpn/x86_64/cnd_aors_n.asm to mpn/cnd_sub_n.asm
333config.status: linking mpn/generic/cnd_swap.c to mpn/cnd_swap.c
334config.status: linking mpn/generic/neg.c to mpn/neg.c
335config.status: linking mpn/x86_64/com.asm to mpn/com.asm
336config.status: linking mpn/x86_64/coreisbr/mul_1.asm to mpn/mul_1.asm
337config.status: linking mpn/x86_64/coreisbr/aorsmul_1.asm to mpn/addmul_1.asm
338config.status: linking mpn/x86_64/coreisbr/aorsmul_1.asm to mpn/submul_1.asm
339config.status: linking mpn/x86_64/core2/aors_err1_n.asm to mpn/add_err1_n.asm
340config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/add_err2_n.asm
341config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/add_err3_n.asm
342config.status: linking mpn/x86_64/core2/aors_err1_n.asm to mpn/sub_err1_n.asm
343config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/sub_err2_n.asm
344config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/sub_err3_n.asm
345config.status: linking mpn/x86_64/coreisbr/lshift.asm to mpn/lshift.asm
346config.status: linking mpn/x86_64/coreisbr/rshift.asm to mpn/rshift.asm
347config.status: linking mpn/x86_64/dive_1.asm to mpn/dive_1.asm
348config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
349config.status: linking mpn/generic/divis.c to mpn/divis.c
350config.status: linking mpn/generic/divrem.c to mpn/divrem.c
351config.status: linking mpn/x86_64/coreisbr/divrem_1.asm to mpn/divrem_1.asm
352config.status: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm
353config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
354config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
355config.status: linking mpn/x86_64/mod_34lsub1.asm to mpn/mod_34lsub1.asm
356config.status: linking mpn/x86_64/mode1o.asm to mpn/mode1o.asm
357config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
358config.status: linking mpn/generic/dump.c to mpn/dump.c
359config.status: linking mpn/x86_64/mod_1_1.asm to mpn/mod_1_1.asm
360config.status: linking mpn/x86_64/mod_1_2.asm to mpn/mod_1_2.asm
361config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
362config.status: linking mpn/x86_64/mod_1_4.asm to mpn/mod_1_4.asm
363config.status: linking mpn/x86_64/coreisbr/lshiftc.asm to mpn/lshiftc.asm
364config.status: linking mpn/generic/mul.c to mpn/mul.c
365config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
366config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
367config.status: linking mpn/generic/sqr.c to mpn/sqr.c
368config.status: linking mpn/x86_64/coreisbr/mul_basecase.asm to mpn/mul_basecase.asm
369config.status: linking mpn/x86_64/coreisbr/sqr_basecase.asm to mpn/sqr_basecase.asm
370config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
371config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
372config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
373config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
374config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c
375config.status: linking mpn/generic/random.c to mpn/random.c
376config.status: linking mpn/generic/random2.c to mpn/random2.c
377config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
378config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
379config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
380config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c
381config.status: linking mpn/generic/get_str.c to mpn/get_str.c
382config.status: linking mpn/generic/set_str.c to mpn/set_str.c
383config.status: linking mpn/generic/scan0.c to mpn/scan0.c
384config.status: linking mpn/generic/scan1.c to mpn/scan1.c
385config.status: linking mpn/x86_64/coreisbr/popcount.asm to mpn/popcount.asm
386config.status: linking mpn/x86_64/coreinhm/hamdist.asm to mpn/hamdist.asm
387config.status: linking mpn/generic/cmp.c to mpn/cmp.c
388config.status: linking mpn/generic/zero_p.c to mpn/zero_p.c
389config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
390config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
391config.status: linking mpn/x86_64/core2/gcd_1.asm to mpn/gcd_1.asm
392config.status: linking mpn/generic/gcd.c to mpn/gcd.c
393config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
394config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
395config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
396config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
397config.status: linking mpn/generic/div_q.c to mpn/div_q.c
398config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
399config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
400config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c
401config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c
402config.status: linking mpn/generic/get_d.c to mpn/get_d.c
403config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
404config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
405config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
406config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
407config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c
408config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
409config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
410config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
411config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
412config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
413config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
414config.status: linking mpn/x86_64/coreisbr/mullo_basecase.asm to mpn/mullo_basecase.asm
415config.status: linking mpn/generic/sqrlo.c to mpn/sqrlo.c
416config.status: linking mpn/generic/sqrlo_basecase.c to mpn/sqrlo_basecase.c
417config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
418config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
419config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
420config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
421config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
422config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
423config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
424config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
425config.status: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c
426config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
427config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
428config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
429config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
430config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
431config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
432config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
433config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
434config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
435config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
436config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
437config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
438config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
439config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
440config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
441config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
442config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
443config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
444config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
445config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
446config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
447config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
448config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
449config.status: linking mpn/generic/invert.c to mpn/invert.c
450config.status: linking mpn/generic/binvert.c to mpn/binvert.c
451config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
452config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
453config.status: linking mpn/generic/div_qr_1.c to mpn/div_qr_1.c
454config.status: linking mpn/x86_64/div_qr_1n_pi1.asm to mpn/div_qr_1n_pi1.asm
455config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
456config.status: linking mpn/x86_64/div_qr_2n_pi1.asm to mpn/div_qr_2n_pi1.asm
457config.status: linking mpn/x86_64/div_qr_2u_pi1.asm to mpn/div_qr_2u_pi1.asm
458config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
459config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
460config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
461config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
462config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
463config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
464config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
465config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
466config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
467config.status: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm
468config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
469config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
470config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
471config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
472config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
473config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
474config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
475config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
476config.status: linking mpn/generic/broot.c to mpn/broot.c
477config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c
478config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c
479config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
480config.status: linking mpn/generic/divexact.c to mpn/divexact.c
481config.status: linking mpn/x86_64/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
482config.status: linking mpn/x86_64/coreisbr/redc_1.asm to mpn/redc_1.asm
483config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
484config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
485config.status: linking mpn/generic/powm.c to mpn/powm.c
486config.status: linking mpn/generic/powlo.c to mpn/powlo.c
487config.status: linking mpn/generic/sec_powm.c to mpn/sec_powm.c
488config.status: linking mpn/generic/sec_mul.c to mpn/sec_mul.c
489config.status: linking mpn/generic/sec_sqr.c to mpn/sec_sqr.c
490config.status: linking mpn/generic/sec_div.c to mpn/sec_div_qr.c
491config.status: linking mpn/generic/sec_div.c to mpn/sec_div_r.c
492config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c
493config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c
494config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_add_1.c
495config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c
496config.status: linking mpn/generic/sec_invert.c to mpn/sec_invert.c
497config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
498config.status: linking mpn/generic/remove.c to mpn/remove.c
499config.status: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm
500config.status: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm
501config.status: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm
502config.status: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm
503config.status: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm
504config.status: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm
505config.status: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm
506config.status: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm
507config.status: linking mpn/x86_64/core2/copyi.asm to mpn/copyi.asm
508config.status: linking mpn/x86_64/core2/copyd.asm to mpn/copyd.asm
509config.status: linking mpn/generic/zero.c to mpn/zero.c
510config.status: linking mpn/x86_64/coreisbr/sec_tabselect.asm to mpn/sec_tabselect.asm
511config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
512config.status: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm
513config.status: linking mpn/x86_64/sqr_diag_addlsh1.asm to mpn/sqr_diag_addlsh1.asm
514config.status: linking mpn/x86_64/coreisbr/mul_2.asm to mpn/mul_2.asm
515config.status: linking mpn/x86_64/coreisbr/addmul_2.asm to mpn/addmul_2.asm
516config.status: linking mpn/x86_64/coreisbr/aorrlsh1_n.asm to mpn/addlsh1_n.asm
517config.status: linking mpn/x86_64/core2/sublsh1_n.asm to mpn/sublsh1_n.asm
518config.status: linking mpn/x86_64/coreisbr/aorrlsh1_n.asm to mpn/rsblsh1_n.asm
519config.status: linking mpn/x86_64/coreisbr/rsh1aors_n.asm to mpn/rsh1add_n.asm
520config.status: linking mpn/x86_64/coreisbr/rsh1aors_n.asm to mpn/rsh1sub_n.asm
521config.status: linking mpn/x86_64/coreisbr/aorrlsh2_n.asm to mpn/addlsh2_n.asm
522config.status: linking mpn/x86_64/core2/sublsh2_n.asm to mpn/sublsh2_n.asm
523config.status: linking mpn/x86_64/coreisbr/aorrlsh2_n.asm to mpn/rsblsh2_n.asm
524config.status: linking mpn/x86_64/coreisbr/aorrlsh_n.asm to mpn/addlsh_n.asm
525config.status: linking mpn/x86_64/coreisbr/aorrlsh_n.asm to mpn/rsblsh_n.asm
526config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
527config.status: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm
528config.status: linking mpn/x86_64/coreisbr/gmp-mparam.h to gmp-mparam.h
529config.status: executing libtool commands
530configure: summary of build options:
531
532  Version:           GNU MP 6.1.1
533  Host type:         ivybridge-apple-darwin14.5.0
534  ABI:               64
535  Install prefix:    /opt/local
536  Compiler:          /usr/bin/clang
537  Static libraries:  yes
538  Shared libraries:  yes
539
540--->  Building gmp
541make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1'
542/usr/bin/clang `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac
543/usr/bin/clang `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib
544/usr/bin/clang `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm
545/usr/bin/clang `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab -lm
546/usr/bin/clang `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab
547/usr/bin/clang `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm
548./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)
549./gen-bases header 64 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
550./gen-bases table 64 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
551./gen-fib header 64 0 >fib_table.h || (rm -f fib_table.h; exit 1)
552./gen-fib table 64 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
553./gen-trialdivtab 64 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)
554./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
555./gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1)
556/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
557make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1'
558Making all in tests
559make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests'
560Making all in .
561make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests'
562make[3]: Nothing to be done for `all-am'.
563make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests'
564Making all in devel
565make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/devel'
566make[3]: Nothing to be done for `all'.
567make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/devel'
568Making all in mpn
569make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/mpn'
570make[3]: Nothing to be done for `all'.
571make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/mpn'
572Making all in mpz
573make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/mpz'
574make[3]: Nothing to be done for `all'.
575make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/mpz'
576Making all in mpq
577make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/mpq'
578make[3]: Nothing to be done for `all'.
579make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/mpq'
580Making all in mpf
581make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/mpf'
582make[3]: Nothing to be done for `all'.
583make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/mpf'
584Making all in rand
585make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/rand'
586make[3]: Nothing to be done for `all'.
587make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/rand'
588Making all in misc
589make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/misc'
590make[3]: Nothing to be done for `all'.
591make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/misc'
592Making all in cxx
593make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/cxx'
594make[3]: Nothing to be done for `all'.
595make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests/cxx'
596make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tests'
597Making all in mpn
598make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/mpn'
599/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fib_table.lo fib_table.c
600/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mp_bases.lo mp_bases.c
601/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb_table | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'invert_limb_table.asm' || echo './'`invert_limb_table.asm
602/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o add.lo add.c
603/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o add_1.lo add_1.c
604/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'add_n.asm' || echo './'`add_n.asm
605/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sub.lo sub.c
606/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sub_1.lo sub_1.c
607libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub.c  -fno-common -DPIC -o .libs/sub.o
608libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_bases.c  -fno-common -DPIC -o .libs/mp_bases.o
609libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fib_table.c  -fno-common -DPIC -o .libs/fib_table.o
610libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add_1.c  -fno-common -DPIC -o .libs/add_1.o
611libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add.c  -fno-common -DPIC -o .libs/add.o
612libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge add_n.asm  -fno-common -DPIC -o .libs/add_n.o
613libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub_1.c  -fno-common -DPIC -o .libs/sub_1.o
614libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge invert_limb_table.asm  -fno-common -DPIC -o .libs/invert_limb_table.o
615m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DPIC add_n.asm >tmp-add_n.s
616m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb_table -DPIC invert_limb_table.asm >tmp-invert_limb_table.s
617libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fib_table.c -o fib_table.o >/dev/null 2>&1
618libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub.c -o sub.o >/dev/null 2>&1
619libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_bases.c -o mp_bases.o >/dev/null 2>&1
620libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add.c -o add.o >/dev/null 2>&1
621 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-add_n.s -fno-common -DPIC -o .libs/add_n.o
622libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub_1.c -o sub_1.o >/dev/null 2>&1
623libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add_1.c -o add_1.o >/dev/null 2>&1
624 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-invert_limb_table.s -fno-common -DPIC -o .libs/invert_limb_table.o
625libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge add_n.asm -o add_n.o >/dev/null 2>&1
626libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge invert_limb_table.asm -o invert_limb_table.o >/dev/null 2>&1
627/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sub_n.asm' || echo './'`sub_n.asm
628/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_add_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'cnd_add_n.asm' || echo './'`cnd_add_n.asm
629/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_sub_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'cnd_sub_n.asm' || echo './'`cnd_sub_n.asm
630/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_swap | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cnd_swap.lo cnd_swap.c
631/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o neg.lo neg.c
632/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'com.asm' || echo './'`com.asm
633/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mul_1.asm' || echo './'`mul_1.asm
634/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'addmul_1.asm' || echo './'`addmul_1.asm
635libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sub_n.asm  -fno-common -DPIC -o .libs/sub_n.o
636libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_swap -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cnd_swap.c  -fno-common -DPIC -o .libs/cnd_swap.o
637libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge cnd_add_n.asm  -fno-common -DPIC -o .libs/cnd_add_n.o
638libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge cnd_sub_n.asm  -fno-common -DPIC -o .libs/cnd_sub_n.o
639libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c neg.c  -fno-common -DPIC -o .libs/neg.o
640m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -DPIC sub_n.asm >tmp-sub_n.s
641m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_cnd_add_n -DPIC cnd_add_n.asm >tmp-cnd_add_n.s
642libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge com.asm  -fno-common -DPIC -o .libs/com.o
643m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_cnd_sub_n -DPIC cnd_sub_n.asm >tmp-cnd_sub_n.s
644m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_com -DPIC com.asm >tmp-com.s
645 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-cnd_add_n.s -fno-common -DPIC -o .libs/cnd_add_n.o
646 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sub_n.s -fno-common -DPIC -o .libs/sub_n.o
647libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_swap -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cnd_swap.c -o cnd_swap.o >/dev/null 2>&1
648 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-cnd_sub_n.s -fno-common -DPIC -o .libs/cnd_sub_n.o
649libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c neg.c -o neg.o >/dev/null 2>&1
650 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-com.s -fno-common -DPIC -o .libs/com.o
651libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge cnd_add_n.asm -o cnd_add_n.o >/dev/null 2>&1
652libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sub_n.asm -o sub_n.o >/dev/null 2>&1
653libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge cnd_sub_n.asm -o cnd_sub_n.o >/dev/null 2>&1
654libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mul_1.asm  -fno-common -DPIC -o .libs/mul_1.o
655libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge com.asm -o com.o >/dev/null 2>&1
656libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addmul_1.asm  -fno-common -DPIC -o .libs/addmul_1.o
657/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'submul_1.asm' || echo './'`submul_1.asm
658m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -DPIC mul_1.asm >tmp-mul_1.s
659m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -DPIC addmul_1.asm >tmp-addmul_1.s
660/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'add_err1_n.asm' || echo './'`add_err1_n.asm
661 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mul_1.s -fno-common -DPIC -o .libs/mul_1.o
662 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-addmul_1.s -fno-common -DPIC -o .libs/addmul_1.o
663/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'add_err2_n.asm' || echo './'`add_err2_n.asm
664/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err3_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'add_err3_n.asm' || echo './'`add_err3_n.asm
665/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sub_err1_n.asm' || echo './'`sub_err1_n.asm
666libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mul_1.asm -o mul_1.o >/dev/null 2>&1
667libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addmul_1.asm -o addmul_1.o >/dev/null 2>&1
668/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sub_err2_n.asm' || echo './'`sub_err2_n.asm
669libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge add_err1_n.asm  -fno-common -DPIC -o .libs/add_err1_n.o
670libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge submul_1.asm  -fno-common -DPIC -o .libs/submul_1.o
671/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err3_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sub_err3_n.asm' || echo './'`sub_err3_n.asm
672m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err1_n -DPIC add_err1_n.asm >tmp-add_err1_n.s
673m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 -DPIC submul_1.asm >tmp-submul_1.s
674/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'lshift.asm' || echo './'`lshift.asm
675libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge add_err2_n.asm  -fno-common -DPIC -o .libs/add_err2_n.o
676libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge add_err3_n.asm  -fno-common -DPIC -o .libs/add_err3_n.o
677libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sub_err1_n.asm  -fno-common -DPIC -o .libs/sub_err1_n.o
678m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err2_n -DPIC add_err2_n.asm >tmp-add_err2_n.s
679m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err3_n -DPIC add_err3_n.asm >tmp-add_err3_n.s
680m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err1_n -DPIC sub_err1_n.asm >tmp-sub_err1_n.s
681libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sub_err2_n.asm  -fno-common -DPIC -o .libs/sub_err2_n.o
682 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-submul_1.s -fno-common -DPIC -o .libs/submul_1.o
683 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-add_err1_n.s -fno-common -DPIC -o .libs/add_err1_n.o
684 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-add_err2_n.s -fno-common -DPIC -o .libs/add_err2_n.o
685 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-add_err3_n.s -fno-common -DPIC -o .libs/add_err3_n.o
686m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err2_n -DPIC sub_err2_n.asm >tmp-sub_err2_n.s
687 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sub_err1_n.s -fno-common -DPIC -o .libs/sub_err1_n.o
688libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge submul_1.asm -o submul_1.o >/dev/null 2>&1
689libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge add_err1_n.asm -o add_err1_n.o >/dev/null 2>&1
690libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge add_err2_n.asm -o add_err2_n.o >/dev/null 2>&1
691libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge add_err3_n.asm -o add_err3_n.o >/dev/null 2>&1
692libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sub_err1_n.asm -o sub_err1_n.o >/dev/null 2>&1
693 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sub_err2_n.s -fno-common -DPIC -o .libs/sub_err2_n.o
694libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sub_err2_n.asm -o sub_err2_n.o >/dev/null 2>&1
695libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sub_err3_n.asm  -fno-common -DPIC -o .libs/sub_err3_n.o
696libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge lshift.asm  -fno-common -DPIC -o .libs/lshift.o
697m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err3_n -DPIC sub_err3_n.asm >tmp-sub_err3_n.s
698m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift -DPIC lshift.asm >tmp-lshift.s
699/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'rshift.asm' || echo './'`rshift.asm
700/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'dive_1.asm' || echo './'`dive_1.asm
701/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o diveby3.lo diveby3.c
702/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o divis.lo divis.c
703/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o divrem.lo divrem.c
704 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sub_err3_n.s -fno-common -DPIC -o .libs/sub_err3_n.o
705 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-lshift.s -fno-common -DPIC -o .libs/lshift.o
706libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sub_err3_n.asm -o sub_err3_n.o >/dev/null 2>&1
707/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'divrem_1.asm' || echo './'`divrem_1.asm
708libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge lshift.asm -o lshift.o >/dev/null 2>&1
709libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divis.c  -fno-common -DPIC -o .libs/divis.o
710libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rshift.asm  -fno-common -DPIC -o .libs/rshift.o
711libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge dive_1.asm  -fno-common -DPIC -o .libs/dive_1.o
712libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divrem.c  -fno-common -DPIC -o .libs/divrem.o
713libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c diveby3.c  -fno-common -DPIC -o .libs/diveby3.o
714/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'divrem_2.asm' || echo './'`divrem_2.asm
715m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift -DPIC rshift.asm >tmp-rshift.s
716m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_dive_1 -DPIC dive_1.asm >tmp-dive_1.s
717/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fib2_ui.lo fib2_ui.c
718 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-rshift.s -fno-common -DPIC -o .libs/rshift.o
719 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-dive_1.s -fno-common -DPIC -o .libs/dive_1.o
720libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c diveby3.c -o diveby3.o >/dev/null 2>&1
721libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge divrem_1.asm  -fno-common -DPIC -o .libs/divrem_1.o
722libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divrem.c -o divrem.o >/dev/null 2>&1
723libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge dive_1.asm -o dive_1.o >/dev/null 2>&1
724libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rshift.asm -o rshift.o >/dev/null 2>&1
725m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_1 -DPIC divrem_1.asm >tmp-divrem_1.s
726libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divis.c -o divis.o >/dev/null 2>&1
727/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mod_1.lo mod_1.c
728 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-divrem_1.s -fno-common -DPIC -o .libs/divrem_1.o
729/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mod_34lsub1.asm' || echo './'`mod_34lsub1.asm
730libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge divrem_2.asm  -fno-common -DPIC -o .libs/divrem_2.o
731libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge divrem_1.asm -o divrem_1.o >/dev/null 2>&1
732m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_2 -DPIC divrem_2.asm >tmp-divrem_2.s
733/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mode1o | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mode1o.asm' || echo './'`mode1o.asm
734/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o pre_mod_1.lo pre_mod_1.c
735libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fib2_ui.c  -fno-common -DPIC -o .libs/fib2_ui.o
736 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-divrem_2.s -fno-common -DPIC -o .libs/divrem_2.o
737/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dump.lo dump.c
738libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge divrem_2.asm -o divrem_2.o >/dev/null 2>&1
739/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mod_1_1.asm' || echo './'`mod_1_1.asm
740libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mod_1.c  -fno-common -DPIC -o .libs/mod_1.o
741libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1
742libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mod_34lsub1.asm  -fno-common -DPIC -o .libs/mod_34lsub1.o
743libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mode1o.asm  -fno-common -DPIC -o .libs/mode1o.o
744libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pre_mod_1.c  -fno-common -DPIC -o .libs/pre_mod_1.o
745m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_34lsub1 -DPIC mod_34lsub1.asm >tmp-mod_34lsub1.s
746m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mode1o -DPIC mode1o.asm >tmp-mode1o.s
747/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mod_1_2.asm' || echo './'`mod_1_2.asm
748libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dump.c  -fno-common -DPIC -o .libs/dump.o
749 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mod_34lsub1.s -fno-common -DPIC -o .libs/mod_34lsub1.o
750libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mod_1.c -o mod_1.o >/dev/null 2>&1
751/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mod_1_3.lo mod_1_3.c
752 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mode1o.s -fno-common -DPIC -o .libs/mode1o.o
753libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pre_mod_1.c -o pre_mod_1.o >/dev/null 2>&1
754libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mod_34lsub1.asm -o mod_34lsub1.o >/dev/null 2>&1
755libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mode1o.asm -o mode1o.o >/dev/null 2>&1
756libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dump.c -o dump.o >/dev/null 2>&1
757libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mod_1_1.asm  -fno-common -DPIC -o .libs/mod_1_1.o
758m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_1_1 -DPIC mod_1_1.asm >tmp-mod_1_1.s
759/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mod_1_4.asm' || echo './'`mod_1_4.asm
760/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshiftc | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'lshiftc.asm' || echo './'`lshiftc.asm
761 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mod_1_1.s -fno-common -DPIC -o .libs/mod_1_1.o
762/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul.lo mul.c
763/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul_fft.lo mul_fft.c
764libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mod_1_3.c  -fno-common -DPIC -o .libs/mod_1_3.o
765libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mod_1_2.asm  -fno-common -DPIC -o .libs/mod_1_2.o
766/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul_n.lo mul_n.c
767libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mod_1_1.asm -o mod_1_1.o >/dev/null 2>&1
768m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_1_2 -DPIC mod_1_2.asm >tmp-mod_1_2.s
769 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mod_1_2.s -fno-common -DPIC -o .libs/mod_1_2.o
770libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mod_1_3.c -o mod_1_3.o >/dev/null 2>&1
771libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mod_1_2.asm -o mod_1_2.o >/dev/null 2>&1
772libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mod_1_4.asm  -fno-common -DPIC -o .libs/mod_1_4.o
773libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge lshiftc.asm  -fno-common -DPIC -o .libs/lshiftc.o
774libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul.c  -fno-common -DPIC -o .libs/mul.o
775libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_fft.c  -fno-common -DPIC -o .libs/mul_fft.o
776/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqr.lo sqr.c
777m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_1_4 -DPIC mod_1_4.asm >tmp-mod_1_4.s
778m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshiftc -DPIC lshiftc.asm >tmp-lshiftc.s
779libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_n.c  -fno-common -DPIC -o .libs/mul_n.o
780 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mod_1_4.s -fno-common -DPIC -o .libs/mod_1_4.o
781/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mul_basecase.asm' || echo './'`mul_basecase.asm
782 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-lshiftc.s -fno-common -DPIC -o .libs/lshiftc.o
783libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mod_1_4.asm -o mod_1_4.o >/dev/null 2>&1
784/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sqr_basecase.asm' || echo './'`sqr_basecase.asm
785libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge lshiftc.asm -o lshiftc.o >/dev/null 2>&1
786libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_n.c -o mul_n.o >/dev/null 2>&1
787libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul.c -o mul.o >/dev/null 2>&1
788libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqr.c  -fno-common -DPIC -o .libs/sqr.o
789/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o nussbaumer_mul.lo nussbaumer_mul.c
790/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mulmid_basecase.lo mulmid_basecase.c
791libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mul_basecase.asm  -fno-common -DPIC -o .libs/mul_basecase.o
792/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom42_mulmid.lo toom42_mulmid.c
793libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqr.c -o sqr.o >/dev/null 2>&1
794m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_basecase -DPIC mul_basecase.asm >tmp-mul_basecase.s
795libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sqr_basecase.asm  -fno-common -DPIC -o .libs/sqr_basecase.o
796m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_basecase -DPIC sqr_basecase.asm >tmp-sqr_basecase.s
797 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mul_basecase.s -fno-common -DPIC -o .libs/mul_basecase.o
798/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mulmid_n.lo mulmid_n.c
799/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mulmid.lo mulmid.c
800libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mul_basecase.asm -o mul_basecase.o >/dev/null 2>&1
801 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sqr_basecase.s -fno-common -DPIC -o .libs/sqr_basecase.o
802libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c nussbaumer_mul.c  -fno-common -DPIC -o .libs/nussbaumer_mul.o
803libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mulmid_basecase.c  -fno-common -DPIC -o .libs/mulmid_basecase.o
804libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom42_mulmid.c  -fno-common -DPIC -o .libs/toom42_mulmid.o
805libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sqr_basecase.asm -o sqr_basecase.o >/dev/null 2>&1
806libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c nussbaumer_mul.c -o nussbaumer_mul.o >/dev/null 2>&1
807libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mulmid_basecase.c -o mulmid_basecase.o >/dev/null 2>&1
808/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o random.lo random.c
809libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mulmid_n.c  -fno-common -DPIC -o .libs/mulmid_n.o
810libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mulmid.c  -fno-common -DPIC -o .libs/mulmid.o
811libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom42_mulmid.c -o toom42_mulmid.o >/dev/null 2>&1
812/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o random2.lo random2.c
813/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o pow_1.lo pow_1.c
814/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o rootrem.lo rootrem.c
815libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mulmid_n.c -o mulmid_n.o >/dev/null 2>&1
816libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mulmid.c -o mulmid.o >/dev/null 2>&1
817libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random.c  -fno-common -DPIC -o .libs/random.o
818/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqrtrem.lo sqrtrem.c
819/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sizeinbase | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sizeinbase.lo sizeinbase.c
820libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random2.c  -fno-common -DPIC -o .libs/random2.o
821libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pow_1.c  -fno-common -DPIC -o .libs/pow_1.o
822libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rootrem.c  -fno-common -DPIC -o .libs/rootrem.o
823libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random.c -o random.o >/dev/null 2>&1
824/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_str.lo get_str.c
825libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pow_1.c -o pow_1.o >/dev/null 2>&1
826libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random2.c -o random2.o >/dev/null 2>&1
827libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_fft.c -o mul_fft.o >/dev/null 2>&1
828/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_str.lo set_str.c
829libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrtrem.c  -fno-common -DPIC -o .libs/sqrtrem.o
830libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sizeinbase.c  -fno-common -DPIC -o .libs/sizeinbase.o
831/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o scan0.lo scan0.c
832/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o scan1.lo scan1.c
833libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sizeinbase.c -o sizeinbase.o >/dev/null 2>&1
834libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_str.c  -fno-common -DPIC -o .libs/get_str.o
835libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_str.c  -fno-common -DPIC -o .libs/set_str.o
836libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rootrem.c -o rootrem.o >/dev/null 2>&1
837/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'popcount.asm' || echo './'`popcount.asm
838libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scan0.c  -fno-common -DPIC -o .libs/scan0.o
839libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scan1.c  -fno-common -DPIC -o .libs/scan1.o
840libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1
841libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_str.c -o get_str.o >/dev/null 2>&1
842libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_str.c -o set_str.o >/dev/null 2>&1
843libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scan1.c -o scan1.o >/dev/null 2>&1
844libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scan0.c -o scan0.o >/dev/null 2>&1
845libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge popcount.asm  -fno-common -DPIC -o .libs/popcount.o
846m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_popcount -DPIC popcount.asm >tmp-popcount.s
847/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'hamdist.asm' || echo './'`hamdist.asm
848/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp.lo cmp.c
849/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero_p | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o zero_p.lo zero_p.c
850 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-popcount.s -fno-common -DPIC -o .libs/popcount.o
851/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o perfsqr.lo perfsqr.c
852/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfpow | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o perfpow.lo perfpow.c
853libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge popcount.asm -o popcount.o >/dev/null 2>&1
854/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'gcd_1.asm' || echo './'`gcd_1.asm
855libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp.c  -fno-common -DPIC -o .libs/cmp.o
856libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge hamdist.asm  -fno-common -DPIC -o .libs/hamdist.o
857m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_hamdist -DPIC hamdist.asm >tmp-hamdist.s
858/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o gcd.lo gcd.c
859libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero_p -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c zero_p.c  -fno-common -DPIC -o .libs/zero_p.o
860libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c perfsqr.c  -fno-common -DPIC -o .libs/perfsqr.o
861libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c perfpow.c  -fno-common -DPIC -o .libs/perfpow.o
862libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp.c -o cmp.o >/dev/null 2>&1
863 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-hamdist.s -fno-common -DPIC -o .libs/hamdist.o
864libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero_p -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c zero_p.c -o zero_p.o >/dev/null 2>&1
865libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge gcd_1.asm  -fno-common -DPIC -o .libs/gcd_1.o
866libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge hamdist.asm -o hamdist.o >/dev/null 2>&1
867libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c perfsqr.c -o perfsqr.o >/dev/null 2>&1
868m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_gcd_1 -DPIC gcd_1.asm >tmp-gcd_1.s
869/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o gcdext_1.lo gcdext_1.c
870 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-gcd_1.s -fno-common -DPIC -o .libs/gcd_1.o
871/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o gcdext.lo gcdext.c
872libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcd.c  -fno-common -DPIC -o .libs/gcd.o
873libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c perfpow.c -o perfpow.o >/dev/null 2>&1
874/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o gcd_subdiv_step.lo gcd_subdiv_step.c
875/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o gcdext_lehmer.lo gcdext_lehmer.c
876libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge gcd_1.asm -o gcd_1.o >/dev/null 2>&1
877/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o div_q.lo div_q.c
878libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcd.c -o gcd.o >/dev/null 2>&1
879libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcdext_1.c  -fno-common -DPIC -o .libs/gcdext_1.o
880/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_qr.lo tdiv_qr.c
881libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcdext.c  -fno-common -DPIC -o .libs/gcdext.o
882/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o jacbase.lo jacbase.c
883libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcd_subdiv_step.c  -fno-common -DPIC -o .libs/gcd_subdiv_step.o
884libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcdext_lehmer.c  -fno-common -DPIC -o .libs/gcdext_lehmer.o
885libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcdext_1.c -o gcdext_1.o >/dev/null 2>&1
886libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_q.c  -fno-common -DPIC -o .libs/div_q.o
887/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o jacobi_2.lo jacobi_2.c
888/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o jacobi.lo jacobi.c
889libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcd_subdiv_step.c -o gcd_subdiv_step.o >/dev/null 2>&1
890libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_qr.c  -fno-common -DPIC -o .libs/tdiv_qr.o
891libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c jacbase.c  -fno-common -DPIC -o .libs/jacbase.o
892libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcdext_lehmer.c -o gcdext_lehmer.o >/dev/null 2>&1
893libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcdext.c -o gcdext.o >/dev/null 2>&1
894libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c jacbase.c -o jacbase.o >/dev/null 2>&1
895libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_q.c -o div_q.o >/dev/null 2>&1
896libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c jacobi_2.c  -fno-common -DPIC -o .libs/jacobi_2.o
897libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c jacobi.c  -fno-common -DPIC -o .libs/jacobi.o
898/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_d.lo get_d.c
899/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o matrix22_mul.lo matrix22_mul.c
900libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1
901libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c jacobi_2.c -o jacobi_2.o >/dev/null 2>&1
902/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c
903libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c jacobi.c -o jacobi.o >/dev/null 2>&1
904/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hgcd_matrix.lo hgcd_matrix.c
905/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hgcd2.lo hgcd2.c
906/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hgcd_step.lo hgcd_step.c
907libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d.c  -fno-common -DPIC -o .libs/get_d.o
908libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c matrix22_mul.c  -fno-common -DPIC -o .libs/matrix22_mul.o
909/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hgcd_reduce.lo hgcd_reduce.c
910libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c matrix22_mul1_inverse_vector.c  -fno-common -DPIC -o .libs/matrix22_mul1_inverse_vector.o
911/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hgcd.lo hgcd.c
912libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d.c -o get_d.o >/dev/null 2>&1
913libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o >/dev/null 2>&1
914libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_matrix.c  -fno-common -DPIC -o .libs/hgcd_matrix.o
915libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd2.c  -fno-common -DPIC -o .libs/hgcd2.o
916libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_step.c  -fno-common -DPIC -o .libs/hgcd_step.o
917/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hgcd_appr.lo hgcd_appr.c
918libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c matrix22_mul.c -o matrix22_mul.o >/dev/null 2>&1
919libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_reduce.c  -fno-common -DPIC -o .libs/hgcd_reduce.o
920/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hgcd2_jacobi.lo hgcd2_jacobi.c
921libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd.c  -fno-common -DPIC -o .libs/hgcd.o
922libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_step.c -o hgcd_step.o >/dev/null 2>&1
923libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_matrix.c -o hgcd_matrix.o >/dev/null 2>&1
924libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd2.c -o hgcd2.o >/dev/null 2>&1
925libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd.c -o hgcd.o >/dev/null 2>&1
926/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hgcd_jacobi.lo hgcd_jacobi.c
927libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_appr.c  -fno-common -DPIC -o .libs/hgcd_appr.o
928libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_reduce.c -o hgcd_reduce.o >/dev/null 2>&1
929/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mullo_n.lo mullo_n.c
930libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd2_jacobi.c  -fno-common -DPIC -o .libs/hgcd2_jacobi.o
931/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mullo_basecase.asm' || echo './'`mullo_basecase.asm
932libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_appr.c -o hgcd_appr.o >/dev/null 2>&1
933/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrlo | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqrlo.lo sqrlo.c
934/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrlo_basecase | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqrlo_basecase.lo sqrlo_basecase.c
935libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_jacobi.c  -fno-common -DPIC -o .libs/hgcd_jacobi.o
936/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom22_mul.lo toom22_mul.c
937libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mullo_n.c  -fno-common -DPIC -o .libs/mullo_n.o
938libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd2_jacobi.c -o hgcd2_jacobi.o >/dev/null 2>&1
939/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom32_mul.lo toom32_mul.c
940libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hgcd_jacobi.c -o hgcd_jacobi.o >/dev/null 2>&1
941libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mullo_basecase.asm  -fno-common -DPIC -o .libs/mullo_basecase.o
942libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mullo_n.c -o mullo_n.o >/dev/null 2>&1
943m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mullo_basecase -DPIC mullo_basecase.asm >tmp-mullo_basecase.s
944libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrlo_basecase.c  -fno-common -DPIC -o .libs/sqrlo_basecase.o
945libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrlo.c  -fno-common -DPIC -o .libs/sqrlo.o
946 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mullo_basecase.s -fno-common -DPIC -o .libs/mullo_basecase.o
947libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom22_mul.c  -fno-common -DPIC -o .libs/toom22_mul.o
948/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom42_mul.lo toom42_mul.c
949/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom52_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom52_mul.lo toom52_mul.c
950libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mullo_basecase.asm -o mullo_basecase.o >/dev/null 2>&1
951libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo_basecase -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrlo_basecase.c -o sqrlo_basecase.o >/dev/null 2>&1
952libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrlo.c -o sqrlo.o >/dev/null 2>&1
953libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom32_mul.c  -fno-common -DPIC -o .libs/toom32_mul.o
954/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom62_mul.lo toom62_mul.c
955/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom33_mul.lo toom33_mul.c
956/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom43_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom43_mul.lo toom43_mul.c
957/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom53_mul.lo toom53_mul.c
958libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom22_mul.c -o toom22_mul.o >/dev/null 2>&1
959libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom52_mul.c  -fno-common -DPIC -o .libs/toom52_mul.o
960libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom42_mul.c  -fno-common -DPIC -o .libs/toom42_mul.o
961libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom62_mul.c  -fno-common -DPIC -o .libs/toom62_mul.o
962libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom32_mul.c -o toom32_mul.o >/dev/null 2>&1
963libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom33_mul.c  -fno-common -DPIC -o .libs/toom33_mul.o
964libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom43_mul.c  -fno-common -DPIC -o .libs/toom43_mul.o
965/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom54_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom54_mul.lo toom54_mul.c
966libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom53_mul.c  -fno-common -DPIC -o .libs/toom53_mul.o
967libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom42_mul.c -o toom42_mul.o >/dev/null 2>&1
968libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom62_mul.c -o toom62_mul.o >/dev/null 2>&1
969libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom53_mul.c -o toom53_mul.o >/dev/null 2>&1
970libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom43_mul.c -o toom43_mul.o >/dev/null 2>&1
971libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom52_mul.c -o toom52_mul.o >/dev/null 2>&1
972/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom63_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom63_mul.lo toom63_mul.c
973libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom54_mul.c  -fno-common -DPIC -o .libs/toom54_mul.o
974libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom33_mul.c -o toom33_mul.o >/dev/null 2>&1
975libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom54_mul.c -o toom54_mul.o >/dev/null 2>&1
976/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom44_mul.lo toom44_mul.c
977/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom6h_mul.lo toom6h_mul.c
978/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom6_sqr.lo toom6_sqr.c
979libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom63_mul.c  -fno-common -DPIC -o .libs/toom63_mul.o
980/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom8h_mul.lo toom8h_mul.c
981/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom8_sqr.lo toom8_sqr.c
982/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_couple_handling.lo toom_couple_handling.c
983libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom44_mul.c  -fno-common -DPIC -o .libs/toom44_mul.o
984libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom6h_mul.c  -fno-common -DPIC -o .libs/toom6h_mul.o
985libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom6_sqr.c  -fno-common -DPIC -o .libs/toom6_sqr.o
986libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom63_mul.c -o toom63_mul.o >/dev/null 2>&1
987/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom2_sqr.lo toom2_sqr.c
988libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom8h_mul.c  -fno-common -DPIC -o .libs/toom8h_mul.o
989libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom8_sqr.c  -fno-common -DPIC -o .libs/toom8_sqr.o
990libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom44_mul.c -o toom44_mul.o >/dev/null 2>&1
991libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom6_sqr.c -o toom6_sqr.o >/dev/null 2>&1
992libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom6h_mul.c -o toom6h_mul.o >/dev/null 2>&1
993libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_couple_handling.c  -fno-common -DPIC -o .libs/toom_couple_handling.o
994libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom8_sqr.c -o toom8_sqr.o >/dev/null 2>&1
995/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom3_sqr.lo toom3_sqr.c
996libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom2_sqr.c  -fno-common -DPIC -o .libs/toom2_sqr.o
997/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom4_sqr.lo toom4_sqr.c
998libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom8h_mul.c -o toom8h_mul.o >/dev/null 2>&1
999/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c
1000libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_couple_handling.c -o toom_couple_handling.o >/dev/null 2>&1
1001libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom2_sqr.c -o toom2_sqr.o >/dev/null 2>&1
1002/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c
1003/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_eval_pm1.lo toom_eval_pm1.c
1004libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom3_sqr.c  -fno-common -DPIC -o .libs/toom3_sqr.o
1005libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom4_sqr.c  -fno-common -DPIC -o .libs/toom4_sqr.o
1006libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_dgr3_pm1.c  -fno-common -DPIC -o .libs/toom_eval_dgr3_pm1.o
1007/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_eval_pm2.lo toom_eval_pm2.c
1008/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c
1009/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c
1010libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom4_sqr.c -o toom4_sqr.o >/dev/null 2>&1
1011libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o >/dev/null 2>&1
1012libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_dgr3_pm2.c  -fno-common -DPIC -o .libs/toom_eval_dgr3_pm2.o
1013libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_pm1.c  -fno-common -DPIC -o .libs/toom_eval_pm1.o
1014libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom3_sqr.c -o toom3_sqr.o >/dev/null 2>&1
1015/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c
1016libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_pm2.c  -fno-common -DPIC -o .libs/toom_eval_pm2.o
1017/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c
1018libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_pm2exp.c  -fno-common -DPIC -o .libs/toom_eval_pm2exp.o
1019libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o >/dev/null 2>&1
1020libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_pm1.c -o toom_eval_pm1.o >/dev/null 2>&1
1021libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_pm2rexp.c  -fno-common -DPIC -o .libs/toom_eval_pm2rexp.o
1022libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o >/dev/null 2>&1
1023libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_pm2.c -o toom_eval_pm2.o >/dev/null 2>&1
1024libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o >/dev/null 2>&1
1025/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c
1026/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c
1027libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_5pts.c  -fno-common -DPIC -o .libs/toom_interpolate_5pts.o
1028/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c
1029libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_6pts.c  -fno-common -DPIC -o .libs/toom_interpolate_6pts.o
1030/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c
1031toom_interpolate_5pts.c:71:19: warning: expression result unused [-Wunused-value]
1032  ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1));    /* v2 <- v2 / 3 */
1033  ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1034../gmp-impl.h:1621:6: note: expanded from macro 'mpn_divexact_by3'
1035  (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
1036   ~ ^
1037../gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY'
1038#define ASSERT_NOCARRY(expr)   (expr)
1039                                ^
1040/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invertappr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o invertappr.lo invertappr.c
10411 warning generated.
1042libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o >/dev/null 2>&1
1043libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o >/dev/null 2>&1
1044/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o invert.lo invert.c
1045libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_7pts.c  -fno-common -DPIC -o .libs/toom_interpolate_7pts.o
1046libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_8pts.c  -fno-common -DPIC -o .libs/toom_interpolate_8pts.o
1047libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_12pts.c  -fno-common -DPIC -o .libs/toom_interpolate_12pts.o
1048/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o binvert.lo binvert.c
1049/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mulmod_bnm1.lo mulmod_bnm1.c
1050toom_interpolate_8pts.c:164:18: warning: expression result unused [-Wunused-value]
1051  ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1));
1052  ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1053../gmp-impl.h:1621:6: note: expanded from macro 'mpn_divexact_by3'
1054  (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
1055   ~ ^
1056../gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY'
1057#define ASSERT_NOCARRY(expr)   (expr)
1058                                ^
1059libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_16pts.c  -fno-common -DPIC -o .libs/toom_interpolate_16pts.o
1060libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o >/dev/null 2>&1
1061libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c invertappr.c  -fno-common -DPIC -o .libs/invertappr.o
10621 warning generated.
1063libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o >/dev/null 2>&1
1064libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c invert.c  -fno-common -DPIC -o .libs/invert.o
1065libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c binvert.c  -fno-common -DPIC -o .libs/binvert.o
1066/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqrmod_bnm1.lo sqrmod_bnm1.c
1067libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mulmod_bnm1.c  -fno-common -DPIC -o .libs/mulmod_bnm1.o
1068libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c invert.c -o invert.o >/dev/null 2>&1
1069libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c invertappr.c -o invertappr.o >/dev/null 2>&1
1070/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o div_qr_1.lo div_qr_1.c
1071libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o >/dev/null 2>&1
1072libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c binvert.c -o binvert.o >/dev/null 2>&1
1073/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_1n_pi1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'div_qr_1n_pi1.asm' || echo './'`div_qr_1n_pi1.asm
1074libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrmod_bnm1.c  -fno-common -DPIC -o .libs/sqrmod_bnm1.o
1075/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o div_qr_2.lo div_qr_2.c
1076libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mulmod_bnm1.c -o mulmod_bnm1.o >/dev/null 2>&1
1077libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_qr_1.c  -fno-common -DPIC -o .libs/div_qr_1.o
1078/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2n_pi1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'div_qr_2n_pi1.asm' || echo './'`div_qr_2n_pi1.asm
1079libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o >/dev/null 2>&1
1080libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge div_qr_1n_pi1.asm  -fno-common -DPIC -o .libs/div_qr_1n_pi1.o
1081libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_qr_1.c -o div_qr_1.o >/dev/null 2>&1
1082m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_div_qr_1n_pi1 -DPIC div_qr_1n_pi1.asm >tmp-div_qr_1n_pi1.s
1083libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrmod_bnm1.c -o sqrmod_bnm1.o >/dev/null 2>&1
1084libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_qr_2.c  -fno-common -DPIC -o .libs/div_qr_2.o
1085/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2u_pi1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'div_qr_2u_pi1.asm' || echo './'`div_qr_2u_pi1.asm
1086 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-div_qr_1n_pi1.s -fno-common -DPIC -o .libs/div_qr_1n_pi1.o
1087libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge div_qr_1n_pi1.asm -o div_qr_1n_pi1.o >/dev/null 2>&1
1088/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sbpi1_div_q.lo sbpi1_div_q.c
1089libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge div_qr_2n_pi1.asm  -fno-common -DPIC -o .libs/div_qr_2n_pi1.o
1090libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_qr_2.c -o div_qr_2.o >/dev/null 2>&1
1091m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_div_qr_2n_pi1 -DPIC div_qr_2n_pi1.asm >tmp-div_qr_2n_pi1.s
1092/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sbpi1_div_qr.lo sbpi1_div_qr.c
1093 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-div_qr_2n_pi1.s -fno-common -DPIC -o .libs/div_qr_2n_pi1.o
1094/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c
1095/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dcpi1_div_q.lo dcpi1_div_q.c
1096libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge div_qr_2n_pi1.asm -o div_qr_2n_pi1.o >/dev/null 2>&1
1097/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dcpi1_div_qr.lo dcpi1_div_qr.c
1098libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge div_qr_2u_pi1.asm  -fno-common -DPIC -o .libs/div_qr_2u_pi1.o
1099m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_div_qr_2u_pi1 -DPIC div_qr_2u_pi1.asm >tmp-div_qr_2u_pi1.s
1100libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_div_q.c  -fno-common -DPIC -o .libs/sbpi1_div_q.o
1101/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c
1102 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-div_qr_2u_pi1.s -fno-common -DPIC -o .libs/div_qr_2u_pi1.o
1103libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_div_qr.c  -fno-common -DPIC -o .libs/sbpi1_div_qr.o
1104libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge div_qr_2u_pi1.asm -o div_qr_2u_pi1.o >/dev/null 2>&1
1105/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mu_div_qr.lo mu_div_qr.c
1106libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_divappr_q.c  -fno-common -DPIC -o .libs/sbpi1_divappr_q.o
1107libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_div_q.c  -fno-common -DPIC -o .libs/dcpi1_div_q.o
1108libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_div_qr.c  -fno-common -DPIC -o .libs/dcpi1_div_qr.o
1109libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_div_qr.c -o sbpi1_div_qr.o >/dev/null 2>&1
1110libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_divappr_q.c  -fno-common -DPIC -o .libs/dcpi1_divappr_q.o
1111libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_div_q.c -o sbpi1_div_q.o >/dev/null 2>&1
1112/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mu_divappr_q.lo mu_divappr_q.c
1113libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_div_q.c -o dcpi1_div_q.o >/dev/null 2>&1
1114libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o >/dev/null 2>&1
1115/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mu_div_q.lo mu_div_q.c
1116libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_div_qr.c  -fno-common -DPIC -o .libs/mu_div_qr.o
1117libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_div_qr.c -o dcpi1_div_qr.o >/dev/null 2>&1
1118libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o >/dev/null 2>&1
1119/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'bdiv_q_1.asm' || echo './'`bdiv_q_1.asm
1120libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_divappr_q.c  -fno-common -DPIC -o .libs/mu_divappr_q.o
1121/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c
1122/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c
1123libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_div_q.c  -fno-common -DPIC -o .libs/mu_div_q.o
1124/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c
1125/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c
1126libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge bdiv_q_1.asm  -fno-common -DPIC -o .libs/bdiv_q_1.o
1127libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_div_qr.c -o mu_div_qr.o >/dev/null 2>&1
1128m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bdiv_q_1 -DPIC bdiv_q_1.asm >tmp-bdiv_q_1.s
1129libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_div_q.c -o mu_div_q.o >/dev/null 2>&1
1130libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_bdiv_q.c  -fno-common -DPIC -o .libs/sbpi1_bdiv_q.o
1131libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_bdiv_qr.c  -fno-common -DPIC -o .libs/sbpi1_bdiv_qr.o
1132 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-bdiv_q_1.s -fno-common -DPIC -o .libs/bdiv_q_1.o
1133libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_divappr_q.c -o mu_divappr_q.o >/dev/null 2>&1
1134libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge bdiv_q_1.asm -o bdiv_q_1.o >/dev/null 2>&1
1135libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_bdiv_q.c  -fno-common -DPIC -o .libs/dcpi1_bdiv_q.o
1136libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_bdiv_qr.c  -fno-common -DPIC -o .libs/dcpi1_bdiv_qr.o
1137libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o >/dev/null 2>&1
1138libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o >/dev/null 2>&1
1139/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mu_bdiv_q.lo mu_bdiv_q.c
1140libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o >/dev/null 2>&1
1141/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mu_bdiv_qr.lo mu_bdiv_qr.c
1142libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o >/dev/null 2>&1
1143/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o bdiv_q.lo bdiv_q.c
1144/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o bdiv_qr.lo bdiv_qr.c
1145/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo broot | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o broot.lo broot.c
1146/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo brootinv | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o brootinv.lo brootinv.c
1147/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrt | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o bsqrt.lo bsqrt.c
1148/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrtinv | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o bsqrtinv.lo bsqrtinv.c
1149libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_bdiv_q.c  -fno-common -DPIC -o .libs/mu_bdiv_q.o
1150libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_bdiv_qr.c  -fno-common -DPIC -o .libs/mu_bdiv_qr.o
1151libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bdiv_q.c  -fno-common -DPIC -o .libs/bdiv_q.o
1152libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bdiv_qr.c  -fno-common -DPIC -o .libs/bdiv_qr.o
1153libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c broot.c  -fno-common -DPIC -o .libs/broot.o
1154libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bdiv_q.c -o bdiv_q.o >/dev/null 2>&1
1155libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bdiv_qr.c -o bdiv_qr.o >/dev/null 2>&1
1156libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_bdiv_qr.c -o mu_bdiv_qr.o >/dev/null 2>&1
1157libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c broot.c -o broot.o >/dev/null 2>&1
1158libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mu_bdiv_q.c -o mu_bdiv_q.o >/dev/null 2>&1
1159libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c brootinv.c  -fno-common -DPIC -o .libs/brootinv.o
1160libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bsqrt.c  -fno-common -DPIC -o .libs/bsqrt.o
1161libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bsqrtinv.c  -fno-common -DPIC -o .libs/bsqrtinv.o
1162/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o divexact.lo divexact.c
1163/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'bdiv_dbm1c.asm' || echo './'`bdiv_dbm1c.asm
1164libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c brootinv.c -o brootinv.o >/dev/null 2>&1
1165libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bsqrt.c -o bsqrt.o >/dev/null 2>&1
1166libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bsqrtinv.c -o bsqrtinv.o >/dev/null 2>&1
1167/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'redc_1.asm' || echo './'`redc_1.asm
1168/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o redc_2.lo redc_2.c
1169/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o redc_n.lo redc_n.c
1170/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o powm.lo powm.c
1171/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o powlo.lo powlo.c
1172/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_powm | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_powm.lo sec_powm.c
1173libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge bdiv_dbm1c.asm  -fno-common -DPIC -o .libs/bdiv_dbm1c.o
1174libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divexact.c  -fno-common -DPIC -o .libs/divexact.o
1175m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bdiv_dbm1c -DPIC bdiv_dbm1c.asm >tmp-bdiv_dbm1c.s
1176libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge redc_1.asm  -fno-common -DPIC -o .libs/redc_1.o
1177libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c redc_2.c  -fno-common -DPIC -o .libs/redc_2.o
1178libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c redc_n.c  -fno-common -DPIC -o .libs/redc_n.o
1179m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_redc_1 -DPIC redc_1.asm >tmp-redc_1.s
1180 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-bdiv_dbm1c.s -fno-common -DPIC -o .libs/bdiv_dbm1c.o
1181libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divexact.c -o divexact.o >/dev/null 2>&1
1182libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powm.c  -fno-common -DPIC -o .libs/powm.o
1183libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge bdiv_dbm1c.asm -o bdiv_dbm1c.o >/dev/null 2>&1
1184libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powlo.c  -fno-common -DPIC -o .libs/powlo.o
1185libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c redc_2.c -o redc_2.o >/dev/null 2>&1
1186 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-redc_1.s -fno-common -DPIC -o .libs/redc_1.o
1187libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_powm -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_powm.c  -fno-common -DPIC -o .libs/sec_powm.o
1188libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c redc_n.c -o redc_n.o >/dev/null 2>&1
1189libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge redc_1.asm -o redc_1.o >/dev/null 2>&1
1190/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_mul | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_mul.lo sec_mul.c
1191/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_sqr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_sqr.lo sec_sqr.c
1192libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powlo.c -o powlo.o >/dev/null 2>&1
1193/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_div_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_div_qr.lo sec_div_qr.c
1194/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_div_r | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_div_r.lo sec_div_r.c
1195libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_powm -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_powm.c -o sec_powm.o >/dev/null 2>&1
1196/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_pi1_div_qr | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_pi1_div_qr.lo sec_pi1_div_qr.c
1197/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_pi1_div_r | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_pi1_div_r.lo sec_pi1_div_r.c
1198libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powm.c -o powm.o >/dev/null 2>&1
1199libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_mul.c  -fno-common -DPIC -o .libs/sec_mul.o
1200libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_sqr.c  -fno-common -DPIC -o .libs/sec_sqr.o
1201/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_add_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_add_1.lo sec_add_1.c
1202libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_div_qr.c  -fno-common -DPIC -o .libs/sec_div_qr.o
1203libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_r -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_div_r.c  -fno-common -DPIC -o .libs/sec_div_r.o
1204libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sqr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_sqr.c -o sec_sqr.o >/dev/null 2>&1
1205libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_mul -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_mul.c -o sec_mul.o >/dev/null 2>&1
1206libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_div_qr.c -o sec_div_qr.o >/dev/null 2>&1
1207libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_r -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_div_r.c -o sec_div_r.o >/dev/null 2>&1
1208libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_pi1_div_qr.c  -fno-common -DPIC -o .libs/sec_pi1_div_qr.o
1209libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_r -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_pi1_div_r.c  -fno-common -DPIC -o .libs/sec_pi1_div_r.o
1210/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_sub_1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_sub_1.lo sec_sub_1.c
1211/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_invert | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sec_invert.lo sec_invert.c
1212libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_add_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_add_1.c  -fno-common -DPIC -o .libs/sec_add_1.o
1213/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo trialdiv | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o trialdiv.lo trialdiv.c
1214/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo remove | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o remove.lo remove.c
1215libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_qr -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_pi1_div_qr.c -o sec_pi1_div_qr.o >/dev/null 2>&1
1216libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_r -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_pi1_div_r.c -o sec_pi1_div_r.o >/dev/null 2>&1
1217/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'and_n.asm' || echo './'`and_n.asm
1218libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_add_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_add_1.c -o sec_add_1.o >/dev/null 2>&1
1219/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'andn_n.asm' || echo './'`andn_n.asm
1220/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'nand_n.asm' || echo './'`nand_n.asm
1221/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'ior_n.asm' || echo './'`ior_n.asm
1222libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sub_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_sub_1.c  -fno-common -DPIC -o .libs/sec_sub_1.o
1223libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_invert -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_invert.c  -fno-common -DPIC -o .libs/sec_invert.o
1224libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c remove.c  -fno-common -DPIC -o .libs/remove.o
1225libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c trialdiv.c  -fno-common -DPIC -o .libs/trialdiv.o
1226libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sub_1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_sub_1.c -o sec_sub_1.o >/dev/null 2>&1
1227libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge and_n.asm  -fno-common -DPIC -o .libs/and_n.o
1228libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_invert -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sec_invert.c -o sec_invert.o >/dev/null 2>&1
1229libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c remove.c -o remove.o >/dev/null 2>&1
1230m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_and_n -DPIC and_n.asm >tmp-and_n.s
1231libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge ior_n.asm  -fno-common -DPIC -o .libs/ior_n.o
1232libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge andn_n.asm  -fno-common -DPIC -o .libs/andn_n.o
1233/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'iorn_n.asm' || echo './'`iorn_n.asm
1234libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge nand_n.asm  -fno-common -DPIC -o .libs/nand_n.o
1235m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_ior_n -DPIC ior_n.asm >tmp-ior_n.s
1236 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-and_n.s -fno-common -DPIC -o .libs/and_n.o
1237libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c trialdiv.c -o trialdiv.o >/dev/null 2>&1
1238m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_andn_n -DPIC andn_n.asm >tmp-andn_n.s
1239m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nand_n -DPIC nand_n.asm >tmp-nand_n.s
1240libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge and_n.asm -o and_n.o >/dev/null 2>&1
1241 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-ior_n.s -fno-common -DPIC -o .libs/ior_n.o
1242/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'nior_n.asm' || echo './'`nior_n.asm
1243 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-andn_n.s -fno-common -DPIC -o .libs/andn_n.o
1244 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-nand_n.s -fno-common -DPIC -o .libs/nand_n.o
1245/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'xor_n.asm' || echo './'`xor_n.asm
1246libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge ior_n.asm -o ior_n.o >/dev/null 2>&1
1247libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge andn_n.asm -o andn_n.o >/dev/null 2>&1
1248libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge nand_n.asm -o nand_n.o >/dev/null 2>&1
1249/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'xnor_n.asm' || echo './'`xnor_n.asm
1250libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge iorn_n.asm  -fno-common -DPIC -o .libs/iorn_n.o
1251/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'copyi.asm' || echo './'`copyi.asm
1252m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_iorn_n -DPIC iorn_n.asm >tmp-iorn_n.s
1253/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'copyd.asm' || echo './'`copyd.asm
1254/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o zero.lo zero.c
1255/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_tabselect | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sec_tabselect.asm' || echo './'`sec_tabselect.asm
1256libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge nior_n.asm  -fno-common -DPIC -o .libs/nior_n.o
1257libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge xor_n.asm  -fno-common -DPIC -o .libs/xor_n.o
1258 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-iorn_n.s -fno-common -DPIC -o .libs/iorn_n.o
1259m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nior_n -DPIC nior_n.asm >tmp-nior_n.s
1260m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_xor_n -DPIC xor_n.asm >tmp-xor_n.s
1261libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge iorn_n.asm -o iorn_n.o >/dev/null 2>&1
1262 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-xor_n.s -fno-common -DPIC -o .libs/xor_n.o
1263 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-nior_n.s -fno-common -DPIC -o .libs/nior_n.o
1264libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge xor_n.asm -o xor_n.o >/dev/null 2>&1
1265libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge xnor_n.asm  -fno-common -DPIC -o .libs/xnor_n.o
1266libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge nior_n.asm -o nior_n.o >/dev/null 2>&1
1267libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge copyi.asm  -fno-common -DPIC -o .libs/copyi.o
1268libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c zero.c  -fno-common -DPIC -o .libs/zero.o
1269m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_xnor_n -DPIC xnor_n.asm >tmp-xnor_n.s
1270libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge copyd.asm  -fno-common -DPIC -o .libs/copyd.o
1271m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyi -DPIC copyi.asm >tmp-copyi.s
1272libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sec_tabselect.asm  -fno-common -DPIC -o .libs/sec_tabselect.o
1273m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyd -DPIC copyd.asm >tmp-copyd.s
1274m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sec_tabselect -DPIC sec_tabselect.asm >tmp-sec_tabselect.s
1275/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o comb_tables.lo comb_tables.c
1276 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-xnor_n.s -fno-common -DPIC -o .libs/xnor_n.o
1277libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c zero.c -o zero.o >/dev/null 2>&1
1278 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sec_tabselect.s -fno-common -DPIC -o .libs/sec_tabselect.o
1279libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge xnor_n.asm -o xnor_n.o >/dev/null 2>&1
1280 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-copyd.s -fno-common -DPIC -o .libs/copyd.o
1281/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'invert_limb.asm' || echo './'`invert_limb.asm
1282/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_diag_addlsh1 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sqr_diag_addlsh1.asm' || echo './'`sqr_diag_addlsh1.asm
1283libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sec_tabselect.asm -o sec_tabselect.o >/dev/null 2>&1
1284 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-copyi.s -fno-common -DPIC -o .libs/copyi.o
1285libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge copyd.asm -o copyd.o >/dev/null 2>&1
1286/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'mul_2.asm' || echo './'`mul_2.asm
1287libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge copyi.asm -o copyi.o >/dev/null 2>&1
1288/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_2 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'addmul_2.asm' || echo './'`addmul_2.asm
1289libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c comb_tables.c  -fno-common -DPIC -o .libs/comb_tables.o
1290/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addlsh1_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'addlsh1_n.asm' || echo './'`addlsh1_n.asm
1291/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sublsh1_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sublsh1_n.asm' || echo './'`sublsh1_n.asm
1292libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge invert_limb.asm  -fno-common -DPIC -o .libs/invert_limb.o
1293libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diag_addlsh1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sqr_diag_addlsh1.asm  -fno-common -DPIC -o .libs/sqr_diag_addlsh1.o
1294libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c comb_tables.c -o comb_tables.o >/dev/null 2>&1
1295m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb -DPIC invert_limb.asm >tmp-invert_limb.s
1296m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_diag_addlsh1 -DPIC sqr_diag_addlsh1.asm >tmp-sqr_diag_addlsh1.s
1297libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mul_2.asm  -fno-common -DPIC -o .libs/mul_2.o
1298/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh1_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'rsblsh1_n.asm' || echo './'`rsblsh1_n.asm
1299 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-invert_limb.s -fno-common -DPIC -o .libs/invert_limb.o
1300 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diag_addlsh1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sqr_diag_addlsh1.s -fno-common -DPIC -o .libs/sqr_diag_addlsh1.o
1301m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_2 -DPIC mul_2.asm >tmp-mul_2.s
1302/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh1add_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'rsh1add_n.asm' || echo './'`rsh1add_n.asm
1303libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge invert_limb.asm -o invert_limb.o >/dev/null 2>&1
1304libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diag_addlsh1 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sqr_diag_addlsh1.asm -o sqr_diag_addlsh1.o >/dev/null 2>&1
1305libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addmul_2.asm  -fno-common -DPIC -o .libs/addmul_2.o
1306 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-mul_2.s -fno-common -DPIC -o .libs/mul_2.o
1307m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_2 -DPIC addmul_2.asm >tmp-addmul_2.s
1308libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addlsh1_n.asm  -fno-common -DPIC -o .libs/addlsh1_n.o
1309libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sublsh1_n.asm  -fno-common -DPIC -o .libs/sublsh1_n.o
1310m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sublsh1_n -DPIC sublsh1_n.asm >tmp-sublsh1_n.s
1311m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addlsh1_n -DPIC addlsh1_n.asm >tmp-addlsh1_n.s
1312libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge mul_2.asm -o mul_2.o >/dev/null 2>&1
1313 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-addmul_2.s -fno-common -DPIC -o .libs/addmul_2.o
1314 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sublsh1_n.s -fno-common -DPIC -o .libs/sublsh1_n.o
1315 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-addlsh1_n.s -fno-common -DPIC -o .libs/addlsh1_n.o
1316/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh1sub_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'rsh1sub_n.asm' || echo './'`rsh1sub_n.asm
1317libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_2 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addmul_2.asm -o addmul_2.o >/dev/null 2>&1
1318/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addlsh2_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'addlsh2_n.asm' || echo './'`addlsh2_n.asm
1319libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addlsh1_n.asm -o addlsh1_n.o >/dev/null 2>&1
1320libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sublsh1_n.asm -o sublsh1_n.o >/dev/null 2>&1
1321libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsblsh1_n.asm  -fno-common -DPIC -o .libs/rsblsh1_n.o
1322/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sublsh2_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'sublsh2_n.asm' || echo './'`sublsh2_n.asm
1323libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsh1add_n.asm  -fno-common -DPIC -o .libs/rsh1add_n.o
1324m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh1_n -DPIC rsblsh1_n.asm >tmp-rsblsh1_n.s
1325m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsh1add_n -DPIC rsh1add_n.asm >tmp-rsh1add_n.s
1326 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-rsblsh1_n.s -fno-common -DPIC -o .libs/rsblsh1_n.o
1327/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh2_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'rsblsh2_n.asm' || echo './'`rsblsh2_n.asm
1328 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-rsh1add_n.s -fno-common -DPIC -o .libs/rsh1add_n.o
1329/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addlsh_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'addlsh_n.asm' || echo './'`addlsh_n.asm
1330/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'rsblsh_n.asm' || echo './'`rsblsh_n.asm
1331libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsblsh1_n.asm -o rsblsh1_n.o >/dev/null 2>&1
1332libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsh1add_n.asm -o rsh1add_n.o >/dev/null 2>&1
1333libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsh1sub_n.asm  -fno-common -DPIC -o .libs/rsh1sub_n.o
1334libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addlsh2_n.asm  -fno-common -DPIC -o .libs/addlsh2_n.o
1335m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsh1sub_n -DPIC rsh1sub_n.asm >tmp-rsh1sub_n.s
1336m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addlsh2_n -DPIC addlsh2_n.asm >tmp-addlsh2_n.s
1337libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sublsh2_n.asm  -fno-common -DPIC -o .libs/sublsh2_n.o
1338 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-rsh1sub_n.s -fno-common -DPIC -o .libs/rsh1sub_n.o
1339m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sublsh2_n -DPIC sublsh2_n.asm >tmp-sublsh2_n.s
1340 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-addlsh2_n.s -fno-common -DPIC -o .libs/addlsh2_n.o
1341libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsh1sub_n.asm -o rsh1sub_n.o >/dev/null 2>&1
1342/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n_sub_n | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o add_n_sub_n.lo add_n_sub_n.c
1343/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addaddmul_1msb0 | sed 's/_$//'` -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  `test -f 'addaddmul_1msb0.asm' || echo './'`addaddmul_1msb0.asm
1344libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsblsh2_n.asm  -fno-common -DPIC -o .libs/rsblsh2_n.o
1345libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsblsh_n.asm  -fno-common -DPIC -o .libs/rsblsh_n.o
1346libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addlsh2_n.asm -o addlsh2_n.o >/dev/null 2>&1
1347 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-sublsh2_n.s -fno-common -DPIC -o .libs/sublsh2_n.o
1348libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addlsh_n.asm  -fno-common -DPIC -o .libs/addlsh_n.o
1349m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh2_n -DPIC rsblsh2_n.asm >tmp-rsblsh2_n.s
1350m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh_n -DPIC rsblsh_n.asm >tmp-rsblsh_n.s
1351m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addlsh_n -DPIC addlsh_n.asm >tmp-addlsh_n.s
1352libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge sublsh2_n.asm -o sublsh2_n.o >/dev/null 2>&1
1353 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-rsblsh2_n.s -fno-common -DPIC -o .libs/rsblsh2_n.o
1354 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-rsblsh_n.s -fno-common -DPIC -o .libs/rsblsh_n.o
1355 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-addlsh_n.s -fno-common -DPIC -o .libs/addlsh_n.o
1356libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsblsh2_n.asm -o rsblsh2_n.o >/dev/null 2>&1
1357libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addlsh_n.asm -o addlsh_n.o >/dev/null 2>&1
1358libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge rsblsh_n.asm -o rsblsh_n.o >/dev/null 2>&1
1359libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add_n_sub_n.c  -fno-common -DPIC -o .libs/add_n_sub_n.o
1360libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addaddmul_1msb0.asm  -fno-common -DPIC -o .libs/addaddmul_1msb0.o
1361m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addaddmul_1msb0 -DPIC addaddmul_1msb0.asm >tmp-addaddmul_1msb0.s
1362libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add_n_sub_n.c -o add_n_sub_n.o >/dev/null 2>&1
1363 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge tmp-addaddmul_1msb0.s -fno-common -DPIC -o .libs/addaddmul_1msb0.o
1364libtool: compile:  ../mpn/m4-ccas --m4=m4 /usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge addaddmul_1msb0.asm -o addaddmul_1msb0.o >/dev/null 2>&1
1365/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  -L/opt/local/lib -Wl,-headerpad_max_install_names -o libmpn.la  fib_table.lo mp_bases.lo invert_limb_table.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo cnd_add_n.lo cnd_sub_n.lo cnd_swap.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo mulmid_basecase.lo toom42_mulmid.lo mulmid_n.lo mulmid.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo sizeinbase.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo zero_p.lo perfsqr.lo perfpow.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_subdiv_step.lo gcdext_lehmer.lo div_q.lo tdiv_qr.lo jacbase.lo jacobi_2.lo jacobi.lo get_d.lo matrix22_mul.lo matrix22_mul1_inverse_vector.lo hgcd_matrix.lo hgcd2.lo hgcd_step.lo hgcd_reduce.lo hgcd.lo hgcd_appr.lo hgcd2_jacobi.lo hgcd_jacobi.lo mullo_n.lo mullo_basecase.lo sqrlo.lo sqrlo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom54_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo div_qr_1.lo div_qr_1n_pi1.lo div_qr_2.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo broot.lo brootinv.lo bsqrt.lo bsqrtinv.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo sec_powm.lo sec_mul.lo sec_sqr.lo sec_div_qr.lo sec_div_r.lo sec_pi1_div_qr.lo sec_pi1_div_r.lo sec_add_1.lo sec_sub_1.lo sec_invert.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo sec_tabselect.lo comb_tables.lo invert_limb.lo sqr_diag_addlsh1.lo mul_2.lo addmul_2.lo addlsh1_n.lo sublsh1_n.lo rsblsh1_n.lo rsh1add_n.lo rsh1sub_n.lo addlsh2_n.lo sublsh2_n.lo rsblsh2_n.lo addlsh_n.lo rsblsh_n.lo add_n_sub_n.lo addaddmul_1msb0.lo
1366libtool: link: ar cq .libs/libmpn.a .libs/fib_table.o .libs/mp_bases.o .libs/invert_limb_table.o .libs/add.o .libs/add_1.o .libs/add_n.o .libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/cnd_add_n.o .libs/cnd_sub_n.o .libs/cnd_swap.o .libs/neg.o .libs/com.o .libs/mul_1.o .libs/addmul_1.o .libs/submul_1.o .libs/add_err1_n.o .libs/add_err2_n.o .libs/add_err3_n.o .libs/sub_err1_n.o .libs/sub_err2_n.o .libs/sub_err3_n.o .libs/lshift.o .libs/rshift.o .libs/dive_1.o .libs/diveby3.o .libs/divis.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o .libs/fib2_ui.o .libs/mod_1.o .libs/mod_34lsub1.o .libs/mode1o.o .libs/pre_mod_1.o .libs/dump.o .libs/mod_1_1.o .libs/mod_1_2.o .libs/mod_1_3.o .libs/mod_1_4.o .libs/lshiftc.o .libs/mul.o .libs/mul_fft.o .libs/mul_n.o .libs/sqr.o .libs/mul_basecase.o .libs/sqr_basecase.o .libs/nussbaumer_mul.o .libs/mulmid_basecase.o .libs/toom42_mulmid.o .libs/mulmid_n.o .libs/mulmid.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/rootrem.o .libs/sqrtrem.o .libs/sizeinbase.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/zero_p.o .libs/perfsqr.o .libs/perfpow.o .libs/gcd_1.o .libs/gcd.o .libs/gcdext_1.o .libs/gcdext.o .libs/gcd_subdiv_step.o .libs/gcdext_lehmer.o .libs/div_q.o .libs/tdiv_qr.o .libs/jacbase.o .libs/jacobi_2.o .libs/jacobi.o .libs/get_d.o .libs/matrix22_mul.o .libs/matrix22_mul1_inverse_vector.o .libs/hgcd_matrix.o .libs/hgcd2.o .libs/hgcd_step.o .libs/hgcd_reduce.o .libs/hgcd.o .libs/hgcd_appr.o .libs/hgcd2_jacobi.o .libs/hgcd_jacobi.o .libs/mullo_n.o .libs/mullo_basecase.o .libs/sqrlo.o .libs/sqrlo_basecase.o .libs/toom22_mul.o .libs/toom32_mul.o .libs/toom42_mul.o .libs/toom52_mul.o .libs/toom62_mul.o .libs/toom33_mul.o .libs/toom43_mul.o .libs/toom53_mul.o .libs/toom54_mul.o .libs/toom63_mul.o .libs/toom44_mul.o .libs/toom6h_mul.o .libs/toom6_sqr.o .libs/toom8h_mul.o .libs/toom8_sqr.o .libs/toom_couple_handling.o .libs/toom2_sqr.o .libs/toom3_sqr.o .libs/toom4_sqr.o .libs/toom_eval_dgr3_pm1.o .libs/toom_eval_dgr3_pm2.o .libs/toom_eval_pm1.o .libs/toom_eval_pm2.o .libs/toom_eval_pm2exp.o .libs/toom_eval_pm2rexp.o .libs/toom_interpolate_5pts.o .libs/toom_interpolate_6pts.o .libs/toom_interpolate_7pts.o .libs/toom_interpolate_8pts.o .libs/toom_interpolate_12pts.o .libs/toom_interpolate_16pts.o .libs/invertappr.o .libs/invert.o .libs/binvert.o .libs/mulmod_bnm1.o .libs/sqrmod_bnm1.o .libs/div_qr_1.o .libs/div_qr_1n_pi1.o .libs/div_qr_2.o .libs/div_qr_2n_pi1.o .libs/div_qr_2u_pi1.o .libs/sbpi1_div_q.o .libs/sbpi1_div_qr.o .libs/sbpi1_divappr_q.o .libs/dcpi1_div_q.o .libs/dcpi1_div_qr.o .libs/dcpi1_divappr_q.o .libs/mu_div_qr.o .libs/mu_divappr_q.o .libs/mu_div_q.o .libs/bdiv_q_1.o .libs/sbpi1_bdiv_q.o .libs/sbpi1_bdiv_qr.o .libs/dcpi1_bdiv_q.o .libs/dcpi1_bdiv_qr.o .libs/mu_bdiv_q.o .libs/mu_bdiv_qr.o .libs/bdiv_q.o .libs/bdiv_qr.o .libs/broot.o .libs/brootinv.o .libs/bsqrt.o .libs/bsqrtinv.o .libs/divexact.o .libs/bdiv_dbm1c.o .libs/redc_1.o .libs/redc_2.o .libs/redc_n.o .libs/powm.o .libs/powlo.o .libs/sec_powm.o .libs/sec_mul.o .libs/sec_sqr.o .libs/sec_div_qr.o .libs/sec_div_r.o .libs/sec_pi1_div_qr.o .libs/sec_pi1_div_r.o .libs/sec_add_1.o .libs/sec_sub_1.o .libs/sec_invert.o .libs/trialdiv.o .libs/remove.o .libs/and_n.o .libs/andn_n.o .libs/nand_n.o .libs/ior_n.o .libs/iorn_n.o .libs/nior_n.o .libs/xor_n.o .libs/xnor_n.o .libs/copyi.o .libs/copyd.o .libs/zero.o .libs/sec_tabselect.o .libs/comb_tables.o .libs/invert_limb.o .libs/sqr_diag_addlsh1.o .libs/mul_2.o .libs/addmul_2.o .libs/addlsh1_n.o .libs/sublsh1_n.o .libs/rsblsh1_n.o .libs/rsh1add_n.o .libs/rsh1sub_n.o .libs/addlsh2_n.o .libs/sublsh2_n.o .libs/rsblsh2_n.o .libs/addlsh_n.o .libs/rsblsh_n.o .libs/add_n_sub_n.o .libs/addaddmul_1msb0.o
1367libtool: link: ranlib .libs/libmpn.a
1368libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" )
1369make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/mpn'
1370Making all in mpz
1371make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/mpz'
1372/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o 2fac_ui.lo 2fac_ui.c
1373/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o add.lo add.c
1374/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o add_ui.lo add_ui.c
1375/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o abs.lo abs.c
1376/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o aorsmul.lo aorsmul.c
1377/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o aorsmul_i.lo aorsmul_i.c
1378/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o and.lo and.c
1379/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o array_init.lo array_init.c
1380libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c 2fac_ui.c  -fno-common -DPIC -o .libs/2fac_ui.o
1381libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c abs.c  -fno-common -DPIC -o .libs/abs.o
1382libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add.c  -fno-common -DPIC -o .libs/add.o
1383libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add_ui.c  -fno-common -DPIC -o .libs/add_ui.o
1384libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c aorsmul_i.c  -fno-common -DPIC -o .libs/aorsmul_i.o
1385libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c aorsmul.c  -fno-common -DPIC -o .libs/aorsmul.o
1386libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c and.c  -fno-common -DPIC -o .libs/and.o
1387libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c array_init.c  -fno-common -DPIC -o .libs/array_init.o
1388libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c abs.c -o abs.o >/dev/null 2>&1
1389libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c 2fac_ui.c -o 2fac_ui.o >/dev/null 2>&1
1390libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c aorsmul_i.c -o aorsmul_i.o >/dev/null 2>&1
1391libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add.c -o add.o >/dev/null 2>&1
1392libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add_ui.c -o add_ui.o >/dev/null 2>&1
1393libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c array_init.c -o array_init.o >/dev/null 2>&1
1394libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c aorsmul.c -o aorsmul.o >/dev/null 2>&1
1395/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o bin_ui.lo bin_ui.c
1396/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o bin_uiui.lo bin_uiui.c
1397/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cdiv_q.lo cdiv_q.c
1398libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c and.c -o and.o >/dev/null 2>&1
1399/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cdiv_q_ui.lo cdiv_q_ui.c
1400/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cdiv_qr.lo cdiv_qr.c
1401/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cdiv_qr_ui.lo cdiv_qr_ui.c
1402/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cdiv_r.lo cdiv_r.c
1403libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bin_ui.c  -fno-common -DPIC -o .libs/bin_ui.o
1404libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bin_uiui.c  -fno-common -DPIC -o .libs/bin_uiui.o
1405libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_q.c  -fno-common -DPIC -o .libs/cdiv_q.o
1406libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_q_ui.c  -fno-common -DPIC -o .libs/cdiv_q_ui.o
1407libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_qr_ui.c  -fno-common -DPIC -o .libs/cdiv_qr_ui.o
1408libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_qr.c  -fno-common -DPIC -o .libs/cdiv_qr.o
1409libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bin_ui.c -o bin_ui.o >/dev/null 2>&1
1410libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_q.c -o cdiv_q.o >/dev/null 2>&1
1411/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cdiv_r_ui.lo cdiv_r_ui.c
1412libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_r.c  -fno-common -DPIC -o .libs/cdiv_r.o
1413libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_q_ui.c -o cdiv_q_ui.o >/dev/null 2>&1
1414libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_qr_ui.c -o cdiv_qr_ui.o >/dev/null 2>&1
1415libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_qr.c -o cdiv_qr.o >/dev/null 2>&1
1416/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cdiv_ui.lo cdiv_ui.c
1417/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c
1418libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_r.c -o cdiv_r.o >/dev/null 2>&1
1419/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c
1420/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o clear.lo clear.c
1421/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o clears.lo clears.c
1422libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_r_ui.c  -fno-common -DPIC -o .libs/cdiv_r_ui.o
1423libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c bin_uiui.c -o bin_uiui.o >/dev/null 2>&1
1424/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o clrbit.lo clrbit.c
1425libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_ui.c  -fno-common -DPIC -o .libs/cdiv_ui.o
1426libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cfdiv_q_2exp.c  -fno-common -DPIC -o .libs/cfdiv_q_2exp.o
1427libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_r_ui.c -o cdiv_r_ui.o >/dev/null 2>&1
1428libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clear.c  -fno-common -DPIC -o .libs/clear.o
1429libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cfdiv_r_2exp.c  -fno-common -DPIC -o .libs/cfdiv_r_2exp.o
1430libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clears.c  -fno-common -DPIC -o .libs/clears.o
1431libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cdiv_ui.c -o cdiv_ui.o >/dev/null 2>&1
1432libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cfdiv_q_2exp.c -o cfdiv_q_2exp.o >/dev/null 2>&1
1433/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp.lo cmp.c
1434libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clear.c -o clear.o >/dev/null 2>&1
1435libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clrbit.c  -fno-common -DPIC -o .libs/clrbit.o
1436libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clears.c -o clears.o >/dev/null 2>&1
1437libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cfdiv_r_2exp.c -o cfdiv_r_2exp.o >/dev/null 2>&1
1438/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_d.lo cmp_d.c
1439/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_si.lo cmp_si.c
1440libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clrbit.c -o clrbit.o >/dev/null 2>&1
1441/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_ui.lo cmp_ui.c
1442/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmpabs.lo cmpabs.c
1443/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmpabs_d.lo cmpabs_d.c
1444libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp.c  -fno-common -DPIC -o .libs/cmp.o
1445/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmpabs_ui.lo cmpabs_ui.c
1446/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o com.lo com.c
1447libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp.c -o cmp.o >/dev/null 2>&1
1448libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_d.c  -fno-common -DPIC -o .libs/cmp_d.o
1449libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_si.c  -fno-common -DPIC -o .libs/cmp_si.o
1450libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmpabs.c  -fno-common -DPIC -o .libs/cmpabs.o
1451libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_ui.c  -fno-common -DPIC -o .libs/cmp_ui.o
1452libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmpabs_d.c  -fno-common -DPIC -o .libs/cmpabs_d.o
1453libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmpabs_ui.c  -fno-common -DPIC -o .libs/cmpabs_ui.o
1454/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o combit.lo combit.c
1455libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_si.c -o cmp_si.o >/dev/null 2>&1
1456libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_d.c -o cmp_d.o >/dev/null 2>&1
1457libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1
1458libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmpabs.c -o cmpabs.o >/dev/null 2>&1
1459libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmpabs_ui.c -o cmpabs_ui.o >/dev/null 2>&1
1460libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c com.c  -fno-common -DPIC -o .libs/com.o
1461libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmpabs_d.c -o cmpabs_d.o >/dev/null 2>&1
1462/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cong.lo cong.c
1463/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cong_2exp.lo cong_2exp.c
1464/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cong_ui.lo cong_ui.c
1465/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o divexact.lo divexact.c
1466/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o divegcd.lo divegcd.c
1467libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c combit.c  -fno-common -DPIC -o .libs/combit.o
1468/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dive_ui.lo dive_ui.c
1469libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c com.c -o com.o >/dev/null 2>&1
1470libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cong.c  -fno-common -DPIC -o .libs/cong.o
1471libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cong_2exp.c  -fno-common -DPIC -o .libs/cong_2exp.o
1472libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cong_ui.c  -fno-common -DPIC -o .libs/cong_ui.o
1473libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c combit.c -o combit.o >/dev/null 2>&1
1474libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divexact.c  -fno-common -DPIC -o .libs/divexact.o
1475libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divegcd.c  -fno-common -DPIC -o .libs/divegcd.o
1476libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cong_ui.c -o cong_ui.o >/dev/null 2>&1
1477libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dive_ui.c  -fno-common -DPIC -o .libs/dive_ui.o
1478/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o divis.lo divis.c
1479libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cong_2exp.c -o cong_2exp.o >/dev/null 2>&1
1480/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o divis_ui.lo divis_ui.c
1481libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divexact.c -o divexact.o >/dev/null 2>&1
1482libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cong.c -o cong.o >/dev/null 2>&1
1483libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dive_ui.c -o dive_ui.o >/dev/null 2>&1
1484libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divegcd.c -o divegcd.o >/dev/null 2>&1
1485/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o divis_2exp.lo divis_2exp.c
1486/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dump.lo dump.c
1487/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o export.lo export.c
1488/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fac_ui.lo fac_ui.c
1489/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fdiv_q.lo fdiv_q.c
1490libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divis.c  -fno-common -DPIC -o .libs/divis.o
1491libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divis_ui.c  -fno-common -DPIC -o .libs/divis_ui.o
1492/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fdiv_q_ui.lo fdiv_q_ui.c
1493libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divis.c -o divis.o >/dev/null 2>&1
1494libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dump.c  -fno-common -DPIC -o .libs/dump.o
1495libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divis_2exp.c  -fno-common -DPIC -o .libs/divis_2exp.o
1496libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divis_ui.c -o divis_ui.o >/dev/null 2>&1
1497libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c export.c  -fno-common -DPIC -o .libs/export.o
1498libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fac_ui.c  -fno-common -DPIC -o .libs/fac_ui.o
1499libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_q.c  -fno-common -DPIC -o .libs/fdiv_q.o
1500/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fdiv_qr.lo fdiv_qr.c
1501libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dump.c -o dump.o >/dev/null 2>&1
1502libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c divis_2exp.c -o divis_2exp.o >/dev/null 2>&1
1503/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fdiv_qr_ui.lo fdiv_qr_ui.c
1504libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fac_ui.c -o fac_ui.o >/dev/null 2>&1
1505libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_q.c -o fdiv_q.o >/dev/null 2>&1
1506libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_q_ui.c  -fno-common -DPIC -o .libs/fdiv_q_ui.o
1507/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fdiv_r.lo fdiv_r.c
1508/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fdiv_r_ui.lo fdiv_r_ui.c
1509libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c export.c -o export.o >/dev/null 2>&1
1510/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fdiv_ui.lo fdiv_ui.c
1511/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fib_ui.lo fib_ui.c
1512libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_q_ui.c -o fdiv_q_ui.o >/dev/null 2>&1
1513libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_qr.c  -fno-common -DPIC -o .libs/fdiv_qr.o
1514libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_qr_ui.c  -fno-common -DPIC -o .libs/fdiv_qr_ui.o
1515libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_r.c  -fno-common -DPIC -o .libs/fdiv_r.o
1516libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_qr.c -o fdiv_qr.o >/dev/null 2>&1
1517libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_r_ui.c  -fno-common -DPIC -o .libs/fdiv_r_ui.o
1518/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fib2_ui.lo fib2_ui.c
1519/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_sint.lo fits_sint.c
1520libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_qr_ui.c -o fdiv_qr_ui.o >/dev/null 2>&1
1521libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_ui.c  -fno-common -DPIC -o .libs/fdiv_ui.o
1522libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_r.c -o fdiv_r.o >/dev/null 2>&1
1523libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_r_ui.c -o fdiv_r_ui.o >/dev/null 2>&1
1524/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_slong.lo fits_slong.c
1525libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fib_ui.c  -fno-common -DPIC -o .libs/fib_ui.o
1526/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_sshort.lo fits_sshort.c
1527libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fdiv_ui.c -o fdiv_ui.o >/dev/null 2>&1
1528/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_uint.lo fits_uint.c
1529/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_ulong.lo fits_ulong.c
1530libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_sint.c  -fno-common -DPIC -o .libs/fits_sint.o
1531libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fib2_ui.c  -fno-common -DPIC -o .libs/fib2_ui.o
1532libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fib_ui.c -o fib_ui.o >/dev/null 2>&1
1533/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_ushort.lo fits_ushort.c
1534libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_sint.c -o fits_sint.o >/dev/null 2>&1
1535libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1
1536libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_slong.c  -fno-common -DPIC -o .libs/fits_slong.o
1537/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o gcd.lo gcd.c
1538libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_sshort.c  -fno-common -DPIC -o .libs/fits_sshort.o
1539libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_uint.c  -fno-common -DPIC -o .libs/fits_uint.o
1540libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_ulong.c  -fno-common -DPIC -o .libs/fits_ulong.o
1541/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o gcd_ui.lo gcd_ui.c
1542/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o gcdext.lo gcdext.c
1543libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_slong.c -o fits_slong.o >/dev/null 2>&1
1544libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1
1545libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_uint.c -o fits_uint.o >/dev/null 2>&1
1546libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1
1547libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_ushort.c  -fno-common -DPIC -o .libs/fits_ushort.o
1548/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_d.lo get_d.c
1549/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_d_2exp.lo get_d_2exp.c
1550libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcd.c  -fno-common -DPIC -o .libs/gcd.o
1551/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_si.lo get_si.c
1552/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_str.lo get_str.c
1553libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1
1554libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcd_ui.c  -fno-common -DPIC -o .libs/gcd_ui.o
1555libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcdext.c  -fno-common -DPIC -o .libs/gcdext.o
1556/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_ui.lo get_ui.c
1557libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcd.c -o gcd.o >/dev/null 2>&1
1558libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcd_ui.c -o gcd_ui.o >/dev/null 2>&1
1559libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c gcdext.c -o gcdext.o >/dev/null 2>&1
1560libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d_2exp.c  -fno-common -DPIC -o .libs/get_d_2exp.o
1561libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_si.c  -fno-common -DPIC -o .libs/get_si.o
1562libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d.c  -fno-common -DPIC -o .libs/get_d.o
1563libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_str.c  -fno-common -DPIC -o .libs/get_str.o
1564libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d.c -o get_d.o >/dev/null 2>&1
1565libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d_2exp.c -o get_d_2exp.o >/dev/null 2>&1
1566libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_si.c -o get_si.o >/dev/null 2>&1
1567/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o getlimbn.lo getlimbn.c
1568/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o hamdist.lo hamdist.c
1569libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_str.c -o get_str.o >/dev/null 2>&1
1570/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o import.lo import.c
1571libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_ui.c  -fno-common -DPIC -o .libs/get_ui.o
1572/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o init.lo init.c
1573/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o init2.lo init2.c
1574/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o inits.lo inits.c
1575libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_ui.c -o get_ui.o >/dev/null 2>&1
1576/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o inp_raw.lo inp_raw.c
1577libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c getlimbn.c  -fno-common -DPIC -o .libs/getlimbn.o
1578libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hamdist.c  -fno-common -DPIC -o .libs/hamdist.o
1579libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c import.c  -fno-common -DPIC -o .libs/import.o
1580/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o inp_str.lo inp_str.c
1581libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c getlimbn.c -o getlimbn.o >/dev/null 2>&1
1582libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init.c  -fno-common -DPIC -o .libs/init.o
1583libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init2.c  -fno-common -DPIC -o .libs/init2.o
1584libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inits.c  -fno-common -DPIC -o .libs/inits.o
1585libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c hamdist.c -o hamdist.o >/dev/null 2>&1
1586libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c import.c -o import.o >/dev/null 2>&1
1587libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init.c -o init.o >/dev/null 2>&1
1588/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o invert.lo invert.c
1589libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inp_raw.c  -fno-common -DPIC -o .libs/inp_raw.o
1590libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init2.c -o init2.o >/dev/null 2>&1
1591libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inits.c -o inits.o >/dev/null 2>&1
1592/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ior.lo ior.c
1593libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inp_str.c  -fno-common -DPIC -o .libs/inp_str.o
1594/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset.lo iset.c
1595libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inp_raw.c -o inp_raw.o >/dev/null 2>&1
1596/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset_d.lo iset_d.c
1597/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset_si.lo iset_si.c
1598/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset_str.lo iset_str.c
1599libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inp_str.c -o inp_str.o >/dev/null 2>&1
1600libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c invert.c  -fno-common -DPIC -o .libs/invert.o
1601/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset_ui.lo iset_ui.c
1602libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ior.c  -fno-common -DPIC -o .libs/ior.o
1603libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset.c  -fno-common -DPIC -o .libs/iset.o
1604libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c invert.c -o invert.o >/dev/null 2>&1
1605libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_d.c  -fno-common -DPIC -o .libs/iset_d.o
1606libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_si.c  -fno-common -DPIC -o .libs/iset_si.o
1607libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_str.c  -fno-common -DPIC -o .libs/iset_str.o
1608libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset.c -o iset.o >/dev/null 2>&1
1609/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o jacobi.lo jacobi.c
1610libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_d.c -o iset_d.o >/dev/null 2>&1
1611libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_str.c -o iset_str.o >/dev/null 2>&1
1612libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_si.c -o iset_si.o >/dev/null 2>&1
1613/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o kronsz.lo kronsz.c
1614libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_ui.c  -fno-common -DPIC -o .libs/iset_ui.o
1615/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o kronuz.lo kronuz.c
1616/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o kronzs.lo kronzs.c
1617/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o kronzu.lo kronzu.c
1618/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o lcm.lo lcm.c
1619libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_ui.c -o iset_ui.o >/dev/null 2>&1
1620libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c jacobi.c  -fno-common -DPIC -o .libs/jacobi.o
1621libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ior.c -o ior.o >/dev/null 2>&1
1622libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c kronsz.c  -fno-common -DPIC -o .libs/kronsz.o
1623/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o lcm_ui.lo lcm_ui.c
1624libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c kronuz.c  -fno-common -DPIC -o .libs/kronuz.o
1625libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c kronzu.c  -fno-common -DPIC -o .libs/kronzu.o
1626libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c kronzs.c  -fno-common -DPIC -o .libs/kronzs.o
1627libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c jacobi.c -o jacobi.o >/dev/null 2>&1
1628libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c lcm.c  -fno-common -DPIC -o .libs/lcm.o
1629libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c kronsz.c -o kronsz.o >/dev/null 2>&1
1630libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c kronuz.c -o kronuz.o >/dev/null 2>&1
1631libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c kronzs.c -o kronzs.o >/dev/null 2>&1
1632libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c kronzu.c -o kronzu.o >/dev/null 2>&1
1633libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c lcm.c -o lcm.o >/dev/null 2>&1
1634libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c lcm_ui.c  -fno-common -DPIC -o .libs/lcm_ui.o
1635/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o limbs_read.lo limbs_read.c
1636/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o limbs_write.lo limbs_write.c
1637/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o limbs_modify.lo limbs_modify.c
1638/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o limbs_finish.lo limbs_finish.c
1639/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o lucnum_ui.lo lucnum_ui.c
1640/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o lucnum2_ui.lo lucnum2_ui.c
1641/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mfac_uiui.lo mfac_uiui.c
1642libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c lcm_ui.c -o lcm_ui.o >/dev/null 2>&1
1643/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o millerrabin.lo millerrabin.c
1644libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limbs_modify.c  -fno-common -DPIC -o .libs/limbs_modify.o
1645libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limbs_write.c  -fno-common -DPIC -o .libs/limbs_write.o
1646libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limbs_read.c  -fno-common -DPIC -o .libs/limbs_read.o
1647libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c lucnum2_ui.c  -fno-common -DPIC -o .libs/lucnum2_ui.o
1648libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c lucnum_ui.c  -fno-common -DPIC -o .libs/lucnum_ui.o
1649libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limbs_finish.c  -fno-common -DPIC -o .libs/limbs_finish.o
1650libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mfac_uiui.c  -fno-common -DPIC -o .libs/mfac_uiui.o
1651libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limbs_write.c -o limbs_write.o >/dev/null 2>&1
1652libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limbs_modify.c -o limbs_modify.o >/dev/null 2>&1
1653libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limbs_read.c -o limbs_read.o >/dev/null 2>&1
1654libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limbs_finish.c -o limbs_finish.o >/dev/null 2>&1
1655libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c lucnum2_ui.c -o lucnum2_ui.o >/dev/null 2>&1
1656libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mfac_uiui.c -o mfac_uiui.o >/dev/null 2>&1
1657libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c lucnum_ui.c -o lucnum_ui.o >/dev/null 2>&1
1658libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c millerrabin.c  -fno-common -DPIC -o .libs/millerrabin.o
1659/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mod.lo mod.c
1660/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul.lo mul.c
1661/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul_2exp.lo mul_2exp.c
1662/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul_si.lo mul_si.c
1663/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul_ui.lo mul_ui.c
1664/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o n_pow_ui.lo n_pow_ui.c
1665/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o neg.lo neg.c
1666libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c millerrabin.c -o millerrabin.o >/dev/null 2>&1
1667libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mod.c  -fno-common -DPIC -o .libs/mod.o
1668libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_2exp.c  -fno-common -DPIC -o .libs/mul_2exp.o
1669libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul.c  -fno-common -DPIC -o .libs/mul.o
1670libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_si.c  -fno-common -DPIC -o .libs/mul_si.o
1671libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_ui.c  -fno-common -DPIC -o .libs/mul_ui.o
1672/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o nextprime.lo nextprime.c
1673libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c n_pow_ui.c  -fno-common -DPIC -o .libs/n_pow_ui.o
1674libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mod.c -o mod.o >/dev/null 2>&1
1675libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c neg.c  -fno-common -DPIC -o .libs/neg.o
1676libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1
1677libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_si.c -o mul_si.o >/dev/null 2>&1
1678libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul.c -o mul.o >/dev/null 2>&1
1679In file included from mul_ui.c:34:
1680./mul_i.h:106:49: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
1681  SIZ(prod) = ((sign_product < 0) ^ (small_mult < 0)) ? -size : size;
1682                                     ~~~~~~~~~~ ^ ~
16831 warning generated.
1684libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_ui.c -o mul_ui.o >/dev/null 2>&1
1685libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c neg.c -o neg.o >/dev/null 2>&1
1686/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o oddfac_1.lo oddfac_1.c
1687/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o out_raw.lo out_raw.c
1688/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o out_str.lo out_str.c
1689/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o perfpow.lo perfpow.c
1690libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c nextprime.c  -fno-common -DPIC -o .libs/nextprime.o
1691/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o perfsqr.lo perfsqr.c
1692libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c n_pow_ui.c -o n_pow_ui.o >/dev/null 2>&1
1693/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o popcount.lo popcount.c
1694libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c nextprime.c -o nextprime.o >/dev/null 2>&1
1695libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c out_raw.c  -fno-common -DPIC -o .libs/out_raw.o
1696libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c oddfac_1.c  -fno-common -DPIC -o .libs/oddfac_1.o
1697libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c out_str.c  -fno-common -DPIC -o .libs/out_str.o
1698libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c perfsqr.c  -fno-common -DPIC -o .libs/perfsqr.o
1699libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c perfpow.c  -fno-common -DPIC -o .libs/perfpow.o
1700/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o pow_ui.lo pow_ui.c
1701/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o powm.lo powm.c
1702libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c popcount.c  -fno-common -DPIC -o .libs/popcount.o
1703libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c out_raw.c -o out_raw.o >/dev/null 2>&1
1704libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c out_str.c -o out_str.o >/dev/null 2>&1
1705libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c perfpow.c -o perfpow.o >/dev/null 2>&1
1706libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c perfsqr.c -o perfsqr.o >/dev/null 2>&1
1707libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c popcount.c -o popcount.o >/dev/null 2>&1
1708libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c oddfac_1.c -o oddfac_1.o >/dev/null 2>&1
1709/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o powm_sec.lo powm_sec.c
1710/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o powm_ui.lo powm_ui.c
1711/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o pprime_p.lo pprime_p.c
1712libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pow_ui.c  -fno-common -DPIC -o .libs/pow_ui.o
1713/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o prodlimbs.lo prodlimbs.c
1714libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powm.c  -fno-common -DPIC -o .libs/powm.o
1715/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o primorial_ui.lo primorial_ui.c
1716libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pow_ui.c -o pow_ui.o >/dev/null 2>&1
1717libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powm_sec.c  -fno-common -DPIC -o .libs/powm_sec.o
1718libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powm_ui.c  -fno-common -DPIC -o .libs/powm_ui.o
1719libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pprime_p.c  -fno-common -DPIC -o .libs/pprime_p.o
1720/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o random.lo random.c
1721/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o random2.lo random2.c
1722libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c prodlimbs.c  -fno-common -DPIC -o .libs/prodlimbs.o
1723libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c primorial_ui.c  -fno-common -DPIC -o .libs/primorial_ui.o
1724libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powm_sec.c -o powm_sec.o >/dev/null 2>&1
1725libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pprime_p.c -o pprime_p.o >/dev/null 2>&1
1726libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c prodlimbs.c -o prodlimbs.o >/dev/null 2>&1
1727libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powm.c -o powm.o >/dev/null 2>&1
1728libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random.c  -fno-common -DPIC -o .libs/random.o
1729libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c primorial_ui.c -o primorial_ui.o >/dev/null 2>&1
1730libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c powm_ui.c -o powm_ui.o >/dev/null 2>&1
1731libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random2.c  -fno-common -DPIC -o .libs/random2.o
1732libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random.c -o random.o >/dev/null 2>&1
1733/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o realloc.lo realloc.c
1734/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o realloc2.lo realloc2.c
1735libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random2.c -o random2.o >/dev/null 2>&1
1736/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o remove.lo remove.c
1737/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o roinit_n.lo roinit_n.c
1738/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o root.lo root.c
1739/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o rootrem.lo rootrem.c
1740libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c realloc.c  -fno-common -DPIC -o .libs/realloc.o
1741libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c realloc2.c  -fno-common -DPIC -o .libs/realloc2.o
1742/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o rrandomb.lo rrandomb.c
1743libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c remove.c  -fno-common -DPIC -o .libs/remove.o
1744libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c roinit_n.c  -fno-common -DPIC -o .libs/roinit_n.o
1745libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c realloc2.c -o realloc2.o >/dev/null 2>&1
1746libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c realloc.c -o realloc.o >/dev/null 2>&1
1747libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c roinit_n.c -o roinit_n.o >/dev/null 2>&1
1748/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o scan0.lo scan0.c
1749libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c root.c  -fno-common -DPIC -o .libs/root.o
1750libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c remove.c -o remove.o >/dev/null 2>&1
1751libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rootrem.c  -fno-common -DPIC -o .libs/rootrem.o
1752libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rrandomb.c  -fno-common -DPIC -o .libs/rrandomb.o
1753/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o scan1.lo scan1.c
1754libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c root.c -o root.o >/dev/null 2>&1
1755/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set.lo set.c
1756/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_d.lo set_d.c
1757libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rootrem.c -o rootrem.o >/dev/null 2>&1
1758/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_f.lo set_f.c
1759libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scan0.c  -fno-common -DPIC -o .libs/scan0.o
1760libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rrandomb.c -o rrandomb.o >/dev/null 2>&1
1761/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_q.lo set_q.c
1762/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_si.lo set_si.c
1763libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_d.c  -fno-common -DPIC -o .libs/set_d.o
1764libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scan1.c  -fno-common -DPIC -o .libs/scan1.o
1765libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scan0.c -o scan0.o >/dev/null 2>&1
1766libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set.c  -fno-common -DPIC -o .libs/set.o
1767libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_f.c  -fno-common -DPIC -o .libs/set_f.o
1768/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_str.lo set_str.c
1769libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set.c -o set.o >/dev/null 2>&1
1770libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_d.c -o set_d.o >/dev/null 2>&1
1771libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scan1.c -o scan1.o >/dev/null 2>&1
1772/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_ui.lo set_ui.c
1773libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_f.c -o set_f.o >/dev/null 2>&1
1774libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_q.c  -fno-common -DPIC -o .libs/set_q.o
1775libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_si.c  -fno-common -DPIC -o .libs/set_si.o
1776/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o setbit.lo setbit.c
1777/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o size.lo size.c
1778/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sizeinbase.lo sizeinbase.c
1779/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqrt.lo sqrt.c
1780libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_q.c -o set_q.o >/dev/null 2>&1
1781libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_str.c  -fno-common -DPIC -o .libs/set_str.o
1782libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_si.c -o set_si.o >/dev/null 2>&1
1783libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_ui.c  -fno-common -DPIC -o .libs/set_ui.o
1784/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqrtrem.lo sqrtrem.c
1785/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sub.lo sub.c
1786libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_str.c -o set_str.o >/dev/null 2>&1
1787libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c setbit.c  -fno-common -DPIC -o .libs/setbit.o
1788libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c size.c  -fno-common -DPIC -o .libs/size.o
1789libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sizeinbase.c  -fno-common -DPIC -o .libs/sizeinbase.o
1790libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_ui.c -o set_ui.o >/dev/null 2>&1
1791libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrt.c  -fno-common -DPIC -o .libs/sqrt.o
1792libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c size.c -o size.o >/dev/null 2>&1
1793libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c setbit.c -o setbit.o >/dev/null 2>&1
1794libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sizeinbase.c -o sizeinbase.o >/dev/null 2>&1
1795/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sub_ui.lo sub_ui.c
1796libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrt.c -o sqrt.o >/dev/null 2>&1
1797/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o swap.lo swap.c
1798libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrtrem.c  -fno-common -DPIC -o .libs/sqrtrem.o
1799libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub.c  -fno-common -DPIC -o .libs/sub.o
1800/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_ui.lo tdiv_ui.c
1801/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_q.lo tdiv_q.c
1802/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_q_2exp.lo tdiv_q_2exp.c
1803/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_q_ui.lo tdiv_q_ui.c
1804libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1
1805libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub_ui.c  -fno-common -DPIC -o .libs/sub_ui.o
1806libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub.c -o sub.o >/dev/null 2>&1
1807libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c swap.c  -fno-common -DPIC -o .libs/swap.o
1808/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_qr.lo tdiv_qr.c
1809libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_ui.c  -fno-common -DPIC -o .libs/tdiv_ui.o
1810libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_q.c  -fno-common -DPIC -o .libs/tdiv_q.o
1811libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_q_2exp.c  -fno-common -DPIC -o .libs/tdiv_q_2exp.o
1812libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c swap.c -o swap.o >/dev/null 2>&1
1813libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_q_ui.c  -fno-common -DPIC -o .libs/tdiv_q_ui.o
1814libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub_ui.c -o sub_ui.o >/dev/null 2>&1
1815libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_ui.c -o tdiv_ui.o >/dev/null 2>&1
1816/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_qr_ui.lo tdiv_qr_ui.c
1817libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_q_2exp.c -o tdiv_q_2exp.o >/dev/null 2>&1
1818/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_r.lo tdiv_r.c
1819libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_q.c -o tdiv_q.o >/dev/null 2>&1
1820libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_q_ui.c -o tdiv_q_ui.o >/dev/null 2>&1
1821libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_qr.c  -fno-common -DPIC -o .libs/tdiv_qr.o
1822/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_r_2exp.lo tdiv_r_2exp.c
1823/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tdiv_r_ui.lo tdiv_r_ui.c
1824/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tstbit.lo tstbit.c
1825/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ui_pow_ui.lo ui_pow_ui.c
1826/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ui_sub.lo ui_sub.c
1827libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1
1828libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_qr_ui.c  -fno-common -DPIC -o .libs/tdiv_qr_ui.o
1829libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_r.c  -fno-common -DPIC -o .libs/tdiv_r.o
1830libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_qr_ui.c -o tdiv_qr_ui.o >/dev/null 2>&1
1831/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o urandomb.lo urandomb.c
1832libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_r_2exp.c  -fno-common -DPIC -o .libs/tdiv_r_2exp.o
1833libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_r.c -o tdiv_r.o >/dev/null 2>&1
1834libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_r_ui.c  -fno-common -DPIC -o .libs/tdiv_r_ui.o
1835libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tstbit.c  -fno-common -DPIC -o .libs/tstbit.o
1836libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ui_pow_ui.c  -fno-common -DPIC -o .libs/ui_pow_ui.o
1837libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ui_sub.c  -fno-common -DPIC -o .libs/ui_sub.o
1838/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o urandomm.lo urandomm.c
1839libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_r_2exp.c -o tdiv_r_2exp.o >/dev/null 2>&1
1840libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tdiv_r_ui.c -o tdiv_r_ui.o >/dev/null 2>&1
1841libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ui_pow_ui.c -o ui_pow_ui.o >/dev/null 2>&1
1842libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tstbit.c -o tstbit.o >/dev/null 2>&1
1843/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o xor.lo xor.c
1844libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c urandomb.c  -fno-common -DPIC -o .libs/urandomb.o
1845libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ui_sub.c -o ui_sub.o >/dev/null 2>&1
1846libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c urandomm.c  -fno-common -DPIC -o .libs/urandomm.o
1847libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c urandomb.c -o urandomb.o >/dev/null 2>&1
1848libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c xor.c  -fno-common -DPIC -o .libs/xor.o
1849libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c urandomm.c -o urandomm.o >/dev/null 2>&1
1850libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c xor.c -o xor.o >/dev/null 2>&1
1851/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  -L/opt/local/lib -Wl,-headerpad_max_install_names -o libmpz.la  2fac_ui.lo add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo limbs_read.lo limbs_write.lo limbs_modify.lo limbs_finish.lo lucnum_ui.lo lucnum2_ui.lo mfac_uiui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo oddfac_1.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo prodlimbs.lo primorial_ui.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo roinit_n.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo 
1852libtool: link: ar cq .libs/libmpz.a .libs/2fac_ui.o .libs/add.o .libs/add_ui.o .libs/abs.o .libs/aorsmul.o .libs/aorsmul_i.o .libs/and.o .libs/array_init.o .libs/bin_ui.o .libs/bin_uiui.o .libs/cdiv_q.o .libs/cdiv_q_ui.o .libs/cdiv_qr.o .libs/cdiv_qr_ui.o .libs/cdiv_r.o .libs/cdiv_r_ui.o .libs/cdiv_ui.o .libs/cfdiv_q_2exp.o .libs/cfdiv_r_2exp.o .libs/clear.o .libs/clears.o .libs/clrbit.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/cmpabs.o .libs/cmpabs_d.o .libs/cmpabs_ui.o .libs/com.o .libs/combit.o .libs/cong.o .libs/cong_2exp.o .libs/cong_ui.o .libs/divexact.o .libs/divegcd.o .libs/dive_ui.o .libs/divis.o .libs/divis_ui.o .libs/divis_2exp.o .libs/dump.o .libs/export.o .libs/fac_ui.o .libs/fdiv_q.o .libs/fdiv_q_ui.o .libs/fdiv_qr.o .libs/fdiv_qr_ui.o .libs/fdiv_r.o .libs/fdiv_r_ui.o .libs/fdiv_ui.o .libs/fib_ui.o .libs/fib2_ui.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/gcd.o .libs/gcd_ui.o .libs/gcdext.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_si.o .libs/get_str.o .libs/get_ui.o .libs/getlimbn.o .libs/hamdist.o .libs/import.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_raw.o .libs/inp_str.o .libs/invert.o .libs/ior.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_ui.o .libs/jacobi.o .libs/kronsz.o .libs/kronuz.o .libs/kronzs.o .libs/kronzu.o .libs/lcm.o .libs/lcm_ui.o .libs/limbs_read.o .libs/limbs_write.o .libs/limbs_modify.o .libs/limbs_finish.o .libs/lucnum_ui.o .libs/lucnum2_ui.o .libs/mfac_uiui.o .libs/millerrabin.o .libs/mod.o .libs/mul.o .libs/mul_2exp.o .libs/mul_si.o .libs/mul_ui.o .libs/n_pow_ui.o .libs/neg.o .libs/nextprime.o .libs/oddfac_1.o .libs/out_raw.o .libs/out_str.o .libs/perfpow.o .libs/perfsqr.o .libs/popcount.o .libs/pow_ui.o .libs/powm.o .libs/powm_sec.o .libs/powm_ui.o .libs/pprime_p.o .libs/prodlimbs.o .libs/primorial_ui.o .libs/random.o .libs/random2.o .libs/realloc.o .libs/realloc2.o .libs/remove.o .libs/roinit_n.o .libs/root.o .libs/rootrem.o .libs/rrandomb.o .libs/scan0.o .libs/scan1.o .libs/set.o .libs/set_d.o .libs/set_f.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/setbit.o .libs/size.o .libs/sizeinbase.o .libs/sqrt.o .libs/sqrtrem.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/tdiv_ui.o .libs/tdiv_q.o .libs/tdiv_q_2exp.o .libs/tdiv_q_ui.o .libs/tdiv_qr.o .libs/tdiv_qr_ui.o .libs/tdiv_r.o .libs/tdiv_r_2exp.o .libs/tdiv_r_ui.o .libs/tstbit.o .libs/ui_pow_ui.o .libs/ui_sub.o .libs/urandomb.o .libs/urandomm.o .libs/xor.o
1853libtool: link: ranlib .libs/libmpz.a
1854libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" )
1855make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/mpz'
1856Making all in mpq
1857make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/mpq'
1858/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o abs.lo abs.c
1859/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o aors.lo aors.c
1860/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o canonicalize.lo canonicalize.c
1861/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o clear.lo clear.c
1862/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o clears.lo clears.c
1863/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp.lo cmp.c
1864/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_si.lo cmp_si.c
1865/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_ui.lo cmp_ui.c
1866libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c abs.c  -fno-common -DPIC -o .libs/abs.o
1867libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c aors.c  -fno-common -DPIC -o .libs/aors.o
1868libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c canonicalize.c  -fno-common -DPIC -o .libs/canonicalize.o
1869libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clears.c  -fno-common -DPIC -o .libs/clears.o
1870libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clear.c  -fno-common -DPIC -o .libs/clear.o
1871libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp.c  -fno-common -DPIC -o .libs/cmp.o
1872libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_si.c  -fno-common -DPIC -o .libs/cmp_si.o
1873libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_ui.c  -fno-common -DPIC -o .libs/cmp_ui.o
1874libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c abs.c -o abs.o >/dev/null 2>&1
1875libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clears.c -o clears.o >/dev/null 2>&1
1876libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clear.c -o clear.o >/dev/null 2>&1
1877libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c canonicalize.c -o canonicalize.o >/dev/null 2>&1
1878libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_si.c -o cmp_si.o >/dev/null 2>&1
1879libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c aors.c -o aors.o >/dev/null 2>&1
1880libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp.c -o cmp.o >/dev/null 2>&1
1881/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o div.lo div.c
1882/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o equal.lo equal.c
1883/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_d.lo get_d.c
1884libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1
1885/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_den.lo get_den.c
1886/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_num.lo get_num.c
1887/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_str.lo get_str.c
1888/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o init.lo init.c
1889/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o inits.lo inits.c
1890libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c equal.c  -fno-common -DPIC -o .libs/equal.o
1891libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div.c  -fno-common -DPIC -o .libs/div.o
1892libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d.c  -fno-common -DPIC -o .libs/get_d.o
1893libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_den.c  -fno-common -DPIC -o .libs/get_den.o
1894libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_num.c  -fno-common -DPIC -o .libs/get_num.o
1895libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_str.c  -fno-common -DPIC -o .libs/get_str.o
1896libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_den.c -o get_den.o >/dev/null 2>&1
1897libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c equal.c -o equal.o >/dev/null 2>&1
1898libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_num.c -o get_num.o >/dev/null 2>&1
1899libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div.c -o div.o >/dev/null 2>&1
1900libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d.c -o get_d.o >/dev/null 2>&1
1901libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inits.c  -fno-common -DPIC -o .libs/inits.o
1902libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init.c  -fno-common -DPIC -o .libs/init.o
1903libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_str.c -o get_str.o >/dev/null 2>&1
1904/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o inp_str.lo inp_str.c
1905/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o inv.lo inv.c
1906/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o md_2exp.lo md_2exp.c
1907/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul.lo mul.c
1908/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o neg.lo neg.c
1909libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inits.c -o inits.o >/dev/null 2>&1
1910libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init.c -o init.o >/dev/null 2>&1
1911/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o out_str.lo out_str.c
1912/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set.lo set.c
1913/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_den.lo set_den.c
1914libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inp_str.c  -fno-common -DPIC -o .libs/inp_str.o
1915libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c md_2exp.c  -fno-common -DPIC -o .libs/md_2exp.o
1916libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inv.c  -fno-common -DPIC -o .libs/inv.o
1917libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul.c  -fno-common -DPIC -o .libs/mul.o
1918libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c neg.c  -fno-common -DPIC -o .libs/neg.o
1919libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inp_str.c -o inp_str.o >/dev/null 2>&1
1920libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inv.c -o inv.o >/dev/null 2>&1
1921libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c md_2exp.c -o md_2exp.o >/dev/null 2>&1
1922libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c neg.c -o neg.o >/dev/null 2>&1
1923libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul.c -o mul.o >/dev/null 2>&1
1924libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_den.c  -fno-common -DPIC -o .libs/set_den.o
1925libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c out_str.c  -fno-common -DPIC -o .libs/out_str.o
1926libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set.c  -fno-common -DPIC -o .libs/set.o
1927/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_num.lo set_num.c
1928/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_si.lo set_si.c
1929/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_str.lo set_str.c
1930/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_ui.lo set_ui.c
1931libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_den.c -o set_den.o >/dev/null 2>&1
1932/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_z.lo set_z.c
1933libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c out_str.c -o out_str.o >/dev/null 2>&1
1934libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set.c -o set.o >/dev/null 2>&1
1935/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_d.lo set_d.c
1936/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_f.lo set_f.c
1937libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_num.c  -fno-common -DPIC -o .libs/set_num.o
1938/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o swap.lo swap.c
1939libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_str.c  -fno-common -DPIC -o .libs/set_str.o
1940libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_si.c  -fno-common -DPIC -o .libs/set_si.o
1941libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_ui.c  -fno-common -DPIC -o .libs/set_ui.o
1942libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_z.c  -fno-common -DPIC -o .libs/set_z.o
1943libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_num.c -o set_num.o >/dev/null 2>&1
1944libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_si.c -o set_si.o >/dev/null 2>&1
1945libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_ui.c -o set_ui.o >/dev/null 2>&1
1946libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_str.c -o set_str.o >/dev/null 2>&1
1947libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_z.c -o set_z.o >/dev/null 2>&1
1948libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_d.c  -fno-common -DPIC -o .libs/set_d.o
1949libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_f.c  -fno-common -DPIC -o .libs/set_f.o
1950libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c swap.c  -fno-common -DPIC -o .libs/swap.o
1951libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_d.c -o set_d.o >/dev/null 2>&1
1952libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_f.c -o set_f.o >/dev/null 2>&1
1953libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c swap.c -o swap.o >/dev/null 2>&1
1954/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  -L/opt/local/lib -Wl,-headerpad_max_install_names -o libmpq.la  abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo 
1955libtool: link: ar cq .libs/libmpq.a .libs/abs.o .libs/aors.o .libs/canonicalize.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/equal.o .libs/get_d.o .libs/get_den.o .libs/get_num.o .libs/get_str.o .libs/init.o .libs/inits.o .libs/inp_str.o .libs/inv.o .libs/md_2exp.o .libs/mul.o .libs/neg.o .libs/out_str.o .libs/set.o .libs/set_den.o .libs/set_num.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/set_d.o .libs/set_f.o .libs/swap.o
1956libtool: link: ranlib .libs/libmpq.a
1957libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" )
1958make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/mpq'
1959Making all in mpf
1960make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/mpf'
1961/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o init.lo init.c
1962/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o init2.lo init2.c
1963/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o inits.lo inits.c
1964/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set.lo set.c
1965/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_ui.lo set_ui.c
1966/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_si.lo set_si.c
1967/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_str.lo set_str.c
1968/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_d.lo set_d.c
1969libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set.c  -fno-common -DPIC -o .libs/set.o
1970libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inits.c  -fno-common -DPIC -o .libs/inits.o
1971libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init.c  -fno-common -DPIC -o .libs/init.o
1972libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init2.c  -fno-common -DPIC -o .libs/init2.o
1973libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_d.c  -fno-common -DPIC -o .libs/set_d.o
1974libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_ui.c  -fno-common -DPIC -o .libs/set_ui.o
1975libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_si.c  -fno-common -DPIC -o .libs/set_si.o
1976libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_str.c  -fno-common -DPIC -o .libs/set_str.o
1977libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_ui.c -o set_ui.o >/dev/null 2>&1
1978libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init.c -o init.o >/dev/null 2>&1
1979libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c init2.c -o init2.o >/dev/null 2>&1
1980libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_si.c -o set_si.o >/dev/null 2>&1
1981libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inits.c -o inits.o >/dev/null 2>&1
1982libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set.c -o set.o >/dev/null 2>&1
1983libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_d.c -o set_d.o >/dev/null 2>&1
1984/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_z.lo set_z.c
1985/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_q.lo set_q.c
1986/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset.lo iset.c
1987/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset_ui.lo iset_ui.c
1988/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset_si.lo iset_si.c
1989/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset_str.lo iset_str.c
1990/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o iset_d.lo iset_d.c
1991libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_str.c -o set_str.o >/dev/null 2>&1
1992libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_ui.c  -fno-common -DPIC -o .libs/iset_ui.o
1993libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_q.c  -fno-common -DPIC -o .libs/set_q.o
1994libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_z.c  -fno-common -DPIC -o .libs/set_z.o
1995libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_si.c  -fno-common -DPIC -o .libs/iset_si.o
1996libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_str.c  -fno-common -DPIC -o .libs/iset_str.o
1997libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset.c  -fno-common -DPIC -o .libs/iset.o
1998libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_d.c  -fno-common -DPIC -o .libs/iset_d.o
1999libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_ui.c -o iset_ui.o >/dev/null 2>&1
2000libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_z.c -o set_z.o >/dev/null 2>&1
2001libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_str.c -o iset_str.o >/dev/null 2>&1
2002libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_si.c -o iset_si.o >/dev/null 2>&1
2003libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset.c -o iset.o >/dev/null 2>&1
2004libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c iset_d.c -o iset_d.o >/dev/null 2>&1
2005libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_q.c -o set_q.o >/dev/null 2>&1
2006/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o clear.lo clear.c
2007/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o clears.lo clears.c
2008/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_str.lo get_str.c
2009/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dump.lo dump.c
2010/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o size.lo size.c
2011/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o eq.lo eq.c
2012/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o reldiff.lo reldiff.c
2013/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqrt.lo sqrt.c
2014libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clear.c  -fno-common -DPIC -o .libs/clear.o
2015libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_str.c  -fno-common -DPIC -o .libs/get_str.o
2016libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clears.c  -fno-common -DPIC -o .libs/clears.o
2017libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c eq.c  -fno-common -DPIC -o .libs/eq.o
2018libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c size.c  -fno-common -DPIC -o .libs/size.o
2019libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dump.c  -fno-common -DPIC -o .libs/dump.o
2020libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c reldiff.c  -fno-common -DPIC -o .libs/reldiff.o
2021libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrt.c  -fno-common -DPIC -o .libs/sqrt.o
2022libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clear.c -o clear.o >/dev/null 2>&1
2023libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c size.c -o size.o >/dev/null 2>&1
2024libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c clears.c -o clears.o >/dev/null 2>&1
2025libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c dump.c -o dump.o >/dev/null 2>&1
2026libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c reldiff.c -o reldiff.o >/dev/null 2>&1
2027libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c eq.c -o eq.o >/dev/null 2>&1
2028libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrt.c -o sqrt.o >/dev/null 2>&1
2029/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o random2.lo random2.c
2030/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o inp_str.lo inp_str.c
2031/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o out_str.lo out_str.c
2032/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o add.lo add.c
2033/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o add_ui.lo add_ui.c
2034libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_str.c -o get_str.o >/dev/null 2>&1
2035/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sub.lo sub.c
2036/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sub_ui.lo sub_ui.c
2037libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inp_str.c  -fno-common -DPIC -o .libs/inp_str.o
2038libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random2.c  -fno-common -DPIC -o .libs/random2.o
2039libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c out_str.c  -fno-common -DPIC -o .libs/out_str.o
2040libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add.c  -fno-common -DPIC -o .libs/add.o
2041libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add_ui.c  -fno-common -DPIC -o .libs/add_ui.o
2042libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub.c  -fno-common -DPIC -o .libs/sub.o
2043libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c random2.c -o random2.o >/dev/null 2>&1
2044libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c inp_str.c -o inp_str.o >/dev/null 2>&1
2045/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ui_sub.lo ui_sub.c
2046libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c out_str.c -o out_str.o >/dev/null 2>&1
2047libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub_ui.c  -fno-common -DPIC -o .libs/sub_ui.o
2048libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add_ui.c -o add_ui.o >/dev/null 2>&1
2049/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul.lo mul.c
2050/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul_ui.lo mul_ui.c
2051libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub_ui.c -o sub_ui.o >/dev/null 2>&1
2052/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o div.lo div.c
2053libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c add.c -o add.o >/dev/null 2>&1
2054libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ui_sub.c  -fno-common -DPIC -o .libs/ui_sub.o
2055/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o div_ui.lo div_ui.c
2056/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp.lo cmp.c
2057libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ui_sub.c -o ui_sub.o >/dev/null 2>&1
2058libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul.c  -fno-common -DPIC -o .libs/mul.o
2059libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_ui.c  -fno-common -DPIC -o .libs/mul_ui.o
2060libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div.c  -fno-common -DPIC -o .libs/div.o
2061/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_d.lo cmp_d.c
2062libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul.c -o mul.o >/dev/null 2>&1
2063/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_z.lo cmp_z.c
2064libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_ui.c  -fno-common -DPIC -o .libs/div_ui.o
2065libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp.c  -fno-common -DPIC -o .libs/cmp.o
2066libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_ui.c -o mul_ui.o >/dev/null 2>&1
2067libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div.c -o div.o >/dev/null 2>&1
2068/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_si.lo cmp_si.c
2069libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_ui.c -o div_ui.o >/dev/null 2>&1
2070libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp.c -o cmp.o >/dev/null 2>&1
2071libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sub.c -o sub.o >/dev/null 2>&1
2072/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o cmp_ui.lo cmp_ui.c
2073libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_d.c  -fno-common -DPIC -o .libs/cmp_d.o
2074/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mul_2exp.lo mul_2exp.c
2075libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_z.c  -fno-common -DPIC -o .libs/cmp_z.o
2076/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o div_2exp.lo div_2exp.c
2077libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_d.c -o cmp_d.o >/dev/null 2>&1
2078/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o abs.lo abs.c
2079libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_z.c -o cmp_z.o >/dev/null 2>&1
2080libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_ui.c  -fno-common -DPIC -o .libs/cmp_ui.o
2081libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_si.c  -fno-common -DPIC -o .libs/cmp_si.o
2082/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o neg.lo neg.c
2083libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_2exp.c  -fno-common -DPIC -o .libs/mul_2exp.o
2084/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_d.lo get_d.c
2085libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_2exp.c  -fno-common -DPIC -o .libs/div_2exp.o
2086libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1
2087libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cmp_si.c -o cmp_si.o >/dev/null 2>&1
2088libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c abs.c  -fno-common -DPIC -o .libs/abs.o
2089libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1
2090libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c div_2exp.c -o div_2exp.o >/dev/null 2>&1
2091libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c abs.c -o abs.o >/dev/null 2>&1
2092/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_d_2exp.lo get_d_2exp.c
2093/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_dfl_prec.lo set_dfl_prec.c
2094libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c neg.c  -fno-common -DPIC -o .libs/neg.o
2095/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_prc.lo set_prc.c
2096libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d.c  -fno-common -DPIC -o .libs/get_d.o
2097/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o set_prc_raw.lo set_prc_raw.c
2098/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_dfl_prec.lo get_dfl_prec.c
2099libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c neg.c -o neg.o >/dev/null 2>&1
2100libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d.c -o get_d.o >/dev/null 2>&1
2101libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_dfl_prec.c  -fno-common -DPIC -o .libs/set_dfl_prec.o
2102libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d_2exp.c  -fno-common -DPIC -o .libs/get_d_2exp.o
2103/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_prc.lo get_prc.c
2104libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_prc.c  -fno-common -DPIC -o .libs/set_prc.o
2105libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_dfl_prec.c -o set_dfl_prec.o >/dev/null 2>&1
2106/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ui_div.lo ui_div.c
2107libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_d_2exp.c -o get_d_2exp.o >/dev/null 2>&1
2108libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_dfl_prec.c  -fno-common -DPIC -o .libs/get_dfl_prec.o
2109/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sqrt_ui.lo sqrt_ui.c
2110libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_prc_raw.c  -fno-common -DPIC -o .libs/set_prc_raw.o
2111libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_dfl_prec.c -o get_dfl_prec.o >/dev/null 2>&1
2112libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_prc.c -o set_prc.o >/dev/null 2>&1
2113libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c set_prc_raw.c -o set_prc_raw.o >/dev/null 2>&1
2114/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o pow_ui.lo pow_ui.c
2115/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o urandomb.lo urandomb.c
2116libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_prc.c  -fno-common -DPIC -o .libs/get_prc.o
2117/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o swap.lo swap.c
2118libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrt_ui.c  -fno-common -DPIC -o .libs/sqrt_ui.o
2119/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_si.lo get_si.c
2120/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o get_ui.lo get_ui.c
2121libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ui_div.c  -fno-common -DPIC -o .libs/ui_div.o
2122libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_prc.c -o get_prc.o >/dev/null 2>&1
2123libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sqrt_ui.c -o sqrt_ui.o >/dev/null 2>&1
2124libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ui_div.c -o ui_div.o >/dev/null 2>&1
2125libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pow_ui.c  -fno-common -DPIC -o .libs/pow_ui.o
2126libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c urandomb.c  -fno-common -DPIC -o .libs/urandomb.o
2127/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o int_p.lo int_p.c
2128libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c swap.c  -fno-common -DPIC -o .libs/swap.o
2129libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_si.c  -fno-common -DPIC -o .libs/get_si.o
2130libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_ui.c  -fno-common -DPIC -o .libs/get_ui.o
2131libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c urandomb.c -o urandomb.o >/dev/null 2>&1
2132libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c pow_ui.c -o pow_ui.o >/dev/null 2>&1
2133/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ceilfloor.lo ceilfloor.c
2134/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o trunc.lo trunc.c
2135libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c swap.c -o swap.o >/dev/null 2>&1
2136libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_si.c -o get_si.o >/dev/null 2>&1
2137libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c get_ui.c -o get_ui.o >/dev/null 2>&1
2138/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_sint.lo fits_sint.c
2139/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_slong.lo fits_slong.c
2140libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c int_p.c  -fno-common -DPIC -o .libs/int_p.o
2141/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_sshort.lo fits_sshort.c
2142/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_uint.lo fits_uint.c
2143/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_ulong.lo fits_ulong.c
2144libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ceilfloor.c  -fno-common -DPIC -o .libs/ceilfloor.o
2145libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c trunc.c  -fno-common -DPIC -o .libs/trunc.o
2146libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c int_p.c -o int_p.o >/dev/null 2>&1
2147libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_sint.c  -fno-common -DPIC -o .libs/fits_sint.o
2148libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_slong.c  -fno-common -DPIC -o .libs/fits_slong.o
2149libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c trunc.c -o trunc.o >/dev/null 2>&1
2150libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_sshort.c  -fno-common -DPIC -o .libs/fits_sshort.o
2151libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_uint.c  -fno-common -DPIC -o .libs/fits_uint.o
2152libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ceilfloor.c -o ceilfloor.o >/dev/null 2>&1
2153libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_ulong.c  -fno-common -DPIC -o .libs/fits_ulong.o
2154/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fits_ushort.lo fits_ushort.c
2155libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_sint.c -o fits_sint.o >/dev/null 2>&1
2156libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_slong.c -o fits_slong.o >/dev/null 2>&1
2157libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1
2158libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_uint.c -o fits_uint.o >/dev/null 2>&1
2159libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1
2160libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_ushort.c  -fno-common -DPIC -o .libs/fits_ushort.o
2161libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1
2162/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  -L/opt/local/lib -Wl,-headerpad_max_install_names -o libmpf.la  init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_z.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo 
2163libtool: link: ar cq .libs/libmpf.a .libs/init.o .libs/init2.o .libs/inits.o .libs/set.o .libs/set_ui.o .libs/set_si.o .libs/set_str.o .libs/set_d.o .libs/set_z.o .libs/set_q.o .libs/iset.o .libs/iset_ui.o .libs/iset_si.o .libs/iset_str.o .libs/iset_d.o .libs/clear.o .libs/clears.o .libs/get_str.o .libs/dump.o .libs/size.o .libs/eq.o .libs/reldiff.o .libs/sqrt.o .libs/random2.o .libs/inp_str.o .libs/out_str.o .libs/add.o .libs/add_ui.o .libs/sub.o .libs/sub_ui.o .libs/ui_sub.o .libs/mul.o .libs/mul_ui.o .libs/div.o .libs/div_ui.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_z.o .libs/cmp_si.o .libs/cmp_ui.o .libs/mul_2exp.o .libs/div_2exp.o .libs/abs.o .libs/neg.o .libs/get_d.o .libs/get_d_2exp.o .libs/set_dfl_prec.o .libs/set_prc.o .libs/set_prc_raw.o .libs/get_dfl_prec.o .libs/get_prc.o .libs/ui_div.o .libs/sqrt_ui.o .libs/pow_ui.o .libs/urandomb.o .libs/swap.o .libs/get_si.o .libs/get_ui.o .libs/int_p.o .libs/ceilfloor.o .libs/trunc.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o
2164libtool: link: ranlib .libs/libmpf.a
2165libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" )
2166make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/mpf'
2167Making all in printf
2168make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/printf'
2169/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o asprintf.lo asprintf.c
2170/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o asprntffuns.lo asprntffuns.c
2171/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o doprnt.lo doprnt.c
2172/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o doprntf.lo doprntf.c
2173/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o doprnti.lo doprnti.c
2174/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fprintf.lo fprintf.c
2175/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o obprintf.lo obprintf.c
2176/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o obvprintf.lo obvprintf.c
2177libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c asprintf.c  -fno-common -DPIC -o .libs/asprintf.o
2178libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fprintf.c  -fno-common -DPIC -o .libs/fprintf.o
2179libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c asprntffuns.c  -fno-common -DPIC -o .libs/asprntffuns.o
2180libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c doprntf.c  -fno-common -DPIC -o .libs/doprntf.o
2181libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c doprnt.c  -fno-common -DPIC -o .libs/doprnt.o
2182libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c doprnti.c  -fno-common -DPIC -o .libs/doprnti.o
2183libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c obprintf.c  -fno-common -DPIC -o .libs/obprintf.o
2184libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c obvprintf.c  -fno-common -DPIC -o .libs/obvprintf.o
2185obprintf.c:59:34: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit]
2186#endif /* HAVE_OBSTACK_VPRINTF */
2187                                 ^
21881 warning generated.
2189obvprintf.c:52:34: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit]
2190#endif /* HAVE_OBSTACK_VPRINTF */
2191                                 ^
2192libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c obprintf.c -o obprintf.o >/dev/null 2>&1
21931 warning generated.
2194libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c obvprintf.c -o obvprintf.o >/dev/null 2>&1
2195libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c asprintf.c -o asprintf.o >/dev/null 2>&1
2196libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fprintf.c -o fprintf.o >/dev/null 2>&1
2197/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o obprntffuns.lo obprntffuns.c
2198/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o printf.lo printf.c
2199libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c asprntffuns.c -o asprntffuns.o >/dev/null 2>&1
2200libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c doprnti.c -o doprnti.o >/dev/null 2>&1
2201/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o printffuns.lo printffuns.c
2202/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o snprintf.lo snprintf.c
2203libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c doprntf.c -o doprntf.o >/dev/null 2>&1
2204/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o snprntffuns.lo snprntffuns.c
2205libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c doprnt.c -o doprnt.o >/dev/null 2>&1
2206libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c obprntffuns.c  -fno-common -DPIC -o .libs/obprntffuns.o
2207libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c printf.c  -fno-common -DPIC -o .libs/printf.o
2208/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sprintf.lo sprintf.c
2209obprntffuns.c:72:34: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit]
2210#endif /* HAVE_OBSTACK_VPRINTF */
2211                                 ^
22121 warning generated.
2213libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c obprntffuns.c -o obprntffuns.o >/dev/null 2>&1
2214libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c printf.c -o printf.o >/dev/null 2>&1
2215/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sprintffuns.lo sprintffuns.c
2216libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c printffuns.c  -fno-common -DPIC -o .libs/printffuns.o
2217libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c snprintf.c  -fno-common -DPIC -o .libs/snprintf.o
2218libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c snprntffuns.c  -fno-common -DPIC -o .libs/snprntffuns.o
2219libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sprintf.c  -fno-common -DPIC -o .libs/sprintf.o
2220/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o vasprintf.lo vasprintf.c
2221libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c snprintf.c -o snprintf.o >/dev/null 2>&1
2222/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o vfprintf.lo vfprintf.c
2223libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c printffuns.c -o printffuns.o >/dev/null 2>&1
2224libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c snprntffuns.c -o snprntffuns.o >/dev/null 2>&1
2225/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o vprintf.lo vprintf.c
2226libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sprintffuns.c  -fno-common -DPIC -o .libs/sprintffuns.o
2227libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sprintf.c -o sprintf.o >/dev/null 2>&1
2228/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o vsnprintf.lo vsnprintf.c
2229/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o vsprintf.lo vsprintf.c
2230/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o repl-vsnprintf.lo repl-vsnprintf.c
2231libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sprintffuns.c -o sprintffuns.o >/dev/null 2>&1
2232libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vasprintf.c  -fno-common -DPIC -o .libs/vasprintf.o
2233libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vfprintf.c  -fno-common -DPIC -o .libs/vfprintf.o
2234libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vprintf.c  -fno-common -DPIC -o .libs/vprintf.o
2235libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vsnprintf.c  -fno-common -DPIC -o .libs/vsnprintf.o
2236libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vfprintf.c -o vfprintf.o >/dev/null 2>&1
2237libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vasprintf.c -o vasprintf.o >/dev/null 2>&1
2238libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vsprintf.c  -fno-common -DPIC -o .libs/vsprintf.o
2239libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vprintf.c -o vprintf.o >/dev/null 2>&1
2240libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c repl-vsnprintf.c  -fno-common -DPIC -o .libs/repl-vsnprintf.o
2241repl-vsnprintf.c:396:30: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit]
2242#endif /* ! HAVE_VSNPRINTF */
2243                             ^
22441 warning generated.
2245libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c repl-vsnprintf.c -o repl-vsnprintf.o >/dev/null 2>&1
2246libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vsnprintf.c -o vsnprintf.o >/dev/null 2>&1
2247libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vsprintf.c -o vsprintf.o >/dev/null 2>&1
2248/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  -L/opt/local/lib -Wl,-headerpad_max_install_names -o libprintf.la  asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo 
2249libtool: link: ar cq .libs/libprintf.a .libs/asprintf.o .libs/asprntffuns.o .libs/doprnt.o .libs/doprntf.o .libs/doprnti.o .libs/fprintf.o .libs/obprintf.o .libs/obvprintf.o .libs/obprntffuns.o .libs/printf.o .libs/printffuns.o .libs/snprintf.o .libs/snprntffuns.o .libs/sprintf.o .libs/sprintffuns.o .libs/vasprintf.o .libs/vfprintf.o .libs/vprintf.o .libs/vsnprintf.o .libs/vsprintf.o .libs/repl-vsnprintf.o
2250/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprintf.o) has no symbols
2251/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obvprintf.o) has no symbols
2252/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprntffuns.o) has no symbols
2253/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(repl-vsnprintf.o) has no symbols
2254libtool: link: ranlib .libs/libprintf.a
2255/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprintf.o) has no symbols
2256/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obvprintf.o) has no symbols
2257/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprntffuns.o) has no symbols
2258/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(repl-vsnprintf.o) has no symbols
2259libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" )
2260make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/printf'
2261Making all in scanf
2262make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/scanf'
2263/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o doscan.lo doscan.c
2264/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fscanf.lo fscanf.c
2265/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o fscanffuns.lo fscanffuns.c
2266/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o scanf.lo scanf.c
2267/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sscanf.lo sscanf.c
2268/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o sscanffuns.lo sscanffuns.c
2269/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o vfscanf.lo vfscanf.c
2270/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o vscanf.lo vscanf.c
2271libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c doscan.c  -fno-common -DPIC -o .libs/doscan.o
2272libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fscanffuns.c  -fno-common -DPIC -o .libs/fscanffuns.o
2273libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fscanf.c  -fno-common -DPIC -o .libs/fscanf.o
2274libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scanf.c  -fno-common -DPIC -o .libs/scanf.o
2275libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sscanf.c  -fno-common -DPIC -o .libs/sscanf.o
2276libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vscanf.c  -fno-common -DPIC -o .libs/vscanf.o
2277libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sscanffuns.c  -fno-common -DPIC -o .libs/sscanffuns.o
2278libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vfscanf.c  -fno-common -DPIC -o .libs/vfscanf.o
2279libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vscanf.c -o vscanf.o >/dev/null 2>&1
2280libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fscanf.c -o fscanf.o >/dev/null 2>&1
2281libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c scanf.c -o scanf.o >/dev/null 2>&1
2282libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c fscanffuns.c -o fscanffuns.o >/dev/null 2>&1
2283libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vfscanf.c -o vfscanf.o >/dev/null 2>&1
2284libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sscanf.c -o sscanf.o >/dev/null 2>&1
2285libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c sscanffuns.c -o sscanffuns.o >/dev/null 2>&1
2286/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o vsscanf.lo vsscanf.c
2287libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c doscan.c -o doscan.o >/dev/null 2>&1
2288libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vsscanf.c  -fno-common -DPIC -o .libs/vsscanf.o
2289libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c vsscanf.c -o vsscanf.o >/dev/null 2>&1
2290/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  -L/opt/local/lib -Wl,-headerpad_max_install_names -o libscanf.la  doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo 
2291libtool: link: ar cq .libs/libscanf.a .libs/doscan.o .libs/fscanf.o .libs/fscanffuns.o .libs/scanf.o .libs/sscanf.o .libs/sscanffuns.o .libs/vfscanf.o .libs/vscanf.o .libs/vsscanf.o
2292libtool: link: ranlib .libs/libscanf.a
2293libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" )
2294make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/scanf'
2295Making all in rand
2296make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/rand'
2297/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o rand.lo rand.c
2298/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randclr.lo randclr.c
2299/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randdef.lo randdef.c
2300/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randiset.lo randiset.c
2301/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randlc2s.lo randlc2s.c
2302/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randlc2x.lo randlc2x.c
2303/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randmt.lo randmt.c
2304/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randmts.lo randmts.c
2305libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randclr.c  -fno-common -DPIC -o .libs/randclr.o
2306libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randdef.c  -fno-common -DPIC -o .libs/randdef.o
2307libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randiset.c  -fno-common -DPIC -o .libs/randiset.o
2308libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randmt.c  -fno-common -DPIC -o .libs/randmt.o
2309libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rand.c  -fno-common -DPIC -o .libs/rand.o
2310libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randlc2x.c  -fno-common -DPIC -o .libs/randlc2x.o
2311libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randlc2s.c  -fno-common -DPIC -o .libs/randlc2s.o
2312libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randmts.c  -fno-common -DPIC -o .libs/randmts.o
2313libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randdef.c -o randdef.o >/dev/null 2>&1
2314libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randclr.c -o randclr.o >/dev/null 2>&1
2315libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rand.c -o rand.o >/dev/null 2>&1
2316libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randiset.c -o randiset.o >/dev/null 2>&1
2317libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randlc2s.c -o randlc2s.o >/dev/null 2>&1
2318libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randmts.c -o randmts.o >/dev/null 2>&1
2319libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randlc2x.c -o randlc2x.o >/dev/null 2>&1
2320/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o rands.lo rands.c
2321libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randmt.c -o randmt.o >/dev/null 2>&1
2322/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randsd.lo randsd.c
2323/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randsdui.lo randsdui.c
2324/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randbui.lo randbui.c
2325/bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o randmui.lo randmui.c
2326libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rands.c  -fno-common -DPIC -o .libs/rands.o
2327libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randsd.c  -fno-common -DPIC -o .libs/randsd.o
2328libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randsdui.c  -fno-common -DPIC -o .libs/randsdui.o
2329libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randbui.c  -fno-common -DPIC -o .libs/randbui.o
2330libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randmui.c  -fno-common -DPIC -o .libs/randmui.o
2331libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c rands.c -o rands.o >/dev/null 2>&1
2332libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randsd.c -o randsd.o >/dev/null 2>&1
2333libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randsdui.c -o randsdui.o >/dev/null 2>&1
2334libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randbui.c -o randbui.o >/dev/null 2>&1
2335libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c randmui.c -o randmui.o >/dev/null 2>&1
2336/bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/clang  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  -L/opt/local/lib -Wl,-headerpad_max_install_names -o librandom.la  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 
2337libtool: link: ar cq .libs/librandom.a .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
2338libtool: link: ranlib .libs/librandom.a
2339libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" )
2340make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/rand'
2341Making all in cxx
2342make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/cxx'
2343/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o isfuns.lo isfuns.cc
2344/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ismpf.lo ismpf.cc
2345/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ismpq.lo ismpq.cc
2346/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ismpz.lo ismpz.cc
2347/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o ismpznw.lo ismpznw.cc
2348/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o limits.lo limits.cc
2349/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o osdoprnti.lo osdoprnti.cc
2350/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o osfuns.lo osfuns.cc
2351libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ismpq.cc  -fno-common -DPIC -o .libs/ismpq.o
2352libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osfuns.cc  -fno-common -DPIC -o .libs/osfuns.o
2353libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ismpf.cc  -fno-common -DPIC -o .libs/ismpf.o
2354libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limits.cc  -fno-common -DPIC -o .libs/limits.o
2355libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ismpznw.cc  -fno-common -DPIC -o .libs/ismpznw.o
2356libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ismpz.cc  -fno-common -DPIC -o .libs/ismpz.o
2357libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osdoprnti.cc  -fno-common -DPIC -o .libs/osdoprnti.o
2358libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c isfuns.cc  -fno-common -DPIC -o .libs/isfuns.o
2359libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c limits.cc -o limits.o >/dev/null 2>&1
2360libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ismpq.cc -o ismpq.o >/dev/null 2>&1
2361libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osdoprnti.cc -o osdoprnti.o >/dev/null 2>&1
2362libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ismpz.cc -o ismpz.o >/dev/null 2>&1
2363libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osfuns.cc -o osfuns.o >/dev/null 2>&1
2364libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ismpznw.cc -o ismpznw.o >/dev/null 2>&1
2365libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c isfuns.cc -o isfuns.o >/dev/null 2>&1
2366libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c ismpf.cc -o ismpf.o >/dev/null 2>&1
2367/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o osmpf.lo osmpf.cc
2368libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osmpf.cc  -fno-common -DPIC -o .libs/osmpf.o
2369/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o osmpq.lo osmpq.cc
2370/bin/sh ../libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o osmpz.lo osmpz.cc
2371libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osmpq.cc  -fno-common -DPIC -o .libs/osmpq.o
2372libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osmpz.cc  -fno-common -DPIC -o .libs/osmpz.o
2373libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osmpf.cc -o osmpf.o >/dev/null 2>&1
2374libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osmpq.cc -o osmpq.o >/dev/null 2>&1
2375libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c osmpz.cc -o osmpz.o >/dev/null 2>&1
2376/bin/sh ../libtool  --tag=CXX   --mode=link /usr/bin/clang++ -stdlib=libc++  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge  -L/opt/local/lib -Wl,-headerpad_max_install_names -o libcxx.la  isfuns.lo ismpf.lo ismpq.lo ismpz.lo ismpznw.lo limits.lo osdoprnti.lo osfuns.lo osmpf.lo osmpq.lo osmpz.lo 
2377libtool: link: ar cq .libs/libcxx.a .libs/isfuns.o .libs/ismpf.o .libs/ismpq.o .libs/ismpz.o .libs/ismpznw.o .libs/limits.o .libs/osdoprnti.o .libs/osfuns.o .libs/osmpf.o .libs/osmpq.o .libs/osmpz.o
2378libtool: link: ranlib .libs/libcxx.a
2379libtool: link: ( cd ".libs" && rm -f "libcxx.la" && ln -s "../libcxx.la" "libcxx.la" )
2380make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/cxx'
2381Making all in demos
2382make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos'
2383Making all in calc
2384make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos/calc'
2385/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
2386make[4]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos/calc'
2387make[4]: Nothing to be done for `all-am'.
2388make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos/calc'
2389make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos/calc'
2390Making all in expr
2391make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos/expr'
2392make[3]: Nothing to be done for `all'.
2393make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos/expr'
2394make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos'
2395make[3]: Nothing to be done for `all-am'.
2396make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos'
2397make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/demos'
2398Making all in tune
2399make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tune'
2400make[2]: Nothing to be done for `all'.
2401make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/tune'
2402Making all in doc
2403make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/doc'
2404make[2]: Nothing to be done for `all'.
2405make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1/doc'
2406make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1'
2407/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o assert.lo assert.c
2408/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o compat.lo compat.c
2409/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o errno.lo errno.c
2410/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o extract-dbl.lo extract-dbl.c
2411/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o invalid.lo invalid.c
2412/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o memory.lo memory.c
2413/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mp_bpl.lo mp_bpl.c
2414/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mp_clz_tab.lo mp_clz_tab.c
2415libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c extract-dbl.c  -fno-common -DPIC -o .libs/extract-dbl.o
2416libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c errno.c  -fno-common -DPIC -o .libs/errno.o
2417libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c assert.c  -fno-common -DPIC -o .libs/assert.o
2418libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c compat.c  -fno-common -DPIC -o .libs/compat.o
2419libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c invalid.c  -fno-common -DPIC -o .libs/invalid.o
2420libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c memory.c  -fno-common -DPIC -o .libs/memory.o
2421libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_bpl.c  -fno-common -DPIC -o .libs/mp_bpl.o
2422libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_clz_tab.c  -fno-common -DPIC -o .libs/mp_clz_tab.o
2423libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_bpl.c -o mp_bpl.o >/dev/null 2>&1
2424libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c compat.c -o compat.o >/dev/null 2>&1
2425libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_clz_tab.c -o mp_clz_tab.o >/dev/null 2>&1
2426libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c extract-dbl.c -o extract-dbl.o >/dev/null 2>&1
2427libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c errno.c -o errno.o >/dev/null 2>&1
2428libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c memory.c -o memory.o >/dev/null 2>&1
2429libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c invalid.c -o invalid.o >/dev/null 2>&1
2430libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c assert.c -o assert.o >/dev/null 2>&1
2431/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mp_dv_tab.lo mp_dv_tab.c
2432/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mp_minv_tab.lo mp_minv_tab.c
2433/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mp_get_fns.lo mp_get_fns.c
2434/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o mp_set_fns.lo mp_set_fns.c
2435/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o version.lo version.c
2436/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o nextprime.lo nextprime.c
2437/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o primesieve.lo primesieve.c
2438/bin/sh ./libtool  --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o tal-reent.lo tal-reent.c
2439libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_minv_tab.c  -fno-common -DPIC -o .libs/mp_minv_tab.o
2440libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_set_fns.c  -fno-common -DPIC -o .libs/mp_set_fns.o
2441libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c version.c  -fno-common -DPIC -o .libs/version.o
2442libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c nextprime.c  -fno-common -DPIC -o .libs/nextprime.o
2443libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_dv_tab.c  -fno-common -DPIC -o .libs/mp_dv_tab.o
2444libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_get_fns.c  -fno-common -DPIC -o .libs/mp_get_fns.o
2445libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c primesieve.c  -fno-common -DPIC -o .libs/primesieve.o
2446libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tal-reent.c  -fno-common -DPIC -o .libs/tal-reent.o
2447libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_minv_tab.c -o mp_minv_tab.o >/dev/null 2>&1
2448libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c version.c -o version.o >/dev/null 2>&1
2449libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_set_fns.c -o mp_set_fns.o >/dev/null 2>&1
2450libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_dv_tab.c -o mp_dv_tab.o >/dev/null 2>&1
2451libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c mp_get_fns.c -o mp_get_fns.o >/dev/null 2>&1
2452libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c tal-reent.c -o tal-reent.o >/dev/null 2>&1
2453libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c nextprime.c -o nextprime.o >/dev/null 2>&1
2454libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c primesieve.c -o primesieve.o >/dev/null 2>&1
2455/bin/sh ./libtool  --tag=CXX   --mode=compile /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -I/opt/local/include  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c -o dummy.lo `test -f 'cxx/dummy.cc' || echo './'`cxx/dummy.cc
2456/bin/sh ./libtool  --tag=CC   --mode=link /usr/bin/clang  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge   -version-info 13:1:3 -no-undefined -L/opt/local/lib -Wl,-headerpad_max_install_names -o libgmp.la -rpath /opt/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 version.lo nextprime.lo primesieve.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_z.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/mfac_uiui.lo mpz/2fac_ui.lo mpz/fac_ui.lo mpz/oddfac_1.lo mpz/prodlimbs.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_q.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/limbs_finish.lo mpz/limbs_modify.lo mpz/limbs_read.lo mpz/limbs_write.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/primorial_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/roinit_n.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/invert_limb_table.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/cnd_add_n.lo mpn/cnd_sub_n.lo mpn/cnd_swap.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.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/mulmid_basecase.lo mpn/toom42_mulmid.lo mpn/mulmid_n.lo mpn/mulmid.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/sizeinbase.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/zero_p.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/jacobi_2.lo mpn/jacobi.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/matrix22_mul1_inverse_vector.lo mpn/hgcd_matrix.lo mpn/hgcd2.lo mpn/hgcd_step.lo mpn/hgcd_reduce.lo mpn/hgcd.lo mpn/hgcd_appr.lo mpn/hgcd2_jacobi.lo mpn/hgcd_jacobi.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/sqrlo.lo mpn/sqrlo_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/toom54_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/div_qr_1.lo mpn/div_qr_1n_pi1.lo mpn/div_qr_2.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.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/broot.lo mpn/brootinv.lo mpn/bsqrt.lo mpn/bsqrtinv.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/sec_powm.lo mpn/sec_mul.lo mpn/sec_sqr.lo mpn/sec_div_qr.lo mpn/sec_div_r.lo mpn/sec_pi1_div_qr.lo mpn/sec_pi1_div_r.lo mpn/sec_add_1.lo mpn/sec_sub_1.lo mpn/sec_invert.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/sec_tabselect.lo mpn/comb_tables.lo mpn/invert_limb.lo mpn/sqr_diag_addlsh1.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/sublsh2_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/add_n_sub_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 rand/rand.lo rand/randclr.lo rand/randdef.lo rand/randiset.lo rand/randlc2s.lo rand/randlc2x.lo rand/randmt.lo rand/randmts.lo rand/rands.lo rand/randsd.lo rand/randsdui.lo rand/randbui.lo rand/randmui.lo
2457libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cxx/dummy.cc  -fno-common -DPIC -o .libs/dummy.o
2458libtool: compile:  /usr/bin/clang++ -stdlib=libc++ -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/opt/local/include -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge -c cxx/dummy.cc -o dummy.o >/dev/null 2>&1
2459libtool: link: /usr/bin/clang -dynamiclib  -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/version.o .libs/nextprime.o .libs/primesieve.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_z.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/mfac_uiui.o mpz/.libs/2fac_ui.o mpz/.libs/fac_ui.o mpz/.libs/oddfac_1.o mpz/.libs/prodlimbs.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_q.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/limbs_finish.o mpz/.libs/limbs_modify.o mpz/.libs/limbs_read.o mpz/.libs/limbs_write.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/primorial_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/roinit_n.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/invert_limb_table.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/cnd_add_n.o mpn/.libs/cnd_sub_n.o mpn/.libs/cnd_swap.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/add_err1_n.o mpn/.libs/add_err2_n.o mpn/.libs/add_err3_n.o mpn/.libs/sub_err1_n.o mpn/.libs/sub_err2_n.o mpn/.libs/sub_err3_n.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/mulmid_basecase.o mpn/.libs/toom42_mulmid.o mpn/.libs/mulmid_n.o mpn/.libs/mulmid.o mpn/.libs/random.o mpn/.libs/random2.o mpn/.libs/pow_1.o mpn/.libs/rootrem.o mpn/.libs/sqrtrem.o mpn/.libs/sizeinbase.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/zero_p.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_subdiv_step.o mpn/.libs/gcdext_lehmer.o mpn/.libs/div_q.o mpn/.libs/tdiv_qr.o mpn/.libs/jacbase.o mpn/.libs/jacobi_2.o mpn/.libs/jacobi.o mpn/.libs/get_d.o mpn/.libs/matrix22_mul.o mpn/.libs/matrix22_mul1_inverse_vector.o mpn/.libs/hgcd_matrix.o mpn/.libs/hgcd2.o mpn/.libs/hgcd_step.o mpn/.libs/hgcd_reduce.o mpn/.libs/hgcd.o mpn/.libs/hgcd_appr.o mpn/.libs/hgcd2_jacobi.o mpn/.libs/hgcd_jacobi.o mpn/.libs/mullo_n.o mpn/.libs/mullo_basecase.o mpn/.libs/sqrlo.o mpn/.libs/sqrlo_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/toom54_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/div_qr_1.o mpn/.libs/div_qr_1n_pi1.o mpn/.libs/div_qr_2.o mpn/.libs/div_qr_2n_pi1.o mpn/.libs/div_qr_2u_pi1.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/broot.o mpn/.libs/brootinv.o mpn/.libs/bsqrt.o mpn/.libs/bsqrtinv.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/sec_powm.o mpn/.libs/sec_mul.o mpn/.libs/sec_sqr.o mpn/.libs/sec_div_qr.o mpn/.libs/sec_div_r.o mpn/.libs/sec_pi1_div_qr.o mpn/.libs/sec_pi1_div_r.o mpn/.libs/sec_add_1.o mpn/.libs/sec_sub_1.o mpn/.libs/sec_invert.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/sec_tabselect.o mpn/.libs/comb_tables.o mpn/.libs/invert_limb.o mpn/.libs/sqr_diag_addlsh1.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/sublsh2_n.o mpn/.libs/rsblsh2_n.o mpn/.libs/addlsh_n.o mpn/.libs/rsblsh_n.o mpn/.libs/add_n_sub_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 rand/.libs/rand.o rand/.libs/randclr.o rand/.libs/randdef.o rand/.libs/randiset.o rand/.libs/randlc2s.o rand/.libs/randlc2x.o rand/.libs/randmt.o rand/.libs/randmts.o rand/.libs/rands.o rand/.libs/randsd.o rand/.libs/randsdui.o rand/.libs/randbui.o rand/.libs/randmui.o   -L/opt/local/lib  -O2 -m64 -mtune=sandybridge -march=sandybridge -Wl,-headerpad_max_install_names   -install_name  /opt/local/lib/libgmp.10.dylib -compatibility_version 14 -current_version 14.1 -Wl,-single_module
2460libtool: link: (cd ".libs" && rm -f "libgmp.dylib" && ln -s "libgmp.10.dylib" "libgmp.dylib")
2461copying selected object files to avoid basename conflicts...
2462libtool: link: ln mpz/abs.o .libs/libgmp.lax/lt1-abs.o || cp mpz/abs.o .libs/libgmp.lax/lt1-abs.o
2463libtool: link: ln mpz/add.o .libs/libgmp.lax/lt2-add.o || cp mpz/add.o .libs/libgmp.lax/lt2-add.o
2464libtool: link: ln mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o || cp mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o
2465libtool: link: ln mpz/clear.o .libs/libgmp.lax/lt4-clear.o || cp mpz/clear.o .libs/libgmp.lax/lt4-clear.o
2466libtool: link: ln mpz/clears.o .libs/libgmp.lax/lt5-clears.o || cp mpz/clears.o .libs/libgmp.lax/lt5-clears.o
2467libtool: link: ln mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o || cp mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o
2468libtool: link: ln mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o || cp mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o
2469libtool: link: ln mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o || cp mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o
2470libtool: link: ln mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o || cp mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o
2471libtool: link: ln mpz/dump.o .libs/libgmp.lax/lt10-dump.o || cp mpz/dump.o .libs/libgmp.lax/lt10-dump.o
2472libtool: link: ln mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o || cp mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o
2473libtool: link: ln mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o || cp mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o
2474libtool: link: ln mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o || cp mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o
2475libtool: link: ln mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o || cp mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o
2476libtool: link: ln mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o || cp mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o
2477libtool: link: ln mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o || cp mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o
2478libtool: link: ln mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o || cp mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o
2479libtool: link: ln mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o || cp mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o
2480libtool: link: ln mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o || cp mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o
2481libtool: link: ln mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o || cp mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o
2482libtool: link: ln mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o || cp mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o
2483libtool: link: ln mpz/init.o .libs/libgmp.lax/lt22-init.o || cp mpz/init.o .libs/libgmp.lax/lt22-init.o
2484libtool: link: ln mpz/init2.o .libs/libgmp.lax/lt23-init2.o || cp mpz/init2.o .libs/libgmp.lax/lt23-init2.o
2485libtool: link: ln mpz/inits.o .libs/libgmp.lax/lt24-inits.o || cp mpz/inits.o .libs/libgmp.lax/lt24-inits.o
2486libtool: link: ln mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o || cp mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o
2487libtool: link: ln mpz/iset.o .libs/libgmp.lax/lt26-iset.o || cp mpz/iset.o .libs/libgmp.lax/lt26-iset.o
2488libtool: link: ln mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o || cp mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o
2489libtool: link: ln mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o || cp mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o
2490libtool: link: ln mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o || cp mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o
2491libtool: link: ln mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o || cp mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o
2492libtool: link: ln mpz/mul.o .libs/libgmp.lax/lt31-mul.o || cp mpz/mul.o .libs/libgmp.lax/lt31-mul.o
2493libtool: link: ln mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o || cp mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o
2494libtool: link: ln mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o || cp mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o
2495libtool: link: ln mpz/neg.o .libs/libgmp.lax/lt34-neg.o || cp mpz/neg.o .libs/libgmp.lax/lt34-neg.o
2496libtool: link: ln mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o || cp mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o
2497libtool: link: ln mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o || cp mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o
2498libtool: link: ln mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o || cp mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o
2499libtool: link: ln mpz/random2.o .libs/libgmp.lax/lt38-random2.o || cp mpz/random2.o .libs/libgmp.lax/lt38-random2.o
2500libtool: link: ln mpz/set.o .libs/libgmp.lax/lt39-set.o || cp mpz/set.o .libs/libgmp.lax/lt39-set.o
2501libtool: link: ln mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o || cp mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o
2502libtool: link: ln mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o || cp mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o
2503libtool: link: ln mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o || cp mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o
2504libtool: link: ln mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o || cp mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o
2505libtool: link: ln mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o || cp mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o
2506libtool: link: ln mpz/size.o .libs/libgmp.lax/lt45-size.o || cp mpz/size.o .libs/libgmp.lax/lt45-size.o
2507libtool: link: ln mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o || cp mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o
2508libtool: link: ln mpz/sub.o .libs/libgmp.lax/lt47-sub.o || cp mpz/sub.o .libs/libgmp.lax/lt47-sub.o
2509libtool: link: ln mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o || cp mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o
2510libtool: link: ln mpz/swap.o .libs/libgmp.lax/lt49-swap.o || cp mpz/swap.o .libs/libgmp.lax/lt49-swap.o
2511libtool: link: ln mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o || cp mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o
2512libtool: link: ln mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o || cp mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o
2513libtool: link: ln mpq/abs.o .libs/libgmp.lax/lt52-abs.o || cp mpq/abs.o .libs/libgmp.lax/lt52-abs.o
2514libtool: link: ln mpq/clear.o .libs/libgmp.lax/lt53-clear.o || cp mpq/clear.o .libs/libgmp.lax/lt53-clear.o
2515libtool: link: ln mpq/clears.o .libs/libgmp.lax/lt54-clears.o || cp mpq/clears.o .libs/libgmp.lax/lt54-clears.o
2516libtool: link: ln mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o || cp mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o
2517libtool: link: ln mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o || cp mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o
2518libtool: link: ln mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o || cp mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o
2519libtool: link: ln mpq/div.o .libs/libgmp.lax/lt58-div.o || cp mpq/div.o .libs/libgmp.lax/lt58-div.o
2520libtool: link: ln mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o || cp mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o
2521libtool: link: ln mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o || cp mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o
2522libtool: link: ln mpq/init.o .libs/libgmp.lax/lt61-init.o || cp mpq/init.o .libs/libgmp.lax/lt61-init.o
2523libtool: link: ln mpq/inits.o .libs/libgmp.lax/lt62-inits.o || cp mpq/inits.o .libs/libgmp.lax/lt62-inits.o
2524libtool: link: ln mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o || cp mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o
2525libtool: link: ln mpq/mul.o .libs/libgmp.lax/lt64-mul.o || cp mpq/mul.o .libs/libgmp.lax/lt64-mul.o
2526libtool: link: ln mpq/neg.o .libs/libgmp.lax/lt65-neg.o || cp mpq/neg.o .libs/libgmp.lax/lt65-neg.o
2527libtool: link: ln mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o || cp mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o
2528libtool: link: ln mpq/set.o .libs/libgmp.lax/lt67-set.o || cp mpq/set.o .libs/libgmp.lax/lt67-set.o
2529libtool: link: ln mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o || cp mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o
2530libtool: link: ln mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o || cp mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o
2531libtool: link: ln mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o || cp mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o
2532libtool: link: ln mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o || cp mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o
2533libtool: link: ln mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o || cp mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o
2534libtool: link: ln mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o || cp mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o
2535libtool: link: ln mpq/swap.o .libs/libgmp.lax/lt74-swap.o || cp mpq/swap.o .libs/libgmp.lax/lt74-swap.o
2536libtool: link: ln mpn/add.o .libs/libgmp.lax/lt75-add.o || cp mpn/add.o .libs/libgmp.lax/lt75-add.o
2537libtool: link: ln mpn/sub.o .libs/libgmp.lax/lt76-sub.o || cp mpn/sub.o .libs/libgmp.lax/lt76-sub.o
2538libtool: link: ln mpn/neg.o .libs/libgmp.lax/lt77-neg.o || cp mpn/neg.o .libs/libgmp.lax/lt77-neg.o
2539libtool: link: ln mpn/com.o .libs/libgmp.lax/lt78-com.o || cp mpn/com.o .libs/libgmp.lax/lt78-com.o
2540libtool: link: ln mpn/divis.o .libs/libgmp.lax/lt79-divis.o || cp mpn/divis.o .libs/libgmp.lax/lt79-divis.o
2541libtool: link: ln mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o || cp mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o
2542libtool: link: ln mpn/dump.o .libs/libgmp.lax/lt81-dump.o || cp mpn/dump.o .libs/libgmp.lax/lt81-dump.o
2543libtool: link: ln mpn/mul.o .libs/libgmp.lax/lt82-mul.o || cp mpn/mul.o .libs/libgmp.lax/lt82-mul.o
2544libtool: link: ln mpn/random.o .libs/libgmp.lax/lt83-random.o || cp mpn/random.o .libs/libgmp.lax/lt83-random.o
2545libtool: link: ln mpn/random2.o .libs/libgmp.lax/lt84-random2.o || cp mpn/random2.o .libs/libgmp.lax/lt84-random2.o
2546libtool: link: ln mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o || cp mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o
2547libtool: link: ln mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o || cp mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o
2548libtool: link: ln mpn/sizeinbase.o .libs/libgmp.lax/lt87-sizeinbase.o || cp mpn/sizeinbase.o .libs/libgmp.lax/lt87-sizeinbase.o
2549libtool: link: ln mpn/get_str.o .libs/libgmp.lax/lt88-get_str.o || cp mpn/get_str.o .libs/libgmp.lax/lt88-get_str.o
2550libtool: link: ln mpn/set_str.o .libs/libgmp.lax/lt89-set_str.o || cp mpn/set_str.o .libs/libgmp.lax/lt89-set_str.o
2551libtool: link: ln mpn/scan0.o .libs/libgmp.lax/lt90-scan0.o || cp mpn/scan0.o .libs/libgmp.lax/lt90-scan0.o
2552libtool: link: ln mpn/scan1.o .libs/libgmp.lax/lt91-scan1.o || cp mpn/scan1.o .libs/libgmp.lax/lt91-scan1.o
2553libtool: link: ln mpn/popcount.o .libs/libgmp.lax/lt92-popcount.o || cp mpn/popcount.o .libs/libgmp.lax/lt92-popcount.o
2554libtool: link: ln mpn/hamdist.o .libs/libgmp.lax/lt93-hamdist.o || cp mpn/hamdist.o .libs/libgmp.lax/lt93-hamdist.o
2555libtool: link: ln mpn/cmp.o .libs/libgmp.lax/lt94-cmp.o || cp mpn/cmp.o .libs/libgmp.lax/lt94-cmp.o
2556libtool: link: ln mpn/perfsqr.o .libs/libgmp.lax/lt95-perfsqr.o || cp mpn/perfsqr.o .libs/libgmp.lax/lt95-perfsqr.o
2557libtool: link: ln mpn/perfpow.o .libs/libgmp.lax/lt96-perfpow.o || cp mpn/perfpow.o .libs/libgmp.lax/lt96-perfpow.o
2558libtool: link: ln mpn/gcd.o .libs/libgmp.lax/lt97-gcd.o || cp mpn/gcd.o .libs/libgmp.lax/lt97-gcd.o
2559libtool: link: ln mpn/gcdext.o .libs/libgmp.lax/lt98-gcdext.o || cp mpn/gcdext.o .libs/libgmp.lax/lt98-gcdext.o
2560libtool: link: ln mpn/tdiv_qr.o .libs/libgmp.lax/lt99-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libgmp.lax/lt99-tdiv_qr.o
2561libtool: link: ln mpn/jacobi.o .libs/libgmp.lax/lt100-jacobi.o || cp mpn/jacobi.o .libs/libgmp.lax/lt100-jacobi.o
2562libtool: link: ln mpn/get_d.o .libs/libgmp.lax/lt101-get_d.o || cp mpn/get_d.o .libs/libgmp.lax/lt101-get_d.o
2563libtool: link: ln mpn/invert.o .libs/libgmp.lax/lt102-invert.o || cp mpn/invert.o .libs/libgmp.lax/lt102-invert.o
2564libtool: link: ln mpn/divexact.o .libs/libgmp.lax/lt103-divexact.o || cp mpn/divexact.o .libs/libgmp.lax/lt103-divexact.o
2565libtool: link: ln mpn/powm.o .libs/libgmp.lax/lt104-powm.o || cp mpn/powm.o .libs/libgmp.lax/lt104-powm.o
2566libtool: link: ln mpn/remove.o .libs/libgmp.lax/lt105-remove.o || cp mpn/remove.o .libs/libgmp.lax/lt105-remove.o
2567libtool: link: ar cq .libs/libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o version.o nextprime.o primesieve.o tal-reent.o mpf/init.o mpf/init2.o mpf/inits.o mpf/set.o mpf/set_ui.o mpf/set_si.o mpf/set_str.o mpf/set_d.o mpf/set_z.o mpf/iset.o mpf/iset_ui.o mpf/iset_si.o mpf/iset_str.o mpf/iset_d.o mpf/clear.o mpf/clears.o mpf/get_str.o mpf/dump.o mpf/size.o mpf/eq.o mpf/reldiff.o mpf/sqrt.o mpf/random2.o mpf/inp_str.o mpf/out_str.o mpf/add.o mpf/add_ui.o mpf/sub.o mpf/sub_ui.o mpf/ui_sub.o mpf/mul.o mpf/mul_ui.o mpf/div.o mpf/div_ui.o mpf/cmp_z.o mpf/cmp.o mpf/cmp_d.o mpf/cmp_ui.o mpf/cmp_si.o mpf/mul_2exp.o mpf/div_2exp.o mpf/abs.o mpf/neg.o mpf/set_q.o mpf/get_d.o mpf/get_d_2exp.o mpf/set_dfl_prec.o mpf/set_prc.o mpf/set_prc_raw.o mpf/get_dfl_prec.o mpf/get_prc.o mpf/ui_div.o mpf/sqrt_ui.o mpf/ceilfloor.o mpf/trunc.o mpf/pow_ui.o mpf/urandomb.o mpf/swap.o mpf/fits_sint.o mpf/fits_slong.o mpf/fits_sshort.o mpf/fits_uint.o mpf/fits_ulong.o mpf/fits_ushort.o mpf/get_si.o mpf/get_ui.o mpf/int_p.o .libs/libgmp.lax/lt1-abs.o .libs/libgmp.lax/lt2-add.o .libs/libgmp.lax/lt3-add_ui.o mpz/aorsmul.o mpz/aorsmul_i.o mpz/and.o mpz/array_init.o mpz/bin_ui.o mpz/bin_uiui.o mpz/cdiv_q.o mpz/cdiv_q_ui.o mpz/cdiv_qr.o mpz/cdiv_qr_ui.o mpz/cdiv_r.o mpz/cdiv_r_ui.o mpz/cdiv_ui.o mpz/cfdiv_q_2exp.o mpz/cfdiv_r_2exp.o .libs/libgmp.lax/lt4-clear.o .libs/libgmp.lax/lt5-clears.o mpz/clrbit.o .libs/libgmp.lax/lt6-cmp.o .libs/libgmp.lax/lt7-cmp_d.o .libs/libgmp.lax/lt8-cmp_si.o .libs/libgmp.lax/lt9-cmp_ui.o mpz/cmpabs.o mpz/cmpabs_d.o mpz/cmpabs_ui.o mpz/com.o mpz/combit.o mpz/cong.o mpz/cong_2exp.o mpz/cong_ui.o mpz/divexact.o mpz/divegcd.o mpz/dive_ui.o mpz/divis.o mpz/divis_ui.o mpz/divis_2exp.o .libs/libgmp.lax/lt10-dump.o mpz/export.o mpz/mfac_uiui.o mpz/2fac_ui.o mpz/fac_ui.o mpz/oddfac_1.o mpz/prodlimbs.o mpz/fdiv_q_ui.o mpz/fdiv_qr.o mpz/fdiv_qr_ui.o mpz/fdiv_r.o mpz/fdiv_r_ui.o mpz/fdiv_q.o mpz/fdiv_ui.o mpz/fib_ui.o mpz/fib2_ui.o .libs/libgmp.lax/lt11-fits_sint.o .libs/libgmp.lax/lt12-fits_slong.o .libs/libgmp.lax/lt13-fits_sshort.o .libs/libgmp.lax/lt14-fits_uint.o .libs/libgmp.lax/lt15-fits_ulong.o .libs/libgmp.lax/lt16-fits_ushort.o mpz/gcd.o mpz/gcd_ui.o mpz/gcdext.o .libs/libgmp.lax/lt17-get_d.o .libs/libgmp.lax/lt18-get_d_2exp.o .libs/libgmp.lax/lt19-get_si.o .libs/libgmp.lax/lt20-get_str.o .libs/libgmp.lax/lt21-get_ui.o mpz/getlimbn.o mpz/hamdist.o mpz/import.o .libs/libgmp.lax/lt22-init.o .libs/libgmp.lax/lt23-init2.o .libs/libgmp.lax/lt24-inits.o mpz/inp_raw.o .libs/libgmp.lax/lt25-inp_str.o mpz/invert.o mpz/ior.o .libs/libgmp.lax/lt26-iset.o .libs/libgmp.lax/lt27-iset_d.o .libs/libgmp.lax/lt28-iset_si.o .libs/libgmp.lax/lt29-iset_str.o .libs/libgmp.lax/lt30-iset_ui.o mpz/jacobi.o mpz/kronsz.o mpz/kronuz.o mpz/kronzs.o mpz/kronzu.o mpz/lcm.o mpz/lcm_ui.o mpz/limbs_finish.o mpz/limbs_modify.o mpz/limbs_read.o mpz/limbs_write.o mpz/lucnum_ui.o mpz/lucnum2_ui.o mpz/millerrabin.o mpz/mod.o .libs/libgmp.lax/lt31-mul.o .libs/libgmp.lax/lt32-mul_2exp.o mpz/mul_si.o .libs/libgmp.lax/lt33-mul_ui.o mpz/n_pow_ui.o .libs/libgmp.lax/lt34-neg.o .libs/libgmp.lax/lt35-nextprime.o mpz/out_raw.o .libs/libgmp.lax/lt36-out_str.o mpz/perfpow.o mpz/perfsqr.o mpz/popcount.o .libs/libgmp.lax/lt37-pow_ui.o mpz/powm.o mpz/powm_sec.o mpz/powm_ui.o mpz/primorial_ui.o mpz/pprime_p.o mpz/random.o .libs/libgmp.lax/lt38-random2.o mpz/realloc.o mpz/realloc2.o mpz/remove.o mpz/roinit_n.o mpz/root.o mpz/rootrem.o mpz/rrandomb.o mpz/scan0.o mpz/scan1.o .libs/libgmp.lax/lt39-set.o .libs/libgmp.lax/lt40-set_d.o mpz/set_f.o .libs/libgmp.lax/lt41-set_q.o .libs/libgmp.lax/lt42-set_si.o .libs/libgmp.lax/lt43-set_str.o .libs/libgmp.lax/lt44-set_ui.o mpz/setbit.o .libs/libgmp.lax/lt45-size.o mpz/sizeinbase.o .libs/libgmp.lax/lt46-sqrt.o mpz/sqrtrem.o .libs/libgmp.lax/lt47-sub.o .libs/libgmp.lax/lt48-sub_ui.o .libs/libgmp.lax/lt49-swap.o mpz/tdiv_ui.o mpz/tdiv_q.o mpz/tdiv_q_2exp.o mpz/tdiv_q_ui.o mpz/tdiv_qr.o mpz/tdiv_qr_ui.o mpz/tdiv_r.o mpz/tdiv_r_2exp.o mpz/tdiv_r_ui.o mpz/tstbit.o mpz/ui_pow_ui.o .libs/libgmp.lax/lt50-ui_sub.o .libs/libgmp.lax/lt51-urandomb.o mpz/urandomm.o mpz/xor.o .libs/libgmp.lax/lt52-abs.o mpq/aors.o mpq/canonicalize.o .libs/libgmp.lax/lt53-clear.o .libs/libgmp.lax/lt54-clears.o .libs/libgmp.lax/lt55-cmp.o .libs/libgmp.lax/lt56-cmp_si.o .libs/libgmp.lax/lt57-cmp_ui.o .libs/libgmp.lax/lt58-div.o .libs/libgmp.lax/lt59-get_d.o mpq/get_den.o mpq/get_num.o .libs/libgmp.lax/lt60-get_str.o .libs/libgmp.lax/lt61-init.o .libs/libgmp.lax/lt62-inits.o .libs/libgmp.lax/lt63-inp_str.o mpq/inv.o mpq/md_2exp.o .libs/libgmp.lax/lt64-mul.o .libs/libgmp.lax/lt65-neg.o .libs/libgmp.lax/lt66-out_str.o .libs/libgmp.lax/lt67-set.o mpq/set_den.o mpq/set_num.o .libs/libgmp.lax/lt68-set_si.o .libs/libgmp.lax/lt69-set_str.o .libs/libgmp.lax/lt70-set_ui.o mpq/equal.o .libs/libgmp.lax/lt71-set_z.o .libs/libgmp.lax/lt72-set_d.o .libs/libgmp.lax/lt73-set_f.o .libs/libgmp.lax/lt74-swap.o mpn/fib_table.o mpn/mp_bases.o mpn/invert_limb_table.o .libs/libgmp.lax/lt75-add.o mpn/add_1.o mpn/add_n.o .libs/libgmp.lax/lt76-sub.o mpn/sub_1.o mpn/sub_n.o mpn/cnd_add_n.o mpn/cnd_sub_n.o mpn/cnd_swap.o .libs/libgmp.lax/lt77-neg.o .libs/libgmp.lax/lt78-com.o mpn/mul_1.o mpn/addmul_1.o mpn/submul_1.o mpn/add_err1_n.o mpn/add_err2_n.o mpn/add_err3_n.o mpn/sub_err1_n.o mpn/sub_err2_n.o mpn/sub_err3_n.o mpn/lshift.o mpn/rshift.o mpn/dive_1.o mpn/diveby3.o .libs/libgmp.lax/lt79-divis.o mpn/divrem.o mpn/divrem_1.o mpn/divrem_2.o .libs/libgmp.lax/lt80-fib2_ui.o mpn/mod_1.o mpn/mod_34lsub1.o mpn/mode1o.o mpn/pre_mod_1.o .libs/libgmp.lax/lt81-dump.o mpn/mod_1_1.o mpn/mod_1_2.o mpn/mod_1_3.o mpn/mod_1_4.o mpn/lshiftc.o .libs/libgmp.lax/lt82-mul.o mpn/mul_fft.o mpn/mul_n.o mpn/sqr.o mpn/mul_basecase.o mpn/sqr_basecase.o mpn/nussbaumer_mul.o mpn/mulmid_basecase.o mpn/toom42_mulmid.o mpn/mulmid_n.o mpn/mulmid.o .libs/libgmp.lax/lt83-random.o .libs/libgmp.lax/lt84-random2.o mpn/pow_1.o .libs/libgmp.lax/lt85-rootrem.o .libs/libgmp.lax/lt86-sqrtrem.o .libs/libgmp.lax/lt87-sizeinbase.o .libs/libgmp.lax/lt88-get_str.o .libs/libgmp.lax/lt89-set_str.o .libs/libgmp.lax/lt90-scan0.o .libs/libgmp.lax/lt91-scan1.o .libs/libgmp.lax/lt92-popcount.o .libs/libgmp.lax/lt93-hamdist.o .libs/libgmp.lax/lt94-cmp.o mpn/zero_p.o .libs/libgmp.lax/lt95-perfsqr.o .libs/libgmp.lax/lt96-perfpow.o mpn/gcd_1.o .libs/libgmp.lax/lt97-gcd.o mpn/gcdext_1.o .libs/libgmp.lax/lt98-gcdext.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/div_q.o .libs/libgmp.lax/lt99-tdiv_qr.o mpn/jacbase.o mpn/jacobi_2.o .libs/libgmp.lax/lt100-jacobi.o .libs/libgmp.lax/lt101-get_d.o mpn/matrix22_mul.o mpn/matrix22_mul1_inverse_vector.o mpn/hgcd_matrix.o mpn/hgcd2.o mpn/hgcd_step.o mpn/hgcd_reduce.o mpn/hgcd.o mpn/hgcd_appr.o mpn/hgcd2_jacobi.o mpn/hgcd_jacobi.o mpn/mullo_n.o mpn/mullo_basecase.o mpn/sqrlo.o mpn/sqrlo_basecase.o mpn/toom22_mul.o mpn/toom32_mul.o mpn/toom42_mul.o mpn/toom52_mul.o mpn/toom62_mul.o mpn/toom33_mul.o mpn/toom43_mul.o mpn/toom53_mul.o mpn/toom54_mul.o mpn/toom63_mul.o mpn/toom44_mul.o mpn/toom6h_mul.o mpn/toom6_sqr.o mpn/toom8h_mul.o mpn/toom8_sqr.o mpn/toom_couple_handling.o mpn/toom2_sqr.o mpn/toom3_sqr.o mpn/toom4_sqr.o mpn/toom_eval_dgr3_pm1.o mpn/toom_eval_dgr3_pm2.o mpn/toom_eval_pm1.o mpn/toom_eval_pm2.o mpn/toom_eval_pm2exp.o mpn/toom_eval_pm2rexp.o mpn/toom_interpolate_5pts.o mpn/toom_interpolate_6pts.o mpn/toom_interpolate_7pts.o mpn/toom_interpolate_8pts.o mpn/toom_interpolate_12pts.o mpn/toom_interpolate_16pts.o mpn/invertappr.o .libs/libgmp.lax/lt102-invert.o mpn/binvert.o mpn/mulmod_bnm1.o mpn/sqrmod_bnm1.o mpn/div_qr_1.o mpn/div_qr_1n_pi1.o mpn/div_qr_2.o mpn/div_qr_2n_pi1.o mpn/div_qr_2u_pi1.o mpn/sbpi1_div_q.o mpn/sbpi1_div_qr.o mpn/sbpi1_divappr_q.o mpn/dcpi1_div_q.o mpn/dcpi1_div_qr.o mpn/dcpi1_divappr_q.o mpn/mu_div_qr.o mpn/mu_divappr_q.o mpn/mu_div_q.o mpn/bdiv_q_1.o mpn/sbpi1_bdiv_q.o mpn/sbpi1_bdiv_qr.o mpn/dcpi1_bdiv_q.o mpn/dcpi1_bdiv_qr.o mpn/mu_bdiv_q.o mpn/mu_bdiv_qr.o mpn/bdiv_q.o mpn/bdiv_qr.o mpn/broot.o mpn/brootinv.o mpn/bsqrt.o mpn/bsqrtinv.o .libs/libgmp.lax/lt103-divexact.o mpn/bdiv_dbm1c.o mpn/redc_1.o mpn/redc_2.o mpn/redc_n.o .libs/libgmp.lax/lt104-powm.o mpn/powlo.o mpn/sec_powm.o mpn/sec_mul.o mpn/sec_sqr.o mpn/sec_div_qr.o mpn/sec_div_r.o mpn/sec_pi1_div_qr.o mpn/sec_pi1_div_r.o mpn/sec_add_1.o mpn/sec_sub_1.o mpn/sec_invert.o mpn/trialdiv.o .libs/libgmp.lax/lt105-remove.o mpn/and_n.o mpn/andn_n.o mpn/nand_n.o mpn/ior_n.o mpn/iorn_n.o mpn/nior_n.o mpn/xor_n.o mpn/xnor_n.o mpn/copyi.o mpn/copyd.o mpn/zero.o mpn/sec_tabselect.o mpn/comb_tables.o mpn/invert_limb.o mpn/sqr_diag_addlsh1.o mpn/mul_2.o mpn/addmul_2.o mpn/addlsh1_n.o mpn/sublsh1_n.o mpn/rsblsh1_n.o mpn/rsh1add_n.o mpn/rsh1sub_n.o mpn/addlsh2_n.o mpn/sublsh2_n.o mpn/rsblsh2_n.o mpn/addlsh_n.o mpn/rsblsh_n.o mpn/add_n_sub_n.o mpn/addaddmul_1msb0.o printf/asprintf.o printf/asprntffuns.o printf/doprnt.o printf/doprntf.o printf/doprnti.o printf/fprintf.o printf/obprintf.o printf/obvprintf.o printf/obprntffuns.o printf/printf.o printf/printffuns.o printf/snprintf.o printf/snprntffuns.o printf/sprintf.o printf/sprintffuns.o printf/vasprintf.o printf/vfprintf.o printf/vprintf.o printf/vsnprintf.o printf/vsprintf.o printf/repl-vsnprintf.o scanf/doscan.o scanf/fscanf.o scanf/fscanffuns.o scanf/scanf.o scanf/sscanf.o scanf/sscanffuns.o scanf/vfscanf.o scanf/vscanf.o scanf/vsscanf.o rand/rand.o rand/randclr.o rand/randdef.o rand/randiset.o rand/randlc2s.o rand/randlc2x.o rand/randmt.o rand/randmts.o rand/rands.o rand/randsd.o rand/randsdui.o rand/randbui.o rand/randmui.o
2568/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(mp_clz_tab.o) has no symbols
2569/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprintf.o) has no symbols
2570/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obvprintf.o) has no symbols
2571/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprntffuns.o) has no symbols
2572/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(repl-vsnprintf.o) has no symbols
2573libtool: link: ranlib .libs/libgmp.a
2574/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(mp_clz_tab.o) has no symbols
2575/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprintf.o) has no symbols
2576/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obvprintf.o) has no symbols
2577/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprntffuns.o) has no symbols
2578/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(repl-vsnprintf.o) has no symbols
2579libtool: link: rm -fr .libs/libgmp.lax
2580libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" )
2581/bin/sh ./libtool  --tag=CXX   --mode=link /usr/bin/clang++ -stdlib=libc++  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge   -version-info 9:1:5 -no-undefined -L/opt/local/lib -Wl,-headerpad_max_install_names -o libgmpxx.la -rpath /opt/local/lib dummy.lo cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/limits.lo cxx/osdoprnti.lo cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la
2582libtool: link: /usr/bin/clang++ -stdlib=libc++ -dynamiclib  -o .libs/libgmpxx.4.dylib  .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/limits.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o   -L/opt/local/lib ./.libs/libgmp.dylib  -stdlib=libc++ -O2 -m64 -mtune=sandybridge -march=sandybridge -Wl,-headerpad_max_install_names   -install_name  /opt/local/lib/libgmpxx.4.dylib -compatibility_version 10 -current_version 10.1 -Wl,-single_module
2583libtool: link: (cd ".libs" && rm -f "libgmpxx.dylib" && ln -s "libgmpxx.4.dylib" "libgmpxx.dylib")
2584libtool: link: ar cq .libs/libgmpxx.a  dummy.o cxx/isfuns.o cxx/ismpf.o cxx/ismpq.o cxx/ismpz.o cxx/ismpznw.o cxx/limits.o cxx/osdoprnti.o cxx/osfuns.o cxx/osmpf.o cxx/osmpq.o cxx/osmpz.o
2585/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmpxx.a(dummy.o) has no symbols
2586libtool: link: ranlib .libs/libgmpxx.a
2587/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmpxx.a(dummy.o) has no symbols
2588libtool: link: ( cd ".libs" && rm -f "libgmpxx.la" && ln -s "../libgmpxx.la" "libgmpxx.la" )
2589make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1'
2590make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1'
2591make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.1'
2592--->  Staging gmp into destroot
2593./usr missing (created)
2594. missing (directory not created: File exists)
2595./Applications missing (created)
2596./Developer missing (created)
2597./Library missing (created)
2598. changed
2599        gid expected 80 found 0 modified
2600./bin missing (created)
2601./etc missing (created)
2602./include missing (created)
2603./lib missing (created)
2604./lib/pkgconfig missing (created)
2605./libexec missing (created)
2606./sbin missing (created)
2607./share missing (created)
2608./share/info missing (created)
2609./share/man missing (created)
2610./share/man/cat1 missing (created)
2611./share/man/cat2 missing (created)
2612./share/man/cat3 missing (created)
2613./share/man/cat4 missing (created)
2614./share/man/cat5 missing (created)
2615./share/man/cat6 missing (created)
2616./share/man/cat7 missing (created)
2617./share/man/cat8 missing (created)
2618./share/man/cat9 missing (created)
2619./share/man/catl missing (created)
2620./share/man/catn missing (created)
2621./share/man/man1 missing (created)
2622./share/man/man2 missing (created)
2623./share/man/man3 missing (created)
2624./share/man/man4 missing (created)
2625./share/man/man5 missing (created)
2626./share/man/man6 missing (created)
2627./share/man/man7 missing (created)
2628./share/man/man8 missing (created)
2629./share/man/man9 missing (created)
2630./share/man/manl missing (created)
2631./share/man/mann missing (created)
2632./share/nls missing (created)
2633./share/nls/C missing (created)
2634./share/nls/af_ZA.ISO8859-1 missing (created)
2635./share/nls/af_ZA.ISO8859-15 missing (created)
2636./share/nls/bg_BG.CP1251 missing (created)
2637./share/nls/cs_CZ.ISO8859-2 missing (created)
2638./share/nls/da_DK.ISO8859-1 missing (created)
2639./share/nls/da_DK.ISO8859-15 missing (created)
2640./share/nls/de_AT.ISO8859-1 missing (created)
2641./share/nls/de_AT.ISO8859-15 missing (created)
2642./share/nls/de_CH.ISO8859-1 missing (created)
2643./share/nls/de_CH.ISO8859-15 missing (created)
2644./share/nls/de_DE.ISO8859-1 missing (created)
2645./share/nls/de_DE.ISO8859-15 missing (created)
2646./share/nls/el_GR.ISO8859-7 missing (created)
2647./share/nls/en_AU.ISO8859-1 missing (created)
2648./share/nls/en_AU.ISO8859-15 missing (created)
2649./share/nls/en_AU.US-ASCII missing (created)
2650./share/nls/en_CA.ISO8859-1 missing (created)
2651./share/nls/en_CA.ISO8859-15 missing (created)
2652./share/nls/en_CA.US-ASCII missing (created)
2653./share/nls/en_GB.ISO8859-1 missing (created)
2654./share/nls/en_GB.ISO8859-15 missing (created)
2655./share/nls/en_GB.US-ASCII missing (created)
2656./share/nls/en_NZ.ISO8859-1 missing (created)
2657./share/nls/en_NZ.ISO8859-15 missing (created)
2658./share/nls/en_NZ.US-ASCII missing (created)
2659./share/nls/en_US.ISO8859-1 missing (created)
2660./share/nls/en_US.ISO8859-15 missing (created)
2661./share/nls/es_ES.ISO8859-1 missing (created)
2662./share/nls/es_ES.ISO8859-15 missing (created)
2663./share/nls/et_EE.ISO8859-15 missing (created)
2664./share/nls/fi_FI.ISO8859-1 missing (created)
2665./share/nls/fi_FI.ISO8859-15 missing (created)
2666./share/nls/fr_BE.ISO8859-1 missing (created)
2667./share/nls/fr_BE.ISO8859-15 missing (created)
2668./share/nls/fr_CA.ISO8859-1 missing (created)
2669./share/nls/fr_CA.ISO8859-15 missing (created)
2670./share/nls/fr_CH.ISO8859-1 missing (created)
2671./share/nls/fr_CH.ISO8859-15 missing (created)
2672./share/nls/fr_FR.ISO8859-1 missing (created)
2673./share/nls/fr_FR.ISO8859-15 missing (created)
2674./share/nls/hi_IN.ISCII-DEV missing (created)
2675./share/nls/hr_HR.ISO8859-2 missing (created)
2676./share/nls/hu_HU.ISO8859-2 missing (created)
2677./share/nls/is_IS.ISO8859-1 missing (created)
2678./share/nls/is_IS.ISO8859-15 missing (created)
2679./share/nls/it_CH.ISO8859-1 missing (created)
2680./share/nls/it_CH.ISO8859-15 missing (created)
2681./share/nls/it_IT.ISO8859-1 missing (created)
2682./share/nls/it_IT.ISO8859-15 missing (created)
2683./share/nls/ja_JP.SJIS missing (created)
2684./share/nls/ja_JP.eucJP missing (created)
2685./share/nls/ko_KR.eucKR missing (created)
2686./share/nls/la_LN.ISO8859-1 missing (created)
2687./share/nls/la_LN.ISO8859-15 missing (created)
2688./share/nls/la_LN.ISO8859-2 missing (created)
2689./share/nls/la_LN.ISO8859-4 missing (created)
2690./share/nls/la_LN.US-ASCII missing (created)
2691./share/nls/lt_LT.ISO8859-4 missing (created)
2692./share/nls/nl_BE.ISO8859-1 missing (created)
2693./share/nls/nl_BE.ISO8859-15 missing (created)
2694./share/nls/nl_NL.ISO8859-1 missing (created)
2695./share/nls/nl_NL.ISO8859-15 missing (created)
2696./share/nls/no_NO.ISO8859-1 missing (created)
2697./share/nls/no_NO.ISO8859-15 missing (created)
2698./share/nls/pl_PL.ISO8859-2 missing (created)
2699./share/nls/pt_BR.ISO8859-1 missing (created)
2700./share/nls/pt_PT.ISO8859-1 missing (created)
2701./share/nls/pt_PT.ISO8859-15 missing (created)
2702./share/nls/ro_RO.ISO8859-2 missing (created)
2703./share/nls/ru_RU.CP866 missing (created)
2704./share/nls/ru_RU.ISO8859-5 missing (created)
2705./share/nls/ru_RU.KOI8-R missing (created)
2706./share/nls/sk_SK.ISO8859-2 missing (created)
2707./share/nls/sl_SI.ISO8859-2 missing (created)
2708./share/nls/sv_SE.ISO8859-1 missing (created)
2709./share/nls/sv_SE.ISO8859-15 missing (created)
2710./share/nls/tr_TR.ISO8859-9 missing (created)
2711./share/nls/uk_UA.ISO8859-5 missing (created)
2712./share/nls/uk_UA.KOI8-U missing (created)
2713./share/nls/zh_CN.eucCN missing (created)
2714./share/nls/zh_TW.Big5 missing (created)
2715./share/skel missing (created)
2716./src missing (created)
2717./var missing (created)
2718./www missing (created)
2719