Advertisement
Guest User

configure/make output

a guest
Mar 31st, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.12 KB | None | 0 0
  1. gmp-6.0.0 $ ./configure \
  2. > CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" \
  3. > CPP="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E" \
  4. > CPPFLAGS="-target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0" \
  5. > --disable-shared --build=x86_64-apple-darwin13.1.0 --host=armv7-apple-darwin
  6. checking build system type... x86_64-apple-darwin13.1.0
  7. checking host system type... armv7-apple-darwin
  8. checking for a BSD-compatible install... /usr/bin/install -c
  9. checking whether build environment is sane... yes
  10. checking for armv7-apple-darwin-strip... no
  11. checking for strip... strip
  12. configure: WARNING: using cross tools not prefixed with host triplet
  13. checking for a thread-safe mkdir -p... ./install-sh -c -d
  14. checking for gawk... no
  15. checking for mawk... no
  16. checking for nawk... no
  17. checking for awk... awk
  18. checking whether make sets $(MAKE)... yes
  19. checking whether to enable maintainer-specific portions of Makefiles... no
  20. checking ABI=standard
  21. checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang is gcc... yes
  22. checking compiler /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -marm -O2 -pedantic -fomit-frame-pointer -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0... yes
  23. checking whether ARM gcc unsigned division works... yes
  24. checking for armv7-apple-darwin-gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  25. checking whether the C compiler works... yes
  26. checking for C compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... yes
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C compiler... yes
  31. checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang accepts -g... yes
  32. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C89... none needed
  33. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C99... none needed
  34. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO Standard C... (cached) none needed
  35. checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E
  36. checking build system compiler /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... yes
  37. checking for build system preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E
  38. checking for build system executable suffix...
  39. checking whether build system compiler is ANSI... yes
  40. checking for build system compiler math library... -lm
  41. checking for grep that handles long lines and -e... /usr/bin/grep
  42. checking for egrep... /usr/bin/grep -E
  43. using ABI="standard"
  44. CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"
  45. CFLAGS="-marm -O2 -pedantic -fomit-frame-pointer"
  46. CPPFLAGS="-target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0"
  47. MPN_PATH=" arm generic"
  48. checking whether assembler supports --noexecstack option... no
  49. checking for armv7-apple-darwin-ar... no
  50. checking for ar... ar
  51. checking for BSD- or MS-compatible name lister (nm)... no
  52. checking for armv7-apple-darwin-dumpbin... no
  53. checking for armv7-apple-darwin-link... no
  54. checking for dumpbin... no
  55. checking for link... link -dump
  56. checking the name lister (nm) interface... BSD nm
  57. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  58. checking the name lister (/usr/bin/nm) interface... (cached) BSD nm
  59. checking how to print strings... printf
  60. checking for a sed that does not truncate output... /usr/bin/sed
  61. checking for fgrep... /usr/bin/grep -F
  62. checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  63. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  64. checking whether ln -s works... yes
  65. checking the maximum length of command line arguments... 196608
  66. checking whether the shell understands some XSI constructs... yes
  67. checking whether the shell understands "+="... yes
  68. checking how to convert x86_64-apple-darwin13.1.0 file names to armv7-apple-darwin format... func_convert_file_noop
  69. checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop
  70. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  71. checking for armv7-apple-darwin-objdump... objdump
  72. checking how to recognize dependent libraries... pass_all
  73. checking for armv7-apple-darwin-dlltool... dlltool
  74. checking how to associate runtime and link libraries... printf %s\n
  75. checking for armv7-apple-darwin-ar... ar
  76. checking for archiver @FILE support... no
  77. checking for armv7-apple-darwin-strip... strip
  78. checking for armv7-apple-darwin-ranlib... no
  79. checking for ranlib... ranlib
  80. checking command to parse /usr/bin/nm output from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang object... ok
  81. checking for sysroot... no
  82. checking for armv7-apple-darwin-mt... no
  83. checking for mt... no
  84. checking if : is a manifest tool... no
  85. checking for armv7-apple-darwin-dsymutil... no
  86. checking for dsymutil... dsymutil
  87. checking for armv7-apple-darwin-nmedit... no
  88. checking for nmedit... nmedit
  89. checking for armv7-apple-darwin-lipo... no
  90. checking for lipo... lipo
  91. checking for armv7-apple-darwin-otool... no
  92. checking for otool... otool
  93. checking for armv7-apple-darwin-otool64... no
  94. checking for otool64... no
  95. checking for -single_module linker flag... yes
  96. checking for -exported_symbols_list linker flag... yes
  97. checking for -force_load linker flag... yes
  98. checking for ANSI C header files... yes
  99. checking for sys/types.h... yes
  100. checking for sys/stat.h... yes
  101. checking for stdlib.h... yes
  102. checking for string.h... yes
  103. checking for memory.h... yes
  104. checking for strings.h... yes
  105. checking for inttypes.h... yes
  106. checking for stdint.h... yes
  107. checking for unistd.h... yes
  108. checking for dlfcn.h... yes
  109. checking for objdir... .libs
  110. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -fno-rtti -fno-exceptions... yes
  111. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to produce PIC... -fno-common -DPIC
  112. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PIC flag -fno-common -DPIC works... yes
  113. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang static flag -static works... no
  114. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... yes
  115. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... (cached) yes
  116. checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  117. checking dynamic linker characteristics... darwin dyld
  118. checking how to hardcode library paths into programs... immediate
  119. checking whether stripping libraries is possible... yes
  120. checking if libtool supports shared libraries... yes
  121. checking whether to build shared libraries... no
  122. checking whether to build static libraries... yes
  123. checking for ANSI C header files... (cached) yes
  124. checking whether time.h and sys/time.h may both be included... yes
  125. checking fcntl.h usability... yes
  126. checking fcntl.h presence... yes
  127. checking for fcntl.h... yes
  128. checking float.h usability... yes
  129. checking float.h presence... yes
  130. checking for float.h... yes
  131. checking invent.h usability... no
  132. checking invent.h presence... no
  133. checking for invent.h... no
  134. checking langinfo.h usability... yes
  135. checking langinfo.h presence... yes
  136. checking for langinfo.h... yes
  137. checking locale.h usability... yes
  138. checking locale.h presence... yes
  139. checking for locale.h... yes
  140. checking nl_types.h usability... yes
  141. checking nl_types.h presence... yes
  142. checking for nl_types.h... yes
  143. checking sys/attributes.h usability... no
  144. checking sys/attributes.h presence... no
  145. checking for sys/attributes.h... no
  146. checking sys/iograph.h usability... no
  147. checking sys/iograph.h presence... no
  148. checking for sys/iograph.h... no
  149. checking sys/mman.h usability... yes
  150. checking sys/mman.h presence... yes
  151. checking for sys/mman.h... yes
  152. checking sys/param.h usability... yes
  153. checking sys/param.h presence... yes
  154. checking for sys/param.h... yes
  155. checking sys/processor.h usability... no
  156. checking sys/processor.h presence... no
  157. checking for sys/processor.h... no
  158. checking sys/pstat.h usability... no
  159. checking sys/pstat.h presence... no
  160. checking for sys/pstat.h... no
  161. checking sys/sysinfo.h usability... no
  162. checking sys/sysinfo.h presence... no
  163. checking for sys/sysinfo.h... no
  164. checking sys/syssgi.h usability... no
  165. checking sys/syssgi.h presence... no
  166. checking for sys/syssgi.h... no
  167. checking sys/systemcfg.h usability... no
  168. checking sys/systemcfg.h presence... no
  169. checking for sys/systemcfg.h... no
  170. checking sys/time.h usability... yes
  171. checking sys/time.h presence... yes
  172. checking for sys/time.h... yes
  173. checking sys/times.h usability... yes
  174. checking sys/times.h presence... yes
  175. checking for sys/times.h... yes
  176. checking for sys/resource.h... yes
  177. checking for sys/sysctl.h... yes
  178. checking for machine/hal_sysinfo.h... no
  179. checking whether fgetc is declared... yes
  180. checking whether fscanf is declared... yes
  181. checking whether optarg is declared... yes
  182. checking whether ungetc is declared... yes
  183. checking whether vfprintf is declared... yes
  184. checking whether sys_errlist is declared... yes
  185. checking whether sys_nerr is declared... yes
  186. checking return type of signal handlers... void
  187. checking for intmax_t... yes
  188. checking for long double... yes
  189. checking for long long... yes
  190. checking for ptrdiff_t... yes
  191. checking for quad_t... yes
  192. checking for uint_least32_t... yes
  193. checking for intptr_t... yes
  194. checking for preprocessor stringizing operator... yes
  195. checking for working volatile... yes
  196. checking for C/C++ restrict keyword... __restrict
  197. checking whether gcc __attribute__ ((const)) works... yes
  198. checking whether gcc __attribute__ ((malloc)) works... yes
  199. checking whether gcc __attribute__ ((mode (XX))) works... yes
  200. checking whether gcc __attribute__ ((noreturn)) works... yes
  201. checking for inline... inline
  202. checking for working alloca.h... yes
  203. checking for alloca (via gmp-impl.h)... yes
  204. checking how to allocate temporary memory... alloca
  205. checking whether byte ordering is bigendian... no
  206. checking format of `double' floating point... IEEE little endian
  207. checking for alarm... yes
  208. checking for attr_get... no
  209. checking for clock... yes
  210. checking for cputime... no
  211. checking for getpagesize... yes
  212. checking for getrusage... yes
  213. checking for gettimeofday... yes
  214. checking for getsysinfo... no
  215. checking for localeconv... yes
  216. checking for memset... yes
  217. checking for mmap... yes
  218. checking for mprotect... yes
  219. checking for nl_langinfo... yes
  220. checking for obstack_vprintf... no
  221. checking for popen... yes
  222. checking for processor_info... yes
  223. checking for pstat_getprocessor... no
  224. checking for raise... yes
  225. checking for read_real_time... no
  226. checking for sigaction... yes
  227. checking for sigaltstack... yes
  228. checking for sigstack... no
  229. checking for syssgi... no
  230. checking for strchr... yes
  231. checking for strerror... yes
  232. checking for strnlen... yes
  233. checking for strtol... yes
  234. checking for strtoul... yes
  235. checking for sysconf... yes
  236. checking for sysctl... yes
  237. checking for sysctlbyname... yes
  238. checking for times... yes
  239. checking for library containing clock_gettime... no
  240. checking for vsnprintf... yes
  241. checking whether vsnprintf works... probably
  242. configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
  243. checking whether sscanf needs writable input... no
  244. checking for struct pst_processor.psp_iticksperclktick... no
  245. checking for suitable m4... m4
  246. checking if m4wrap produces spurious output... no
  247. checking how to switch to text section... .text
  248. checking how to switch to data section... .data
  249. checking for assembler label suffix... :
  250. checking for assembler global directive... .globl
  251. checking for assembler global directive attribute...
  252. checking if globals are prefixed by underscore... yes
  253. checking how to switch to read-only data section... .section __TEXT,__const
  254. checking for assembler .type directive...
  255. checking for assembler .size directive...
  256. checking for assembler local label prefix... L
  257. checking for assembler byte directive... .byte
  258. checking how to define a 32-bit word... .long
  259. checking if .align assembly directive is logarithmic... yes
  260. checking size of void *... 4
  261. checking size of unsigned short... 2
  262. checking size of unsigned... 4
  263. checking size of unsigned long... 4
  264. checking size of mp_limb_t... 4
  265. checking for stack_t... yes
  266. checking for tputs in -lncurses... yes
  267. checking for readline in -lreadline... no
  268. checking readline detected... no
  269. checking for bison... bison -y
  270. checking for flex... flex
  271. checking lex output file root... lex.yy
  272. checking lex library... none needed
  273. checking whether yytext is a pointer... no
  274. checking for armv7-apple-darwin-ranlib... ranlib
  275. creating config.m4
  276. configure: creating ./config.status
  277. config.status: creating demos/pexpr-config.h
  278. config.status: creating demos/calc/calc-config.h
  279. config.status: creating Makefile
  280. config.status: creating mpf/Makefile
  281. config.status: creating mpn/Makefile
  282. config.status: creating mpq/Makefile
  283. config.status: creating mpz/Makefile
  284. config.status: creating printf/Makefile
  285. config.status: creating scanf/Makefile
  286. config.status: creating rand/Makefile
  287. config.status: creating cxx/Makefile
  288. config.status: creating tests/Makefile
  289. config.status: creating tests/devel/Makefile
  290. config.status: creating tests/mpf/Makefile
  291. config.status: creating tests/mpn/Makefile
  292. config.status: creating tests/mpq/Makefile
  293. config.status: creating tests/mpz/Makefile
  294. config.status: creating tests/rand/Makefile
  295. config.status: creating tests/misc/Makefile
  296. config.status: creating tests/cxx/Makefile
  297. config.status: creating doc/Makefile
  298. config.status: creating tune/Makefile
  299. config.status: creating demos/Makefile
  300. config.status: creating demos/calc/Makefile
  301. config.status: creating demos/expr/Makefile
  302. config.status: creating gmp.h
  303. config.status: creating config.h
  304. config.status: linking mpn/generic/add.c to mpn/add.c
  305. config.status: linking mpn/generic/add_1.c to mpn/add_1.c
  306. config.status: linking mpn/arm/aors_n.asm to mpn/add_n.asm
  307. config.status: linking mpn/generic/sub.c to mpn/sub.c
  308. config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
  309. config.status: linking mpn/arm/aors_n.asm to mpn/sub_n.asm
  310. config.status: linking mpn/arm/cnd_aors_n.asm to mpn/cnd_add_n.asm
  311. config.status: linking mpn/arm/cnd_aors_n.asm to mpn/cnd_sub_n.asm
  312. config.status: linking mpn/generic/neg.c to mpn/neg.c
  313. config.status: linking mpn/arm/com.asm to mpn/com.asm
  314. config.status: linking mpn/arm/mul_1.asm to mpn/mul_1.asm
  315. config.status: linking mpn/arm/aorsmul_1.asm to mpn/addmul_1.asm
  316. config.status: linking mpn/arm/aorsmul_1.asm to mpn/submul_1.asm
  317. config.status: linking mpn/generic/add_err1_n.c to mpn/add_err1_n.c
  318. config.status: linking mpn/generic/add_err2_n.c to mpn/add_err2_n.c
  319. config.status: linking mpn/generic/add_err3_n.c to mpn/add_err3_n.c
  320. config.status: linking mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c
  321. config.status: linking mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c
  322. config.status: linking mpn/generic/sub_err3_n.c to mpn/sub_err3_n.c
  323. config.status: linking mpn/arm/lshift.asm to mpn/lshift.asm
  324. config.status: linking mpn/arm/rshift.asm to mpn/rshift.asm
  325. config.status: linking mpn/arm/dive_1.asm to mpn/dive_1.asm
  326. config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
  327. config.status: linking mpn/generic/divis.c to mpn/divis.c
  328. config.status: linking mpn/generic/divrem.c to mpn/divrem.c
  329. config.status: linking mpn/generic/divrem_1.c to mpn/divrem_1.c
  330. config.status: linking mpn/generic/divrem_2.c to mpn/divrem_2.c
  331. config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
  332. config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
  333. config.status: linking mpn/arm/mod_34lsub1.asm to mpn/mod_34lsub1.asm
  334. config.status: linking mpn/arm/mode1o.asm to mpn/mode1o.asm
  335. config.status: linking mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
  336. config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
  337. config.status: linking mpn/generic/dump.c to mpn/dump.c
  338. config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
  339. config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
  340. config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
  341. config.status: linking mpn/generic/mod_1_4.c to mpn/mod_1_4.c
  342. config.status: linking mpn/arm/lshiftc.asm to mpn/lshiftc.asm
  343. config.status: linking mpn/generic/mul.c to mpn/mul.c
  344. config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
  345. config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
  346. config.status: linking mpn/generic/sqr.c to mpn/sqr.c
  347. config.status: linking mpn/generic/mul_basecase.c to mpn/mul_basecase.c
  348. config.status: linking mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
  349. config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
  350. config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
  351. config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
  352. config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
  353. config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c
  354. config.status: linking mpn/generic/random.c to mpn/random.c
  355. config.status: linking mpn/generic/random2.c to mpn/random2.c
  356. config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
  357. config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
  358. config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
  359. config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c
  360. config.status: linking mpn/generic/get_str.c to mpn/get_str.c
  361. config.status: linking mpn/generic/set_str.c to mpn/set_str.c
  362. config.status: linking mpn/generic/scan0.c to mpn/scan0.c
  363. config.status: linking mpn/generic/scan1.c to mpn/scan1.c
  364. config.status: linking mpn/generic/popham.c to mpn/popcount.c
  365. config.status: linking mpn/generic/popham.c to mpn/hamdist.c
  366. config.status: linking mpn/generic/cmp.c to mpn/cmp.c
  367. config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
  368. config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
  369. config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c
  370. config.status: linking mpn/generic/gcd.c to mpn/gcd.c
  371. config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
  372. config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
  373. config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
  374. config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
  375. config.status: linking mpn/generic/div_q.c to mpn/div_q.c
  376. config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
  377. config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
  378. config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c
  379. config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c
  380. config.status: linking mpn/generic/get_d.c to mpn/get_d.c
  381. config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
  382. config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
  383. config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
  384. config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
  385. config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c
  386. config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
  387. config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
  388. config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
  389. config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
  390. config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
  391. config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
  392. config.status: linking mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c
  393. config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
  394. config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
  395. config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
  396. config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
  397. config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
  398. config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
  399. config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
  400. config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
  401. config.status: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c
  402. config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
  403. config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
  404. config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
  405. config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
  406. config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
  407. config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
  408. config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
  409. config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
  410. config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
  411. config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
  412. config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
  413. config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
  414. config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
  415. config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
  416. config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
  417. config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
  418. config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
  419. config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
  420. config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
  421. config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
  422. config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
  423. config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
  424. config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
  425. config.status: linking mpn/generic/invert.c to mpn/invert.c
  426. config.status: linking mpn/generic/binvert.c to mpn/binvert.c
  427. config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
  428. config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
  429. config.status: linking mpn/generic/div_qr_1.c to mpn/div_qr_1.c
  430. config.status: linking mpn/generic/div_qr_1n_pi1.c to mpn/div_qr_1n_pi1.c
  431. config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
  432. config.status: linking mpn/generic/div_qr_2n_pi1.c to mpn/div_qr_2n_pi1.c
  433. config.status: linking mpn/generic/div_qr_2u_pi1.c to mpn/div_qr_2u_pi1.c
  434. config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
  435. config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
  436. config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
  437. config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
  438. config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
  439. config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
  440. config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
  441. config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
  442. config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
  443. config.status: linking mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c
  444. config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
  445. config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
  446. config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
  447. config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
  448. config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
  449. config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
  450. config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
  451. config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
  452. config.status: linking mpn/generic/broot.c to mpn/broot.c
  453. config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c
  454. config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c
  455. config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
  456. config.status: linking mpn/generic/divexact.c to mpn/divexact.c
  457. config.status: linking mpn/arm/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
  458. config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c
  459. config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
  460. config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
  461. config.status: linking mpn/generic/powm.c to mpn/powm.c
  462. config.status: linking mpn/generic/powlo.c to mpn/powlo.c
  463. config.status: linking mpn/generic/sec_powm.c to mpn/sec_powm.c
  464. config.status: linking mpn/generic/sec_mul.c to mpn/sec_mul.c
  465. config.status: linking mpn/generic/sec_sqr.c to mpn/sec_sqr.c
  466. config.status: linking mpn/generic/sec_div.c to mpn/sec_div_qr.c
  467. config.status: linking mpn/generic/sec_div.c to mpn/sec_div_r.c
  468. config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c
  469. config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c
  470. config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_add_1.c
  471. config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c
  472. config.status: linking mpn/generic/sec_invert.c to mpn/sec_invert.c
  473. config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
  474. config.status: linking mpn/generic/remove.c to mpn/remove.c
  475. config.status: linking mpn/arm/logops_n.asm to mpn/and_n.asm
  476. config.status: linking mpn/arm/logops_n.asm to mpn/andn_n.asm
  477. config.status: linking mpn/arm/logops_n.asm to mpn/nand_n.asm
  478. config.status: linking mpn/arm/logops_n.asm to mpn/ior_n.asm
  479. config.status: linking mpn/arm/logops_n.asm to mpn/iorn_n.asm
  480. config.status: linking mpn/arm/logops_n.asm to mpn/nior_n.asm
  481. config.status: linking mpn/arm/logops_n.asm to mpn/xor_n.asm
  482. config.status: linking mpn/arm/logops_n.asm to mpn/xnor_n.asm
  483. config.status: linking mpn/arm/copyi.asm to mpn/copyi.asm
  484. config.status: linking mpn/arm/copyd.asm to mpn/copyd.asm
  485. config.status: linking mpn/generic/zero.c to mpn/zero.c
  486. config.status: linking mpn/arm/sec_tabselect.asm to mpn/sec_tabselect.asm
  487. config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
  488. config.status: linking mpn/arm/udiv.asm to mpn/udiv.asm
  489. config.status: linking mpn/arm/invert_limb.asm to mpn/invert_limb.asm
  490. config.status: linking mpn/arm/aorslsh1_n.asm to mpn/addlsh1_n.asm
  491. config.status: linking mpn/arm/aorslsh1_n.asm to mpn/sublsh1_n.asm
  492. config.status: linking mpn/arm/rsh1aors_n.asm to mpn/rsh1add_n.asm
  493. config.status: linking mpn/arm/rsh1aors_n.asm to mpn/rsh1sub_n.asm
  494. config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
  495. config.status: linking mpn/arm/gmp-mparam.h to gmp-mparam.h
  496. config.status: executing libtool commands
  497. configure: summary of build options:
  498.  
  499. Version: GNU MP 6.0.0
  500. Host type: armv7-apple-darwin
  501. ABI: standard
  502. Install prefix: /usr/local
  503. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  504. Static libraries: yes
  505. Shared libraries: no
  506.  
  507. gmp-6.0.0 $ sudo make
  508. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac
  509. ./gen-fac 32 0 >fac_table.h || (rm -f fac_table.h; exit 1)
  510. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib
  511. ./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1)
  512. ./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
  513. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm
  514. ./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
  515. ./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
  516. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab -lm
  517. ./gen-trialdivtab 32 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)
  518. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab
  519. ./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)
  520. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm
  521. ./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
  522. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  523. Making all in tests
  524. Making all in .
  525. make[3]: Nothing to be done for `all-am'.
  526. Making all in devel
  527. make[3]: Nothing to be done for `all'.
  528. Making all in mpn
  529. make[3]: Nothing to be done for `all'.
  530. Making all in mpz
  531. make[3]: Nothing to be done for `all'.
  532. Making all in mpq
  533. make[3]: Nothing to be done for `all'.
  534. Making all in mpf
  535. make[3]: Nothing to be done for `all'.
  536. Making all in rand
  537. make[3]: Nothing to be done for `all'.
  538. Making all in misc
  539. make[3]: Nothing to be done for `all'.
  540. Making all in cxx
  541. make[3]: Nothing to be done for `all'.
  542. Making all in mpn
  543. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o fib_table.lo fib_table.c
  544. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c fib_table.c -o fib_table.o
  545. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o mp_bases.lo mp_bases.c
  546. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c mp_bases.c -o mp_bases.o
  547. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o add.lo add.c
  548. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c add.c -o add.o
  549. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o add_1.lo add_1.c
  550. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c add_1.c -o add_1.o
  551. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'add_n.asm' || echo './'`add_n.asm
  552. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer add_n.asm -o add_n.o
  553. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n add_n.asm >tmp-add_n.s
  554. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-add_n.s -o add_n.o
  555. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o sub.lo sub.c
  556. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c sub.c -o sub.o
  557. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o sub_1.lo sub_1.c
  558. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c sub_1.c -o sub_1.o
  559. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'sub_n.asm' || echo './'`sub_n.asm
  560. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer sub_n.asm -o sub_n.o
  561. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n sub_n.asm >tmp-sub_n.s
  562. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-sub_n.s -o sub_n.o
  563. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_add_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'cnd_add_n.asm' || echo './'`cnd_add_n.asm
  564. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer cnd_add_n.asm -o cnd_add_n.o
  565. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_cnd_add_n cnd_add_n.asm >tmp-cnd_add_n.s
  566. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-cnd_add_n.s -o cnd_add_n.o
  567. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_sub_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'cnd_sub_n.asm' || echo './'`cnd_sub_n.asm
  568. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer cnd_sub_n.asm -o cnd_sub_n.o
  569. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_cnd_sub_n cnd_sub_n.asm >tmp-cnd_sub_n.s
  570. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-cnd_sub_n.s -o cnd_sub_n.o
  571. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o neg.lo neg.c
  572. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c neg.c -o neg.o
  573. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'com.asm' || echo './'`com.asm
  574. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer com.asm -o com.o
  575. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_com com.asm >tmp-com.s
  576. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-com.s -o com.o
  577. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'mul_1.asm' || echo './'`mul_1.asm
  578. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer mul_1.asm -o mul_1.o
  579. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 mul_1.asm >tmp-mul_1.s
  580. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-mul_1.s -o mul_1.o
  581. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'addmul_1.asm' || echo './'`addmul_1.asm
  582. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer addmul_1.asm -o addmul_1.o
  583. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 addmul_1.asm >tmp-addmul_1.s
  584. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-addmul_1.s -o addmul_1.o
  585. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'submul_1.asm' || echo './'`submul_1.asm
  586. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer submul_1.asm -o submul_1.o
  587. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 submul_1.asm >tmp-submul_1.s
  588. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-submul_1.s -o submul_1.o
  589. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o add_err1_n.lo add_err1_n.c
  590. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c add_err1_n.c -o add_err1_n.o
  591. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o add_err2_n.lo add_err2_n.c
  592. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c add_err2_n.c -o add_err2_n.o
  593. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err3_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o add_err3_n.lo add_err3_n.c
  594. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c add_err3_n.c -o add_err3_n.o
  595. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o sub_err1_n.lo sub_err1_n.c
  596. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c sub_err1_n.c -o sub_err1_n.o
  597. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o sub_err2_n.lo sub_err2_n.c
  598. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c sub_err2_n.c -o sub_err2_n.o
  599. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err3_n | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c -o sub_err3_n.lo sub_err3_n.c
  600. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer -c sub_err3_n.c -o sub_err3_n.o
  601. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'lshift.asm' || echo './'`lshift.asm
  602. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer lshift.asm -o lshift.o
  603. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift lshift.asm >tmp-lshift.s
  604. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-lshift.s -o lshift.o
  605. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'rshift.asm' || echo './'`rshift.asm
  606. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer rshift.asm -o rshift.o
  607. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift rshift.asm >tmp-rshift.s
  608. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-rshift.s -o rshift.o
  609. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'` -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer `test -f 'dive_1.asm' || echo './'`dive_1.asm
  610. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer dive_1.asm -o dive_1.o
  611. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_dive_1 dive_1.asm >tmp-dive_1.s
  612. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -target armv7-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -marm -O2 -pedantic -fomit-frame-pointer tmp-dive_1.s -o dive_1.o
  613. tmp-dive_1.s:165:18: error: unexpected token in '.section' directive
  614. .section .rodata
  615. ^
  616. make[2]: *** [dive_1.lo] Error 1
  617. make[1]: *** [all-recursive] Error 1
  618. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement