Advertisement
Guest User

Untitled

a guest
Dec 16th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 543.00 KB | None | 0 0
  1. $ export PYTHON=/opt/local/bin/python2.7
  2. $ export F90=/opt/local/bin/gfortran-mp-5
  3. $ $PYTHON setup.py build_ext --inplace
  4. running sherpa_config
  5. warning: sherpa_config: built configure string['./configure', '--prefix=/Users/deil/code/sherpa/build', '--with-pic', '--enable-standalone', '--disable-maintainer-mode', '--enable-stuberrorlib', '--disable-shared', '--enable-shared=libgrp,stklib', '--enable-fftw', '--enable-region', '--enable-group', '--enable-stk', '--enable-wcs']
  6.  
  7. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  10. checking for gawk... no
  11. checking for mawk... no
  12. checking for nawk... no
  13. checking for awk... awk
  14. checking whether make sets $(MAKE)... yes
  15. checking whether make supports nested variables... yes
  16. checking whether to enable maintainer-specific portions of Makefiles... no
  17. checking build system type... x86_64-apple-darwin15.2.0
  18. checking host system type... x86_64-apple-darwin15.2.0
  19. checking how to print strings... printf
  20. checking for style of include used by make... GNU
  21. checking for gcc... gcc
  22. checking whether the C compiler works... yes
  23. checking for C compiler default output file name... a.out
  24. checking for suffix of executables...
  25. checking whether we are cross compiling... no
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether gcc accepts -g... yes
  29. checking for gcc option to accept ISO C89... none needed
  30. checking whether gcc understands -c and -o together... yes
  31. checking dependency style of gcc... gcc3
  32. checking for a sed that does not truncate output... /opt/local/bin/gsed
  33. checking for grep that handles long lines and -e... /usr/bin/grep
  34. checking for egrep... /usr/bin/grep -E
  35. checking for fgrep... /usr/bin/grep -F
  36. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  37. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  38. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
  39. checking the name lister (/opt/local/bin/nm) interface... BSD nm
  40. checking whether ln -s works... yes
  41. checking the maximum length of command line arguments... 196608
  42. checking whether the shell understands some XSI constructs... yes
  43. checking whether the shell understands "+="... yes
  44. checking how to convert x86_64-apple-darwin15.2.0 file names to x86_64-apple-darwin15.2.0 format... func_convert_file_noop
  45. checking how to convert x86_64-apple-darwin15.2.0 file names to toolchain format... func_convert_file_noop
  46. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  47. checking for objdump... no
  48. checking how to recognize dependent libraries... pass_all
  49. checking for dlltool... no
  50. checking how to associate runtime and link libraries... printf %s\n
  51. checking for ar... ar
  52. checking for archiver @FILE support... no
  53. checking for strip... strip
  54. checking for ranlib... ranlib
  55. checking command to parse /opt/local/bin/nm output from gcc object... ok
  56. checking for sysroot... no
  57. checking for mt... no
  58. checking if : is a manifest tool... no
  59. checking for dsymutil... dsymutil
  60. checking for nmedit... nmedit
  61. checking for lipo... lipo
  62. checking for otool... otool
  63. checking for otool64... no
  64. checking for -single_module linker flag... yes
  65. checking for -exported_symbols_list linker flag... yes
  66. checking for -force_load linker flag... yes
  67. checking how to run the C preprocessor... gcc -E
  68. checking for ANSI C header files... yes
  69. checking for sys/types.h... yes
  70. checking for sys/stat.h... yes
  71. checking for stdlib.h... yes
  72. checking for string.h... yes
  73. checking for memory.h... yes
  74. checking for strings.h... yes
  75. checking for inttypes.h... yes
  76. checking for stdint.h... yes
  77. checking for unistd.h... yes
  78. checking for dlfcn.h... yes
  79. checking for objdir... .libs
  80. checking if gcc supports -fno-rtti -fno-exceptions... yes
  81. checking for gcc option to produce PIC... -fno-common -DPIC
  82. checking if gcc PIC flag -fno-common -DPIC works... yes
  83. checking if gcc static flag -static works... no
  84. checking if gcc supports -c -o file.o... yes
  85. checking if gcc supports -c -o file.o... (cached) yes
  86. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  87. checking dynamic linker characteristics... darwin15.2.0 dyld
  88. checking how to hardcode library paths into programs... immediate
  89. checking whether stripping libraries is possible... yes
  90. checking if libtool supports shared libraries... yes
  91. checking whether to build shared libraries... no
  92. checking whether to build static libraries... yes
  93. checking that generated files are newer than configure... done
  94. configure: creating ./config.status
  95. config.status: creating Makefile
  96. config.status: executing depfiles commands
  97. config.status: executing libtool commands
  98. === configuring in fftw-3.3.4 (/Users/deil/code/sherpa/extern/fftw-3.3.4)
  99. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/deil/code/sherpa/build' '--with-pic' '--enable-standalone' '--disable-maintainer-mode' '--enable-stuberrorlib' '--disable-shared' '--enable-shared=libgrp,stklib' '--enable-fftw' '--enable-region' '--enable-group' '--enable-stk' '--enable-wcs' --cache-file=/dev/null --srcdir=.
  100. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  101. checking whether build environment is sane... yes
  102. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  103. checking for gawk... no
  104. checking for mawk... no
  105. checking for nawk... no
  106. checking for awk... awk
  107. checking whether make sets $(MAKE)... yes
  108. checking whether make supports nested variables... yes
  109. checking whether to enable maintainer-specific portions of Makefiles... no
  110. checking build system type... x86_64-apple-darwin15.2.0
  111. checking host system type... x86_64-apple-darwin15.2.0
  112. checking for gcc... gcc
  113. checking whether the C compiler works... yes
  114. checking for C compiler default output file name... a.out
  115. checking for suffix of executables...
  116. checking whether we are cross compiling... no
  117. checking for suffix of object files... o
  118. checking whether we are using the GNU C compiler... yes
  119. checking whether gcc accepts -g... yes
  120. checking for gcc option to accept ISO C89... none needed
  121. checking whether gcc understands -c and -o together... yes
  122. checking for style of include used by make... GNU
  123. checking dependency style of gcc... gcc3
  124. checking for C compiler vendor... gnu
  125. checking for gcc option to accept ISO C99... none needed
  126. checking for gcc option to accept ISO Standard C... (cached) none needed
  127. checking whether ln -s works... yes
  128. checking whether make sets $(MAKE)... (cached) yes
  129. checking how to print strings... printf
  130. checking for a sed that does not truncate output... /opt/local/bin/gsed
  131. checking for grep that handles long lines and -e... /usr/bin/grep
  132. checking for egrep... /usr/bin/grep -E
  133. checking for fgrep... /usr/bin/grep -F
  134. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  135. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  136. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
  137. checking the name lister (/opt/local/bin/nm) interface... BSD nm
  138. checking the maximum length of command line arguments... 196608
  139. checking whether the shell understands some XSI constructs... yes
  140. checking whether the shell understands "+="... yes
  141. checking how to convert x86_64-apple-darwin15.2.0 file names to x86_64-apple-darwin15.2.0 format... func_convert_file_noop
  142. checking how to convert x86_64-apple-darwin15.2.0 file names to toolchain format... func_convert_file_noop
  143. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  144. checking for objdump... objdump
  145. checking how to recognize dependent libraries... pass_all
  146. checking for dlltool... dlltool
  147. checking how to associate runtime and link libraries... printf %s\n
  148. checking for ar... ar
  149. checking for archiver @FILE support... no
  150. checking for strip... strip
  151. checking for ranlib... ranlib
  152. checking command to parse /opt/local/bin/nm output from gcc object... ok
  153. checking for sysroot... no
  154. checking for mt... no
  155. checking if : is a manifest tool... no
  156. checking for dsymutil... dsymutil
  157. checking for nmedit... nmedit
  158. checking for lipo... lipo
  159. checking for otool... otool
  160. checking for otool64... no
  161. checking for -single_module linker flag... yes
  162. checking for -exported_symbols_list linker flag... yes
  163. checking for -force_load linker flag... yes
  164. checking how to run the C preprocessor... gcc -E
  165. checking for ANSI C header files... yes
  166. checking for sys/types.h... yes
  167. checking for sys/stat.h... yes
  168. checking for stdlib.h... yes
  169. checking for string.h... yes
  170. checking for memory.h... yes
  171. checking for strings.h... yes
  172. checking for inttypes.h... yes
  173. checking for stdint.h... yes
  174. checking for unistd.h... yes
  175. checking for dlfcn.h... yes
  176. checking for objdir... .libs
  177. checking if gcc supports -fno-rtti -fno-exceptions... yes
  178. checking for gcc option to produce PIC... -fno-common -DPIC
  179. checking if gcc PIC flag -fno-common -DPIC works... yes
  180. checking if gcc static flag -static works... no
  181. checking if gcc supports -c -o file.o... yes
  182. checking if gcc supports -c -o file.o... (cached) yes
  183. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  184. checking dynamic linker characteristics... darwin15.2.0 dyld
  185. checking how to hardcode library paths into programs... immediate
  186. checking whether stripping libraries is possible... yes
  187. checking if libtool supports shared libraries... yes
  188. checking whether to build shared libraries... no
  189. checking whether to build static libraries... yes
  190. checking for ocamlbuild... ocamlbuild
  191. checking whether C compiler accepts -mtune=native... yes
  192. checking whether C compiler accepts -malign-double... no
  193. checking whether C compiler accepts -fstrict-aliasing... yes
  194. checking whether C compiler accepts -fno-schedule-insns... yes
  195. checking whether C compiler accepts -ffast-math... yes
  196. checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math... yes
  197. checking for ANSI C header files... (cached) yes
  198. checking libintl.h usability... no
  199. checking libintl.h presence... no
  200. checking for libintl.h... no
  201. checking malloc.h usability... no
  202. checking malloc.h presence... no
  203. checking for malloc.h... no
  204. checking stddef.h usability... yes
  205. checking stddef.h presence... yes
  206. checking for stddef.h... yes
  207. checking for stdlib.h... (cached) yes
  208. checking for string.h... (cached) yes
  209. checking for strings.h... (cached) yes
  210. checking sys/time.h usability... yes
  211. checking sys/time.h presence... yes
  212. checking for sys/time.h... yes
  213. checking for unistd.h... (cached) yes
  214. checking limits.h usability... yes
  215. checking limits.h presence... yes
  216. checking for limits.h... yes
  217. checking c_asm.h usability... no
  218. checking c_asm.h presence... no
  219. checking for c_asm.h... no
  220. checking intrinsics.h usability... no
  221. checking intrinsics.h presence... no
  222. checking for intrinsics.h... no
  223. checking for stdint.h... (cached) yes
  224. checking mach/mach_time.h usability... yes
  225. checking mach/mach_time.h presence... yes
  226. checking for mach/mach_time.h... yes
  227. checking sys/sysctl.h usability... yes
  228. checking sys/sysctl.h presence... yes
  229. checking for sys/sysctl.h... yes
  230. checking altivec.h usability... no
  231. checking altivec.h presence... no
  232. checking for altivec.h... no
  233. checking for an ANSI C-conforming const... yes
  234. checking for inline... inline
  235. checking for size_t... yes
  236. checking whether time.h and sys/time.h may both be included... yes
  237. checking for long double... yes
  238. checking for hrtime_t... no
  239. checking size of int... 4
  240. checking size of unsigned int... 4
  241. checking size of long... 8
  242. checking size of unsigned long... 8
  243. checking size of long long... 8
  244. checking size of unsigned long long... 8
  245. checking size of size_t... 8
  246. checking size of ptrdiff_t... 8
  247. checking for uintptr_t... yes
  248. checking size of float... 4
  249. checking size of double... 8
  250. checking size of fftw_r2r_kind... 4
  251. checking for working alloca.h... yes
  252. checking for alloca... yes
  253. checking for working strtod... yes
  254. checking for vprintf... yes
  255. checking for _doprnt... no
  256. checking for sin in -lm... yes
  257. checking for BSDgettimeofday... no
  258. checking for gettimeofday... yes
  259. checking for gethrtime... no
  260. checking for read_real_time... no
  261. checking for time_base_to_time... no
  262. checking for drand48... yes
  263. checking for sqrt... yes
  264. checking for memset... yes
  265. checking for posix_memalign... yes
  266. checking for memalign... no
  267. checking for _mm_malloc... no
  268. checking for _mm_free... no
  269. checking for clock_gettime... no
  270. checking for mach_absolute_time... yes
  271. checking for sysctl... yes
  272. checking for abort... yes
  273. checking for sinl... yes
  274. checking for cosl... yes
  275. checking for snprintf... yes
  276. checking whether sinl is declared... yes
  277. checking whether cosl is declared... yes
  278. checking whether sinq is declared... no
  279. checking whether cosq is declared... no
  280. checking whether memalign is declared... no
  281. checking whether drand48 is declared... yes
  282. checking whether srand48 is declared... yes
  283. checking whether posix_memalign is declared... yes
  284. checking for _rtc intrinsic... no
  285. checking for isnan... yes
  286. checking whether C compiler accepts -mpreferred-stack-boundary=4... no
  287. checking for g77... no
  288. checking for xlf... no
  289. checking for f77... no
  290. checking for frt... no
  291. checking for pgf77... no
  292. checking for cf77... no
  293. checking for fort77... no
  294. checking for fl32... no
  295. checking for af77... no
  296. checking for xlf90... no
  297. checking for f90... no
  298. checking for pgf90... no
  299. checking for pghpf... no
  300. checking for epcf90... no
  301. checking for gfortran... no
  302. checking for g95... no
  303. checking for xlf95... no
  304. checking for f95... no
  305. checking for fort... no
  306. checking for ifort... no
  307. checking for ifc... no
  308. checking for efc... no
  309. checking for pgfortran... no
  310. checking for pgf95... no
  311. checking for lf95... no
  312. checking for ftn... no
  313. checking for nagfor... no
  314. checking whether we are using the GNU Fortran 77 compiler... no
  315. checking whether accepts -g... no
  316. configure: WARNING: *** Couldn't find f77 compiler; using default Fortran wrappers.
  317. checking whether a cycle counter is available... yes
  318. checking that generated files are newer than configure... done
  319. configure: creating ./config.status
  320. config.status: creating Makefile
  321. config.status: creating support/Makefile
  322. config.status: creating genfft/Makefile
  323. config.status: creating kernel/Makefile
  324. config.status: creating simd-support/Makefile
  325. config.status: creating dft/Makefile
  326. config.status: creating dft/scalar/Makefile
  327. config.status: creating dft/scalar/codelets/Makefile
  328. config.status: creating dft/simd/Makefile
  329. config.status: creating dft/simd/common/Makefile
  330. config.status: creating dft/simd/sse2/Makefile
  331. config.status: creating dft/simd/avx/Makefile
  332. config.status: creating dft/simd/altivec/Makefile
  333. config.status: creating dft/simd/neon/Makefile
  334. config.status: creating rdft/Makefile
  335. config.status: creating rdft/scalar/Makefile
  336. config.status: creating rdft/scalar/r2cf/Makefile
  337. config.status: creating rdft/scalar/r2cb/Makefile
  338. config.status: creating rdft/scalar/r2r/Makefile
  339. config.status: creating rdft/simd/Makefile
  340. config.status: creating rdft/simd/common/Makefile
  341. config.status: creating rdft/simd/sse2/Makefile
  342. config.status: creating rdft/simd/avx/Makefile
  343. config.status: creating rdft/simd/altivec/Makefile
  344. config.status: creating rdft/simd/neon/Makefile
  345. config.status: creating reodft/Makefile
  346. config.status: creating threads/Makefile
  347. config.status: creating api/Makefile
  348. config.status: creating mpi/Makefile
  349. config.status: creating libbench2/Makefile
  350. config.status: creating tests/Makefile
  351. config.status: creating doc/Makefile
  352. config.status: creating doc/FAQ/Makefile
  353. config.status: creating tools/Makefile
  354. config.status: creating tools/fftw_wisdom.1
  355. config.status: creating tools/fftw-wisdom-to-conf
  356. config.status: creating m4/Makefile
  357. config.status: creating fftw.pc
  358. config.status: creating config.h
  359. config.status: executing depfiles commands
  360. config.status: executing libtool commands
  361. === configuring in region-4.7 (/Users/deil/code/sherpa/extern/region-4.7)
  362. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/deil/code/sherpa/build' '--with-pic' '--enable-standalone' '--disable-maintainer-mode' '--enable-stuberrorlib' '--disable-shared' '--enable-shared=libgrp,stklib' '--enable-fftw' '--enable-region' '--enable-group' '--enable-stk' '--enable-wcs' --cache-file=/dev/null --srcdir=.
  363. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  364. checking whether build environment is sane... yes
  365. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  366. checking for gawk... no
  367. checking for mawk... no
  368. checking for nawk... no
  369. checking for awk... awk
  370. checking whether make sets $(MAKE)... yes
  371. checking whether to disable maintainer-specific portions of Makefiles... no
  372. checking for gcc... gcc
  373. checking for C compiler default output file name... a.out
  374. checking whether the C compiler works... yes
  375. checking whether we are cross compiling... no
  376. checking for suffix of executables...
  377. checking for suffix of object files... o
  378. checking whether we are using the GNU C compiler... yes
  379. checking whether gcc accepts -g... yes
  380. checking for gcc option to accept ISO C89... none needed
  381. checking for style of include used by make... GNU
  382. checking dependency style of gcc... gcc3
  383. checking for bison... bison -y
  384. checking for flex... flex
  385. checking lex output file root... lex.yy
  386. checking lex library... -ll
  387. checking whether yytext is a pointer... yes
  388. checking for a sed that does not truncate output... /opt/local/bin/gsed
  389. checking build system type... x86_64-apple-darwin15.2.0
  390. checking host system type... x86_64-apple-darwin15.2.0
  391. checking for a sed that does not truncate output... (cached) /opt/local/bin/gsed
  392. checking for grep that handles long lines and -e... /usr/bin/grep
  393. checking for egrep... /usr/bin/grep -E
  394. checking for fgrep... /usr/bin/grep -F
  395. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  396. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  397. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
  398. checking the name lister (/opt/local/bin/nm) interface... BSD nm
  399. checking whether ln -s works... yes
  400. checking the maximum length of command line arguments... 196608
  401. checking whether the shell understands some XSI constructs... yes
  402. checking whether the shell understands "+="... yes
  403. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  404. checking for objdump... no
  405. checking how to recognize dependent libraries... pass_all
  406. checking for ar... ar
  407. checking for strip... strip
  408. checking for ranlib... ranlib
  409. checking command to parse /opt/local/bin/nm output from gcc object... ok
  410. checking for dsymutil... dsymutil
  411. checking for nmedit... nmedit
  412. checking for lipo... lipo
  413. checking for otool... otool
  414. checking for otool64... no
  415. checking for -single_module linker flag... yes
  416. checking for -exported_symbols_list linker flag... yes
  417. checking how to run the C preprocessor... gcc -E
  418. checking for ANSI C header files... yes
  419. checking for sys/types.h... yes
  420. checking for sys/stat.h... yes
  421. checking for stdlib.h... yes
  422. checking for string.h... yes
  423. checking for memory.h... yes
  424. checking for strings.h... yes
  425. checking for inttypes.h... yes
  426. checking for stdint.h... yes
  427. checking for unistd.h... yes
  428. checking for dlfcn.h... yes
  429. checking for objdir... .libs
  430. checking if gcc supports -fno-rtti -fno-exceptions... yes
  431. checking for gcc option to produce PIC... -fno-common -DPIC
  432. checking if gcc PIC flag -fno-common -DPIC works... yes
  433. checking if gcc static flag -static works... no
  434. checking if gcc supports -c -o file.o... yes
  435. checking if gcc supports -c -o file.o... (cached) yes
  436. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  437. checking dynamic linker characteristics... darwin15.2.0 dyld
  438. checking how to hardcode library paths into programs... immediate
  439. checking whether stripping libraries is possible... yes
  440. checking if libtool supports shared libraries... yes
  441. checking whether to build shared libraries... no
  442. checking whether to build static libraries... yes
  443. checking for main in -lm... yes
  444. checking for main in -lregion... no
  445. checking float.h usability... yes
  446. checking float.h presence... yes
  447. checking for float.h... yes
  448. checking for stdlib.h... (cached) yes
  449. checking for string.h... (cached) yes
  450. checking for stdbool.h that conforms to C99... yes
  451. checking for _Bool... yes
  452. checking for stdlib.h... (cached) yes
  453. checking for GNU libc compatible malloc... yes
  454. checking for stdlib.h... (cached) yes
  455. checking for GNU libc compatible realloc... yes
  456. checking for sqrt... yes
  457. checking for strcasecmp... yes
  458. checking for strchr... yes
  459. checking for strpbrk... yes
  460. configure: creating ./config.status
  461. config.status: creating Makefile
  462. config.status: creating src/Makefile
  463. config.status: executing depfiles commands
  464. config.status: executing libtool commands
  465. === configuring in grplib-4.7 (/Users/deil/code/sherpa/extern/grplib-4.7)
  466. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/deil/code/sherpa/build' '--with-pic' '--enable-standalone' '--disable-maintainer-mode' '--enable-stuberrorlib' '--disable-shared' '--enable-shared=libgrp,stklib' '--enable-fftw' '--enable-region' '--enable-group' '--enable-stk' '--enable-wcs' --cache-file=/dev/null --srcdir=.
  467. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  468. checking whether build environment is sane... yes
  469. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  470. checking for gawk... no
  471. checking for mawk... no
  472. checking for nawk... no
  473. checking for awk... awk
  474. checking whether make sets $(MAKE)... yes
  475. checking whether to disable maintainer-specific portions of Makefiles... no
  476. checking build system type... x86_64-apple-darwin15.2.0
  477. checking host system type... x86_64-apple-darwin15.2.0
  478. checking for style of include used by make... GNU
  479. checking for gcc... gcc
  480. checking for C compiler default output file name... a.out
  481. checking whether the C compiler works... yes
  482. checking whether we are cross compiling... no
  483. checking for suffix of executables...
  484. checking for suffix of object files... o
  485. checking whether we are using the GNU C compiler... yes
  486. checking whether gcc accepts -g... yes
  487. checking for gcc option to accept ISO C89... none needed
  488. checking dependency style of gcc... gcc3
  489. checking for a sed that does not truncate output... /opt/local/bin/gsed
  490. checking for grep that handles long lines and -e... /usr/bin/grep
  491. checking for egrep... /usr/bin/grep -E
  492. checking for fgrep... /usr/bin/grep -F
  493. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  494. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  495. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
  496. checking the name lister (/opt/local/bin/nm) interface... BSD nm
  497. checking whether ln -s works... yes
  498. checking the maximum length of command line arguments... 196608
  499. checking whether the shell understands some XSI constructs... yes
  500. checking whether the shell understands "+="... yes
  501. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  502. checking for objdump... no
  503. checking how to recognize dependent libraries... pass_all
  504. checking for ar... ar
  505. checking for strip... strip
  506. checking for ranlib... ranlib
  507. checking command to parse /opt/local/bin/nm output from gcc object... ok
  508. checking for dsymutil... dsymutil
  509. checking for nmedit... nmedit
  510. checking for lipo... lipo
  511. checking for otool... otool
  512. checking for otool64... no
  513. checking for -single_module linker flag... yes
  514. checking for -exported_symbols_list linker flag... yes
  515. checking how to run the C preprocessor... gcc -E
  516. checking for ANSI C header files... yes
  517. checking for sys/types.h... yes
  518. checking for sys/stat.h... yes
  519. checking for stdlib.h... yes
  520. checking for string.h... yes
  521. checking for memory.h... yes
  522. checking for strings.h... yes
  523. checking for inttypes.h... yes
  524. checking for stdint.h... yes
  525. checking for unistd.h... yes
  526. checking for dlfcn.h... yes
  527. checking for objdir... .libs
  528. checking if gcc supports -fno-rtti -fno-exceptions... yes
  529. checking for gcc option to produce PIC... -fno-common -DPIC
  530. checking if gcc PIC flag -fno-common -DPIC works... yes
  531. checking if gcc static flag -static works... no
  532. checking if gcc supports -c -o file.o... yes
  533. checking if gcc supports -c -o file.o... (cached) yes
  534. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  535. checking dynamic linker characteristics... darwin15.2.0 dyld
  536. checking how to hardcode library paths into programs... immediate
  537. checking whether stripping libraries is possible... yes
  538. checking if libtool supports shared libraries... yes
  539. checking whether to build shared libraries... yes
  540. checking whether to build static libraries... yes
  541. checking whether /opt/local/bin/python2.7 version >= 2.7... yes
  542. checking for /opt/local/bin/python2.7 version... 2.7
  543. checking for /opt/local/bin/python2.7 platform... darwin
  544. checking for /opt/local/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages
  545. checking for /opt/local/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  546. checking for python2.7... /opt/local/bin/python2.7
  547. checking for a version of Python >= '2.1.0'... yes
  548. checking for a version of Python >'2.7' <'3.0'... yes
  549. checking for the distutils Python package... yes
  550. checking for Python include path... -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
  551. checking for Python library path... -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7
  552. checking for Python site-packages path... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
  553. checking python extra libraries... -ldl -framework CoreFoundation
  554. checking python extra linking flags... -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation
  555. checking consistency of all components of python development environment... yes
  556. checking for python... /opt/local/bin/python2.7
  557. checking for numpy includedir... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include
  558. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include
  559. checking for gcc... (cached) gcc
  560. checking whether we are using the GNU C compiler... (cached) yes
  561. checking whether gcc accepts -g... (cached) yes
  562. checking for gcc option to accept ISO C89... (cached) none needed
  563. checking dependency style of gcc... (cached) gcc3
  564. checking float.h usability... yes
  565. checking float.h presence... yes
  566. checking for float.h... yes
  567. checking for stdlib.h... (cached) yes
  568. checking for pow... yes
  569. checking for sqrt... yes
  570. configure: creating ./config.status
  571. config.status: creating Makefile
  572. config.status: creating src/Makefile
  573. config.status: creating python/Makefile
  574. config.status: creating doc/Makefile
  575. config.status: executing depfiles commands
  576. config.status: executing libtool commands
  577. === configuring in wcssubs (/Users/deil/code/sherpa/extern/wcssubs)
  578. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/deil/code/sherpa/build' '--with-pic' '--enable-standalone' '--disable-maintainer-mode' '--enable-stuberrorlib' '--disable-shared' '--enable-shared=libgrp,stklib' '--enable-fftw' '--enable-region' '--enable-group' '--enable-stk' '--enable-wcs' --cache-file=/dev/null --srcdir=.
  579. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  580. checking whether build environment is sane... yes
  581. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  582. checking for gawk... no
  583. checking for mawk... no
  584. checking for nawk... no
  585. checking for awk... awk
  586. checking whether make sets $(MAKE)... yes
  587. checking whether make supports nested variables... yes
  588. checking whether to enable maintainer-specific portions of Makefiles... no
  589. checking build system type... x86_64-apple-darwin15.2.0
  590. checking host system type... x86_64-apple-darwin15.2.0
  591. checking how to print strings... printf
  592. checking for style of include used by make... GNU
  593. checking for gcc... gcc
  594. checking whether the C compiler works... yes
  595. checking for C compiler default output file name... a.out
  596. checking for suffix of executables...
  597. checking whether we are cross compiling... no
  598. checking for suffix of object files... o
  599. checking whether we are using the GNU C compiler... yes
  600. checking whether gcc accepts -g... yes
  601. checking for gcc option to accept ISO C89... none needed
  602. checking whether gcc understands -c and -o together... yes
  603. checking dependency style of gcc... gcc3
  604. checking for a sed that does not truncate output... /opt/local/bin/gsed
  605. checking for grep that handles long lines and -e... /usr/bin/grep
  606. checking for egrep... /usr/bin/grep -E
  607. checking for fgrep... /usr/bin/grep -F
  608. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  609. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  610. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
  611. checking the name lister (/opt/local/bin/nm) interface... BSD nm
  612. checking whether ln -s works... yes
  613. checking the maximum length of command line arguments... 196608
  614. checking whether the shell understands some XSI constructs... yes
  615. checking whether the shell understands "+="... yes
  616. checking how to convert x86_64-apple-darwin15.2.0 file names to x86_64-apple-darwin15.2.0 format... func_convert_file_noop
  617. checking how to convert x86_64-apple-darwin15.2.0 file names to toolchain format... func_convert_file_noop
  618. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  619. checking for objdump... no
  620. checking how to recognize dependent libraries... pass_all
  621. checking for dlltool... no
  622. checking how to associate runtime and link libraries... printf %s\n
  623. checking for ar... ar
  624. checking for archiver @FILE support... no
  625. checking for strip... strip
  626. checking for ranlib... ranlib
  627. checking command to parse /opt/local/bin/nm output from gcc object... ok
  628. checking for sysroot... no
  629. checking for mt... no
  630. checking if : is a manifest tool... no
  631. checking for dsymutil... dsymutil
  632. checking for nmedit... nmedit
  633. checking for lipo... lipo
  634. checking for otool... otool
  635. checking for otool64... no
  636. checking for -single_module linker flag... yes
  637. checking for -exported_symbols_list linker flag... yes
  638. checking for -force_load linker flag... yes
  639. checking how to run the C preprocessor... gcc -E
  640. checking for ANSI C header files... yes
  641. checking for sys/types.h... yes
  642. checking for sys/stat.h... yes
  643. checking for stdlib.h... yes
  644. checking for string.h... yes
  645. checking for memory.h... yes
  646. checking for strings.h... yes
  647. checking for inttypes.h... yes
  648. checking for stdint.h... yes
  649. checking for unistd.h... yes
  650. checking for dlfcn.h... yes
  651. checking for objdir... .libs
  652. checking if gcc supports -fno-rtti -fno-exceptions... yes
  653. checking for gcc option to produce PIC... -fno-common -DPIC
  654. checking if gcc PIC flag -fno-common -DPIC works... yes
  655. checking if gcc static flag -static works... no
  656. checking if gcc supports -c -o file.o... yes
  657. checking if gcc supports -c -o file.o... (cached) yes
  658. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  659. checking dynamic linker characteristics... darwin15.2.0 dyld
  660. checking how to hardcode library paths into programs... immediate
  661. checking whether stripping libraries is possible... yes
  662. checking if libtool supports shared libraries... yes
  663. checking whether to build shared libraries... no
  664. checking whether to build static libraries... yes
  665. checking that generated files are newer than configure... done
  666. configure: creating ./config.status
  667. config.status: creating Makefile
  668. config.status: executing depfiles commands
  669. config.status: executing libtool commands
  670. === configuring in stklib-4.6 (/Users/deil/code/sherpa/extern/stklib-4.6)
  671. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/deil/code/sherpa/build' '--with-pic' '--enable-standalone' '--disable-maintainer-mode' '--enable-stuberrorlib' '--disable-shared' '--enable-shared=libgrp,stklib' '--enable-fftw' '--enable-region' '--enable-group' '--enable-stk' '--enable-wcs' --cache-file=/dev/null --srcdir=.
  672. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  673. checking whether build environment is sane... yes
  674. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  675. checking for gawk... no
  676. checking for mawk... no
  677. checking for nawk... no
  678. checking for awk... awk
  679. checking whether make sets $(MAKE)... yes
  680. checking whether make supports nested variables... yes
  681. checking whether to enable maintainer-specific portions of Makefiles... no
  682. checking build system type... x86_64-apple-darwin15.2.0
  683. checking host system type... x86_64-apple-darwin15.2.0
  684. checking how to print strings... printf
  685. checking for style of include used by make... GNU
  686. checking for gcc... gcc
  687. checking whether the C compiler works... yes
  688. checking for C compiler default output file name... a.out
  689. checking for suffix of executables...
  690. checking whether we are cross compiling... no
  691. checking for suffix of object files... o
  692. checking whether we are using the GNU C compiler... yes
  693. checking whether gcc accepts -g... yes
  694. checking for gcc option to accept ISO C89... none needed
  695. checking whether gcc understands -c and -o together... yes
  696. checking dependency style of gcc... gcc3
  697. checking for a sed that does not truncate output... /opt/local/bin/gsed
  698. checking for grep that handles long lines and -e... /usr/bin/grep
  699. checking for egrep... /usr/bin/grep -E
  700. checking for fgrep... /usr/bin/grep -F
  701. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  702. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  703. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
  704. checking the name lister (/opt/local/bin/nm) interface... BSD nm
  705. checking whether ln -s works... yes
  706. checking the maximum length of command line arguments... 196608
  707. checking whether the shell understands some XSI constructs... yes
  708. checking whether the shell understands "+="... yes
  709. checking how to convert x86_64-apple-darwin15.2.0 file names to x86_64-apple-darwin15.2.0 format... func_convert_file_noop
  710. checking how to convert x86_64-apple-darwin15.2.0 file names to toolchain format... func_convert_file_noop
  711. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  712. checking for objdump... no
  713. checking how to recognize dependent libraries... pass_all
  714. checking for dlltool... no
  715. checking how to associate runtime and link libraries... printf %s\n
  716. checking for ar... ar
  717. checking for archiver @FILE support... no
  718. checking for strip... strip
  719. checking for ranlib... ranlib
  720. checking command to parse /opt/local/bin/nm output from gcc object... ok
  721. checking for sysroot... no
  722. checking for mt... no
  723. checking if : is a manifest tool... no
  724. checking for dsymutil... dsymutil
  725. checking for nmedit... nmedit
  726. checking for lipo... lipo
  727. checking for otool... otool
  728. checking for otool64... no
  729. checking for -single_module linker flag... yes
  730. checking for -exported_symbols_list linker flag... yes
  731. checking for -force_load linker flag... yes
  732. checking how to run the C preprocessor... gcc -E
  733. checking for ANSI C header files... yes
  734. checking for sys/types.h... yes
  735. checking for sys/stat.h... yes
  736. checking for stdlib.h... yes
  737. checking for string.h... yes
  738. checking for memory.h... yes
  739. checking for strings.h... yes
  740. checking for inttypes.h... yes
  741. checking for stdint.h... yes
  742. checking for unistd.h... yes
  743. checking for dlfcn.h... yes
  744. checking for objdir... .libs
  745. checking if gcc supports -fno-rtti -fno-exceptions... yes
  746. checking for gcc option to produce PIC... -fno-common -DPIC
  747. checking if gcc PIC flag -fno-common -DPIC works... yes
  748. checking if gcc static flag -static works... no
  749. checking if gcc supports -c -o file.o... yes
  750. checking if gcc supports -c -o file.o... (cached) yes
  751. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  752. checking dynamic linker characteristics... darwin15.2.0 dyld
  753. checking how to hardcode library paths into programs... immediate
  754. checking whether stripping libraries is possible... yes
  755. checking if libtool supports shared libraries... yes
  756. checking whether to build shared libraries... yes
  757. checking whether to build static libraries... yes
  758. checking whether /opt/local/bin/python2.7 version is >= 2.7... yes
  759. checking for /opt/local/bin/python2.7 version... 2.7
  760. checking for /opt/local/bin/python2.7 platform... darwin
  761. checking for /opt/local/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages
  762. checking for /opt/local/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  763. checking for python2.7... /opt/local/bin/python2.7
  764. checking for a version of Python >= '2.1.0'... yes
  765. checking for a version of Python >'2.7' <'3.0'... yes
  766. checking for the distutils Python package... yes
  767. checking for Python include path... -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
  768. checking for Python library path... -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7
  769. checking for Python site-packages path... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
  770. checking python extra libraries... -ldl -framework CoreFoundation
  771. checking python extra linking flags... -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation
  772. checking consistency of all components of python development environment... yes
  773. checking for python... /opt/local/bin/python2.7
  774. checking for numpy includedir... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include
  775. checking for gcc... (cached) gcc
  776. checking whether we are using the GNU C compiler... (cached) yes
  777. checking whether gcc accepts -g... (cached) yes
  778. checking for gcc option to accept ISO C89... (cached) none needed
  779. checking whether gcc understands -c and -o together... (cached) yes
  780. checking dependency style of gcc... (cached) gcc3
  781. checking that generated files are newer than configure... done
  782. configure: creating ./config.status
  783. config.status: creating Makefile
  784. config.status: creating src/Makefile
  785. config.status: executing depfiles commands
  786. config.status: executing libtool commands
  787. Making install in fftw-3.3.4
  788. Making install in support
  789. make[3]: Nothing to be done for `install-exec-am'.
  790. make[3]: Nothing to be done for `install-data-am'.
  791. Making install in kernel
  792. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT align.lo -MD -MP -MF .deps/align.Tpo -c -o align.lo align.c
  793. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
  794. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c -o assert.lo assert.c
  795. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c -o awake.lo awake.c
  796. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
  797. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c -o cpy1d.lo cpy1d.c
  798. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c -o cpy2d-pair.lo cpy2d-pair.c
  799. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c -o cpy2d.lo cpy2d.c
  800. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
  801. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fno-common -DPIC -o alloc.o
  802. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fno-common -DPIC -o buffered.o
  803. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -fno-common -DPIC -o awake.o
  804. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -fno-common -DPIC -o assert.o
  805. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -fno-common -DPIC -o align.o
  806. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -fno-common -DPIC -o cpy1d.o
  807. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -fno-common -DPIC -o cpy2d-pair.o
  808. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -fno-common -DPIC -o cpy2d.o
  809. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -fno-common -DPIC -o ct.o
  810. clangclang: : warningwarningclang: : : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedwarning
  811.  
  812. : clangoptimization flag '-fno-schedule-insns' is not supported:
  813. warning: optimization flag '-fno-schedule-insns' is not supported
  814. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'clang
  815. argument unused during compilation: '-fno-schedule-insns':
  816. warning: clangargument unused during compilation: '-fno-schedule-insns'
  817. : warning: optimization flag '-fno-schedule-insns' is not supported
  818. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  819. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  820. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  821. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  822. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  823. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  824. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  825. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  826. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  827. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  828. mv -f .deps/alloc.Tpo .deps/alloc.Plo
  829. mv -f .deps/awake.Tpo .deps/awake.Plo
  830. mv -f .deps/buffered.Tpo .deps/buffered.Plo
  831. mv -f .deps/ct.Tpo .deps/ct.Plo
  832. mv -f .deps/cpy1d.Tpo .deps/cpy1d.Plo
  833. mv -f .deps/assert.Tpo .deps/assert.Plo
  834. mv -f .deps/align.Tpo .deps/align.Plo
  835. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
  836. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c -o extract-reim.lo extract-reim.c
  837. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
  838. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c -o iabs.lo iabs.c
  839. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c -o kalloc.lo kalloc.c
  840. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c -o md5-1.lo md5-1.c
  841. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
  842. mv -f .deps/cpy2d-pair.Tpo .deps/cpy2d-pair.Plo
  843. mv -f .deps/cpy2d.Tpo .deps/cpy2d.Plo
  844. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo minmax.c
  845. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c -o ops.lo ops.c
  846. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -fno-common -DPIC -o debug.o
  847. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c -fno-common -DPIC -o extract-reim.o
  848. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fno-common -DPIC -o hash.o
  849. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c -fno-common -DPIC -o iabs.o
  850. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c -fno-common -DPIC -o kalloc.o
  851. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c -fno-common -DPIC -o md5-1.o
  852. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fno-common -DPIC -o md5.o
  853. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  854.  
  855. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  856. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  857. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  858. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  859. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  860. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  861. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  862. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  863. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  864. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  865. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  866. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  867. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fno-common -DPIC -o minmax.o
  868. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c -fno-common -DPIC -o ops.o
  869. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  870.  
  871. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  872. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  873. mv -f .deps/debug.Tpo .deps/debug.Plo
  874. mv -f .deps/kalloc.Tpo .deps/kalloc.Plo
  875. mv -f .deps/iabs.Tpo .deps/iabs.Plo
  876. mv -f .deps/hash.Tpo .deps/hash.Plo
  877. mv -f .deps/extract-reim.Tpo .deps/extract-reim.Plo
  878. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c -o pickdim.lo pickdim.c
  879. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
  880. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c -o planner.lo planner.c
  881. mv -f .deps/minmax.Tpo .deps/minmax.Plo
  882. mv -f .deps/md5-1.Tpo .deps/md5-1.Plo
  883. mv -f .deps/ops.Tpo .deps/ops.Plo
  884. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c -o primes.lo primes.c
  885. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT print.lo -MD -MP -MF .deps/print.Tpo -c -o print.lo print.c
  886. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
  887. mv -f .deps/md5.Tpo .deps/md5.Plo
  888. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
  889. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c -o scan.lo scan.c
  890. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c -o solver.lo solver.c
  891. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c -fno-common -DPIC -o pickdim.o
  892. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fno-common -DPIC -o plan.o
  893. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -fno-common -DPIC -o planner.o
  894. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -fno-common -DPIC -o print.o
  895. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c -fno-common -DPIC -o primes.o
  896. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fno-common -DPIC -o problem.o
  897. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  898.  
  899. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  900. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  901. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  902. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  903. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -fno-common -DPIC -o rader.o
  904. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c -fno-common -DPIC -o solver.o
  905. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -fno-common -DPIC -o scan.o
  906. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  907. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  908. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  909. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  910. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  911. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  912. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  913. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  914. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  915. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  916. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  917. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  918. mv -f .deps/plan.Tpo .deps/plan.Plo
  919. mv -f .deps/solver.Tpo .deps/solver.Plo
  920. mv -f .deps/rader.Tpo .deps/rader.Plo
  921. mv -f .deps/problem.Tpo .deps/problem.Plo
  922. mv -f .deps/pickdim.Tpo .deps/pickdim.Plo
  923. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c -o solvtab.lo solvtab.c
  924. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c -o stride.lo stride.c
  925. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c -o tensor.lo tensor.c
  926. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c -o tensor1.lo tensor1.c
  927. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c -o tensor2.lo tensor2.c
  928. mv -f .deps/primes.Tpo .deps/primes.Plo
  929. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c -fno-common -DPIC -o solvtab.o
  930. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c -fno-common -DPIC -o stride.o
  931. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c -fno-common -DPIC -o tensor.o
  932. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c -fno-common -DPIC -o tensor1.o
  933. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c -o tensor3.lo tensor3.c
  934. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c -fno-common -DPIC -o tensor2.o
  935. mv -f .deps/scan.Tpo .deps/scan.Plo
  936. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  937. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  938. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  939. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  940. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  941. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  942. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  943. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  944. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  945. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  946. mv -f .deps/print.Tpo .deps/print.Plo
  947. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c -o tensor4.lo tensor4.c
  948. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c -o tensor5.lo tensor5.c
  949. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c -fno-common -DPIC -o tensor3.o
  950. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  951. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  952. mv -f .deps/tensor1.Tpo .deps/tensor1.Plo
  953. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c -fno-common -DPIC -o tensor4.o
  954. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c -fno-common -DPIC -o tensor5.o
  955. mv -f .deps/tensor2.Tpo .deps/tensor2.Plo
  956. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  957. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  958. mv -f .deps/stride.Tpo .deps/stride.Plo
  959. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  960. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  961. mv -f .deps/solvtab.Tpo .deps/solvtab.Plo
  962. mv -f .deps/tensor.Tpo .deps/tensor.Plo
  963. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c -o tensor7.lo tensor7.c
  964. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c -o tensor8.lo tensor8.c
  965. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c -o tensor9.lo tensor9.c
  966. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c -o tile2d.lo tile2d.c
  967. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c
  968. mv -f .deps/tensor3.Tpo .deps/tensor3.Plo
  969. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c -o transpose.lo transpose.c
  970. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c -fno-common -DPIC -o tensor7.o
  971. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c -fno-common -DPIC -o tensor9.o
  972. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c -fno-common -DPIC -o tensor8.o
  973. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c -fno-common -DPIC -o tile2d.o
  974. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -fno-common -DPIC -o timer.o
  975. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  976. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  977. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  978. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  979. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  980. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  981. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  982. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  983. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  984. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  985. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c -fno-common -DPIC -o transpose.o
  986. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  987. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  988. mv -f .deps/tensor4.Tpo .deps/tensor4.Plo
  989. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c -o trig.lo trig.c
  990. mv -f .deps/tensor8.Tpo .deps/tensor8.Plo
  991. mv -f .deps/tile2d.Tpo .deps/tile2d.Plo
  992. mv -f .deps/tensor9.Tpo .deps/tensor9.Plo
  993. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c -o twiddle.lo twiddle.c
  994. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -fno-common -DPIC -o trig.o
  995. mv -f .deps/tensor5.Tpo .deps/tensor5.Plo
  996. mv -f .deps/timer.Tpo .deps/timer.Plo
  997. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  998. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  999. mv -f .deps/tensor7.Tpo .deps/tensor7.Plo
  1000. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -fno-common -DPIC -o twiddle.o
  1001. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1002. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1003. mv -f .deps/transpose.Tpo .deps/transpose.Plo
  1004. mv -f .deps/planner.Tpo .deps/planner.Plo
  1005. mv -f .deps/trig.Tpo .deps/trig.Plo
  1006. mv -f .deps/twiddle.Tpo .deps/twiddle.Plo
  1007. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o libkernel.la align.lo alloc.lo assert.lo awake.lo buffered.lo cpy1d.lo cpy2d-pair.lo cpy2d.lo ct.lo debug.lo extract-reim.lo hash.lo iabs.lo kalloc.lo md5-1.lo md5.lo minmax.lo ops.lo pickdim.lo plan.lo planner.lo primes.lo print.lo problem.lo rader.lo scan.lo solver.lo solvtab.lo stride.lo tensor.lo tensor1.lo tensor2.lo tensor3.lo tensor4.lo tensor5.lo tensor7.lo tensor8.lo tensor9.lo tile2d.lo timer.lo transpose.lo trig.lo twiddle.lo -lm
  1008. libtool: link: ar cru .libs/libkernel.a align.o alloc.o assert.o awake.o buffered.o cpy1d.o cpy2d-pair.o cpy2d.o ct.o debug.o extract-reim.o hash.o iabs.o kalloc.o md5-1.o md5.o minmax.o ops.o pickdim.o plan.o planner.o primes.o print.o problem.o rader.o scan.o solver.o solvtab.o stride.o tensor.o tensor1.o tensor2.o tensor3.o tensor4.o tensor5.o tensor7.o tensor8.o tensor9.o tile2d.o timer.o transpose.o trig.o twiddle.o
  1009. /opt/local/bin/ranlib: file: .libs/libkernel.a(debug.o) has no symbols
  1010. libtool: link: ranlib .libs/libkernel.a
  1011. ranlib: file: .libs/libkernel.a(debug.o) has no symbols
  1012. libtool: link: ( cd ".libs" && rm -f "libkernel.la" && ln -s "../libkernel.la" "libkernel.la" )
  1013. make[3]: Nothing to be done for `install-exec-am'.
  1014. make[3]: Nothing to be done for `install-data-am'.
  1015. Making install in simd-support
  1016. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c -o taint.lo taint.c
  1017. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c -o sse2.lo sse2.c
  1018. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c -o avx.lo avx.c
  1019. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c -o altivec.lo altivec.c
  1020. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c -o neon.lo neon.c
  1021. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libsimd_sse2_nonportable_la-sse2-nonportable.lo -MD -MP -MF .deps/libsimd_sse2_nonportable_la-sse2-nonportable.Tpo -c -o libsimd_sse2_nonportable_la-sse2-nonportable.lo `test -f 'sse2-nonportable.c' || echo './'`sse2-nonportable.c
  1022. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c -fno-common -DPIC -o altivec.o
  1023. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c -fno-common -DPIC -o sse2.o
  1024. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c -fno-common -DPIC -o avx.o
  1025. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c -fno-common -DPIC -o taint.o
  1026. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c -fno-common -DPIC -o neon.o
  1027. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libsimd_sse2_nonportable_la-sse2-nonportable.lo -MD -MP -MF .deps/libsimd_sse2_nonportable_la-sse2-nonportable.Tpo -c sse2-nonportable.c -fno-common -DPIC -o libsimd_sse2_nonportable_la-sse2-nonportable.o
  1028. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1029. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1030. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1031.  
  1032. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1033. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1034. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1035. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1036. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'argument unused during compilation: '-fno-schedule-insns'
  1037.  
  1038. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1039. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1040. mv -f .deps/avx.Tpo .deps/avx.Plo
  1041. mv -f .deps/neon.Tpo .deps/neon.Plo
  1042. mv -f .deps/taint.Tpo .deps/taint.Plo
  1043. mv -f .deps/altivec.Tpo .deps/altivec.Plo
  1044. mv -f .deps/libsimd_sse2_nonportable_la-sse2-nonportable.Tpo .deps/libsimd_sse2_nonportable_la-sse2-nonportable.Plo
  1045. mv -f .deps/sse2.Tpo .deps/sse2.Plo
  1046. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o libsimd_sse2_nonportable.la libsimd_sse2_nonportable_la-sse2-nonportable.lo -lm
  1047. libtool: link: ar cru .libs/libsimd_sse2_nonportable.a libsimd_sse2_nonportable_la-sse2-nonportable.o
  1048. /opt/local/bin/ranlib: file: .libs/libsimd_sse2_nonportable.a(libsimd_sse2_nonportable_la-sse2-nonportable.o) has no symbols
  1049. libtool: link: ranlib .libs/libsimd_sse2_nonportable.a
  1050. ranlib: file: .libs/libsimd_sse2_nonportable.a(libsimd_sse2_nonportable_la-sse2-nonportable.o) has no symbols
  1051. warning: ranlib: warning for library: .libs/libsimd_sse2_nonportable.a the table of contents is empty (no object file members in the library define global symbols)
  1052. libtool: link: ( cd ".libs" && rm -f "libsimd_sse2_nonportable.la" && ln -s "../libsimd_sse2_nonportable.la" "libsimd_sse2_nonportable.la" )
  1053. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o libsimd_support.la taint.lo sse2.lo avx.lo altivec.lo neon.lo -lm
  1054. libtool: link: ar cru .libs/libsimd_support.a taint.o sse2.o avx.o altivec.o neon.o
  1055. /opt/local/bin/ranlib: file: .libs/libsimd_support.a(taint.o) has no symbols
  1056. /opt/local/bin/ranlib: file: .libs/libsimd_support.a(sse2.o) has no symbols
  1057. /opt/local/bin/ranlib: file: .libs/libsimd_support.a(avx.o) has no symbols
  1058. /opt/local/bin/ranlib: file: .libs/libsimd_support.a(altivec.o) has no symbols
  1059. /opt/local/bin/ranlib: file: .libs/libsimd_support.a(neon.o) has no symbols
  1060. libtool: link: ranlib .libs/libsimd_support.a
  1061. ranlib: file: .libs/libsimd_support.a(taint.o) has no symbols
  1062. ranlib: file: .libs/libsimd_support.a(sse2.o) has no symbols
  1063. ranlib: file: .libs/libsimd_support.a(avx.o) has no symbols
  1064. ranlib: file: .libs/libsimd_support.a(altivec.o) has no symbols
  1065. ranlib: file: .libs/libsimd_support.a(neon.o) has no symbols
  1066. warning: ranlib: warning for library: .libs/libsimd_support.a the table of contents is empty (no object file members in the library define global symbols)
  1067. libtool: link: ( cd ".libs" && rm -f "libsimd_support.la" && ln -s "../libsimd_support.la" "libsimd_support.la" )
  1068. make[3]: Nothing to be done for `install-exec-am'.
  1069. make[3]: Nothing to be done for `install-data-am'.
  1070. Making install in dft
  1071. Making install in scalar
  1072. Making install in codelets
  1073. ( \
  1074. echo "#include \"ifftw.h\""; \
  1075. echo ; \
  1076. echo; \
  1077. for i in n1_2.c n1_3.c n1_4.c n1_5.c n1_6.c n1_7.c n1_8.c n1_9.c n1_10.c n1_11.c n1_12.c n1_13.c n1_14.c n1_15.c n1_16.c n1_32.c n1_64.c n1_20.c n1_25.c t1_2.c t1_3.c t1_4.c t1_5.c t1_6.c t1_7.c t1_8.c t1_9.c t1_10.c t1_12.c t1_15.c t1_16.c t1_32.c t1_64.c t1_20.c t1_25.c t2_4.c t2_8.c t2_16.c t2_32.c t2_64.c t2_5.c t2_10.c t2_20.c t2_25.c q1_2.c q1_4.c q1_8.c q1_3.c q1_5.c q1_6.c NIL; do \
  1078. if test "$i" != NIL; then \
  1079. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  1080. echo "extern void X(codelet_$j)(planner *);"; \
  1081. fi \
  1082. done; \
  1083. echo; \
  1084. echo; \
  1085. echo "extern const solvtab X(solvtab_dft_standard);"; \
  1086. echo "const solvtab X(solvtab_dft_standard) = {"; \
  1087. for i in n1_2.c n1_3.c n1_4.c n1_5.c n1_6.c n1_7.c n1_8.c n1_9.c n1_10.c n1_11.c n1_12.c n1_13.c n1_14.c n1_15.c n1_16.c n1_32.c n1_64.c n1_20.c n1_25.c t1_2.c t1_3.c t1_4.c t1_5.c t1_6.c t1_7.c t1_8.c t1_9.c t1_10.c t1_12.c t1_15.c t1_16.c t1_32.c t1_64.c t1_20.c t1_25.c t2_4.c t2_8.c t2_16.c t2_32.c t2_64.c t2_5.c t2_10.c t2_20.c t2_25.c q1_2.c q1_4.c q1_8.c q1_3.c q1_5.c q1_6.c NIL; do \
  1088. if test "$i" != NIL; then \
  1089. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  1090. echo " SOLVTAB(X(codelet_$j)),"; \
  1091. fi \
  1092. done; \
  1093. echo " SOLVTAB_END"; \
  1094. echo "};"; \
  1095. ) >codlist.c
  1096. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  1097. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c -o n1_2.lo n1_2.c
  1098. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c -o n1_3.lo n1_3.c
  1099. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c -o n1_4.lo n1_4.c
  1100. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c -o n1_5.lo n1_5.c
  1101. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c -o n1_6.lo n1_6.c
  1102. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c -o n1_7.lo n1_7.c
  1103. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c -o n1_8.lo n1_8.c
  1104. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c -o n1_9.lo n1_9.c
  1105. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c -o n1_10.lo n1_10.c
  1106. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c -fno-common -DPIC -o n1_3.o
  1107. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c -fno-common -DPIC -o n1_2.o
  1108. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -fno-common -DPIC -o n1_6.o
  1109. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c -fno-common -DPIC -o n1_4.o
  1110. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c -fno-common -DPIC -o n1_5.o
  1111. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c -fno-common -DPIC -o n1_10.o
  1112. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c -fno-common -DPIC -o n1_8.o
  1113. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c -fno-common -DPIC -o n1_7.o
  1114. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1115. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1116. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1117. clang: warning: optimization flag '-fno-schedule-insns' is not supportedclang
  1118. : warning: optimization flag '-fno-schedule-insns' is not supported
  1119. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1120. clang: warning: clangargument unused during compilation: '-fno-schedule-insns':
  1121. warning: argument unused during compilation: '-fno-schedule-insns'
  1122. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1123. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1124. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1125. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1126. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1127. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1128. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1129. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1130. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c -fno-common -DPIC -o n1_9.o
  1131. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1132. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1133. mv -f .deps/n1_2.Tpo .deps/n1_2.Plo
  1134. mv -f .deps/n1_5.Tpo .deps/n1_5.Plo
  1135. mv -f .deps/n1_4.Tpo .deps/n1_4.Plo
  1136. mv -f .deps/n1_3.Tpo .deps/n1_3.Plo
  1137. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c -o n1_11.lo n1_11.c
  1138. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c -o n1_12.lo n1_12.c
  1139. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c -o n1_13.lo n1_13.c
  1140. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c -o n1_14.lo n1_14.c
  1141. mv -f .deps/n1_6.Tpo .deps/n1_6.Plo
  1142. mv -f .deps/n1_8.Tpo .deps/n1_8.Plo
  1143. mv -f .deps/n1_10.Tpo .deps/n1_10.Plo
  1144. mv -f .deps/n1_7.Tpo .deps/n1_7.Plo
  1145. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c -o n1_15.lo n1_15.c
  1146. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c -fno-common -DPIC -o n1_12.o
  1147. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c -fno-common -DPIC -o n1_11.o
  1148. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c -o n1_16.lo n1_16.c
  1149. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c -o n1_32.lo n1_32.c
  1150. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c -fno-common -DPIC -o n1_13.o
  1151. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c -o n1_64.lo n1_64.c
  1152. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c -fno-common -DPIC -o n1_14.o
  1153. mv -f .deps/n1_9.Tpo .deps/n1_9.Plo
  1154. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c -o n1_20.lo n1_20.c
  1155. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1156.  
  1157. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1158. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1159. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1160. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1161. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1162. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1163. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c -fno-common -DPIC -o n1_64.o
  1164. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c -fno-common -DPIC -o n1_16.o
  1165. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c -fno-common -DPIC -o n1_15.o
  1166. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c -fno-common -DPIC -o n1_32.o
  1167. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1168. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1169. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1170. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1171. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1172. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1173. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c -fno-common -DPIC -o n1_20.o
  1174. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1175. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1176. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1177. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1178. mv -f .deps/n1_12.Tpo .deps/n1_12.Plo
  1179. mv -f .deps/n1_11.Tpo .deps/n1_11.Plo
  1180. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c -o n1_25.lo n1_25.c
  1181. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c -o t1_2.lo t1_2.c
  1182. mv -f .deps/n1_13.Tpo .deps/n1_13.Plo
  1183. mv -f .deps/n1_14.Tpo .deps/n1_14.Plo
  1184. mv -f .deps/n1_16.Tpo .deps/n1_16.Plo
  1185. mv -f .deps/n1_15.Tpo .deps/n1_15.Plo
  1186. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c -o t1_3.lo t1_3.c
  1187. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c -o t1_4.lo t1_4.c
  1188. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c -o t1_5.lo t1_5.c
  1189. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c -o t1_6.lo t1_6.c
  1190. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c -fno-common -DPIC -o n1_25.o
  1191. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c -fno-common -DPIC -o t1_2.o
  1192. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1193. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1194. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1195. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1196. mv -f .deps/n1_20.Tpo .deps/n1_20.Plo
  1197. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c -fno-common -DPIC -o t1_3.o
  1198. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c -fno-common -DPIC -o t1_4.o
  1199. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c -fno-common -DPIC -o t1_5.o
  1200. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c -fno-common -DPIC -o t1_6.o
  1201. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c -o t1_7.lo t1_7.c
  1202. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1203. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1204. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1205.  
  1206. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1207. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1208. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1209. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1210. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c -fno-common -DPIC -o t1_7.o
  1211. mv -f .deps/t1_2.Tpo .deps/t1_2.Plo
  1212. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1213. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1214. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c -o t1_8.lo t1_8.c
  1215. mv -f .deps/t1_4.Tpo .deps/t1_4.Plo
  1216. mv -f .deps/t1_5.Tpo .deps/t1_5.Plo
  1217. mv -f .deps/t1_6.Tpo .deps/t1_6.Plo
  1218. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c -fno-common -DPIC -o t1_8.o
  1219. mv -f .deps/t1_3.Tpo .deps/t1_3.Plo
  1220. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c -o t1_9.lo t1_9.c
  1221. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c -o t1_10.lo t1_10.c
  1222. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c -o t1_12.lo t1_12.c
  1223. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c -o t1_15.lo t1_15.c
  1224. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1225. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1226. mv -f .deps/n1_32.Tpo .deps/n1_32.Plo
  1227. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c -o t1_16.lo t1_16.c
  1228. mv -f .deps/t1_7.Tpo .deps/t1_7.Plo
  1229. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c -fno-common -DPIC -o t1_9.o
  1230. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c -fno-common -DPIC -o t1_10.o
  1231. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c -fno-common -DPIC -o t1_12.o
  1232. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c -fno-common -DPIC -o t1_15.o
  1233. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c -o t1_32.lo t1_32.c
  1234. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1235. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1236. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1237. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1238. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1239.  
  1240. clang: warning: clangargument unused during compilation: '-fno-schedule-insns':
  1241. warning: argument unused during compilation: '-fno-schedule-insns'
  1242. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c -fno-common -DPIC -o t1_16.o
  1243. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1244. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1245. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c -fno-common -DPIC -o t1_32.o
  1246. mv -f .deps/t1_8.Tpo .deps/t1_8.Plo
  1247. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1248. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1249. mv -f .deps/n1_25.Tpo .deps/n1_25.Plo
  1250. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c -o t1_64.lo t1_64.c
  1251. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c -o t1_20.lo t1_20.c
  1252. mv -f .deps/t1_9.Tpo .deps/t1_9.Plo
  1253. mv -f .deps/t1_10.Tpo .deps/t1_10.Plo
  1254. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c -fno-common -DPIC -o t1_64.o
  1255. mv -f .deps/t1_12.Tpo .deps/t1_12.Plo
  1256. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c -fno-common -DPIC -o t1_20.o
  1257. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c -o t1_25.lo t1_25.c
  1258. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1259. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1260. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c -o t2_4.lo t2_4.c
  1261. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c -o t2_8.lo t2_8.c
  1262. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1263. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1264. mv -f .deps/t1_15.Tpo .deps/t1_15.Plo
  1265. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c -o t2_16.lo t2_16.c
  1266. mv -f .deps/t1_16.Tpo .deps/t1_16.Plo
  1267. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c -fno-common -DPIC -o t1_25.o
  1268. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c -fno-common -DPIC -o t2_4.o
  1269. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c -fno-common -DPIC -o t2_8.o
  1270. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c -o t2_32.lo t2_32.c
  1271. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1272. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1273. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1274. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1275. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1276. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1277. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c -fno-common -DPIC -o t2_16.o
  1278. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1279. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1280. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c -fno-common -DPIC -o t2_32.o
  1281. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1282. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1283. mv -f .deps/t2_4.Tpo .deps/t2_4.Plo
  1284. mv -f .deps/t2_8.Tpo .deps/t2_8.Plo
  1285. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c -o t2_64.lo t2_64.c
  1286. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c -o t2_5.lo t2_5.c
  1287. mv -f .deps/t1_20.Tpo .deps/t1_20.Plo
  1288. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c -o t2_10.lo t2_10.c
  1289. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c -fno-common -DPIC -o t2_64.o
  1290. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c -fno-common -DPIC -o t2_5.o
  1291. mv -f .deps/t2_16.Tpo .deps/t2_16.Plo
  1292. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1293.  
  1294. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1295. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c -o t2_20.lo t2_20.c
  1296. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1297. mv -f .deps/t1_32.Tpo .deps/t1_32.Plo
  1298. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c -o t2_25.lo t2_25.c
  1299. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c -fno-common -DPIC -o t2_10.o
  1300. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1301. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1302. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c -fno-common -DPIC -o t2_20.o
  1303. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1304. mv -f .deps/t1_25.Tpo .deps/t1_25.Plo
  1305. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1306. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c -fno-common -DPIC -o t2_25.o
  1307. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c -o q1_2.lo q1_2.c
  1308. mv -f .deps/t2_5.Tpo .deps/t2_5.Plo
  1309. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1310. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1311. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c -o q1_4.lo q1_4.c
  1312. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c -fno-common -DPIC -o q1_2.o
  1313. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1314. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1315. mv -f .deps/t2_10.Tpo .deps/t2_10.Plo
  1316. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c -fno-common -DPIC -o q1_4.o
  1317. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c -o q1_8.lo q1_8.c
  1318. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1319. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1320. mv -f .deps/t2_32.Tpo .deps/t2_32.Plo
  1321. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c -o q1_3.lo q1_3.c
  1322. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c -fno-common -DPIC -o q1_8.o
  1323. mv -f .deps/q1_2.Tpo .deps/q1_2.Plo
  1324. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1325. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1326. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c -fno-common -DPIC -o q1_3.o
  1327. mv -f .deps/t2_20.Tpo .deps/t2_20.Plo
  1328. mv -f .deps/n1_64.Tpo .deps/n1_64.Plo
  1329. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1330. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1331. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c -o q1_5.lo q1_5.c
  1332. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c -o q1_6.lo q1_6.c
  1333. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
  1334. mv -f .deps/q1_4.Tpo .deps/q1_4.Plo
  1335. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c -fno-common -DPIC -o q1_5.o
  1336. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c -fno-common -DPIC -o q1_6.o
  1337. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o codlist.o
  1338. mv -f .deps/t2_25.Tpo .deps/t2_25.Plo
  1339. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1340. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1341. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1342. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1343. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1344. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1345. mv -f .deps/q1_3.Tpo .deps/q1_3.Plo
  1346. mv -f .deps/codlist.Tpo .deps/codlist.Plo
  1347. mv -f .deps/q1_5.Tpo .deps/q1_5.Plo
  1348. mv -f .deps/q1_6.Tpo .deps/q1_6.Plo
  1349. mv -f .deps/q1_8.Tpo .deps/q1_8.Plo
  1350. mv -f .deps/t1_64.Tpo .deps/t1_64.Plo
  1351. mv -f .deps/t2_64.Tpo .deps/t2_64.Plo
  1352. /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o libdft_scalar_codelets.la n1_2.lo n1_3.lo n1_4.lo n1_5.lo n1_6.lo n1_7.lo n1_8.lo n1_9.lo n1_10.lo n1_11.lo n1_12.lo n1_13.lo n1_14.lo n1_15.lo n1_16.lo n1_32.lo n1_64.lo n1_20.lo n1_25.lo t1_2.lo t1_3.lo t1_4.lo t1_5.lo t1_6.lo t1_7.lo t1_8.lo t1_9.lo t1_10.lo t1_12.lo t1_15.lo t1_16.lo t1_32.lo t1_64.lo t1_20.lo t1_25.lo t2_4.lo t2_8.lo t2_16.lo t2_32.lo t2_64.lo t2_5.lo t2_10.lo t2_20.lo t2_25.lo q1_2.lo q1_4.lo q1_8.lo q1_3.lo q1_5.lo q1_6.lo codlist.lo -lm
  1353. libtool: link: ar cru .libs/libdft_scalar_codelets.a n1_2.o n1_3.o n1_4.o n1_5.o n1_6.o n1_7.o n1_8.o n1_9.o n1_10.o n1_11.o n1_12.o n1_13.o n1_14.o n1_15.o n1_16.o n1_32.o n1_64.o n1_20.o n1_25.o t1_2.o t1_3.o t1_4.o t1_5.o t1_6.o t1_7.o t1_8.o t1_9.o t1_10.o t1_12.o t1_15.o t1_16.o t1_32.o t1_64.o t1_20.o t1_25.o t2_4.o t2_8.o t2_16.o t2_32.o t2_64.o t2_5.o t2_10.o t2_20.o t2_25.o q1_2.o q1_4.o q1_8.o q1_3.o q1_5.o q1_6.o codlist.o
  1354. libtool: link: ranlib .libs/libdft_scalar_codelets.a
  1355. libtool: link: ( cd ".libs" && rm -f "libdft_scalar_codelets.la" && ln -s "../libdft_scalar_codelets.la" "libdft_scalar_codelets.la" )
  1356. make[6]: Nothing to be done for `install-exec-am'.
  1357. make[6]: Nothing to be done for `install-data-am'.
  1358. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n.lo -MD -MP -MF .deps/n.Tpo -c -o n.lo n.c
  1359. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c
  1360. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c -fno-common -DPIC -o n.o
  1361. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -fno-common -DPIC -o t.o
  1362. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1363.  
  1364. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'argument unused during compilation: '-fno-schedule-insns'
  1365.  
  1366. mv -f .deps/t.Tpo .deps/t.Plo
  1367. mv -f .deps/n.Tpo .deps/n.Plo
  1368. /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o libdft_scalar.la n.lo t.lo -lm
  1369. libtool: link: ar cru .libs/libdft_scalar.a n.o t.o
  1370. libtool: link: ranlib .libs/libdft_scalar.a
  1371. libtool: link: ( cd ".libs" && rm -f "libdft_scalar.la" && ln -s "../libdft_scalar.la" "libdft_scalar.la" )
  1372. make[5]: Nothing to be done for `install-exec-am'.
  1373. make[5]: Nothing to be done for `install-data-am'.
  1374. Making install in simd
  1375. Making install in common
  1376. ( \
  1377. echo "#include \"ifftw.h\""; \
  1378. echo "#include SIMD_HEADER"; \
  1379. echo; \
  1380. for i in n1fv_2.c n1fv_3.c n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c n1fv_9.c n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c n1bv_15.c n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c n1bv_25.c n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c n2fv_12.c n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c n2sv_4.c n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c t1fuv_2.c t1fuv_3.c t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c t1fuv_8.c t1fuv_9.c t1fuv_10.c t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c t1fv_7.c t1fv_8.c t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c t1fv_16.c t1fv_32.c t1fv_64.c t1fv_20.c t1fv_25.c t2fv_2.c t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c t2fv_5.c t2fv_10.c t2fv_20.c t2fv_25.c t3fv_4.c t3fv_8.c t3fv_16.c t3fv_32.c t3fv_5.c t3fv_10.c t3fv_20.c t3fv_25.c t1buv_2.c t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c t1buv_8.c t1buv_9.c t1buv_10.c t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c t1bv_6.c t1bv_7.c t1bv_8.c t1bv_9.c t1bv_10.c t1bv_12.c t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c t1bv_20.c t1bv_25.c t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c t3bv_4.c t3bv_8.c t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c t3bv_20.c t3bv_25.c t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c t2sv_4.c t2sv_8.c t2sv_16.c t2sv_32.c q1fv_2.c q1fv_4.c q1fv_5.c q1fv_8.c q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c NIL; do \
  1381. if test "$i" != NIL; then \
  1382. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  1383. echo "extern void XSIMD(codelet_$j)(planner *);"; \
  1384. fi \
  1385. done; \
  1386. echo; \
  1387. echo; \
  1388. echo "extern const solvtab XSIMD(solvtab_dft);"; \
  1389. echo "const solvtab XSIMD(solvtab_dft) = {"; \
  1390. for i in n1fv_2.c n1fv_3.c n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c n1fv_9.c n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c n1bv_15.c n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c n1bv_25.c n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c n2fv_12.c n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c n2sv_4.c n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c t1fuv_2.c t1fuv_3.c t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c t1fuv_8.c t1fuv_9.c t1fuv_10.c t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c t1fv_7.c t1fv_8.c t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c t1fv_16.c t1fv_32.c t1fv_64.c t1fv_20.c t1fv_25.c t2fv_2.c t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c t2fv_5.c t2fv_10.c t2fv_20.c t2fv_25.c t3fv_4.c t3fv_8.c t3fv_16.c t3fv_32.c t3fv_5.c t3fv_10.c t3fv_20.c t3fv_25.c t1buv_2.c t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c t1buv_8.c t1buv_9.c t1buv_10.c t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c t1bv_6.c t1bv_7.c t1bv_8.c t1bv_9.c t1bv_10.c t1bv_12.c t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c t1bv_20.c t1bv_25.c t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c t3bv_4.c t3bv_8.c t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c t3bv_20.c t3bv_25.c t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c t2sv_4.c t2sv_8.c t2sv_16.c t2sv_32.c q1fv_2.c q1fv_4.c q1fv_5.c q1fv_8.c q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c NIL; do \
  1391. if test "$i" != NIL; then \
  1392. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  1393. echo " SOLVTAB(XSIMD(codelet_$j)),"; \
  1394. fi \
  1395. done; \
  1396. echo " SOLVTAB_END"; \
  1397. echo "};"; \
  1398. ) >codlist.c
  1399. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  1400. make[6]: Nothing to be done for `install-exec-am'.
  1401. make[6]: Nothing to be done for `install-data-am'.
  1402. Making install in sse2
  1403. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  1404. make[6]: Nothing to be done for `install-exec-am'.
  1405. make[6]: Nothing to be done for `install-data-am'.
  1406. Making install in avx
  1407. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  1408. make[6]: Nothing to be done for `install-exec-am'.
  1409. make[6]: Nothing to be done for `install-data-am'.
  1410. Making install in altivec
  1411. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  1412. make[6]: Nothing to be done for `install-exec-am'.
  1413. make[6]: Nothing to be done for `install-data-am'.
  1414. Making install in neon
  1415. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  1416. make[6]: Nothing to be done for `install-exec-am'.
  1417. make[6]: Nothing to be done for `install-data-am'.
  1418. make[5]: Nothing to be done for `install-exec-am'.
  1419. make[5]: Nothing to be done for `install-data-am'.
  1420. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c -o bluestein.lo bluestein.c
  1421. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
  1422. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
  1423. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
  1424. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c -o dftw-direct.lo dftw-direct.c
  1425. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c -o dftw-directsq.lo dftw-directsq.c
  1426. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c -o dftw-generic.lo dftw-generic.c
  1427. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c -o dftw-genericbuf.lo dftw-genericbuf.c
  1428. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c -o direct.lo direct.c
  1429. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -fno-common -DPIC -o ct.o
  1430. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c -fno-common -DPIC -o bluestein.o
  1431. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fno-common -DPIC -o buffered.o
  1432. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fno-common -DPIC -o conf.o
  1433. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c -fno-common -DPIC -o dftw-direct.o
  1434. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c -fno-common -DPIC -o dftw-directsq.o
  1435. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c -fno-common -DPIC -o dftw-generic.o
  1436. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c -fno-common -DPIC -o dftw-genericbuf.o
  1437. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1438. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1439. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1440. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1441. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1442. clangclang: : warning: argument unused during compilation: '-fno-schedule-insns'warning
  1443. : optimization flag '-fno-schedule-insns' is not supported
  1444. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1445. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1446. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1447. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1448. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1449. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1450. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1451. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1452. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1453. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c -fno-common -DPIC -o direct.o
  1454. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1455. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1456. mv -f .deps/conf.Tpo .deps/conf.Plo
  1457. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
  1458. mv -f .deps/dftw-directsq.Tpo .deps/dftw-directsq.Plo
  1459. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
  1460. mv -f .deps/dftw-generic.Tpo .deps/dftw-generic.Plo
  1461. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -fno-common -DPIC -o generic.o
  1462. mv -f .deps/dftw-genericbuf.Tpo .deps/dftw-genericbuf.Plo
  1463. mv -f .deps/ct.Tpo .deps/ct.Plo
  1464. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1465. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1466. mv -f .deps/buffered.Tpo .deps/buffered.Plo
  1467. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c -o indirect-transpose.lo indirect-transpose.c
  1468. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c -o kdft-dif.lo kdft-dif.c
  1469. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c -o kdft-difsq.lo kdft-difsq.c
  1470. mv -f .deps/bluestein.Tpo .deps/bluestein.Plo
  1471. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c -o kdft-dit.lo kdft-dit.c
  1472. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c -o kdft.lo kdft.c
  1473. mv -f .deps/direct.Tpo .deps/direct.Plo
  1474. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -fno-common -DPIC -o indirect.o
  1475. mv -f .deps/dftw-direct.Tpo .deps/dftw-direct.Plo
  1476. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1477. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1478. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
  1479. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c -fno-common -DPIC -o kdft-dif.o
  1480. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
  1481. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c -fno-common -DPIC -o indirect-transpose.o
  1482. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c -fno-common -DPIC -o kdft-difsq.o
  1483. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c -fno-common -DPIC -o kdft-dit.o
  1484. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c -fno-common -DPIC -o kdft.o
  1485. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1486. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1487. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1488.  
  1489. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1490. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1491. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1492. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1493. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1494. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1495. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -fno-common -DPIC -o nop.o
  1496. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fno-common -DPIC -o plan.o
  1497. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1498. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1499. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1500. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1501. mv -f .deps/kdft-dif.Tpo .deps/kdft-dif.Plo
  1502. mv -f .deps/kdft-difsq.Tpo .deps/kdft-difsq.Plo
  1503. mv -f .deps/kdft.Tpo .deps/kdft.Plo
  1504. mv -f .deps/kdft-dit.Tpo .deps/kdft-dit.Plo
  1505. mv -f .deps/plan.Tpo .deps/plan.Plo
  1506. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
  1507. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
  1508. mv -f .deps/nop.Tpo .deps/nop.Plo
  1509. mv -f .deps/indirect.Tpo .deps/indirect.Plo
  1510. mv -f .deps/generic.Tpo .deps/generic.Plo
  1511. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
  1512. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
  1513. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
  1514. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c -o zero.lo zero.c
  1515. mv -f .deps/indirect-transpose.Tpo .deps/indirect-transpose.Plo
  1516. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fno-common -DPIC -o problem.o
  1517. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -fno-common -DPIC -o rader.o
  1518. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c -fno-common -DPIC -o zero.o
  1519. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -fno-common -DPIC -o solve.o
  1520. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -fno-common -DPIC -o rank-geq2.o
  1521. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -fno-common -DPIC -o vrank-geq1.o
  1522. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1523. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1524. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1525. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1526. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1527. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1528. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1529. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1530. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1531. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1532. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1533. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1534. mv -f .deps/solve.Tpo .deps/solve.Plo
  1535. mv -f .deps/problem.Tpo .deps/problem.Plo
  1536. mv -f .deps/zero.Tpo .deps/zero.Plo
  1537. mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
  1538. mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
  1539. mv -f .deps/rader.Tpo .deps/rader.Plo
  1540. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o libdft.la bluestein.lo buffered.lo conf.lo ct.lo dftw-direct.lo dftw-directsq.lo dftw-generic.lo dftw-genericbuf.lo direct.lo generic.lo indirect.lo indirect-transpose.lo kdft-dif.lo kdft-difsq.lo kdft-dit.lo kdft.lo nop.lo plan.lo problem.lo rader.lo rank-geq2.lo solve.lo vrank-geq1.lo zero.lo -lm
  1541. libtool: link: ar cru .libs/libdft.a bluestein.o buffered.o conf.o ct.o dftw-direct.o dftw-directsq.o dftw-generic.o dftw-genericbuf.o direct.o generic.o indirect.o indirect-transpose.o kdft-dif.o kdft-difsq.o kdft-dit.o kdft.o nop.o plan.o problem.o rader.o rank-geq2.o solve.o vrank-geq1.o zero.o
  1542. libtool: link: ranlib .libs/libdft.a
  1543. libtool: link: ( cd ".libs" && rm -f "libdft.la" && ln -s "../libdft.la" "libdft.la" )
  1544. make[4]: Nothing to be done for `install-exec-am'.
  1545. make[4]: Nothing to be done for `install-data-am'.
  1546. Making install in rdft
  1547. Making install in scalar
  1548. Making install in r2cf
  1549. ( \
  1550. echo "#include \"ifftw.h\""; \
  1551. echo ; \
  1552. echo; \
  1553. for i in r2cf_2.c r2cf_3.c r2cf_4.c r2cf_5.c r2cf_6.c r2cf_7.c r2cf_8.c r2cf_9.c r2cf_10.c r2cf_11.c r2cf_12.c r2cf_13.c r2cf_14.c r2cf_15.c r2cf_16.c r2cf_32.c r2cf_64.c r2cf_128.c r2cf_20.c r2cf_25.c hf_2.c hf_3.c hf_4.c hf_5.c hf_6.c hf_7.c hf_8.c hf_9.c hf_10.c hf_12.c hf_15.c hf_16.c hf_32.c hf_64.c hf_20.c hf_25.c hf2_4.c hf2_8.c hf2_16.c hf2_32.c hf2_5.c hf2_20.c hf2_25.c r2cfII_2.c r2cfII_3.c r2cfII_4.c r2cfII_5.c r2cfII_6.c r2cfII_7.c r2cfII_8.c r2cfII_9.c r2cfII_10.c r2cfII_12.c r2cfII_15.c r2cfII_16.c r2cfII_32.c r2cfII_64.c r2cfII_20.c r2cfII_25.c hc2cf_2.c hc2cf_4.c hc2cf_6.c hc2cf_8.c hc2cf_10.c hc2cf_12.c hc2cf_16.c hc2cf_32.c hc2cf_20.c hc2cf2_4.c hc2cf2_8.c hc2cf2_16.c hc2cf2_32.c hc2cf2_20.c hc2cfdft_2.c hc2cfdft_4.c hc2cfdft_6.c hc2cfdft_8.c hc2cfdft_10.c hc2cfdft_12.c hc2cfdft_16.c hc2cfdft_32.c hc2cfdft_20.c hc2cfdft2_4.c hc2cfdft2_8.c hc2cfdft2_16.c hc2cfdft2_32.c hc2cfdft2_20.c NIL; do \
  1554. if test "$i" != NIL; then \
  1555. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  1556. echo "extern void X(codelet_$j)(planner *);"; \
  1557. fi \
  1558. done; \
  1559. echo; \
  1560. echo; \
  1561. echo "extern const solvtab X(solvtab_rdft_r2cf);"; \
  1562. echo "const solvtab X(solvtab_rdft_r2cf) = {"; \
  1563. for i in r2cf_2.c r2cf_3.c r2cf_4.c r2cf_5.c r2cf_6.c r2cf_7.c r2cf_8.c r2cf_9.c r2cf_10.c r2cf_11.c r2cf_12.c r2cf_13.c r2cf_14.c r2cf_15.c r2cf_16.c r2cf_32.c r2cf_64.c r2cf_128.c r2cf_20.c r2cf_25.c hf_2.c hf_3.c hf_4.c hf_5.c hf_6.c hf_7.c hf_8.c hf_9.c hf_10.c hf_12.c hf_15.c hf_16.c hf_32.c hf_64.c hf_20.c hf_25.c hf2_4.c hf2_8.c hf2_16.c hf2_32.c hf2_5.c hf2_20.c hf2_25.c r2cfII_2.c r2cfII_3.c r2cfII_4.c r2cfII_5.c r2cfII_6.c r2cfII_7.c r2cfII_8.c r2cfII_9.c r2cfII_10.c r2cfII_12.c r2cfII_15.c r2cfII_16.c r2cfII_32.c r2cfII_64.c r2cfII_20.c r2cfII_25.c hc2cf_2.c hc2cf_4.c hc2cf_6.c hc2cf_8.c hc2cf_10.c hc2cf_12.c hc2cf_16.c hc2cf_32.c hc2cf_20.c hc2cf2_4.c hc2cf2_8.c hc2cf2_16.c hc2cf2_32.c hc2cf2_20.c hc2cfdft_2.c hc2cfdft_4.c hc2cfdft_6.c hc2cfdft_8.c hc2cfdft_10.c hc2cfdft_12.c hc2cfdft_16.c hc2cfdft_32.c hc2cfdft_20.c hc2cfdft2_4.c hc2cfdft2_8.c hc2cfdft2_16.c hc2cfdft2_32.c hc2cfdft2_20.c NIL; do \
  1564. if test "$i" != NIL; then \
  1565. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  1566. echo " SOLVTAB(X(codelet_$j)),"; \
  1567. fi \
  1568. done; \
  1569. echo " SOLVTAB_END"; \
  1570. echo "};"; \
  1571. ) >codlist.c
  1572. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  1573. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c -o r2cf_2.lo r2cf_2.c
  1574. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c -o r2cf_3.lo r2cf_3.c
  1575. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c -o r2cf_4.lo r2cf_4.c
  1576. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c -o r2cf_5.lo r2cf_5.c
  1577. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c -o r2cf_6.lo r2cf_6.c
  1578. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c -o r2cf_7.lo r2cf_7.c
  1579. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c -o r2cf_8.lo r2cf_8.c
  1580. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c -o r2cf_9.lo r2cf_9.c
  1581. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c -o r2cf_10.lo r2cf_10.c
  1582. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c -fno-common -DPIC -o r2cf_2.o
  1583. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c -fno-common -DPIC -o r2cf_3.o
  1584. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c -fno-common -DPIC -o r2cf_5.o
  1585. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c -fno-common -DPIC -o r2cf_6.o
  1586. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c -fno-common -DPIC -o r2cf_4.o
  1587. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c -fno-common -DPIC -o r2cf_8.o
  1588. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c -fno-common -DPIC -o r2cf_7.o
  1589. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c -fno-common -DPIC -o r2cf_9.o
  1590. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c -fno-common -DPIC -o r2cf_10.o
  1591. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1592. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1593. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1594. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1595. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1596. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1597. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1598. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1599. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1600. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1601. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1602. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1603. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1604. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1605. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1606. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1607. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1608. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1609. mv -f .deps/r2cf_3.Tpo .deps/r2cf_3.Plo
  1610. mv -f .deps/r2cf_5.Tpo .deps/r2cf_5.Plo
  1611. mv -f .deps/r2cf_8.Tpo .deps/r2cf_8.Plo
  1612. mv -f .deps/r2cf_6.Tpo .deps/r2cf_6.Plo
  1613. mv -f .deps/r2cf_7.Tpo .deps/r2cf_7.Plo
  1614. mv -f .deps/r2cf_4.Tpo .deps/r2cf_4.Plo
  1615. mv -f .deps/r2cf_9.Tpo .deps/r2cf_9.Plo
  1616. mv -f .deps/r2cf_2.Tpo .deps/r2cf_2.Plo
  1617. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c -o r2cf_11.lo r2cf_11.c
  1618. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c -o r2cf_12.lo r2cf_12.c
  1619. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c -o r2cf_13.lo r2cf_13.c
  1620. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c -o r2cf_14.lo r2cf_14.c
  1621. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c -o r2cf_15.lo r2cf_15.c
  1622. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c -o r2cf_16.lo r2cf_16.c
  1623. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c -o r2cf_32.lo r2cf_32.c
  1624. mv -f .deps/r2cf_10.Tpo .deps/r2cf_10.Plo
  1625. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c -o r2cf_64.lo r2cf_64.c
  1626. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c -o r2cf_128.lo r2cf_128.c
  1627. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c -fno-common -DPIC -o r2cf_13.o
  1628. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c -fno-common -DPIC -o r2cf_12.o
  1629. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c -fno-common -DPIC -o r2cf_11.o
  1630. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c -fno-common -DPIC -o r2cf_14.o
  1631. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c -fno-common -DPIC -o r2cf_15.o
  1632. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c -fno-common -DPIC -o r2cf_16.o
  1633. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c -fno-common -DPIC -o r2cf_32.o
  1634. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c -fno-common -DPIC -o r2cf_64.o
  1635. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1636.  
  1637. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1638. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1639. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1640. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1641. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1642. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1643. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1644. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1645. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c -fno-common -DPIC -o r2cf_128.o
  1646. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1647. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1648. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1649. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1650. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1651. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1652. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1653. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1654. mv -f .deps/r2cf_12.Tpo .deps/r2cf_12.Plo
  1655. mv -f .deps/r2cf_16.Tpo .deps/r2cf_16.Plo
  1656. mv -f .deps/r2cf_15.Tpo .deps/r2cf_15.Plo
  1657. mv -f .deps/r2cf_14.Tpo .deps/r2cf_14.Plo
  1658. mv -f .deps/r2cf_13.Tpo .deps/r2cf_13.Plo
  1659. mv -f .deps/r2cf_11.Tpo .deps/r2cf_11.Plo
  1660. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c -o r2cf_20.lo r2cf_20.c
  1661. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c -o r2cf_25.lo r2cf_25.c
  1662. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c -o hf_2.lo hf_2.c
  1663. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c -o hf_3.lo hf_3.c
  1664. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c -o hf_4.lo hf_4.c
  1665. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c -o hf_5.lo hf_5.c
  1666. mv -f .deps/r2cf_32.Tpo .deps/r2cf_32.Plo
  1667. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c -fno-common -DPIC -o r2cf_20.o
  1668. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c -fno-common -DPIC -o r2cf_25.o
  1669. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c -fno-common -DPIC -o hf_2.o
  1670. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c -fno-common -DPIC -o hf_3.o
  1671. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c -fno-common -DPIC -o hf_4.o
  1672. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c -fno-common -DPIC -o hf_5.o
  1673. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c -o hf_6.lo hf_6.c
  1674. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1675. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1676. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1677. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1678. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1679. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1680. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1681. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1682. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1683. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1684. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1685. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1686. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c -fno-common -DPIC -o hf_6.o
  1687. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1688. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1689. mv -f .deps/hf_2.Tpo .deps/hf_2.Plo
  1690. mv -f .deps/hf_4.Tpo .deps/hf_4.Plo
  1691. mv -f .deps/hf_5.Tpo .deps/hf_5.Plo
  1692. mv -f .deps/hf_3.Tpo .deps/hf_3.Plo
  1693. mv -f .deps/r2cf_20.Tpo .deps/r2cf_20.Plo
  1694. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c -o hf_7.lo hf_7.c
  1695. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c -o hf_8.lo hf_8.c
  1696. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c -o hf_9.lo hf_9.c
  1697. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c -o hf_10.lo hf_10.c
  1698. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c -o hf_12.lo hf_12.c
  1699. mv -f .deps/hf_6.Tpo .deps/hf_6.Plo
  1700. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c -fno-common -DPIC -o hf_7.o
  1701. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c -fno-common -DPIC -o hf_8.o
  1702. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c -fno-common -DPIC -o hf_9.o
  1703. mv -f .deps/r2cf_25.Tpo .deps/r2cf_25.Plo
  1704. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c -fno-common -DPIC -o hf_10.o
  1705. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c -fno-common -DPIC -o hf_12.o
  1706. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1707. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c -o hf_15.lo hf_15.c
  1708. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1709. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c -o hf_16.lo hf_16.c
  1710. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1711.  
  1712. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1713. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1714. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1715. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1716. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1717. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1718. mv -f .deps/r2cf_64.Tpo .deps/r2cf_64.Plo
  1719. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c -fno-common -DPIC -o hf_16.o
  1720. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c -fno-common -DPIC -o hf_15.o
  1721. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c -o hf_32.lo hf_32.c
  1722. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1723.  
  1724. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1725. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1726. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c -fno-common -DPIC -o hf_32.o
  1727. mv -f .deps/hf_8.Tpo .deps/hf_8.Plo
  1728. mv -f .deps/hf_9.Tpo .deps/hf_9.Plo
  1729. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1730. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1731. mv -f .deps/hf_10.Tpo .deps/hf_10.Plo
  1732. mv -f .deps/hf_7.Tpo .deps/hf_7.Plo
  1733. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c -o hf_64.lo hf_64.c
  1734. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c -o hf_20.lo hf_20.c
  1735. mv -f .deps/hf_12.Tpo .deps/hf_12.Plo
  1736. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c -o hf_25.lo hf_25.c
  1737. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c -o hf2_4.lo hf2_4.c
  1738. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c -o hf2_8.lo hf2_8.c
  1739. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c -fno-common -DPIC -o hf_64.o
  1740. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c -fno-common -DPIC -o hf_20.o
  1741. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c -fno-common -DPIC -o hf_25.o
  1742. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c -fno-common -DPIC -o hf2_4.o
  1743. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c -fno-common -DPIC -o hf2_8.o
  1744. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1745.  
  1746. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1747. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1748. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1749. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1750. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1751.  
  1752. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1753. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1754. mv -f .deps/hf_15.Tpo .deps/hf_15.Plo
  1755. mv -f .deps/hf_16.Tpo .deps/hf_16.Plo
  1756. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c -o hf2_16.lo hf2_16.c
  1757. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c -o hf2_32.lo hf2_32.c
  1758. mv -f .deps/hf2_4.Tpo .deps/hf2_4.Plo
  1759. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c -fno-common -DPIC -o hf2_16.o
  1760. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c -o hf2_5.lo hf2_5.c
  1761. mv -f .deps/hf2_8.Tpo .deps/hf2_8.Plo
  1762. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c -fno-common -DPIC -o hf2_32.o
  1763. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c -o hf2_20.lo hf2_20.c
  1764. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1765. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1766. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1767. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1768. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c -fno-common -DPIC -o hf2_5.o
  1769. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c -fno-common -DPIC -o hf2_20.o
  1770. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1771. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1772. mv -f .deps/hf_20.Tpo .deps/hf_20.Plo
  1773. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1774. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1775. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c -o hf2_25.lo hf2_25.c
  1776. mv -f .deps/hf_25.Tpo .deps/hf_25.Plo
  1777. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c -fno-common -DPIC -o hf2_25.o
  1778. mv -f .deps/hf2_5.Tpo .deps/hf2_5.Plo
  1779. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1780. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1781. mv -f .deps/hf2_16.Tpo .deps/hf2_16.Plo
  1782. mv -f .deps/hf_32.Tpo .deps/hf_32.Plo
  1783. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c -o r2cfII_2.lo r2cfII_2.c
  1784. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c -o r2cfII_3.lo r2cfII_3.c
  1785. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c -o r2cfII_4.lo r2cfII_4.c
  1786. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c -o r2cfII_5.lo r2cfII_5.c
  1787. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c -fno-common -DPIC -o r2cfII_2.o
  1788. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c -fno-common -DPIC -o r2cfII_3.o
  1789. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c -fno-common -DPIC -o r2cfII_4.o
  1790. mv -f .deps/hf2_20.Tpo .deps/hf2_20.Plo
  1791. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c -fno-common -DPIC -o r2cfII_5.o
  1792. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1793.  
  1794. clangclang: : warning: argument unused during compilation: '-fno-schedule-insns'warning
  1795. : optimization flag '-fno-schedule-insns' is not supported
  1796. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1797. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1798. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c -o r2cfII_6.lo r2cfII_6.c
  1799. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1800. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1801. mv -f .deps/hf2_32.Tpo .deps/hf2_32.Plo
  1802. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c -o r2cfII_7.lo r2cfII_7.c
  1803. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c -fno-common -DPIC -o r2cfII_6.o
  1804. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1805. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1806. mv -f .deps/r2cfII_2.Tpo .deps/r2cfII_2.Plo
  1807. mv -f .deps/r2cfII_4.Tpo .deps/r2cfII_4.Plo
  1808. mv -f .deps/r2cfII_5.Tpo .deps/r2cfII_5.Plo
  1809. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c -fno-common -DPIC -o r2cfII_7.o
  1810. mv -f .deps/r2cfII_3.Tpo .deps/r2cfII_3.Plo
  1811. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1812. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1813. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c -o r2cfII_8.lo r2cfII_8.c
  1814. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c -o r2cfII_9.lo r2cfII_9.c
  1815. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c -o r2cfII_10.lo r2cfII_10.c
  1816. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c -o r2cfII_12.lo r2cfII_12.c
  1817. mv -f .deps/r2cfII_6.Tpo .deps/r2cfII_6.Plo
  1818. mv -f .deps/hf2_25.Tpo .deps/hf2_25.Plo
  1819. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c -fno-common -DPIC -o r2cfII_8.o
  1820. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c -fno-common -DPIC -o r2cfII_9.o
  1821. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c -fno-common -DPIC -o r2cfII_10.o
  1822. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c -fno-common -DPIC -o r2cfII_12.o
  1823. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c -o r2cfII_15.lo r2cfII_15.c
  1824. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c -o r2cfII_16.lo r2cfII_16.c
  1825. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1826.  
  1827. clang: warning: argument unused during compilation: '-fno-schedule-insns'clang
  1828. : warning: argument unused during compilation: '-fno-schedule-insns'
  1829. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1830. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1831. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1832. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1833. mv -f .deps/r2cfII_7.Tpo .deps/r2cfII_7.Plo
  1834. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c -o r2cfII_32.lo r2cfII_32.c
  1835. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c -fno-common -DPIC -o r2cfII_15.o
  1836. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c -fno-common -DPIC -o r2cfII_16.o
  1837. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1838. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1839. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1840. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1841. mv -f .deps/r2cfII_8.Tpo .deps/r2cfII_8.Plo
  1842. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c -fno-common -DPIC -o r2cfII_32.o
  1843. mv -f .deps/r2cfII_10.Tpo .deps/r2cfII_10.Plo
  1844. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1845. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1846. mv -f .deps/r2cfII_12.Tpo .deps/r2cfII_12.Plo
  1847. mv -f .deps/r2cfII_9.Tpo .deps/r2cfII_9.Plo
  1848. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c -o r2cfII_64.lo r2cfII_64.c
  1849. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c -o r2cfII_20.lo r2cfII_20.c
  1850. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c -o r2cfII_25.lo r2cfII_25.c
  1851. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c -o hc2cf_2.lo hc2cf_2.c
  1852. mv -f .deps/r2cf_128.Tpo .deps/r2cf_128.Plo
  1853. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c -o hc2cf_4.lo hc2cf_4.c
  1854. mv -f .deps/r2cfII_15.Tpo .deps/r2cfII_15.Plo
  1855. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c -fno-common -DPIC -o r2cfII_64.o
  1856. mv -f .deps/r2cfII_16.Tpo .deps/r2cfII_16.Plo
  1857. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c -fno-common -DPIC -o r2cfII_20.o
  1858. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c -fno-common -DPIC -o r2cfII_25.o
  1859. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c -fno-common -DPIC -o hc2cf_2.o
  1860. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c -o hc2cf_6.lo hc2cf_6.c
  1861. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c -o hc2cf_8.lo hc2cf_8.c
  1862. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1863.  
  1864. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1865. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1866. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1867. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1868. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c -fno-common -DPIC -o hc2cf_4.o
  1869. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1870. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1871. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1872. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1873. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c -fno-common -DPIC -o hc2cf_6.o
  1874. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c -fno-common -DPIC -o hc2cf_8.o
  1875. mv -f .deps/r2cfII_32.Tpo .deps/r2cfII_32.Plo
  1876. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1877. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1878. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1879. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1880. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c -o hc2cf_10.lo hc2cf_10.c
  1881. mv -f .deps/hc2cf_2.Tpo .deps/hc2cf_2.Plo
  1882. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c -o hc2cf_12.lo hc2cf_12.c
  1883. mv -f .deps/hc2cf_4.Tpo .deps/hc2cf_4.Plo
  1884. mv -f .deps/r2cfII_20.Tpo .deps/r2cfII_20.Plo
  1885. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c -fno-common -DPIC -o hc2cf_10.o
  1886. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c -o hc2cf_16.lo hc2cf_16.c
  1887. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c -o hc2cf_32.lo hc2cf_32.c
  1888. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1889. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1890. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c -fno-common -DPIC -o hc2cf_12.o
  1891. mv -f .deps/r2cfII_25.Tpo .deps/r2cfII_25.Plo
  1892. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1893. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1894. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c -o hc2cf_20.lo hc2cf_20.c
  1895. mv -f .deps/hc2cf_8.Tpo .deps/hc2cf_8.Plo
  1896. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c -fno-common -DPIC -o hc2cf_16.o
  1897. mv -f .deps/hc2cf_6.Tpo .deps/hc2cf_6.Plo
  1898. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c -fno-common -DPIC -o hc2cf_32.o
  1899. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c -o hc2cf2_4.lo hc2cf2_4.c
  1900. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c -o hc2cf2_8.lo hc2cf2_8.c
  1901. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1902. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1903. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1904. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1905. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c -fno-common -DPIC -o hc2cf_20.o
  1906. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1907. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1908. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c -fno-common -DPIC -o hc2cf2_4.o
  1909. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c -fno-common -DPIC -o hc2cf2_8.o
  1910. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1911. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1912. mv -f .deps/hc2cf_10.Tpo .deps/hc2cf_10.Plo
  1913. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1914. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1915. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c -o hc2cf2_16.lo hc2cf2_16.c
  1916. mv -f .deps/hc2cf_12.Tpo .deps/hc2cf_12.Plo
  1917. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c -o hc2cf2_32.lo hc2cf2_32.c
  1918. mv -f .deps/hf_64.Tpo .deps/hf_64.Plo
  1919. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c -fno-common -DPIC -o hc2cf2_16.o
  1920. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c -o hc2cf2_20.lo hc2cf2_20.c
  1921. mv -f .deps/hc2cf2_4.Tpo .deps/hc2cf2_4.Plo
  1922. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1923. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1924. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c -fno-common -DPIC -o hc2cf2_32.o
  1925. mv -f .deps/hc2cf_16.Tpo .deps/hc2cf_16.Plo
  1926. mv -f .deps/hc2cf2_8.Tpo .deps/hc2cf2_8.Plo
  1927. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1928. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1929. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c -fno-common -DPIC -o hc2cf2_20.o
  1930. mv -f .deps/r2cfII_64.Tpo .deps/r2cfII_64.Plo
  1931. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c -o hc2cfdft_2.lo hc2cfdft_2.c
  1932. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c -o hc2cfdft_4.lo hc2cfdft_4.c
  1933. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c -o hc2cfdft_6.lo hc2cfdft_6.c
  1934. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c -o hc2cfdft_8.lo hc2cfdft_8.c
  1935. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1936. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1937. mv -f .deps/hc2cf_20.Tpo .deps/hc2cf_20.Plo
  1938. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c -o hc2cfdft_10.lo hc2cfdft_10.c
  1939. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c -fno-common -DPIC -o hc2cfdft_2.o
  1940. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c -fno-common -DPIC -o hc2cfdft_4.o
  1941. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c -fno-common -DPIC -o hc2cfdft_6.o
  1942. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c -fno-common -DPIC -o hc2cfdft_8.o
  1943. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1944. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1945. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1946. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1947. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1948.  
  1949. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'argument unused during compilation: '-fno-schedule-insns'
  1950.  
  1951. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c -fno-common -DPIC -o hc2cfdft_10.o
  1952. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1953. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1954. mv -f .deps/hc2cf2_16.Tpo .deps/hc2cf2_16.Plo
  1955. mv -f .deps/hc2cfdft_2.Tpo .deps/hc2cfdft_2.Plo
  1956. mv -f .deps/hc2cfdft_4.Tpo .deps/hc2cfdft_4.Plo
  1957. mv -f .deps/hc2cfdft_6.Tpo .deps/hc2cfdft_6.Plo
  1958. mv -f .deps/hc2cfdft_8.Tpo .deps/hc2cfdft_8.Plo
  1959. mv -f .deps/hc2cf2_20.Tpo .deps/hc2cf2_20.Plo
  1960. mv -f .deps/hc2cf_32.Tpo .deps/hc2cf_32.Plo
  1961. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c -o hc2cfdft_12.lo hc2cfdft_12.c
  1962. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c -o hc2cfdft_16.lo hc2cfdft_16.c
  1963. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c -o hc2cfdft_32.lo hc2cfdft_32.c
  1964. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c -o hc2cfdft_20.lo hc2cfdft_20.c
  1965. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c -o hc2cfdft2_4.lo hc2cfdft2_4.c
  1966. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c -o hc2cfdft2_8.lo hc2cfdft2_8.c
  1967. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c -o hc2cfdft2_16.lo hc2cfdft2_16.c
  1968. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c -fno-common -DPIC -o hc2cfdft_12.o
  1969. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c -fno-common -DPIC -o hc2cfdft_16.o
  1970. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c -fno-common -DPIC -o hc2cfdft_32.o
  1971. mv -f .deps/hc2cfdft_10.Tpo .deps/hc2cfdft_10.Plo
  1972. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c -fno-common -DPIC -o hc2cfdft2_4.o
  1973. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c -fno-common -DPIC -o hc2cfdft_20.o
  1974. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c -fno-common -DPIC -o hc2cfdft2_8.o
  1975. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c -fno-common -DPIC -o hc2cfdft2_16.o
  1976. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1977.  
  1978. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1979. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1980. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1981. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1982. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c -o hc2cfdft2_32.lo hc2cfdft2_32.c
  1983. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1984. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1985. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1986. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1987. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  1988.  
  1989. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1990. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1991. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c -fno-common -DPIC -o hc2cfdft2_32.o
  1992. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  1993. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  1994. mv -f .deps/hc2cfdft2_4.Tpo .deps/hc2cfdft2_4.Plo
  1995. mv -f .deps/hc2cfdft2_8.Tpo .deps/hc2cfdft2_8.Plo
  1996. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c -o hc2cfdft2_20.lo hc2cfdft2_20.c
  1997. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
  1998. mv -f .deps/hc2cfdft_12.Tpo .deps/hc2cfdft_12.Plo
  1999. mv -f .deps/hc2cfdft_16.Tpo .deps/hc2cfdft_16.Plo
  2000. mv -f .deps/hc2cfdft2_16.Tpo .deps/hc2cfdft2_16.Plo
  2001. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c -fno-common -DPIC -o hc2cfdft2_20.o
  2002. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o codlist.o
  2003. mv -f .deps/hc2cf2_32.Tpo .deps/hc2cf2_32.Plo
  2004. mv -f .deps/hc2cfdft_20.Tpo .deps/hc2cfdft_20.Plo
  2005. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2006.  
  2007. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2008. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2009. mv -f .deps/codlist.Tpo .deps/codlist.Plo
  2010. mv -f .deps/hc2cfdft_32.Tpo .deps/hc2cfdft_32.Plo
  2011. mv -f .deps/hc2cfdft2_32.Tpo .deps/hc2cfdft2_32.Plo
  2012. mv -f .deps/hc2cfdft2_20.Tpo .deps/hc2cfdft2_20.Plo
  2013. /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o librdft_scalar_r2cf.la r2cf_2.lo r2cf_3.lo r2cf_4.lo r2cf_5.lo r2cf_6.lo r2cf_7.lo r2cf_8.lo r2cf_9.lo r2cf_10.lo r2cf_11.lo r2cf_12.lo r2cf_13.lo r2cf_14.lo r2cf_15.lo r2cf_16.lo r2cf_32.lo r2cf_64.lo r2cf_128.lo r2cf_20.lo r2cf_25.lo hf_2.lo hf_3.lo hf_4.lo hf_5.lo hf_6.lo hf_7.lo hf_8.lo hf_9.lo hf_10.lo hf_12.lo hf_15.lo hf_16.lo hf_32.lo hf_64.lo hf_20.lo hf_25.lo hf2_4.lo hf2_8.lo hf2_16.lo hf2_32.lo hf2_5.lo hf2_20.lo hf2_25.lo r2cfII_2.lo r2cfII_3.lo r2cfII_4.lo r2cfII_5.lo r2cfII_6.lo r2cfII_7.lo r2cfII_8.lo r2cfII_9.lo r2cfII_10.lo r2cfII_12.lo r2cfII_15.lo r2cfII_16.lo r2cfII_32.lo r2cfII_64.lo r2cfII_20.lo r2cfII_25.lo hc2cf_2.lo hc2cf_4.lo hc2cf_6.lo hc2cf_8.lo hc2cf_10.lo hc2cf_12.lo hc2cf_16.lo hc2cf_32.lo hc2cf_20.lo hc2cf2_4.lo hc2cf2_8.lo hc2cf2_16.lo hc2cf2_32.lo hc2cf2_20.lo hc2cfdft_2.lo hc2cfdft_4.lo hc2cfdft_6.lo hc2cfdft_8.lo hc2cfdft_10.lo hc2cfdft_12.lo hc2cfdft_16.lo hc2cfdft_32.lo hc2cfdft_20.lo hc2cfdft2_4.lo hc2cfdft2_8.lo hc2cfdft2_16.lo hc2cfdft2_32.lo hc2cfdft2_20.lo codlist.lo -lm
  2014. libtool: link: ar cru .libs/librdft_scalar_r2cf.a r2cf_2.o r2cf_3.o r2cf_4.o r2cf_5.o r2cf_6.o r2cf_7.o r2cf_8.o r2cf_9.o r2cf_10.o r2cf_11.o r2cf_12.o r2cf_13.o r2cf_14.o r2cf_15.o r2cf_16.o r2cf_32.o r2cf_64.o r2cf_128.o r2cf_20.o r2cf_25.o hf_2.o hf_3.o hf_4.o hf_5.o hf_6.o hf_7.o hf_8.o hf_9.o hf_10.o hf_12.o hf_15.o hf_16.o hf_32.o hf_64.o hf_20.o hf_25.o hf2_4.o hf2_8.o hf2_16.o hf2_32.o hf2_5.o hf2_20.o hf2_25.o r2cfII_2.o r2cfII_3.o r2cfII_4.o r2cfII_5.o r2cfII_6.o r2cfII_7.o r2cfII_8.o r2cfII_9.o r2cfII_10.o r2cfII_12.o r2cfII_15.o r2cfII_16.o r2cfII_32.o r2cfII_64.o r2cfII_20.o r2cfII_25.o hc2cf_2.o hc2cf_4.o hc2cf_6.o hc2cf_8.o hc2cf_10.o hc2cf_12.o hc2cf_16.o hc2cf_32.o hc2cf_20.o hc2cf2_4.o hc2cf2_8.o hc2cf2_16.o hc2cf2_32.o hc2cf2_20.o hc2cfdft_2.o hc2cfdft_4.o hc2cfdft_6.o hc2cfdft_8.o hc2cfdft_10.o hc2cfdft_12.o hc2cfdft_16.o hc2cfdft_32.o hc2cfdft_20.o hc2cfdft2_4.o hc2cfdft2_8.o hc2cfdft2_16.o hc2cfdft2_32.o hc2cfdft2_20.o codlist.o
  2015. libtool: link: ranlib .libs/librdft_scalar_r2cf.a
  2016. libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2cf.la" && ln -s "../librdft_scalar_r2cf.la" "librdft_scalar_r2cf.la" )
  2017. make[6]: Nothing to be done for `install-exec-am'.
  2018. make[6]: Nothing to be done for `install-data-am'.
  2019. Making install in r2cb
  2020. ( \
  2021. echo "#include \"ifftw.h\""; \
  2022. echo ; \
  2023. echo; \
  2024. for i in r2cb_2.c r2cb_3.c r2cb_4.c r2cb_5.c r2cb_6.c r2cb_7.c r2cb_8.c r2cb_9.c r2cb_10.c r2cb_11.c r2cb_12.c r2cb_13.c r2cb_14.c r2cb_15.c r2cb_16.c r2cb_32.c r2cb_64.c r2cb_128.c r2cb_20.c r2cb_25.c hb_2.c hb_3.c hb_4.c hb_5.c hb_6.c hb_7.c hb_8.c hb_9.c hb_10.c hb_12.c hb_15.c hb_16.c hb_32.c hb_64.c hb_20.c hb_25.c hb2_4.c hb2_8.c hb2_16.c hb2_32.c hb2_5.c hb2_20.c hb2_25.c r2cbIII_2.c r2cbIII_3.c r2cbIII_4.c r2cbIII_5.c r2cbIII_6.c r2cbIII_7.c r2cbIII_8.c r2cbIII_9.c r2cbIII_10.c r2cbIII_12.c r2cbIII_15.c r2cbIII_16.c r2cbIII_32.c r2cbIII_64.c r2cbIII_20.c r2cbIII_25.c hc2cb_2.c hc2cb_4.c hc2cb_6.c hc2cb_8.c hc2cb_10.c hc2cb_12.c hc2cb_16.c hc2cb_32.c hc2cb_20.c hc2cb2_4.c hc2cb2_8.c hc2cb2_16.c hc2cb2_32.c hc2cb2_20.c hc2cbdft_2.c hc2cbdft_4.c hc2cbdft_6.c hc2cbdft_8.c hc2cbdft_10.c hc2cbdft_12.c hc2cbdft_16.c hc2cbdft_32.c hc2cbdft_20.c hc2cbdft2_4.c hc2cbdft2_8.c hc2cbdft2_16.c hc2cbdft2_32.c hc2cbdft2_20.c NIL; do \
  2025. if test "$i" != NIL; then \
  2026. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  2027. echo "extern void X(codelet_$j)(planner *);"; \
  2028. fi \
  2029. done; \
  2030. echo; \
  2031. echo; \
  2032. echo "extern const solvtab X(solvtab_rdft_r2cb);"; \
  2033. echo "const solvtab X(solvtab_rdft_r2cb) = {"; \
  2034. for i in r2cb_2.c r2cb_3.c r2cb_4.c r2cb_5.c r2cb_6.c r2cb_7.c r2cb_8.c r2cb_9.c r2cb_10.c r2cb_11.c r2cb_12.c r2cb_13.c r2cb_14.c r2cb_15.c r2cb_16.c r2cb_32.c r2cb_64.c r2cb_128.c r2cb_20.c r2cb_25.c hb_2.c hb_3.c hb_4.c hb_5.c hb_6.c hb_7.c hb_8.c hb_9.c hb_10.c hb_12.c hb_15.c hb_16.c hb_32.c hb_64.c hb_20.c hb_25.c hb2_4.c hb2_8.c hb2_16.c hb2_32.c hb2_5.c hb2_20.c hb2_25.c r2cbIII_2.c r2cbIII_3.c r2cbIII_4.c r2cbIII_5.c r2cbIII_6.c r2cbIII_7.c r2cbIII_8.c r2cbIII_9.c r2cbIII_10.c r2cbIII_12.c r2cbIII_15.c r2cbIII_16.c r2cbIII_32.c r2cbIII_64.c r2cbIII_20.c r2cbIII_25.c hc2cb_2.c hc2cb_4.c hc2cb_6.c hc2cb_8.c hc2cb_10.c hc2cb_12.c hc2cb_16.c hc2cb_32.c hc2cb_20.c hc2cb2_4.c hc2cb2_8.c hc2cb2_16.c hc2cb2_32.c hc2cb2_20.c hc2cbdft_2.c hc2cbdft_4.c hc2cbdft_6.c hc2cbdft_8.c hc2cbdft_10.c hc2cbdft_12.c hc2cbdft_16.c hc2cbdft_32.c hc2cbdft_20.c hc2cbdft2_4.c hc2cbdft2_8.c hc2cbdft2_16.c hc2cbdft2_32.c hc2cbdft2_20.c NIL; do \
  2035. if test "$i" != NIL; then \
  2036. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  2037. echo " SOLVTAB(X(codelet_$j)),"; \
  2038. fi \
  2039. done; \
  2040. echo " SOLVTAB_END"; \
  2041. echo "};"; \
  2042. ) >codlist.c
  2043. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  2044. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c -o r2cb_2.lo r2cb_2.c
  2045. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c -o r2cb_3.lo r2cb_3.c
  2046. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c -o r2cb_4.lo r2cb_4.c
  2047. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c -o r2cb_5.lo r2cb_5.c
  2048. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c -o r2cb_6.lo r2cb_6.c
  2049. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c -o r2cb_7.lo r2cb_7.c
  2050. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c -o r2cb_8.lo r2cb_8.c
  2051. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c -o r2cb_9.lo r2cb_9.c
  2052. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c -o r2cb_10.lo r2cb_10.c
  2053. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c -fno-common -DPIC -o r2cb_5.o
  2054. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c -fno-common -DPIC -o r2cb_3.o
  2055. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c -fno-common -DPIC -o r2cb_7.o
  2056. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c -fno-common -DPIC -o r2cb_2.o
  2057. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c -fno-common -DPIC -o r2cb_8.o
  2058. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c -fno-common -DPIC -o r2cb_4.o
  2059. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2060. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2061. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2062. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2063. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2064. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2065. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c -fno-common -DPIC -o r2cb_9.o
  2066. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2067. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2068. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c -fno-common -DPIC -o r2cb_6.o
  2069. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2070. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2071. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2072. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2073. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c -fno-common -DPIC -o r2cb_10.o
  2074. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2075.  
  2076. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2077. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2078. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2079. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2080. mv -f .deps/r2cb_3.Tpo .deps/r2cb_3.Plo
  2081. mv -f .deps/r2cb_5.Tpo .deps/r2cb_5.Plo
  2082. mv -f .deps/r2cb_8.Tpo .deps/r2cb_8.Plo
  2083. mv -f .deps/r2cb_7.Tpo .deps/r2cb_7.Plo
  2084. mv -f .deps/r2cb_6.Tpo .deps/r2cb_6.Plo
  2085. mv -f .deps/r2cb_4.Tpo .deps/r2cb_4.Plo
  2086. mv -f .deps/r2cb_9.Tpo .deps/r2cb_9.Plo
  2087. mv -f .deps/r2cb_2.Tpo .deps/r2cb_2.Plo
  2088. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c -o r2cb_11.lo r2cb_11.c
  2089. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c -o r2cb_12.lo r2cb_12.c
  2090. mv -f .deps/r2cb_10.Tpo .deps/r2cb_10.Plo
  2091. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c -o r2cb_13.lo r2cb_13.c
  2092. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c -o r2cb_14.lo r2cb_14.c
  2093. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c -o r2cb_15.lo r2cb_15.c
  2094. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c -o r2cb_16.lo r2cb_16.c
  2095. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c -o r2cb_32.lo r2cb_32.c
  2096. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c -o r2cb_64.lo r2cb_64.c
  2097. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c -o r2cb_128.lo r2cb_128.c
  2098. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c -fno-common -DPIC -o r2cb_11.o
  2099. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c -fno-common -DPIC -o r2cb_12.o
  2100. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c -fno-common -DPIC -o r2cb_13.o
  2101. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c -fno-common -DPIC -o r2cb_15.o
  2102. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c -fno-common -DPIC -o r2cb_14.o
  2103. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c -fno-common -DPIC -o r2cb_16.o
  2104. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c -fno-common -DPIC -o r2cb_128.o
  2105. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c -fno-common -DPIC -o r2cb_64.o
  2106. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c -fno-common -DPIC -o r2cb_32.o
  2107. clangclang: : clangwarningwarning: : : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedwarning:
  2108.  
  2109. optimization flag '-fno-schedule-insns' is not supported
  2110. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2111. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2112. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2113. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2114. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2115. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2116. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2117. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2118. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2119. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2120. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2121. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2122. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2123. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2124. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2125. mv -f .deps/r2cb_12.Tpo .deps/r2cb_12.Plo
  2126. mv -f .deps/r2cb_14.Tpo .deps/r2cb_14.Plo
  2127. mv -f .deps/r2cb_16.Tpo .deps/r2cb_16.Plo
  2128. mv -f .deps/r2cb_13.Tpo .deps/r2cb_13.Plo
  2129. mv -f .deps/r2cb_15.Tpo .deps/r2cb_15.Plo
  2130. mv -f .deps/r2cb_11.Tpo .deps/r2cb_11.Plo
  2131. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c -o r2cb_20.lo r2cb_20.c
  2132. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c -o r2cb_25.lo r2cb_25.c
  2133. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c -o hb_2.lo hb_2.c
  2134. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c -o hb_3.lo hb_3.c
  2135. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c -o hb_4.lo hb_4.c
  2136. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c -o hb_5.lo hb_5.c
  2137. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c -fno-common -DPIC -o r2cb_20.o
  2138. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c -fno-common -DPIC -o r2cb_25.o
  2139. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c -fno-common -DPIC -o hb_2.o
  2140. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c -fno-common -DPIC -o hb_3.o
  2141. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c -fno-common -DPIC -o hb_4.o
  2142. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c -fno-common -DPIC -o hb_5.o
  2143. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2144.  
  2145. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2146. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2147. mv -f .deps/r2cb_32.Tpo .deps/r2cb_32.Plo
  2148. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2149. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2150. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2151. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2152. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2153. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2154. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2155. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2156. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c -o hb_6.lo hb_6.c
  2157. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c -fno-common -DPIC -o hb_6.o
  2158. mv -f .deps/hb_2.Tpo .deps/hb_2.Plo
  2159. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2160. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2161. mv -f .deps/hb_5.Tpo .deps/hb_5.Plo
  2162. mv -f .deps/hb_4.Tpo .deps/hb_4.Plo
  2163. mv -f .deps/hb_3.Tpo .deps/hb_3.Plo
  2164. mv -f .deps/r2cb_20.Tpo .deps/r2cb_20.Plo
  2165. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c -o hb_7.lo hb_7.c
  2166. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c -o hb_8.lo hb_8.c
  2167. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c -o hb_9.lo hb_9.c
  2168. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c -o hb_10.lo hb_10.c
  2169. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c -o hb_12.lo hb_12.c
  2170. mv -f .deps/r2cb_25.Tpo .deps/r2cb_25.Plo
  2171. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c -o hb_15.lo hb_15.c
  2172. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c -fno-common -DPIC -o hb_8.o
  2173. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c -fno-common -DPIC -o hb_7.o
  2174. mv -f .deps/hb_6.Tpo .deps/hb_6.Plo
  2175. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c -fno-common -DPIC -o hb_9.o
  2176. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c -fno-common -DPIC -o hb_10.o
  2177. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c -fno-common -DPIC -o hb_12.o
  2178. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2179.  
  2180. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2181. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2182. mv -f .deps/r2cb_64.Tpo .deps/r2cb_64.Plo
  2183. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2184. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2185. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2186. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2187. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2188. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2189. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c -fno-common -DPIC -o hb_15.o
  2190. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c -o hb_16.lo hb_16.c
  2191. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c -o hb_32.lo hb_32.c
  2192. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2193. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2194. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c -fno-common -DPIC -o hb_32.o
  2195. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c -fno-common -DPIC -o hb_16.o
  2196. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2197.  
  2198. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2199. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2200. mv -f .deps/hb_8.Tpo .deps/hb_8.Plo
  2201. mv -f .deps/hb_7.Tpo .deps/hb_7.Plo
  2202. mv -f .deps/hb_10.Tpo .deps/hb_10.Plo
  2203. mv -f .deps/hb_12.Tpo .deps/hb_12.Plo
  2204. mv -f .deps/hb_9.Tpo .deps/hb_9.Plo
  2205. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c -o hb_64.lo hb_64.c
  2206. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c -o hb_20.lo hb_20.c
  2207. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c -o hb_25.lo hb_25.c
  2208. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c -o hb2_4.lo hb2_4.c
  2209. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c -o hb2_8.lo hb2_8.c
  2210. mv -f .deps/hb_15.Tpo .deps/hb_15.Plo
  2211. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c -o hb2_16.lo hb2_16.c
  2212. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c -fno-common -DPIC -o hb_64.o
  2213. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c -fno-common -DPIC -o hb_20.o
  2214. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c -fno-common -DPIC -o hb_25.o
  2215. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c -fno-common -DPIC -o hb2_4.o
  2216. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c -fno-common -DPIC -o hb2_8.o
  2217. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2218. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2219. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2220.  
  2221. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2222. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2223. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2224. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2225. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2226. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2227. mv -f .deps/hb_16.Tpo .deps/hb_16.Plo
  2228. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c -fno-common -DPIC -o hb2_16.o
  2229. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2230. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2231. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c -o hb2_32.lo hb2_32.c
  2232. mv -f .deps/hb2_4.Tpo .deps/hb2_4.Plo
  2233. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c -fno-common -DPIC -o hb2_32.o
  2234. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c -o hb2_5.lo hb2_5.c
  2235. mv -f .deps/hb2_8.Tpo .deps/hb2_8.Plo
  2236. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2237. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2238. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c -o hb2_20.lo hb2_20.c
  2239. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c -fno-common -DPIC -o hb2_5.o
  2240. mv -f .deps/hb_32.Tpo .deps/hb_32.Plo
  2241. mv -f .deps/hb_20.Tpo .deps/hb_20.Plo
  2242. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2243. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2244. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c -fno-common -DPIC -o hb2_20.o
  2245. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c -o hb2_25.lo hb2_25.c
  2246. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c -o r2cbIII_2.lo r2cbIII_2.c
  2247. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2248. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2249. mv -f .deps/hb2_16.Tpo .deps/hb2_16.Plo
  2250. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c -o r2cbIII_3.lo r2cbIII_3.c
  2251. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c -fno-common -DPIC -o hb2_25.o
  2252. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c -fno-common -DPIC -o r2cbIII_2.o
  2253. mv -f .deps/hb_25.Tpo .deps/hb_25.Plo
  2254. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2255. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2256. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2257. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2258. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c -o r2cbIII_4.lo r2cbIII_4.c
  2259. mv -f .deps/hb2_5.Tpo .deps/hb2_5.Plo
  2260. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c -fno-common -DPIC -o r2cbIII_3.o
  2261. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c -o r2cbIII_5.lo r2cbIII_5.c
  2262. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2263. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2264. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c -fno-common -DPIC -o r2cbIII_4.o
  2265. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c -fno-common -DPIC -o r2cbIII_5.o
  2266. mv -f .deps/r2cbIII_2.Tpo .deps/r2cbIII_2.Plo
  2267. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2268. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2269. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2270. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2271. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c -o r2cbIII_6.lo r2cbIII_6.c
  2272. mv -f .deps/r2cbIII_3.Tpo .deps/r2cbIII_3.Plo
  2273. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c -o r2cbIII_7.lo r2cbIII_7.c
  2274. mv -f .deps/hb2_20.Tpo .deps/hb2_20.Plo
  2275. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c -fno-common -DPIC -o r2cbIII_6.o
  2276. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c -o r2cbIII_8.lo r2cbIII_8.c
  2277. mv -f .deps/r2cbIII_4.Tpo .deps/r2cbIII_4.Plo
  2278. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2279. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2280. mv -f .deps/r2cbIII_5.Tpo .deps/r2cbIII_5.Plo
  2281. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c -fno-common -DPIC -o r2cbIII_7.o
  2282. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c -o r2cbIII_9.lo r2cbIII_9.c
  2283. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c -o r2cbIII_10.lo r2cbIII_10.c
  2284. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2285. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2286. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c -fno-common -DPIC -o r2cbIII_8.o
  2287. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2288. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2289. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c -fno-common -DPIC -o r2cbIII_9.o
  2290. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c -fno-common -DPIC -o r2cbIII_10.o
  2291. mv -f .deps/hb2_32.Tpo .deps/hb2_32.Plo
  2292. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2293. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2294. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2295. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2296. mv -f .deps/r2cbIII_6.Tpo .deps/r2cbIII_6.Plo
  2297. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c -o r2cbIII_12.lo r2cbIII_12.c
  2298. mv -f .deps/hb2_25.Tpo .deps/hb2_25.Plo
  2299. mv -f .deps/r2cbIII_7.Tpo .deps/r2cbIII_7.Plo
  2300. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c -o r2cbIII_15.lo r2cbIII_15.c
  2301. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c -o r2cbIII_16.lo r2cbIII_16.c
  2302. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c -o r2cbIII_32.lo r2cbIII_32.c
  2303. mv -f .deps/r2cbIII_8.Tpo .deps/r2cbIII_8.Plo
  2304. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c -fno-common -DPIC -o r2cbIII_12.o
  2305. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c -o r2cbIII_64.lo r2cbIII_64.c
  2306. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2307. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2308. mv -f .deps/r2cbIII_9.Tpo .deps/r2cbIII_9.Plo
  2309. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c -fno-common -DPIC -o r2cbIII_15.o
  2310. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c -fno-common -DPIC -o r2cbIII_16.o
  2311. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c -fno-common -DPIC -o r2cbIII_32.o
  2312. mv -f .deps/r2cbIII_10.Tpo .deps/r2cbIII_10.Plo
  2313. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2314. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2315. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2316.  
  2317. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2318. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2319. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c -o r2cbIII_20.lo r2cbIII_20.c
  2320. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c -o r2cbIII_25.lo r2cbIII_25.c
  2321. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c -fno-common -DPIC -o r2cbIII_64.o
  2322. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2323. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2324. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c -fno-common -DPIC -o r2cbIII_20.o
  2325. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c -fno-common -DPIC -o r2cbIII_25.o
  2326. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2327. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2328. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2329. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2330. mv -f .deps/r2cbIII_12.Tpo .deps/r2cbIII_12.Plo
  2331. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c -o hc2cb_2.lo hc2cb_2.c
  2332. mv -f .deps/r2cbIII_16.Tpo .deps/r2cbIII_16.Plo
  2333. mv -f .deps/r2cbIII_15.Tpo .deps/r2cbIII_15.Plo
  2334. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c -o hc2cb_4.lo hc2cb_4.c
  2335. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c -o hc2cb_6.lo hc2cb_6.c
  2336. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c -fno-common -DPIC -o hc2cb_2.o
  2337. mv -f .deps/r2cbIII_32.Tpo .deps/r2cbIII_32.Plo
  2338. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2339. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2340. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c -fno-common -DPIC -o hc2cb_4.o
  2341. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c -fno-common -DPIC -o hc2cb_6.o
  2342. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c -o hc2cb_8.lo hc2cb_8.c
  2343. mv -f .deps/r2cbIII_20.Tpo .deps/r2cbIII_20.Plo
  2344. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2345. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2346. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2347. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2348. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c -o hc2cb_10.lo hc2cb_10.c
  2349. mv -f .deps/r2cbIII_25.Tpo .deps/r2cbIII_25.Plo
  2350. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c -fno-common -DPIC -o hc2cb_8.o
  2351. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c -o hc2cb_12.lo hc2cb_12.c
  2352. mv -f .deps/hc2cb_2.Tpo .deps/hc2cb_2.Plo
  2353. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2354. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2355. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c -fno-common -DPIC -o hc2cb_10.o
  2356. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c -o hc2cb_16.lo hc2cb_16.c
  2357. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2358. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2359. mv -f .deps/hc2cb_4.Tpo .deps/hc2cb_4.Plo
  2360. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c -fno-common -DPIC -o hc2cb_12.o
  2361. mv -f .deps/hc2cb_6.Tpo .deps/hc2cb_6.Plo
  2362. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2363. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2364. mv -f .deps/hb_64.Tpo .deps/hb_64.Plo
  2365. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c -fno-common -DPIC -o hc2cb_16.o
  2366. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c -o hc2cb_32.lo hc2cb_32.c
  2367. mv -f .deps/r2cb_128.Tpo .deps/r2cb_128.Plo
  2368. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c -o hc2cb_20.lo hc2cb_20.c
  2369. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c -o hc2cb2_4.lo hc2cb2_4.c
  2370. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c -o hc2cb2_8.lo hc2cb2_8.c
  2371. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2372. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2373. mv -f .deps/hc2cb_8.Tpo .deps/hc2cb_8.Plo
  2374. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c -fno-common -DPIC -o hc2cb_32.o
  2375. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c -o hc2cb2_16.lo hc2cb2_16.c
  2376. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c -fno-common -DPIC -o hc2cb2_4.o
  2377. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c -fno-common -DPIC -o hc2cb_20.o
  2378. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2379. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2380. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c -fno-common -DPIC -o hc2cb2_8.o
  2381. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2382. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2383. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2384. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2385. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2386. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2387. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c -fno-common -DPIC -o hc2cb2_16.o
  2388. mv -f .deps/hc2cb_10.Tpo .deps/hc2cb_10.Plo
  2389. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c -o hc2cb2_32.lo hc2cb2_32.c
  2390. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2391. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2392. mv -f .deps/hc2cb_12.Tpo .deps/hc2cb_12.Plo
  2393. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c -fno-common -DPIC -o hc2cb2_32.o
  2394. mv -f .deps/hc2cb2_4.Tpo .deps/hc2cb2_4.Plo
  2395. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c -o hc2cb2_20.lo hc2cb2_20.c
  2396. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c -o hc2cbdft_2.lo hc2cbdft_2.c
  2397. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2398. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2399. mv -f .deps/hc2cb2_8.Tpo .deps/hc2cb2_8.Plo
  2400. mv -f .deps/hc2cb_16.Tpo .deps/hc2cb_16.Plo
  2401. mv -f .deps/r2cbIII_64.Tpo .deps/r2cbIII_64.Plo
  2402. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c -fno-common -DPIC -o hc2cb2_20.o
  2403. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c -fno-common -DPIC -o hc2cbdft_2.o
  2404. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c -o hc2cbdft_4.lo hc2cbdft_4.c
  2405. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c -o hc2cbdft_6.lo hc2cbdft_6.c
  2406. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c -o hc2cbdft_8.lo hc2cbdft_8.c
  2407. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2408. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2409. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2410. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2411. mv -f .deps/hc2cb_20.Tpo .deps/hc2cb_20.Plo
  2412. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c -o hc2cbdft_10.lo hc2cbdft_10.c
  2413. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c -fno-common -DPIC -o hc2cbdft_4.o
  2414. mv -f .deps/hc2cb2_16.Tpo .deps/hc2cb2_16.Plo
  2415. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c -fno-common -DPIC -o hc2cbdft_6.o
  2416. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c -fno-common -DPIC -o hc2cbdft_8.o
  2417. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c -o hc2cbdft_12.lo hc2cbdft_12.c
  2418. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2419. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2420. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2421.  
  2422. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2423. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2424. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c -fno-common -DPIC -o hc2cbdft_10.o
  2425. mv -f .deps/hc2cbdft_2.Tpo .deps/hc2cbdft_2.Plo
  2426. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2427. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2428. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c -o hc2cbdft_16.lo hc2cbdft_16.c
  2429. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c -fno-common -DPIC -o hc2cbdft_12.o
  2430. mv -f .deps/hc2cb_32.Tpo .deps/hc2cb_32.Plo
  2431. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2432. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2433. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c -o hc2cbdft_32.lo hc2cbdft_32.c
  2434. mv -f .deps/hc2cbdft_4.Tpo .deps/hc2cbdft_4.Plo
  2435. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c -fno-common -DPIC -o hc2cbdft_16.o
  2436. mv -f .deps/hc2cbdft_6.Tpo .deps/hc2cbdft_6.Plo
  2437. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2438. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2439. mv -f .deps/hc2cbdft_8.Tpo .deps/hc2cbdft_8.Plo
  2440. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c -o hc2cbdft_20.lo hc2cbdft_20.c
  2441. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c -o hc2cbdft2_4.lo hc2cbdft2_4.c
  2442. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c -o hc2cbdft2_8.lo hc2cbdft2_8.c
  2443. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c -fno-common -DPIC -o hc2cbdft_32.o
  2444. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2445. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2446. mv -f .deps/hc2cbdft_10.Tpo .deps/hc2cbdft_10.Plo
  2447. mv -f .deps/hc2cb2_20.Tpo .deps/hc2cb2_20.Plo
  2448. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c -fno-common -DPIC -o hc2cbdft_20.o
  2449. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c -fno-common -DPIC -o hc2cbdft2_4.o
  2450. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c -fno-common -DPIC -o hc2cbdft2_8.o
  2451. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c -o hc2cbdft2_16.lo hc2cbdft2_16.c
  2452. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c -o hc2cbdft2_32.lo hc2cbdft2_32.c
  2453. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2454.  
  2455. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2456. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2457. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2458. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2459. mv -f .deps/hc2cbdft_12.Tpo .deps/hc2cbdft_12.Plo
  2460. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c -o hc2cbdft2_20.lo hc2cbdft2_20.c
  2461. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c -fno-common -DPIC -o hc2cbdft2_16.o
  2462. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c -fno-common -DPIC -o hc2cbdft2_32.o
  2463. clang: warning: clangoptimization flag '-fno-schedule-insns' is not supported
  2464. : warning: optimization flag '-fno-schedule-insns' is not supported
  2465. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2466. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2467. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c -fno-common -DPIC -o hc2cbdft2_20.o
  2468. mv -f .deps/hc2cbdft2_4.Tpo .deps/hc2cbdft2_4.Plo
  2469. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2470. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2471. mv -f .deps/hc2cbdft_16.Tpo .deps/hc2cbdft_16.Plo
  2472. mv -f .deps/hc2cbdft2_8.Tpo .deps/hc2cbdft2_8.Plo
  2473. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
  2474. mv -f .deps/hc2cb2_32.Tpo .deps/hc2cb2_32.Plo
  2475. mv -f .deps/hc2cbdft_20.Tpo .deps/hc2cbdft_20.Plo
  2476. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o codlist.o
  2477. mv -f .deps/hc2cbdft_32.Tpo .deps/hc2cbdft_32.Plo
  2478. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2479. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2480. mv -f .deps/hc2cbdft2_16.Tpo .deps/hc2cbdft2_16.Plo
  2481. mv -f .deps/hc2cbdft2_20.Tpo .deps/hc2cbdft2_20.Plo
  2482. mv -f .deps/codlist.Tpo .deps/codlist.Plo
  2483. mv -f .deps/hc2cbdft2_32.Tpo .deps/hc2cbdft2_32.Plo
  2484. /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o librdft_scalar_r2cb.la r2cb_2.lo r2cb_3.lo r2cb_4.lo r2cb_5.lo r2cb_6.lo r2cb_7.lo r2cb_8.lo r2cb_9.lo r2cb_10.lo r2cb_11.lo r2cb_12.lo r2cb_13.lo r2cb_14.lo r2cb_15.lo r2cb_16.lo r2cb_32.lo r2cb_64.lo r2cb_128.lo r2cb_20.lo r2cb_25.lo hb_2.lo hb_3.lo hb_4.lo hb_5.lo hb_6.lo hb_7.lo hb_8.lo hb_9.lo hb_10.lo hb_12.lo hb_15.lo hb_16.lo hb_32.lo hb_64.lo hb_20.lo hb_25.lo hb2_4.lo hb2_8.lo hb2_16.lo hb2_32.lo hb2_5.lo hb2_20.lo hb2_25.lo r2cbIII_2.lo r2cbIII_3.lo r2cbIII_4.lo r2cbIII_5.lo r2cbIII_6.lo r2cbIII_7.lo r2cbIII_8.lo r2cbIII_9.lo r2cbIII_10.lo r2cbIII_12.lo r2cbIII_15.lo r2cbIII_16.lo r2cbIII_32.lo r2cbIII_64.lo r2cbIII_20.lo r2cbIII_25.lo hc2cb_2.lo hc2cb_4.lo hc2cb_6.lo hc2cb_8.lo hc2cb_10.lo hc2cb_12.lo hc2cb_16.lo hc2cb_32.lo hc2cb_20.lo hc2cb2_4.lo hc2cb2_8.lo hc2cb2_16.lo hc2cb2_32.lo hc2cb2_20.lo hc2cbdft_2.lo hc2cbdft_4.lo hc2cbdft_6.lo hc2cbdft_8.lo hc2cbdft_10.lo hc2cbdft_12.lo hc2cbdft_16.lo hc2cbdft_32.lo hc2cbdft_20.lo hc2cbdft2_4.lo hc2cbdft2_8.lo hc2cbdft2_16.lo hc2cbdft2_32.lo hc2cbdft2_20.lo codlist.lo -lm
  2485. libtool: link: ar cru .libs/librdft_scalar_r2cb.a r2cb_2.o r2cb_3.o r2cb_4.o r2cb_5.o r2cb_6.o r2cb_7.o r2cb_8.o r2cb_9.o r2cb_10.o r2cb_11.o r2cb_12.o r2cb_13.o r2cb_14.o r2cb_15.o r2cb_16.o r2cb_32.o r2cb_64.o r2cb_128.o r2cb_20.o r2cb_25.o hb_2.o hb_3.o hb_4.o hb_5.o hb_6.o hb_7.o hb_8.o hb_9.o hb_10.o hb_12.o hb_15.o hb_16.o hb_32.o hb_64.o hb_20.o hb_25.o hb2_4.o hb2_8.o hb2_16.o hb2_32.o hb2_5.o hb2_20.o hb2_25.o r2cbIII_2.o r2cbIII_3.o r2cbIII_4.o r2cbIII_5.o r2cbIII_6.o r2cbIII_7.o r2cbIII_8.o r2cbIII_9.o r2cbIII_10.o r2cbIII_12.o r2cbIII_15.o r2cbIII_16.o r2cbIII_32.o r2cbIII_64.o r2cbIII_20.o r2cbIII_25.o hc2cb_2.o hc2cb_4.o hc2cb_6.o hc2cb_8.o hc2cb_10.o hc2cb_12.o hc2cb_16.o hc2cb_32.o hc2cb_20.o hc2cb2_4.o hc2cb2_8.o hc2cb2_16.o hc2cb2_32.o hc2cb2_20.o hc2cbdft_2.o hc2cbdft_4.o hc2cbdft_6.o hc2cbdft_8.o hc2cbdft_10.o hc2cbdft_12.o hc2cbdft_16.o hc2cbdft_32.o hc2cbdft_20.o hc2cbdft2_4.o hc2cbdft2_8.o hc2cbdft2_16.o hc2cbdft2_32.o hc2cbdft2_20.o codlist.o
  2486. libtool: link: ranlib .libs/librdft_scalar_r2cb.a
  2487. libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2cb.la" && ln -s "../librdft_scalar_r2cb.la" "librdft_scalar_r2cb.la" )
  2488. make[6]: Nothing to be done for `install-exec-am'.
  2489. make[6]: Nothing to be done for `install-data-am'.
  2490. Making install in r2r
  2491. ( \
  2492. echo "#include \"ifftw.h\""; \
  2493. echo ; \
  2494. echo; \
  2495. for i in e01_8.c e10_8.c NIL; do \
  2496. if test "$i" != NIL; then \
  2497. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  2498. echo "extern void X(codelet_$j)(planner *);"; \
  2499. fi \
  2500. done; \
  2501. echo; \
  2502. echo; \
  2503. echo "extern const solvtab X(solvtab_rdft_r2r);"; \
  2504. echo "const solvtab X(solvtab_rdft_r2r) = {"; \
  2505. for i in e01_8.c e10_8.c NIL; do \
  2506. if test "$i" != NIL; then \
  2507. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  2508. echo " SOLVTAB(X(codelet_$j)),"; \
  2509. fi \
  2510. done; \
  2511. echo " SOLVTAB_END"; \
  2512. echo "};"; \
  2513. ) >codlist.c
  2514. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  2515. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c -o e01_8.lo e01_8.c
  2516. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c -o e10_8.lo e10_8.c
  2517. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
  2518. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c -fno-common -DPIC -o e10_8.o
  2519. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c -fno-common -DPIC -o e01_8.o
  2520. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o codlist.o
  2521. clangclangclang: : : warningwarning: warning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2522.  
  2523.  
  2524. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'argument unused during compilation: '-fno-schedule-insns'
  2525.  
  2526. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2527. mv -f .deps/codlist.Tpo .deps/codlist.Plo
  2528. mv -f .deps/e10_8.Tpo .deps/e10_8.Plo
  2529. mv -f .deps/e01_8.Tpo .deps/e01_8.Plo
  2530. /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o librdft_scalar_r2r.la e01_8.lo e10_8.lo codlist.lo -lm
  2531. libtool: link: ar cru .libs/librdft_scalar_r2r.a e01_8.o e10_8.o codlist.o
  2532. libtool: link: ranlib .libs/librdft_scalar_r2r.a
  2533. libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2r.la" && ln -s "../librdft_scalar_r2r.la" "librdft_scalar_r2r.la" )
  2534. make[6]: Nothing to be done for `install-exec-am'.
  2535. make[6]: Nothing to be done for `install-data-am'.
  2536. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c -o hfb.lo hfb.c
  2537. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c -o r2c.lo r2c.c
  2538. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c -o r2r.lo r2r.c
  2539. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c -o hc2c.lo hc2c.c
  2540. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c -fno-common -DPIC -o r2r.o
  2541. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c -fno-common -DPIC -o hc2c.o
  2542. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c -fno-common -DPIC -o hfb.o
  2543. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c -fno-common -DPIC -o r2c.o
  2544. clangclangclangclang: : : : warning: warningwarningwarning: : : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2545.  
  2546.  
  2547. optimization flag '-fno-schedule-insns' is not supported
  2548. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'argument unused during compilation: '-fno-schedule-insns'
  2549.  
  2550. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2551. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2552. mv -f .deps/r2r.Tpo .deps/r2r.Plo
  2553. mv -f .deps/r2c.Tpo .deps/r2c.Plo
  2554. mv -f .deps/hfb.Tpo .deps/hfb.Plo
  2555. mv -f .deps/hc2c.Tpo .deps/hc2c.Plo
  2556. /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o librdft_scalar.la hfb.lo r2c.lo r2r.lo hc2c.lo -lm
  2557. libtool: link: ar cru .libs/librdft_scalar.a hfb.o r2c.o r2r.o hc2c.o
  2558. libtool: link: ranlib .libs/librdft_scalar.a
  2559. libtool: link: ( cd ".libs" && rm -f "librdft_scalar.la" && ln -s "../librdft_scalar.la" "librdft_scalar.la" )
  2560. make[5]: Nothing to be done for `install-exec-am'.
  2561. make[5]: Nothing to be done for `install-data-am'.
  2562. Making install in simd
  2563. Making install in common
  2564. ( \
  2565. echo "#include \"ifftw.h\""; \
  2566. echo "#include SIMD_HEADER"; \
  2567. echo; \
  2568. for i in hc2cfdftv_2.c hc2cfdftv_4.c hc2cfdftv_6.c hc2cfdftv_8.c hc2cfdftv_10.c hc2cfdftv_12.c hc2cfdftv_16.c hc2cfdftv_32.c hc2cfdftv_20.c hc2cbdftv_2.c hc2cbdftv_4.c hc2cbdftv_6.c hc2cbdftv_8.c hc2cbdftv_10.c hc2cbdftv_12.c hc2cbdftv_16.c hc2cbdftv_32.c hc2cbdftv_20.c NIL; do \
  2569. if test "$i" != NIL; then \
  2570. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  2571. echo "extern void XSIMD(codelet_$j)(planner *);"; \
  2572. fi \
  2573. done; \
  2574. echo; \
  2575. echo; \
  2576. echo "extern const solvtab XSIMD(solvtab_rdft);"; \
  2577. echo "const solvtab XSIMD(solvtab_rdft) = {"; \
  2578. for i in hc2cfdftv_2.c hc2cfdftv_4.c hc2cfdftv_6.c hc2cfdftv_8.c hc2cfdftv_10.c hc2cfdftv_12.c hc2cfdftv_16.c hc2cfdftv_32.c hc2cfdftv_20.c hc2cbdftv_2.c hc2cbdftv_4.c hc2cbdftv_6.c hc2cbdftv_8.c hc2cbdftv_10.c hc2cbdftv_12.c hc2cbdftv_16.c hc2cbdftv_32.c hc2cbdftv_20.c NIL; do \
  2579. if test "$i" != NIL; then \
  2580. j=`basename $i | sed -e 's/[.][cS]$//g'`; \
  2581. echo " SOLVTAB(XSIMD(codelet_$j)),"; \
  2582. fi \
  2583. done; \
  2584. echo " SOLVTAB_END"; \
  2585. echo "};"; \
  2586. ) >codlist.c
  2587. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  2588. make[6]: Nothing to be done for `install-exec-am'.
  2589. make[6]: Nothing to be done for `install-data-am'.
  2590. Making install in sse2
  2591. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  2592. make[6]: Nothing to be done for `install-exec-am'.
  2593. make[6]: Nothing to be done for `install-data-am'.
  2594. Making install in avx
  2595. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  2596. make[6]: Nothing to be done for `install-exec-am'.
  2597. make[6]: Nothing to be done for `install-data-am'.
  2598. Making install in altivec
  2599. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  2600. make[6]: Nothing to be done for `install-exec-am'.
  2601. make[6]: Nothing to be done for `install-data-am'.
  2602. Making install in neon
  2603. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  2604. make[6]: Nothing to be done for `install-exec-am'.
  2605. make[6]: Nothing to be done for `install-data-am'.
  2606. make[5]: Nothing to be done for `install-exec-am'.
  2607. make[5]: Nothing to be done for `install-data-am'.
  2608. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c -o hc2hc.lo hc2hc.c
  2609. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c -o dft-r2hc.lo dft-r2hc.c
  2610. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c -o dht-r2hc.lo dht-r2hc.c
  2611. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c -o dht-rader.lo dht-rader.c
  2612. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
  2613. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
  2614. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c -o direct-r2r.lo direct-r2r.c
  2615. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c -o direct-r2c.lo direct-r2c.c
  2616. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
  2617. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c -fno-common -DPIC -o hc2hc.o
  2618. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c -fno-common -DPIC -o dft-r2hc.o
  2619. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c -fno-common -DPIC -o dht-r2hc.o
  2620. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fno-common -DPIC -o buffered.o
  2621. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c -fno-common -DPIC -o dht-rader.o
  2622. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fno-common -DPIC -o conf.o
  2623. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c -fno-common -DPIC -o direct-r2c.o
  2624. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c -fno-common -DPIC -o direct-r2r.o
  2625. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -fno-common -DPIC -o generic.o
  2626. clang: warning: clangoptimization flag '-fno-schedule-insns' is not supported:
  2627. warning: optimization flag '-fno-schedule-insns' is not supported
  2628. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2629. clang: warning: argument unused during compilation: '-fno-schedule-insns'clang
  2630. : warning: argument unused during compilation: '-fno-schedule-insns'
  2631. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2632. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2633. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2634. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2635.  
  2636. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2637. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2638. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2639. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2640. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2641. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2642. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2643. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2644. mv -f .deps/conf.Tpo .deps/conf.Plo
  2645. mv -f .deps/dht-r2hc.Tpo .deps/dht-r2hc.Plo
  2646. mv -f .deps/direct-r2r.Tpo .deps/direct-r2r.Plo
  2647. mv -f .deps/dft-r2hc.Tpo .deps/dft-r2hc.Plo
  2648. mv -f .deps/hc2hc.Tpo .deps/hc2hc.Plo
  2649. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c -o hc2hc-direct.lo hc2hc-direct.c
  2650. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c -o hc2hc-generic.lo hc2hc-generic.c
  2651. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c -o khc2hc.lo khc2hc.c
  2652. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c -o kr2c.lo kr2c.c
  2653. mv -f .deps/buffered.Tpo .deps/buffered.Plo
  2654. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c -o kr2r.lo kr2r.c
  2655. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
  2656. mv -f .deps/generic.Tpo .deps/generic.Plo
  2657. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
  2658. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c -fno-common -DPIC -o hc2hc-direct.o
  2659. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c -fno-common -DPIC -o hc2hc-generic.o
  2660. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c -fno-common -DPIC -o khc2hc.o
  2661. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c -fno-common -DPIC -o kr2c.o
  2662. mv -f .deps/direct-r2c.Tpo .deps/direct-r2c.Plo
  2663. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c -fno-common -DPIC -o kr2r.o
  2664. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2665. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2666. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'argument unused during compilation: '-fno-schedule-insns'
  2667.  
  2668. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -fno-common -DPIC -o indirect.o
  2669. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2670. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2671. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2672. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2673. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
  2674. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2675. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2676. mv -f .deps/dht-rader.Tpo .deps/dht-rader.Plo
  2677. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -fno-common -DPIC -o nop.o
  2678. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2679. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2680. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2681. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2682. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
  2683. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fno-common -DPIC -o plan.o
  2684. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2685. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2686. mv -f .deps/kr2c.Tpo .deps/kr2c.Plo
  2687. mv -f .deps/khc2hc.Tpo .deps/khc2hc.Plo
  2688. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fno-common -DPIC -o problem.o
  2689. mv -f .deps/kr2r.Tpo .deps/kr2r.Plo
  2690. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2691. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2692. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c -o rank0.lo rank0.c
  2693. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
  2694. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c -o rdft-dht.lo rdft-dht.c
  2695. mv -f .deps/nop.Tpo .deps/nop.Plo
  2696. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
  2697. mv -f .deps/indirect.Tpo .deps/indirect.Plo
  2698. mv -f .deps/plan.Tpo .deps/plan.Plo
  2699. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c -fno-common -DPIC -o rank0.o
  2700. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -fno-common -DPIC -o rank-geq2.o
  2701. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c -fno-common -DPIC -o rdft-dht.o
  2702. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
  2703. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c -o vrank3-transpose.lo vrank3-transpose.c
  2704. mv -f .deps/hc2hc-direct.Tpo .deps/hc2hc-direct.Plo
  2705. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2706.  
  2707. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2708. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2709. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -fno-common -DPIC -o solve.o
  2710. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2711. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2712. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c -o buffered2.lo buffered2.c
  2713. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2714. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2715. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -fno-common -DPIC -o vrank-geq1.o
  2716. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c -fno-common -DPIC -o vrank3-transpose.o
  2717. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2718. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2719. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2720. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2721. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c -fno-common -DPIC -o buffered2.o
  2722. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2723. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2724. mv -f .deps/solve.Tpo .deps/solve.Plo
  2725. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c -o direct2.lo direct2.c
  2726. mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
  2727. mv -f .deps/rdft-dht.Tpo .deps/rdft-dht.Plo
  2728. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c -o nop2.lo nop2.c
  2729. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c -o rank0-rdft2.lo rank0-rdft2.c
  2730. mv -f .deps/hc2hc-generic.Tpo .deps/hc2hc-generic.Plo
  2731. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c -fno-common -DPIC -o direct2.o
  2732. mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
  2733. mv -f .deps/problem.Tpo .deps/problem.Plo
  2734. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2735. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2736. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c -o rank-geq2-rdft2.lo rank-geq2-rdft2.c
  2737. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c -o plan2.lo plan2.c
  2738. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c -o problem2.lo problem2.c
  2739. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c -fno-common -DPIC -o nop2.o
  2740. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c -fno-common -DPIC -o rank0-rdft2.o
  2741. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2742. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2743. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2744. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2745. mv -f .deps/rank0.Tpo .deps/rank0.Plo
  2746. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c -fno-common -DPIC -o rank-geq2-rdft2.o
  2747. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c -o solve2.lo solve2.c
  2748. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c -fno-common -DPIC -o plan2.o
  2749. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c -fno-common -DPIC -o problem2.o
  2750. mv -f .deps/buffered2.Tpo .deps/buffered2.Plo
  2751. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2752. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2753. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2754. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2755. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c -o vrank-geq1-rdft2.lo vrank-geq1-rdft2.c
  2756. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2757. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2758. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c -fno-common -DPIC -o solve2.o
  2759. mv -f .deps/nop2.Tpo .deps/nop2.Plo
  2760. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2761. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2762. mv -f .deps/direct2.Tpo .deps/direct2.Plo
  2763. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -fno-common -DPIC -o vrank-geq1-rdft2.o
  2764. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c -o rdft2-rdft.lo rdft2-rdft.c
  2765. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c -o rdft2-tensor-max-index.lo rdft2-tensor-max-index.c
  2766. mv -f .deps/plan2.Tpo .deps/plan2.Plo
  2767. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2768. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2769. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c -o rdft2-inplace-strides.lo rdft2-inplace-strides.c
  2770. mv -f .deps/rank0-rdft2.Tpo .deps/rank0-rdft2.Plo
  2771. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c -o rdft2-strides.lo rdft2-strides.c
  2772. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c -fno-common -DPIC -o rdft2-rdft.o
  2773. mv -f .deps/rank-geq2-rdft2.Tpo .deps/rank-geq2-rdft2.Plo
  2774. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c -fno-common -DPIC -o rdft2-tensor-max-index.o
  2775. mv -f .deps/solve2.Tpo .deps/solve2.Plo
  2776. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2777. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2778. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2779. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2780. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c -fno-common -DPIC -o rdft2-inplace-strides.o
  2781. mv -f .deps/problem2.Tpo .deps/problem2.Plo
  2782. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c -o khc2c.lo khc2c.c
  2783. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c -o ct-hc2c.lo ct-hc2c.c
  2784. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c -o ct-hc2c-direct.lo ct-hc2c-direct.c
  2785. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2786. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2787. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c -fno-common -DPIC -o rdft2-strides.o
  2788. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2789. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2790. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c -fno-common -DPIC -o khc2c.o
  2791. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c -fno-common -DPIC -o ct-hc2c.o
  2792. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c -fno-common -DPIC -o ct-hc2c-direct.o
  2793. mv -f .deps/vrank-geq1-rdft2.Tpo .deps/vrank-geq1-rdft2.Plo
  2794. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2795.  
  2796. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2797. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2798. mv -f .deps/rdft2-tensor-max-index.Tpo .deps/rdft2-tensor-max-index.Plo
  2799. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2800. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2801. mv -f .deps/vrank3-transpose.Tpo .deps/vrank3-transpose.Plo
  2802. mv -f .deps/rdft2-inplace-strides.Tpo .deps/rdft2-inplace-strides.Plo
  2803. mv -f .deps/rdft2-strides.Tpo .deps/rdft2-strides.Plo
  2804. mv -f .deps/khc2c.Tpo .deps/khc2c.Plo
  2805. mv -f .deps/rdft2-rdft.Tpo .deps/rdft2-rdft.Plo
  2806. mv -f .deps/ct-hc2c.Tpo .deps/ct-hc2c.Plo
  2807. mv -f .deps/ct-hc2c-direct.Tpo .deps/ct-hc2c-direct.Plo
  2808. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o librdft.la hc2hc.lo dft-r2hc.lo dht-r2hc.lo dht-rader.lo buffered.lo conf.lo direct-r2r.lo direct-r2c.lo generic.lo hc2hc-direct.lo hc2hc-generic.lo khc2hc.lo kr2c.lo kr2r.lo indirect.lo nop.lo plan.lo problem.lo rank0.lo rank-geq2.lo rdft-dht.lo solve.lo vrank-geq1.lo vrank3-transpose.lo buffered2.lo direct2.lo nop2.lo rank0-rdft2.lo rank-geq2-rdft2.lo plan2.lo problem2.lo solve2.lo vrank-geq1-rdft2.lo rdft2-rdft.lo rdft2-tensor-max-index.lo rdft2-inplace-strides.lo rdft2-strides.lo khc2c.lo ct-hc2c.lo ct-hc2c-direct.lo -lm
  2809. libtool: link: ar cru .libs/librdft.a hc2hc.o dft-r2hc.o dht-r2hc.o dht-rader.o buffered.o conf.o direct-r2r.o direct-r2c.o generic.o hc2hc-direct.o hc2hc-generic.o khc2hc.o kr2c.o kr2r.o indirect.o nop.o plan.o problem.o rank0.o rank-geq2.o rdft-dht.o solve.o vrank-geq1.o vrank3-transpose.o buffered2.o direct2.o nop2.o rank0-rdft2.o rank-geq2-rdft2.o plan2.o problem2.o solve2.o vrank-geq1-rdft2.o rdft2-rdft.o rdft2-tensor-max-index.o rdft2-inplace-strides.o rdft2-strides.o khc2c.o ct-hc2c.o ct-hc2c-direct.o
  2810. libtool: link: ranlib .libs/librdft.a
  2811. libtool: link: ( cd ".libs" && rm -f "librdft.la" && ln -s "../librdft.la" "librdft.la" )
  2812. make[4]: Nothing to be done for `install-exec-am'.
  2813. make[4]: Nothing to be done for `install-data-am'.
  2814. Making install in reodft
  2815. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
  2816. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c -o reodft010e-r2hc.lo reodft010e-r2hc.c
  2817. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c -o reodft11e-radix2.lo reodft11e-radix2.c
  2818. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c -o reodft11e-r2hc-odd.lo reodft11e-r2hc-odd.c
  2819. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c -o redft00e-r2hc-pad.lo redft00e-r2hc-pad.c
  2820. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c -o rodft00e-r2hc-pad.lo rodft00e-r2hc-pad.c
  2821. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c -o reodft00e-splitradix.lo reodft00e-splitradix.c
  2822. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c -fno-common -DPIC -o reodft00e-splitradix.o
  2823. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c -fno-common -DPIC -o redft00e-r2hc-pad.o
  2824. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fno-common -DPIC -o conf.o
  2825. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c -fno-common -DPIC -o reodft11e-radix2.o
  2826. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c -fno-common -DPIC -o reodft010e-r2hc.o
  2827. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c -fno-common -DPIC -o reodft11e-r2hc-odd.o
  2828. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c -fno-common -DPIC -o rodft00e-r2hc-pad.o
  2829. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2830. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2831. clangclangclang: : : warningwarningwarning: : : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2832.  
  2833.  
  2834. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2835. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2836. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2837. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2838. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2839. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2840. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2841. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2842. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2843. mv -f .deps/conf.Tpo .deps/conf.Plo
  2844. mv -f .deps/rodft00e-r2hc-pad.Tpo .deps/rodft00e-r2hc-pad.Plo
  2845. mv -f .deps/redft00e-r2hc-pad.Tpo .deps/redft00e-r2hc-pad.Plo
  2846. mv -f .deps/reodft010e-r2hc.Tpo .deps/reodft010e-r2hc.Plo
  2847. mv -f .deps/reodft11e-radix2.Tpo .deps/reodft11e-radix2.Plo
  2848. mv -f .deps/reodft00e-splitradix.Tpo .deps/reodft00e-splitradix.Plo
  2849. mv -f .deps/reodft11e-r2hc-odd.Tpo .deps/reodft11e-r2hc-odd.Plo
  2850. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o libreodft.la conf.lo reodft010e-r2hc.lo reodft11e-radix2.lo reodft11e-r2hc-odd.lo redft00e-r2hc-pad.lo rodft00e-r2hc-pad.lo reodft00e-splitradix.lo -lm
  2851. libtool: link: ar cru .libs/libreodft.a conf.o reodft010e-r2hc.o reodft11e-radix2.o reodft11e-r2hc-odd.o redft00e-r2hc-pad.o rodft00e-r2hc-pad.o reodft00e-splitradix.o
  2852. libtool: link: ranlib .libs/libreodft.a
  2853. libtool: link: ( cd ".libs" && rm -f "libreodft.la" && ln -s "../libreodft.la" "libreodft.la" )
  2854. make[4]: Nothing to be done for `install-exec-am'.
  2855. make[4]: Nothing to be done for `install-data-am'.
  2856. Making install in api
  2857. (echo "! Generated automatically. DO NOT EDIT!"; echo; \
  2858. echo " integer, parameter :: C_FFTW_R2R_KIND = C_INT32_T"; \
  2859. grep -v "Generated automatically" ./fftw3.f03.in) > fftw3.f03
  2860. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  2861. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c -o apiplan.lo apiplan.c
  2862. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c -o configure.lo configure.c
  2863. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c -o execute-dft-c2r.lo execute-dft-c2r.c
  2864. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c -o execute-dft-r2c.lo execute-dft-r2c.c
  2865. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c -o execute-dft.lo execute-dft.c
  2866. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c -o execute-r2r.lo execute-r2r.c
  2867. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c -o execute-split-dft-c2r.lo execute-split-dft-c2r.c
  2868. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c -o execute-split-dft-r2c.lo execute-split-dft-r2c.c
  2869. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c -o execute-split-dft.lo execute-split-dft.c
  2870. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c -fno-common -DPIC -o apiplan.o
  2871. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c -fno-common -DPIC -o configure.o
  2872. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c -fno-common -DPIC -o execute-dft.o
  2873. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c -fno-common -DPIC -o execute-dft-r2c.o
  2874. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c -fno-common -DPIC -o execute-dft-c2r.o
  2875. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c -fno-common -DPIC -o execute-r2r.o
  2876. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c -fno-common -DPIC -o execute-split-dft-r2c.o
  2877. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c -fno-common -DPIC -o execute-split-dft-c2r.o
  2878. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c -fno-common -DPIC -o execute-split-dft.o
  2879. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2880. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2881. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2882. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2883. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2884. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2885. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2886. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2887. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2888. clang: warning: clangargument unused during compilation: '-fno-schedule-insns'
  2889. : warning: optimization flag '-fno-schedule-insns' is not supported
  2890. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2891. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2892.  
  2893. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2894. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2895. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2896. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2897. mv -f .deps/execute-r2r.Tpo .deps/execute-r2r.Plo
  2898. mv -f .deps/execute-dft-r2c.Tpo .deps/execute-dft-r2c.Plo
  2899. mv -f .deps/execute-dft-c2r.Tpo .deps/execute-dft-c2r.Plo
  2900. mv -f .deps/execute-split-dft-r2c.Tpo .deps/execute-split-dft-r2c.Plo
  2901. mv -f .deps/execute-split-dft-c2r.Tpo .deps/execute-split-dft-c2r.Plo
  2902. mv -f .deps/execute-dft.Tpo .deps/execute-dft.Plo
  2903. mv -f .deps/configure.Tpo .deps/configure.Plo
  2904. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c -o execute.lo execute.c
  2905. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c -o export-wisdom-to-file.lo export-wisdom-to-file.c
  2906. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c -o export-wisdom-to-string.lo export-wisdom-to-string.c
  2907. mv -f .deps/execute-split-dft.Tpo .deps/execute-split-dft.Plo
  2908. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c -o export-wisdom.lo export-wisdom.c
  2909. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c -o f77api.lo f77api.c
  2910. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c -o flops.lo flops.c
  2911. mv -f .deps/apiplan.Tpo .deps/apiplan.Plo
  2912. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c -o forget-wisdom.lo forget-wisdom.c
  2913. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c -o import-system-wisdom.lo import-system-wisdom.c
  2914. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c -o import-wisdom-from-file.lo import-wisdom-from-file.c
  2915. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c -fno-common -DPIC -o export-wisdom-to-file.o
  2916. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -fno-common -DPIC -o execute.o
  2917. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c -fno-common -DPIC -o export-wisdom-to-string.o
  2918. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c -fno-common -DPIC -o export-wisdom.o
  2919. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c -fno-common -DPIC -o flops.o
  2920. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -fno-common -DPIC -o f77api.o
  2921. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c -fno-common -DPIC -o forget-wisdom.o
  2922. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c -fno-common -DPIC -o import-system-wisdom.o
  2923. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c -fno-common -DPIC -o import-wisdom-from-file.o
  2924. clang: warning: clangoptimization flag '-fno-schedule-insns' is not supported:
  2925. warning: optimization flag '-fno-schedule-insns' is not supported
  2926. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2927. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2928. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2929. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2930. clangclangclang: : : warningwarning: warning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2931.  
  2932.  
  2933. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2934. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2935. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2936. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2937. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2938. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2939. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2940. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2941. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2942. mv -f .deps/execute.Tpo .deps/execute.Plo
  2943. mv -f .deps/flops.Tpo .deps/flops.Plo
  2944. mv -f .deps/export-wisdom.Tpo .deps/export-wisdom.Plo
  2945. mv -f .deps/import-system-wisdom.Tpo .deps/import-system-wisdom.Plo
  2946. mv -f .deps/import-wisdom-from-file.Tpo .deps/import-wisdom-from-file.Plo
  2947. mv -f .deps/forget-wisdom.Tpo .deps/forget-wisdom.Plo
  2948. mv -f .deps/export-wisdom-to-string.Tpo .deps/export-wisdom-to-string.Plo
  2949. mv -f .deps/export-wisdom-to-file.Tpo .deps/export-wisdom-to-file.Plo
  2950. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c -o import-wisdom-from-string.lo import-wisdom-from-string.c
  2951. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c -o import-wisdom.lo import-wisdom.c
  2952. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c
  2953. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c -o map-r2r-kind.lo map-r2r-kind.c
  2954. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c -o mapflags.lo mapflags.c
  2955. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c -o mkprinter-file.lo mkprinter-file.c
  2956. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c -o mkprinter-str.lo mkprinter-str.c
  2957. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c -o mktensor-iodims.lo mktensor-iodims.c
  2958. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c -fno-common -DPIC -o import-wisdom-from-string.o
  2959. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -fno-common -DPIC -o malloc.o
  2960. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c -fno-common -DPIC -o import-wisdom.o
  2961. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c -fno-common -DPIC -o map-r2r-kind.o
  2962. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c -fno-common -DPIC -o mapflags.o
  2963. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c -fno-common -DPIC -o mkprinter-file.o
  2964. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c -fno-common -DPIC -o mkprinter-str.o
  2965. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c -fno-common -DPIC -o mktensor-iodims.o
  2966. clangclangclang: : : warningwarningwarning: : : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  2967.  
  2968.  
  2969. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'argument unused during compilation: '-fno-schedule-insns'
  2970.  
  2971. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2972. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2973. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2974. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2975. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2976. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2977. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2978. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2979. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2980. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  2981. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  2982. mv -f .deps/import-wisdom.Tpo .deps/import-wisdom.Plo
  2983. mv -f .deps/mkprinter-str.Tpo .deps/mkprinter-str.Plo
  2984. mv -f .deps/map-r2r-kind.Tpo .deps/map-r2r-kind.Plo
  2985. mv -f .deps/malloc.Tpo .deps/malloc.Plo
  2986. mv -f .deps/mkprinter-file.Tpo .deps/mkprinter-file.Plo
  2987. mv -f .deps/import-wisdom-from-string.Tpo .deps/import-wisdom-from-string.Plo
  2988. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c -o mktensor-rowmajor.lo mktensor-rowmajor.c
  2989. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c -o plan-dft-1d.lo plan-dft-1d.c
  2990. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c -o plan-dft-2d.lo plan-dft-2d.c
  2991. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c -o plan-dft-3d.lo plan-dft-3d.c
  2992. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c -o plan-dft-c2r-1d.lo plan-dft-c2r-1d.c
  2993. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c -o plan-dft-c2r-2d.lo plan-dft-c2r-2d.c
  2994. mv -f .deps/mktensor-iodims.Tpo .deps/mktensor-iodims.Plo
  2995. mv -f .deps/mapflags.Tpo .deps/mapflags.Plo
  2996. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c -o plan-dft-c2r-3d.lo plan-dft-c2r-3d.c
  2997. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c -o plan-dft-c2r.lo plan-dft-c2r.c
  2998. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c -fno-common -DPIC -o plan-dft-1d.o
  2999. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c -fno-common -DPIC -o mktensor-rowmajor.o
  3000. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c -fno-common -DPIC -o plan-dft-2d.o
  3001. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c -fno-common -DPIC -o plan-dft-3d.o
  3002. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c -fno-common -DPIC -o plan-dft-c2r-1d.o
  3003. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c -fno-common -DPIC -o plan-dft-c2r-2d.o
  3004. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3005. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3006. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3007. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3008. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3009. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3010. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3011. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3012. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3013. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3014. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3015. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3016. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c -fno-common -DPIC -o plan-dft-c2r-3d.o
  3017. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c -fno-common -DPIC -o plan-dft-c2r.o
  3018. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3019. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3020. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3021. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3022. mv -f .deps/plan-dft-c2r-1d.Tpo .deps/plan-dft-c2r-1d.Plo
  3023. mv -f .deps/plan-dft-c2r-2d.Tpo .deps/plan-dft-c2r-2d.Plo
  3024. mv -f .deps/plan-dft-3d.Tpo .deps/plan-dft-3d.Plo
  3025. mv -f .deps/plan-dft-2d.Tpo .deps/plan-dft-2d.Plo
  3026. mv -f .deps/plan-dft-1d.Tpo .deps/plan-dft-1d.Plo
  3027. mv -f .deps/mktensor-rowmajor.Tpo .deps/mktensor-rowmajor.Plo
  3028. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c -o plan-dft-r2c-1d.lo plan-dft-r2c-1d.c
  3029. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c -o plan-dft-r2c-2d.lo plan-dft-r2c-2d.c
  3030. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c -o plan-dft-r2c-3d.lo plan-dft-r2c-3d.c
  3031. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c -o plan-dft-r2c.lo plan-dft-r2c.c
  3032. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c -o plan-dft.lo plan-dft.c
  3033. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c -o plan-guru-dft-c2r.lo plan-guru-dft-c2r.c
  3034. mv -f .deps/plan-dft-c2r-3d.Tpo .deps/plan-dft-c2r-3d.Plo
  3035. mv -f .deps/plan-dft-c2r.Tpo .deps/plan-dft-c2r.Plo
  3036. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c -o plan-guru-dft-r2c.lo plan-guru-dft-r2c.c
  3037. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c -o plan-guru-dft.lo plan-guru-dft.c
  3038. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c -fno-common -DPIC -o plan-dft-r2c.o
  3039. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c -fno-common -DPIC -o plan-dft-r2c-1d.o
  3040. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c -fno-common -DPIC -o plan-dft-r2c-3d.o
  3041. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c -fno-common -DPIC -o plan-dft-r2c-2d.o
  3042. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c -fno-common -DPIC -o plan-dft.o
  3043. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c -fno-common -DPIC -o plan-guru-dft-c2r.o
  3044. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  3045.  
  3046. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3047. clang: warning: clangargument unused during compilation: '-fno-schedule-insns':
  3048. warning: argument unused during compilation: '-fno-schedule-insns'clang
  3049. : warning: argument unused during compilation: '-fno-schedule-insns'
  3050. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3051. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3052. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3053. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3054. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3055. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3056. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c -fno-common -DPIC -o plan-guru-dft-r2c.o
  3057. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c -fno-common -DPIC -o plan-guru-dft.o
  3058. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3059. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3060. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3061. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3062. mv -f .deps/plan-dft-r2c.Tpo .deps/plan-dft-r2c.Plo
  3063. mv -f .deps/plan-dft.Tpo .deps/plan-dft.Plo
  3064. mv -f .deps/plan-guru-dft-c2r.Tpo .deps/plan-guru-dft-c2r.Plo
  3065. mv -f .deps/plan-dft-r2c-3d.Tpo .deps/plan-dft-r2c-3d.Plo
  3066. mv -f .deps/plan-dft-r2c-2d.Tpo .deps/plan-dft-r2c-2d.Plo
  3067. mv -f .deps/plan-dft-r2c-1d.Tpo .deps/plan-dft-r2c-1d.Plo
  3068. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c -o plan-guru-r2r.lo plan-guru-r2r.c
  3069. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c -o plan-guru-split-dft-c2r.lo plan-guru-split-dft-c2r.c
  3070. mv -f .deps/plan-guru-dft-r2c.Tpo .deps/plan-guru-dft-r2c.Plo
  3071. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c -o plan-guru-split-dft-r2c.lo plan-guru-split-dft-r2c.c
  3072. mv -f .deps/plan-guru-dft.Tpo .deps/plan-guru-dft.Plo
  3073. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c -o plan-guru-split-dft.lo plan-guru-split-dft.c
  3074. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c -o plan-many-dft-c2r.lo plan-many-dft-c2r.c
  3075. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c -o plan-many-dft-r2c.lo plan-many-dft-r2c.c
  3076. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c -o plan-many-dft.lo plan-many-dft.c
  3077. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c -o plan-many-r2r.lo plan-many-r2r.c
  3078. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c -fno-common -DPIC -o plan-guru-r2r.o
  3079. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c plan-guru-split-dft-c2r.c -fno-common -DPIC -o plan-guru-split-dft-c2r.o
  3080. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c plan-guru-split-dft-r2c.c -fno-common -DPIC -o plan-guru-split-dft-r2c.o
  3081. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c -fno-common -DPIC -o plan-guru-split-dft.o
  3082. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c -fno-common -DPIC -o plan-many-dft-r2c.o
  3083. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c -fno-common -DPIC -o plan-many-dft.o
  3084. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c -fno-common -DPIC -o plan-many-dft-c2r.o
  3085. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c -fno-common -DPIC -o plan-many-r2r.o
  3086. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3087. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3088. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3089. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3090. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3091. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3092. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3093. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3094. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3095. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3096. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3097. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3098. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3099. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3100. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3101. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3102. mv -f .deps/plan-guru-split-dft-r2c.Tpo .deps/plan-guru-split-dft-r2c.Plo
  3103. mv -f .deps/plan-guru-r2r.Tpo .deps/plan-guru-r2r.Plo
  3104. mv -f .deps/plan-many-r2r.Tpo .deps/plan-many-r2r.Plo
  3105. mv -f .deps/plan-many-dft.Tpo .deps/plan-many-dft.Plo
  3106. mv -f .deps/plan-many-dft-r2c.Tpo .deps/plan-many-dft-r2c.Plo
  3107. mv -f .deps/plan-many-dft-c2r.Tpo .deps/plan-many-dft-c2r.Plo
  3108. mv -f .deps/plan-guru-split-dft.Tpo .deps/plan-guru-split-dft.Plo
  3109. mv -f .deps/plan-guru-split-dft-c2r.Tpo .deps/plan-guru-split-dft-c2r.Plo
  3110. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c -o plan-r2r-1d.lo plan-r2r-1d.c
  3111. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c -o plan-r2r-2d.lo plan-r2r-2d.c
  3112. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c -o plan-r2r-3d.lo plan-r2r-3d.c
  3113. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c -o plan-r2r.lo plan-r2r.c
  3114. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c -o print-plan.lo print-plan.c
  3115. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c -o rdft2-pad.lo rdft2-pad.c
  3116. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c -o the-planner.lo the-planner.c
  3117. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
  3118. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c -fno-common -DPIC -o plan-r2r-3d.o
  3119. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c -fno-common -DPIC -o plan-r2r.o
  3120. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c -fno-common -DPIC -o plan-r2r-2d.o
  3121. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c -fno-common -DPIC -o print-plan.o
  3122. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c -fno-common -DPIC -o plan-r2r-1d.o
  3123. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c -fno-common -DPIC -o rdft2-pad.o
  3124. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fno-common -DPIC -o version.o
  3125. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c -fno-common -DPIC -o the-planner.o
  3126. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3127. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3128. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3129. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3130. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3131. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3132. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3133. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3134. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3135. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3136. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3137. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3138. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3139. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3140. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3141. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3142. mv -f .deps/plan-r2r-3d.Tpo .deps/plan-r2r-3d.Plo
  3143. mv -f .deps/version.Tpo .deps/version.Plo
  3144. mv -f .deps/rdft2-pad.Tpo .deps/rdft2-pad.Plo
  3145. mv -f .deps/print-plan.Tpo .deps/print-plan.Plo
  3146. mv -f .deps/plan-r2r.Tpo .deps/plan-r2r.Plo
  3147. mv -f .deps/plan-r2r-2d.Tpo .deps/plan-r2r-2d.Plo
  3148. mv -f .deps/plan-r2r-1d.Tpo .deps/plan-r2r-1d.Plo
  3149. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c -o plan-guru64-dft-c2r.lo plan-guru64-dft-c2r.c
  3150. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c -o plan-guru64-dft-r2c.lo plan-guru64-dft-r2c.c
  3151. mv -f .deps/the-planner.Tpo .deps/the-planner.Plo
  3152. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c -o plan-guru64-dft.lo plan-guru64-dft.c
  3153. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c -o plan-guru64-r2r.lo plan-guru64-r2r.c
  3154. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c -o plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-c2r.c
  3155. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c -o plan-guru64-split-dft-r2c.lo plan-guru64-split-dft-r2c.c
  3156. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c -o plan-guru64-split-dft.lo plan-guru64-split-dft.c
  3157. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c -o mktensor-iodims64.lo mktensor-iodims64.c
  3158. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c -fno-common -DPIC -o plan-guru64-dft-c2r.o
  3159. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c -fno-common -DPIC -o plan-guru64-dft-r2c.o
  3160. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c -fno-common -DPIC -o plan-guru64-dft.o
  3161. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c plan-guru64-split-dft-c2r.c -fno-common -DPIC -o plan-guru64-split-dft-c2r.o
  3162. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c -fno-common -DPIC -o plan-guru64-r2r.o
  3163. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c plan-guru64-split-dft-r2c.c -fno-common -DPIC -o plan-guru64-split-dft-r2c.o
  3164. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c -fno-common -DPIC -o plan-guru64-split-dft.o
  3165. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  3166.  
  3167. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c -fno-common -DPIC -o mktensor-iodims64.o
  3168. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3169. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3170. clangclang: : warningwarning: : argument unused during compilation: '-fno-schedule-insns'argument unused during compilation: '-fno-schedule-insns'
  3171.  
  3172. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  3173.  
  3174. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3175. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3176. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3177. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3178. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3179. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3180. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3181. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3182. mv -f .deps/plan-guru64-dft-r2c.Tpo .deps/plan-guru64-dft-r2c.Plo
  3183. mv -f .deps/plan-guru64-split-dft-r2c.Tpo .deps/plan-guru64-split-dft-r2c.Plo
  3184. mv -f .deps/plan-guru64-split-dft-c2r.Tpo .deps/plan-guru64-split-dft-c2r.Plo
  3185. mv -f .deps/plan-guru64-r2r.Tpo .deps/plan-guru64-r2r.Plo
  3186. mv -f .deps/plan-guru64-split-dft.Tpo .deps/plan-guru64-split-dft.Plo
  3187. mv -f .deps/plan-guru64-dft.Tpo .deps/plan-guru64-dft.Plo
  3188. mv -f .deps/plan-guru64-dft-c2r.Tpo .deps/plan-guru64-dft-c2r.Plo
  3189. mv -f .deps/mktensor-iodims64.Tpo .deps/mktensor-iodims64.Plo
  3190. mv -f .deps/f77api.Tpo .deps/f77api.Plo
  3191. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o libapi.la apiplan.lo configure.lo execute-dft-c2r.lo execute-dft-r2c.lo execute-dft.lo execute-r2r.lo execute-split-dft-c2r.lo execute-split-dft-r2c.lo execute-split-dft.lo execute.lo export-wisdom-to-file.lo export-wisdom-to-string.lo export-wisdom.lo f77api.lo flops.lo forget-wisdom.lo import-system-wisdom.lo import-wisdom-from-file.lo import-wisdom-from-string.lo import-wisdom.lo malloc.lo map-r2r-kind.lo mapflags.lo mkprinter-file.lo mkprinter-str.lo mktensor-iodims.lo mktensor-rowmajor.lo plan-dft-1d.lo plan-dft-2d.lo plan-dft-3d.lo plan-dft-c2r-1d.lo plan-dft-c2r-2d.lo plan-dft-c2r-3d.lo plan-dft-c2r.lo plan-dft-r2c-1d.lo plan-dft-r2c-2d.lo plan-dft-r2c-3d.lo plan-dft-r2c.lo plan-dft.lo plan-guru-dft-c2r.lo plan-guru-dft-r2c.lo plan-guru-dft.lo plan-guru-r2r.lo plan-guru-split-dft-c2r.lo plan-guru-split-dft-r2c.lo plan-guru-split-dft.lo plan-many-dft-c2r.lo plan-many-dft-r2c.lo plan-many-dft.lo plan-many-r2r.lo plan-r2r-1d.lo plan-r2r-2d.lo plan-r2r-3d.lo plan-r2r.lo print-plan.lo rdft2-pad.lo the-planner.lo version.lo plan-guru64-dft-c2r.lo plan-guru64-dft-r2c.lo plan-guru64-dft.lo plan-guru64-r2r.lo plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-r2c.lo plan-guru64-split-dft.lo mktensor-iodims64.lo -lm
  3192. libtool: link: ar cru .libs/libapi.a apiplan.o configure.o execute-dft-c2r.o execute-dft-r2c.o execute-dft.o execute-r2r.o execute-split-dft-c2r.o execute-split-dft-r2c.o execute-split-dft.o execute.o export-wisdom-to-file.o export-wisdom-to-string.o export-wisdom.o f77api.o flops.o forget-wisdom.o import-system-wisdom.o import-wisdom-from-file.o import-wisdom-from-string.o import-wisdom.o malloc.o map-r2r-kind.o mapflags.o mkprinter-file.o mkprinter-str.o mktensor-iodims.o mktensor-rowmajor.o plan-dft-1d.o plan-dft-2d.o plan-dft-3d.o plan-dft-c2r-1d.o plan-dft-c2r-2d.o plan-dft-c2r-3d.o plan-dft-c2r.o plan-dft-r2c-1d.o plan-dft-r2c-2d.o plan-dft-r2c-3d.o plan-dft-r2c.o plan-dft.o plan-guru-dft-c2r.o plan-guru-dft-r2c.o plan-guru-dft.o plan-guru-r2r.o plan-guru-split-dft-c2r.o plan-guru-split-dft-r2c.o plan-guru-split-dft.o plan-many-dft-c2r.o plan-many-dft-r2c.o plan-many-dft.o plan-many-r2r.o plan-r2r-1d.o plan-r2r-2d.o plan-r2r-3d.o plan-r2r.o print-plan.o rdft2-pad.o the-planner.o version.o plan-guru64-dft-c2r.o plan-guru64-dft-r2c.o plan-guru64-dft.o plan-guru64-r2r.o plan-guru64-split-dft-c2r.o plan-guru64-split-dft-r2c.o plan-guru64-split-dft.o mktensor-iodims64.o
  3193. libtool: link: ranlib .libs/libapi.a
  3194. libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" )
  3195. make[4]: Nothing to be done for `install-exec-am'.
  3196. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/include'
  3197. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/include'
  3198. /opt/local/bin/ginstall -c -m 644 fftw3.h fftw3.f fftw3l.f03 fftw3q.f03 '/Users/deil/code/sherpa/build/include'
  3199. /opt/local/bin/ginstall -c -m 644 fftw3.f03 '/Users/deil/code/sherpa/build/include'
  3200. Making install in libbench2
  3201. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT after-ccopy-from.o -MD -MP -MF .deps/after-ccopy-from.Tpo -c -o after-ccopy-from.o after-ccopy-from.c
  3202. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT after-ccopy-to.o -MD -MP -MF .deps/after-ccopy-to.Tpo -c -o after-ccopy-to.o after-ccopy-to.c
  3203. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT after-hccopy-from.o -MD -MP -MF .deps/after-hccopy-from.Tpo -c -o after-hccopy-from.o after-hccopy-from.c
  3204. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT after-hccopy-to.o -MD -MP -MF .deps/after-hccopy-to.Tpo -c -o after-hccopy-to.o after-hccopy-to.c
  3205. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT after-rcopy-from.o -MD -MP -MF .deps/after-rcopy-from.Tpo -c -o after-rcopy-from.o after-rcopy-from.c
  3206. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT after-rcopy-to.o -MD -MP -MF .deps/after-rcopy-to.Tpo -c -o after-rcopy-to.o after-rcopy-to.c
  3207. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT allocate.o -MD -MP -MF .deps/allocate.Tpo -c -o allocate.o allocate.c
  3208. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT aset.o -MD -MP -MF .deps/aset.Tpo -c -o aset.o aset.c
  3209. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bench-cost-postprocess.o -MD -MP -MF .deps/bench-cost-postprocess.Tpo -c -o bench-cost-postprocess.o bench-cost-postprocess.c
  3210. clangclangclang: : : warning: warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  3211.  
  3212.  
  3213. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3214. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3215. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3216. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3217. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3218. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3219. clangclang: warning: : argument unused during compilation: '-fno-schedule-insns'warning
  3220. : optimization flag '-fno-schedule-insns' is not supported
  3221. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3222. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3223. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3224. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3225. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3226. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3227. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3228. mv -f .deps/after-hccopy-from.Tpo .deps/after-hccopy-from.Po
  3229. mv -f .deps/after-rcopy-to.Tpo .deps/after-rcopy-to.Po
  3230. mv -f .deps/after-rcopy-from.Tpo .deps/after-rcopy-from.Po
  3231. mv -f .deps/bench-cost-postprocess.Tpo .deps/bench-cost-postprocess.Po
  3232. mv -f .deps/after-hccopy-to.Tpo .deps/after-hccopy-to.Po
  3233. mv -f .deps/after-ccopy-to.Tpo .deps/after-ccopy-to.Po
  3234. mv -f .deps/after-ccopy-from.Tpo .deps/after-ccopy-from.Po
  3235. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bench-exit.o -MD -MP -MF .deps/bench-exit.Tpo -c -o bench-exit.o bench-exit.c
  3236. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bench-main.o -MD -MP -MF .deps/bench-main.Tpo -c -o bench-main.o bench-main.c
  3237. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT can-do.o -MD -MP -MF .deps/can-do.Tpo -c -o can-do.o can-do.c
  3238. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT caset.o -MD -MP -MF .deps/caset.Tpo -c -o caset.o caset.c
  3239. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dotens2.o -MD -MP -MF .deps/dotens2.Tpo -c -o dotens2.o dotens2.c
  3240. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c
  3241. mv -f .deps/allocate.Tpo .deps/allocate.Po
  3242. clangclang: : warning: warning: optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  3243.  
  3244. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3245. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3246. clang: clangwarning: : warningargument unused during compilation: '-fno-schedule-insns':
  3247. argument unused during compilation: '-fno-schedule-insns'
  3248. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  3249. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3250. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3251. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mflops.o -MD -MP -MF .deps/mflops.Tpo -c -o mflops.o mflops.c
  3252. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3253. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3254. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3255. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3256. mv -f .deps/aset.Tpo .deps/aset.Po
  3257. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3258. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3259. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mp.o -MD -MP -MF .deps/mp.Tpo -c -o mp.o mp.c
  3260. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3261. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3262. mv -f .deps/bench-exit.Tpo .deps/bench-exit.Po
  3263. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3264. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3265. mv -f .deps/can-do.Tpo .deps/can-do.Po
  3266. mv -f .deps/main.Tpo .deps/main.Po
  3267. mv -f .deps/info.Tpo .deps/info.Po
  3268. mv -f .deps/mflops.Tpo .deps/mflops.Po
  3269. mv -f .deps/dotens2.Tpo .deps/dotens2.Po
  3270. mv -f .deps/caset.Tpo .deps/caset.Po
  3271. mv -f .deps/bench-main.Tpo .deps/bench-main.Po
  3272. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ovtpvt.o -MD -MP -MF .deps/ovtpvt.Tpo -c -o ovtpvt.o ovtpvt.c
  3273. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT pow2.o -MD -MP -MF .deps/pow2.Tpo -c -o pow2.o pow2.c
  3274. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.o -MD -MP -MF .deps/problem.Tpo -c -o problem.o problem.c
  3275. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT report.o -MD -MP -MF .deps/report.Tpo -c -o report.o report.c
  3276. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT speed.o -MD -MP -MF .deps/speed.Tpo -c -o speed.o speed.c
  3277. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor.o -MD -MP -MF .deps/tensor.Tpo -c -o tensor.o tensor.c
  3278. clangclang: : warningwarning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  3279.  
  3280. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3281. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3282. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3283. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3284. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c
  3285. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3286. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3287. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3288. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3289. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3290. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3291. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT useropt.o -MD -MP -MF .deps/useropt.Tpo -c -o useropt.o useropt.c
  3292. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3293. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3294. mv -f .deps/pow2.Tpo .deps/pow2.Po
  3295. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3296. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3297. mv -f .deps/ovtpvt.Tpo .deps/ovtpvt.Po
  3298. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
  3299. mv -f .deps/speed.Tpo .deps/speed.Po
  3300. mv -f .deps/useropt.Tpo .deps/useropt.Po
  3301. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3302. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3303. mv -f .deps/timer.Tpo .deps/timer.Po
  3304. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT verify-dft.o -MD -MP -MF .deps/verify-dft.Tpo -c -o verify-dft.o verify-dft.c
  3305. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT verify-lib.o -MD -MP -MF .deps/verify-lib.Tpo -c -o verify-lib.o verify-lib.c
  3306. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT verify-r2r.o -MD -MP -MF .deps/verify-r2r.Tpo -c -o verify-r2r.o verify-r2r.c
  3307. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT verify-rdft2.o -MD -MP -MF .deps/verify-rdft2.Tpo -c -o verify-rdft2.o verify-rdft2.c
  3308. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3309. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3310. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3311. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3312. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3313. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3314. mv -f .deps/report.Tpo .deps/report.Po
  3315. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3316. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3317. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c
  3318. mv -f .deps/util.Tpo .deps/util.Po
  3319. mv -f .deps/problem.Tpo .deps/problem.Po
  3320. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3321. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3322. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT zero.o -MD -MP -MF .deps/zero.Tpo -c -o zero.o zero.c
  3323. mv -f .deps/verify-dft.Tpo .deps/verify-dft.Po
  3324. gcc -DHAVE_CONFIG_H -I. -I.. -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT my-getopt.o -MD -MP -MF .deps/my-getopt.Tpo -c -o my-getopt.o my-getopt.c
  3325. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3326. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3327. mv -f .deps/tensor.Tpo .deps/tensor.Po
  3328. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3329. clangmv -f .deps/verify.Tpo .deps/verify.Po
  3330. : warning: argument unused during compilation: '-fno-schedule-insns'
  3331. mv -f .deps/verify-rdft2.Tpo .deps/verify-rdft2.Po
  3332. mv -f .deps/zero.Tpo .deps/zero.Po
  3333. mv -f .deps/my-getopt.Tpo .deps/my-getopt.Po
  3334. mv -f .deps/verify-lib.Tpo .deps/verify-lib.Po
  3335. mv -f .deps/verify-r2r.Tpo .deps/verify-r2r.Po
  3336. mv -f .deps/mp.Tpo .deps/mp.Po
  3337. rm -f libbench2.a
  3338. ar cru libbench2.a after-ccopy-from.o after-ccopy-to.o after-hccopy-from.o after-hccopy-to.o after-rcopy-from.o after-rcopy-to.o allocate.o aset.o bench-cost-postprocess.o bench-exit.o bench-main.o can-do.o caset.o dotens2.o info.o main.o mflops.o mp.o ovtpvt.o pow2.o problem.o report.o speed.o tensor.o timer.o useropt.o util.o verify-dft.o verify-lib.o verify-r2r.o verify-rdft2.o verify.o zero.o my-getopt.o
  3339. ranlib libbench2.a
  3340. make[3]: Nothing to be done for `install-exec-am'.
  3341. make[3]: Nothing to be done for `install-data-am'.
  3342. Making install in .
  3343. /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -no-undefined -version-info 7:4:4 -o libfftw3.la -rpath /Users/deil/code/sherpa/build/lib kernel/libkernel.la dft/libdft.la dft/scalar/libdft_scalar.la dft/scalar/codelets/libdft_scalar_codelets.la rdft/librdft.la rdft/scalar/librdft_scalar.la rdft/scalar/r2cf/librdft_scalar_r2cf.la rdft/scalar/r2cb/librdft_scalar_r2cb.la rdft/scalar/r2r/librdft_scalar_r2r.la reodft/libreodft.la api/libapi.la simd-support/libsimd_support.la simd-support/libsimd_sse2_nonportable.la -lm
  3344. cp -f fftw.pc fftw3.pc
  3345. libtool: link: (cd .libs/libfftw3.lax/libkernel.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/kernel/.libs/libkernel.a")
  3346. libtool: link: (cd .libs/libfftw3.lax/libdft.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/dft/.libs/libdft.a")
  3347. libtool: link: (cd .libs/libfftw3.lax/libdft_scalar.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/dft/scalar/.libs/libdft_scalar.a")
  3348. libtool: link: (cd .libs/libfftw3.lax/libdft_scalar_codelets.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/dft/scalar/codelets/.libs/libdft_scalar_codelets.a")
  3349. libtool: link: (cd .libs/libfftw3.lax/librdft.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/rdft/.libs/librdft.a")
  3350. libtool: link: (cd .libs/libfftw3.lax/librdft_scalar.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/rdft/scalar/.libs/librdft_scalar.a")
  3351. libtool: link: (cd .libs/libfftw3.lax/librdft_scalar_r2cf.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a")
  3352. libtool: link: (cd .libs/libfftw3.lax/librdft_scalar_r2cb.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a")
  3353. libtool: link: (cd .libs/libfftw3.lax/librdft_scalar_r2r.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/rdft/scalar/r2r/.libs/librdft_scalar_r2r.a")
  3354. libtool: link: (cd .libs/libfftw3.lax/libreodft.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/reodft/.libs/libreodft.a")
  3355. libtool: link: (cd .libs/libfftw3.lax/libapi.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/api/.libs/libapi.a")
  3356. libtool: link: (cd .libs/libfftw3.lax/libsimd_support.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/simd-support/.libs/libsimd_support.a")
  3357. libtool: link: (cd .libs/libfftw3.lax/libsimd_sse2_nonportable.a && ar x "/Users/deil/code/sherpa/extern/fftw-3.3.4/simd-support/.libs/libsimd_sse2_nonportable.a")
  3358. copying selected object files to avoid basename conflicts...
  3359. libtool: link: ln .libs/libfftw3.lax/libdft.a/buffered.o .libs/libfftw3.lax/lt1-buffered.o || cp .libs/libfftw3.lax/libdft.a/buffered.o .libs/libfftw3.lax/lt1-buffered.o
  3360. libtool: link: ln .libs/libfftw3.lax/libdft.a/ct.o .libs/libfftw3.lax/lt2-ct.o || cp .libs/libfftw3.lax/libdft.a/ct.o .libs/libfftw3.lax/lt2-ct.o
  3361. libtool: link: ln .libs/libfftw3.lax/libdft.a/plan.o .libs/libfftw3.lax/lt3-plan.o || cp .libs/libfftw3.lax/libdft.a/plan.o .libs/libfftw3.lax/lt3-plan.o
  3362. libtool: link: ln .libs/libfftw3.lax/libdft.a/problem.o .libs/libfftw3.lax/lt4-problem.o || cp .libs/libfftw3.lax/libdft.a/problem.o .libs/libfftw3.lax/lt4-problem.o
  3363. libtool: link: ln .libs/libfftw3.lax/libdft.a/rader.o .libs/libfftw3.lax/lt5-rader.o || cp .libs/libfftw3.lax/libdft.a/rader.o .libs/libfftw3.lax/lt5-rader.o
  3364. libtool: link: ln .libs/libfftw3.lax/librdft.a/buffered.o .libs/libfftw3.lax/lt6-buffered.o || cp .libs/libfftw3.lax/librdft.a/buffered.o .libs/libfftw3.lax/lt6-buffered.o
  3365. libtool: link: ln .libs/libfftw3.lax/librdft.a/conf.o .libs/libfftw3.lax/lt7-conf.o || cp .libs/libfftw3.lax/librdft.a/conf.o .libs/libfftw3.lax/lt7-conf.o
  3366. libtool: link: ln .libs/libfftw3.lax/librdft.a/generic.o .libs/libfftw3.lax/lt8-generic.o || cp .libs/libfftw3.lax/librdft.a/generic.o .libs/libfftw3.lax/lt8-generic.o
  3367. libtool: link: ln .libs/libfftw3.lax/librdft.a/indirect.o .libs/libfftw3.lax/lt9-indirect.o || cp .libs/libfftw3.lax/librdft.a/indirect.o .libs/libfftw3.lax/lt9-indirect.o
  3368. libtool: link: ln .libs/libfftw3.lax/librdft.a/nop.o .libs/libfftw3.lax/lt10-nop.o || cp .libs/libfftw3.lax/librdft.a/nop.o .libs/libfftw3.lax/lt10-nop.o
  3369. libtool: link: ln .libs/libfftw3.lax/librdft.a/plan.o .libs/libfftw3.lax/lt11-plan.o || cp .libs/libfftw3.lax/librdft.a/plan.o .libs/libfftw3.lax/lt11-plan.o
  3370. libtool: link: ln .libs/libfftw3.lax/librdft.a/problem.o .libs/libfftw3.lax/lt12-problem.o || cp .libs/libfftw3.lax/librdft.a/problem.o .libs/libfftw3.lax/lt12-problem.o
  3371. libtool: link: ln .libs/libfftw3.lax/librdft.a/rank-geq2.o .libs/libfftw3.lax/lt13-rank-geq2.o || cp .libs/libfftw3.lax/librdft.a/rank-geq2.o .libs/libfftw3.lax/lt13-rank-geq2.o
  3372. libtool: link: ln .libs/libfftw3.lax/librdft.a/solve.o .libs/libfftw3.lax/lt14-solve.o || cp .libs/libfftw3.lax/librdft.a/solve.o .libs/libfftw3.lax/lt14-solve.o
  3373. libtool: link: ln .libs/libfftw3.lax/librdft.a/vrank-geq1.o .libs/libfftw3.lax/lt15-vrank-geq1.o || cp .libs/libfftw3.lax/librdft.a/vrank-geq1.o .libs/libfftw3.lax/lt15-vrank-geq1.o
  3374. libtool: link: ln .libs/libfftw3.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3.lax/lt16-codlist.o || cp .libs/libfftw3.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3.lax/lt16-codlist.o
  3375. libtool: link: ln .libs/libfftw3.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3.lax/lt17-codlist.o || cp .libs/libfftw3.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3.lax/lt17-codlist.o
  3376. libtool: link: ln .libs/libfftw3.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3.lax/lt18-codlist.o || cp .libs/libfftw3.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3.lax/lt18-codlist.o
  3377. libtool: link: ln .libs/libfftw3.lax/libreodft.a/conf.o .libs/libfftw3.lax/lt19-conf.o || cp .libs/libfftw3.lax/libreodft.a/conf.o .libs/libfftw3.lax/lt19-conf.o
  3378. libtool: link: ar cru .libs/libfftw3.a .libs/libfftw3.lax/libkernel.a/align.o .libs/libfftw3.lax/libkernel.a/alloc.o .libs/libfftw3.lax/libkernel.a/assert.o .libs/libfftw3.lax/libkernel.a/awake.o .libs/libfftw3.lax/libkernel.a/buffered.o .libs/libfftw3.lax/libkernel.a/cpy1d.o .libs/libfftw3.lax/libkernel.a/cpy2d-pair.o .libs/libfftw3.lax/libkernel.a/cpy2d.o .libs/libfftw3.lax/libkernel.a/ct.o .libs/libfftw3.lax/libkernel.a/debug.o .libs/libfftw3.lax/libkernel.a/extract-reim.o .libs/libfftw3.lax/libkernel.a/hash.o .libs/libfftw3.lax/libkernel.a/iabs.o .libs/libfftw3.lax/libkernel.a/kalloc.o .libs/libfftw3.lax/libkernel.a/md5-1.o .libs/libfftw3.lax/libkernel.a/md5.o .libs/libfftw3.lax/libkernel.a/minmax.o .libs/libfftw3.lax/libkernel.a/ops.o .libs/libfftw3.lax/libkernel.a/pickdim.o .libs/libfftw3.lax/libkernel.a/plan.o .libs/libfftw3.lax/libkernel.a/planner.o .libs/libfftw3.lax/libkernel.a/primes.o .libs/libfftw3.lax/libkernel.a/print.o .libs/libfftw3.lax/libkernel.a/problem.o .libs/libfftw3.lax/libkernel.a/rader.o .libs/libfftw3.lax/libkernel.a/scan.o .libs/libfftw3.lax/libkernel.a/solver.o .libs/libfftw3.lax/libkernel.a/solvtab.o .libs/libfftw3.lax/libkernel.a/stride.o .libs/libfftw3.lax/libkernel.a/tensor.o .libs/libfftw3.lax/libkernel.a/tensor1.o .libs/libfftw3.lax/libkernel.a/tensor2.o .libs/libfftw3.lax/libkernel.a/tensor3.o .libs/libfftw3.lax/libkernel.a/tensor4.o .libs/libfftw3.lax/libkernel.a/tensor5.o .libs/libfftw3.lax/libkernel.a/tensor7.o .libs/libfftw3.lax/libkernel.a/tensor8.o .libs/libfftw3.lax/libkernel.a/tensor9.o .libs/libfftw3.lax/libkernel.a/tile2d.o .libs/libfftw3.lax/libkernel.a/timer.o .libs/libfftw3.lax/libkernel.a/transpose.o .libs/libfftw3.lax/libkernel.a/trig.o .libs/libfftw3.lax/libkernel.a/twiddle.o .libs/libfftw3.lax/libdft.a/bluestein.o .libs/libfftw3.lax/lt1-buffered.o .libs/libfftw3.lax/libdft.a/conf.o .libs/libfftw3.lax/lt2-ct.o .libs/libfftw3.lax/libdft.a/dftw-direct.o .libs/libfftw3.lax/libdft.a/dftw-directsq.o .libs/libfftw3.lax/libdft.a/dftw-generic.o .libs/libfftw3.lax/libdft.a/dftw-genericbuf.o .libs/libfftw3.lax/libdft.a/direct.o .libs/libfftw3.lax/libdft.a/generic.o .libs/libfftw3.lax/libdft.a/indirect-transpose.o .libs/libfftw3.lax/libdft.a/indirect.o .libs/libfftw3.lax/libdft.a/kdft-dif.o .libs/libfftw3.lax/libdft.a/kdft-difsq.o .libs/libfftw3.lax/libdft.a/kdft-dit.o .libs/libfftw3.lax/libdft.a/kdft.o .libs/libfftw3.lax/libdft.a/nop.o .libs/libfftw3.lax/lt3-plan.o .libs/libfftw3.lax/lt4-problem.o .libs/libfftw3.lax/lt5-rader.o .libs/libfftw3.lax/libdft.a/rank-geq2.o .libs/libfftw3.lax/libdft.a/solve.o .libs/libfftw3.lax/libdft.a/vrank-geq1.o .libs/libfftw3.lax/libdft.a/zero.o .libs/libfftw3.lax/libdft_scalar.a/n.o .libs/libfftw3.lax/libdft_scalar.a/t.o .libs/libfftw3.lax/libdft_scalar_codelets.a/codlist.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_10.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_11.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_12.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_13.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_14.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_15.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_16.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_2.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_20.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_25.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_3.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_32.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_4.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_5.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_6.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_64.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_7.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_8.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_9.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_2.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_3.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_4.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_5.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_6.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_8.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_10.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_12.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_15.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_16.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_2.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_20.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_25.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_3.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_32.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_4.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_5.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_6.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_64.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_7.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_8.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_9.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_10.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_16.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_20.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_25.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_32.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_4.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_5.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_64.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_8.o .libs/libfftw3.lax/lt6-buffered.o .libs/libfftw3.lax/librdft.a/buffered2.o .libs/libfftw3.lax/lt7-conf.o .libs/libfftw3.lax/librdft.a/ct-hc2c-direct.o .libs/libfftw3.lax/librdft.a/ct-hc2c.o .libs/libfftw3.lax/librdft.a/dft-r2hc.o .libs/libfftw3.lax/librdft.a/dht-r2hc.o .libs/libfftw3.lax/librdft.a/dht-rader.o .libs/libfftw3.lax/librdft.a/direct-r2c.o .libs/libfftw3.lax/librdft.a/direct-r2r.o .libs/libfftw3.lax/librdft.a/direct2.o .libs/libfftw3.lax/lt8-generic.o .libs/libfftw3.lax/librdft.a/hc2hc-direct.o .libs/libfftw3.lax/librdft.a/hc2hc-generic.o .libs/libfftw3.lax/librdft.a/hc2hc.o .libs/libfftw3.lax/lt9-indirect.o .libs/libfftw3.lax/librdft.a/khc2c.o .libs/libfftw3.lax/librdft.a/khc2hc.o .libs/libfftw3.lax/librdft.a/kr2c.o .libs/libfftw3.lax/librdft.a/kr2r.o .libs/libfftw3.lax/lt10-nop.o .libs/libfftw3.lax/librdft.a/nop2.o .libs/libfftw3.lax/lt11-plan.o .libs/libfftw3.lax/librdft.a/plan2.o .libs/libfftw3.lax/lt12-problem.o .libs/libfftw3.lax/librdft.a/problem2.o .libs/libfftw3.lax/librdft.a/rank-geq2-rdft2.o .libs/libfftw3.lax/lt13-rank-geq2.o .libs/libfftw3.lax/librdft.a/rank0-rdft2.o .libs/libfftw3.lax/librdft.a/rank0.o .libs/libfftw3.lax/librdft.a/rdft-dht.o .libs/libfftw3.lax/librdft.a/rdft2-inplace-strides.o .libs/libfftw3.lax/librdft.a/rdft2-rdft.o .libs/libfftw3.lax/librdft.a/rdft2-strides.o .libs/libfftw3.lax/librdft.a/rdft2-tensor-max-index.o .libs/libfftw3.lax/lt14-solve.o .libs/libfftw3.lax/librdft.a/solve2.o .libs/libfftw3.lax/librdft.a/vrank-geq1-rdft2.o .libs/libfftw3.lax/lt15-vrank-geq1.o .libs/libfftw3.lax/librdft.a/vrank3-transpose.o .libs/libfftw3.lax/librdft_scalar.a/hc2c.o .libs/libfftw3.lax/librdft_scalar.a/hfb.o .libs/libfftw3.lax/librdft_scalar.a/r2c.o .libs/libfftw3.lax/librdft_scalar.a/r2r.o .libs/libfftw3.lax/lt16-codlist.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_25.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_5.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_15.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_25.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_3.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_5.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_64.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_7.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_9.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_15.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_25.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_3.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_5.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_64.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_7.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_9.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_11.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_128.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_13.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_14.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_15.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_25.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_3.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_5.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_64.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_7.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_9.o .libs/libfftw3.lax/lt17-codlist.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_25.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_5.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_15.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_25.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_3.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_5.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_64.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_7.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_9.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_15.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_25.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_3.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_5.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_64.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_7.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_9.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_11.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_128.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_13.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_14.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_15.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_25.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_3.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_5.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_64.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_7.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_9.o .libs/libfftw3.lax/lt18-codlist.o .libs/libfftw3.lax/librdft_scalar_r2r.a/e01_8.o .libs/libfftw3.lax/librdft_scalar_r2r.a/e10_8.o .libs/libfftw3.lax/lt19-conf.o .libs/libfftw3.lax/libreodft.a/redft00e-r2hc-pad.o .libs/libfftw3.lax/libreodft.a/reodft00e-splitradix.o .libs/libfftw3.lax/libreodft.a/reodft010e-r2hc.o .libs/libfftw3.lax/libreodft.a/reodft11e-r2hc-odd.o .libs/libfftw3.lax/libreodft.a/reodft11e-radix2.o .libs/libfftw3.lax/libreodft.a/rodft00e-r2hc-pad.o .libs/libfftw3.lax/libapi.a/apiplan.o .libs/libfftw3.lax/libapi.a/configure.o .libs/libfftw3.lax/libapi.a/execute-dft-c2r.o .libs/libfftw3.lax/libapi.a/execute-dft-r2c.o .libs/libfftw3.lax/libapi.a/execute-dft.o .libs/libfftw3.lax/libapi.a/execute-r2r.o .libs/libfftw3.lax/libapi.a/execute-split-dft-c2r.o .libs/libfftw3.lax/libapi.a/execute-split-dft-r2c.o .libs/libfftw3.lax/libapi.a/execute-split-dft.o .libs/libfftw3.lax/libapi.a/execute.o .libs/libfftw3.lax/libapi.a/export-wisdom-to-file.o .libs/libfftw3.lax/libapi.a/export-wisdom-to-string.o .libs/libfftw3.lax/libapi.a/export-wisdom.o .libs/libfftw3.lax/libapi.a/f77api.o .libs/libfftw3.lax/libapi.a/flops.o .libs/libfftw3.lax/libapi.a/forget-wisdom.o .libs/libfftw3.lax/libapi.a/import-system-wisdom.o .libs/libfftw3.lax/libapi.a/import-wisdom-from-file.o .libs/libfftw3.lax/libapi.a/import-wisdom-from-string.o .libs/libfftw3.lax/libapi.a/import-wisdom.o .libs/libfftw3.lax/libapi.a/malloc.o .libs/libfftw3.lax/libapi.a/map-r2r-kind.o .libs/libfftw3.lax/libapi.a/mapflags.o .libs/libfftw3.lax/libapi.a/mkprinter-file.o .libs/libfftw3.lax/libapi.a/mkprinter-str.o .libs/libfftw3.lax/libapi.a/mktensor-iodims.o .libs/libfftw3.lax/libapi.a/mktensor-iodims64.o .libs/libfftw3.lax/libapi.a/mktensor-rowmajor.o .libs/libfftw3.lax/libapi.a/plan-dft-1d.o .libs/libfftw3.lax/libapi.a/plan-dft-2d.o .libs/libfftw3.lax/libapi.a/plan-dft-3d.o .libs/libfftw3.lax/libapi.a/plan-dft-c2r-1d.o .libs/libfftw3.lax/libapi.a/plan-dft-c2r-2d.o .libs/libfftw3.lax/libapi.a/plan-dft-c2r-3d.o .libs/libfftw3.lax/libapi.a/plan-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-dft-r2c-1d.o .libs/libfftw3.lax/libapi.a/plan-dft-r2c-2d.o .libs/libfftw3.lax/libapi.a/plan-dft-r2c-3d.o .libs/libfftw3.lax/libapi.a/plan-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-dft.o .libs/libfftw3.lax/libapi.a/plan-guru-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-guru-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-guru-dft.o .libs/libfftw3.lax/libapi.a/plan-guru-r2r.o .libs/libfftw3.lax/libapi.a/plan-guru-split-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-guru-split-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-guru-split-dft.o .libs/libfftw3.lax/libapi.a/plan-guru64-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-guru64-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-guru64-dft.o .libs/libfftw3.lax/libapi.a/plan-guru64-r2r.o .libs/libfftw3.lax/libapi.a/plan-guru64-split-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-guru64-split-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-guru64-split-dft.o .libs/libfftw3.lax/libapi.a/plan-many-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-many-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-many-dft.o .libs/libfftw3.lax/libapi.a/plan-many-r2r.o .libs/libfftw3.lax/libapi.a/plan-r2r-1d.o .libs/libfftw3.lax/libapi.a/plan-r2r-2d.o .libs/libfftw3.lax/libapi.a/plan-r2r-3d.o .libs/libfftw3.lax/libapi.a/plan-r2r.o .libs/libfftw3.lax/libapi.a/print-plan.o .libs/libfftw3.lax/libapi.a/rdft2-pad.o .libs/libfftw3.lax/libapi.a/the-planner.o .libs/libfftw3.lax/libapi.a/version.o .libs/libfftw3.lax/libsimd_support.a/altivec.o .libs/libfftw3.lax/libsimd_support.a/avx.o .libs/libfftw3.lax/libsimd_support.a/neon.o .libs/libfftw3.lax/libsimd_support.a/sse2.o .libs/libfftw3.lax/libsimd_support.a/taint.o .libs/libfftw3.lax/libsimd_sse2_nonportable.a/libsimd_sse2_nonportable_la-sse2-nonportable.o
  3379. /opt/local/bin/ranlib: file: .libs/libfftw3.a(debug.o) has no symbols
  3380. /opt/local/bin/ranlib: file: .libs/libfftw3.a(altivec.o) has no symbols
  3381. /opt/local/bin/ranlib: file: .libs/libfftw3.a(avx.o) has no symbols
  3382. /opt/local/bin/ranlib: file: .libs/libfftw3.a(neon.o) has no symbols
  3383. /opt/local/bin/ranlib: file: .libs/libfftw3.a(sse2.o) has no symbols
  3384. /opt/local/bin/ranlib: file: .libs/libfftw3.a(taint.o) has no symbols
  3385. /opt/local/bin/ranlib: file: .libs/libfftw3.a(libsimd_sse2_nonportable_la-sse2-nonportable.o) has no symbols
  3386. libtool: link: ranlib .libs/libfftw3.a
  3387. ranlib: file: .libs/libfftw3.a(debug.o) has no symbols
  3388. ranlib: file: .libs/libfftw3.a(altivec.o) has no symbols
  3389. ranlib: file: .libs/libfftw3.a(avx.o) has no symbols
  3390. ranlib: file: .libs/libfftw3.a(neon.o) has no symbols
  3391. ranlib: file: .libs/libfftw3.a(sse2.o) has no symbols
  3392. ranlib: file: .libs/libfftw3.a(taint.o) has no symbols
  3393. ranlib: file: .libs/libfftw3.a(libsimd_sse2_nonportable_la-sse2-nonportable.o) has no symbols
  3394. libtool: link: rm -fr .libs/libfftw3.lax .libs/libfftw3.lax
  3395. libtool: link: ( cd ".libs" && rm -f "libfftw3.la" && ln -s "../libfftw3.la" "libfftw3.la" )
  3396. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/lib'
  3397. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/lib/pkgconfig'
  3398. /bin/sh ./libtool --mode=install /opt/local/bin/ginstall -c libfftw3.la '/Users/deil/code/sherpa/build/lib'
  3399. /opt/local/bin/ginstall -c -m 644 fftw3.pc '/Users/deil/code/sherpa/build/lib/pkgconfig'
  3400. libtool: install: /opt/local/bin/ginstall -c .libs/libfftw3.lai /Users/deil/code/sherpa/build/lib/libfftw3.la
  3401. libtool: install: /opt/local/bin/ginstall -c .libs/libfftw3.a /Users/deil/code/sherpa/build/lib/libfftw3.a
  3402. libtool: install: chmod 644 /Users/deil/code/sherpa/build/lib/libfftw3.a
  3403. libtool: install: ranlib /Users/deil/code/sherpa/build/lib/libfftw3.a
  3404. ranlib: file: /Users/deil/code/sherpa/build/lib/libfftw3.a(debug.o) has no symbols
  3405. ranlib: file: /Users/deil/code/sherpa/build/lib/libfftw3.a(altivec.o) has no symbols
  3406. ranlib: file: /Users/deil/code/sherpa/build/lib/libfftw3.a(avx.o) has no symbols
  3407. ranlib: file: /Users/deil/code/sherpa/build/lib/libfftw3.a(neon.o) has no symbols
  3408. ranlib: file: /Users/deil/code/sherpa/build/lib/libfftw3.a(sse2.o) has no symbols
  3409. ranlib: file: /Users/deil/code/sherpa/build/lib/libfftw3.a(taint.o) has no symbols
  3410. ranlib: file: /Users/deil/code/sherpa/build/lib/libfftw3.a(libsimd_sse2_nonportable_la-sse2-nonportable.o) has no symbols
  3411. Making install in threads
  3412. make[3]: Nothing to be done for `install-data-am'.
  3413. Making install in tests
  3414. gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../libbench2 -I../dft -I../rdft -I../reodft -I../threads -I../api -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bench-bench.o -MD -MP -MF .deps/bench-bench.Tpo -c -o bench-bench.o `test -f 'bench.c' || echo './'`bench.c
  3415. gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../libbench2 -I../dft -I../rdft -I../reodft -I../threads -I../api -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bench-hook.o -MD -MP -MF .deps/bench-hook.Tpo -c -o bench-hook.o `test -f 'hook.c' || echo './'`hook.c
  3416. gcc -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../libbench2 -I../dft -I../rdft -I../reodft -I../threads -I../api -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bench-fftw-bench.o -MD -MP -MF .deps/bench-fftw-bench.Tpo -c -o bench-fftw-bench.o `test -f 'fftw-bench.c' || echo './'`fftw-bench.c
  3417. clangclangclang: : : warningwarning: warning: : optimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supportedoptimization flag '-fno-schedule-insns' is not supported
  3418.  
  3419.  
  3420. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3421. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3422. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3423. mv -f .deps/bench-fftw-bench.Tpo .deps/bench-fftw-bench.Po
  3424. mv -f .deps/bench-hook.Tpo .deps/bench-hook.Po
  3425. mv -f .deps/bench-bench.Tpo .deps/bench-bench.Po
  3426. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../libfftw3.la ../libbench2/libbench2.a -lm
  3427. libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../.libs/libfftw3.a ../libbench2/libbench2.a -lm
  3428. make[3]: Nothing to be done for `install-exec-am'.
  3429. make[3]: Nothing to be done for `install-data-am'.
  3430. Making install in mpi
  3431. sed 's/C_MPI_FINT//' ./fftw3-mpi.f03.in > fftw3-mpi.f03
  3432. sed 's/C_MPI_FINT//' ./fftw3l-mpi.f03.in > fftw3l-mpi.f03
  3433. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  3434. Making install in doc
  3435. Making install in FAQ
  3436. make[4]: Nothing to be done for `install-exec-am'.
  3437. make[4]: Nothing to be done for `install-data-am'.
  3438. make[4]: Nothing to be done for `install-exec-am'.
  3439. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/share/info'
  3440. /opt/local/bin/ginstall -c -m 644 ./fftw3.info ./fftw3.info-1 ./fftw3.info-2 '/Users/deil/code/sherpa/build/share/info'
  3441. install-info --info-dir='/Users/deil/code/sherpa/build/share/info' '/Users/deil/code/sherpa/build/share/info/fftw3.info'
  3442. Making install in tools
  3443. rm -f fftw-wisdom.1
  3444. cp fftw_wisdom.1 fftw-wisdom.1
  3445. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  3446. gcc -DHAVE_CONFIG_H -I. -I.. -I../libbench2 -I../api -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT fftw_wisdom-fftw-wisdom.o -MD -MP -MF .deps/fftw_wisdom-fftw-wisdom.Tpo -c -o fftw_wisdom-fftw-wisdom.o `test -f 'fftw-wisdom.c' || echo './'`fftw-wisdom.c
  3447. clang: warning: optimization flag '-fno-schedule-insns' is not supported
  3448. clang: warning: argument unused during compilation: '-fno-schedule-insns'
  3449. mv -f .deps/fftw_wisdom-fftw-wisdom.Tpo .deps/fftw_wisdom-fftw-wisdom.Po
  3450. /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o fftw-wisdom fftw_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o ../libfftw3.la ../libbench2/libbench2.a -lm
  3451. libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o fftw-wisdom fftw_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o ../.libs/libfftw3.a ../libbench2/libbench2.a -lm
  3452. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/bin'
  3453. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/bin'
  3454. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/share/man/man1'
  3455. /opt/local/bin/ginstall -c fftw-wisdom-to-conf '/Users/deil/code/sherpa/build/bin'
  3456. /bin/sh ../libtool --mode=install /opt/local/bin/ginstall -c fftw-wisdom '/Users/deil/code/sherpa/build/bin'
  3457. /opt/local/bin/ginstall -c -m 644 fftw-wisdom-to-conf.1 fftw-wisdom.1 '/Users/deil/code/sherpa/build/share/man/man1'
  3458. libtool: install: /opt/local/bin/ginstall -c fftw-wisdom /Users/deil/code/sherpa/build/bin/fftw-wisdom
  3459. Making install in m4
  3460. make[3]: Nothing to be done for `install-exec-am'.
  3461. make[3]: Nothing to be done for `install-data-am'.
  3462. Making install in grplib-4.7
  3463. Making install in src
  3464. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"libgrp\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-grplib.lo -MD -MP -MF .deps/libgrp_la-grplib.Tpo -c -o libgrp_la-grplib.lo `test -f 'grplib.c' || echo './'`grplib.c
  3465. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"libgrp\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-grp_priv.lo -MD -MP -MF .deps/libgrp_la-grp_priv.Tpo -c -o libgrp_la-grp_priv.lo `test -f 'grp_priv.c' || echo './'`grp_priv.c
  3466. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"libgrp\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-stub_dserr.lo -MD -MP -MF .deps/libgrp_la-stub_dserr.Tpo -c -o libgrp_la-stub_dserr.lo `test -f 'stub_dserr.c' || echo './'`stub_dserr.c
  3467. libtool: compile: gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"libgrp 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-grp_priv.lo -MD -MP -MF .deps/libgrp_la-grp_priv.Tpo -c grp_priv.c -fno-common -DPIC -o .libs/libgrp_la-grp_priv.o
  3468. libtool: compile: gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"libgrp 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-grplib.lo -MD -MP -MF .deps/libgrp_la-grplib.Tpo -c grplib.c -fno-common -DPIC -o .libs/libgrp_la-grplib.o
  3469. libtool: compile: gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"libgrp 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-stub_dserr.lo -MD -MP -MF .deps/libgrp_la-stub_dserr.Tpo -c stub_dserr.c -fno-common -DPIC -o .libs/libgrp_la-stub_dserr.o
  3470. libtool: compile: gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"libgrp 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-stub_dserr.lo -MD -MP -MF .deps/libgrp_la-stub_dserr.Tpo -c stub_dserr.c -fno-common -DPIC -o libgrp_la-stub_dserr.o >/dev/null 2>&1
  3471. mv -f .deps/libgrp_la-stub_dserr.Tpo .deps/libgrp_la-stub_dserr.Plo
  3472. libtool: compile: gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"libgrp 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-grp_priv.lo -MD -MP -MF .deps/libgrp_la-grp_priv.Tpo -c grp_priv.c -fno-common -DPIC -o libgrp_la-grp_priv.o >/dev/null 2>&1
  3473. mv -f .deps/libgrp_la-grp_priv.Tpo .deps/libgrp_la-grp_priv.Plo
  3474. libtool: compile: gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"libgrp 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT libgrp_la-grplib.lo -MD -MP -MF .deps/libgrp_la-grplib.Tpo -c grplib.c -fno-common -DPIC -o libgrp_la-grplib.o >/dev/null 2>&1
  3475. mv -f .deps/libgrp_la-grplib.Tpo .deps/libgrp_la-grplib.Plo
  3476. /bin/sh ../libtool --tag=CC --mode=link gcc -DSTUB_ERROR_LIB=1 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -static -o libgrp.la -rpath /Users/deil/code/sherpa/build/lib libgrp_la-grplib.lo libgrp_la-grp_priv.lo libgrp_la-stub_dserr.lo
  3477. libtool: link: ar cru .libs/libgrp.a libgrp_la-grplib.o libgrp_la-grp_priv.o libgrp_la-stub_dserr.o
  3478. libtool: link: ranlib .libs/libgrp.a
  3479. libtool: link: ( cd ".libs" && rm -f "libgrp.la" && ln -s "../libgrp.la" "libgrp.la" )
  3480. test -z "/Users/deil/code/sherpa/build/lib" || /opt/local/bin/gmkdir -p "/Users/deil/code/sherpa/build/lib"
  3481. test -z "/Users/deil/code/sherpa/build/include" || /opt/local/bin/gmkdir -p "/Users/deil/code/sherpa/build/include"
  3482. /bin/sh ../libtool --mode=install /opt/local/bin/ginstall -c libgrp.la '/Users/deil/code/sherpa/build/lib'
  3483. /opt/local/bin/ginstall -c -m 644 grplib.h '/Users/deil/code/sherpa/build/include'
  3484. libtool: install: /opt/local/bin/ginstall -c .libs/libgrp.lai /Users/deil/code/sherpa/build/lib/libgrp.la
  3485. libtool: install: /opt/local/bin/ginstall -c .libs/libgrp.a /Users/deil/code/sherpa/build/lib/libgrp.a
  3486. libtool: install: chmod 644 /Users/deil/code/sherpa/build/lib/libgrp.a
  3487. libtool: install: ranlib /Users/deil/code/sherpa/build/lib/libgrp.a
  3488. ----------------------------------------------------------------------
  3489. Libraries have been installed in:
  3490. /Users/deil/code/sherpa/build/lib
  3491.  
  3492. If you ever happen to want to link against installed libraries
  3493. in a given directory, LIBDIR, you must either use libtool, and
  3494. specify the full pathname of the library, or use the `-LLIBDIR'
  3495. flag during linking and do at least one of the following:
  3496. - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
  3497. during execution
  3498.  
  3499. See any operating system documentation about shared libraries for
  3500. more information, such as the ld(1) and ld.so(8) manual pages.
  3501. ----------------------------------------------------------------------
  3502. Making install in python
  3503. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"libgrp\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT group_la-pygrplib.lo -MD -MP -MF .deps/group_la-pygrplib.Tpo -c -o group_la-pygrplib.lo `test -f 'pygrplib.c' || echo './'`pygrplib.c
  3504. libtool: compile: gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"libgrp 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT group_la-pygrplib.lo -MD -MP -MF .deps/group_la-pygrplib.Tpo -c pygrplib.c -fno-common -DPIC -o .libs/group_la-pygrplib.o
  3505. In file included from pygrplib.c:22:
  3506. In file included from ./pygrplib.h:22:
  3507. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  3508. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
  3509. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
  3510. /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning:
  3511. "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
  3512. #warning "Using deprecated NumPy API, disable it by " \
  3513. ^
  3514. 1 warning generated.
  3515. libtool: compile: gcc -DPACKAGE_NAME=\"libgrp\" -DPACKAGE_TARNAME=\"libgrp\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"libgrp 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"libgrp\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -I. -DSTUB_ERROR_LIB=1 -I../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -MT group_la-pygrplib.lo -MD -MP -MF .deps/group_la-pygrplib.Tpo -c pygrplib.c -fno-common -DPIC -o group_la-pygrplib.o >/dev/null 2>&1
  3516. mv -f .deps/group_la-pygrplib.Tpo .deps/group_la-pygrplib.Plo
  3517. /bin/sh ../libtool --tag=CC --mode=link gcc -DSTUB_ERROR_LIB=1 -I../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -g -O2 -avoid-version -module -o group.la -rpath /Users/deil/code/sherpa/build/lib/python2.7/site-packages group_la-pygrplib.lo ../src/libgrp.la
  3518. libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/group.so -bundle .libs/group_la-pygrplib.o ../src/.libs/libgrp.a
  3519. libtool: link: dsymutil .libs/group.so || :
  3520. libtool: link: ar cru .libs/group.a group_la-pygrplib.o
  3521. libtool: link: ranlib .libs/group.a
  3522. libtool: link: ( cd ".libs" && rm -f "group.la" && ln -s "../group.la" "group.la" )
  3523. test -z "/Users/deil/code/sherpa/build/lib/python2.7/site-packages" || /opt/local/bin/gmkdir -p "/Users/deil/code/sherpa/build/lib/python2.7/site-packages"
  3524. make[3]: Nothing to be done for `install-data-am'.
  3525. /bin/sh ../libtool --mode=install /opt/local/bin/ginstall -c group.la '/Users/deil/code/sherpa/build/lib/python2.7/site-packages'
  3526. libtool: install: /opt/local/bin/ginstall -c .libs/group.so /Users/deil/code/sherpa/build/lib/python2.7/site-packages/group.so
  3527. libtool: install: /opt/local/bin/ginstall -c .libs/group.lai /Users/deil/code/sherpa/build/lib/python2.7/site-packages/group.la
  3528. libtool: install: /opt/local/bin/ginstall -c .libs/group.a /Users/deil/code/sherpa/build/lib/python2.7/site-packages/group.a
  3529. libtool: install: chmod 644 /Users/deil/code/sherpa/build/lib/python2.7/site-packages/group.a
  3530. libtool: install: ranlib /Users/deil/code/sherpa/build/lib/python2.7/site-packages/group.a
  3531. ----------------------------------------------------------------------
  3532. Libraries have been installed in:
  3533. /Users/deil/code/sherpa/build/lib/python2.7/site-packages
  3534.  
  3535. If you ever happen to want to link against installed libraries
  3536. in a given directory, LIBDIR, you must either use libtool, and
  3537. specify the full pathname of the library, or use the `-LLIBDIR'
  3538. flag during linking and do at least one of the following:
  3539. - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
  3540. during execution
  3541.  
  3542. See any operating system documentation about shared libraries for
  3543. more information, such as the ld(1) and ld.so(8) manual pages.
  3544. ----------------------------------------------------------------------
  3545. Making install in doc
  3546. make[3]: Nothing to be done for `install-exec-am'.
  3547. test -z "/Users/deil/code/sherpa/build/share/doc/libgrp" || /opt/local/bin/gmkdir -p "/Users/deil/code/sherpa/build/share/doc/libgrp"
  3548. /opt/local/bin/ginstall -c -m 644 group.xml grpadaptive.xml grpadaptivesnr.xml grpbin.xml grpbinfile.xml grpbinwidth.xml grpgetchanspergroup.xml grpgetgroupsum.xml grpgetgrpnum.xml grpmaxslope.xml grpminslope.xml grpnumbins.xml grpnumcounts.xml grpsnr.xml '/Users/deil/code/sherpa/build/share/doc/libgrp'
  3549. make[3]: Nothing to be done for `install-exec-am'.
  3550. make[3]: Nothing to be done for `install-data-am'.
  3551. Making install in region-4.7
  3552. Making install in src
  3553. echo bison -y
  3554. rm -f reglexer.c.tmp
  3555. bison -y
  3556. bison -y -bregparser -d regparser.y
  3557. flex -t reglexer.l > reglexer.c.tmp
  3558. chmod +w reglexer.c.tmp
  3559. /opt/local/bin/gsed 's/yy/regYY/g' reglexer.c.tmp > reglexer.c
  3560. /opt/local/bin/gsed 's/yy/regYY/g' regparser.tab.c > regparser.c
  3561. /opt/local/bin/gsed 's/yy/regYY/g' regparser.tab.h > regparser.h
  3562. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
  3563. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"region\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_create.lo -MD -MP -MF .deps/region_create.Tpo -c -o region_create.lo region_create.c
  3564. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"region\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_inside.lo -MD -MP -MF .deps/region_inside.Tpo -c -o region_inside.lo region_inside.c
  3565. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"region\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_util.lo -MD -MP -MF .deps/region_util.Tpo -c -o region_util.lo region_util.c
  3566. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"region\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_extent.lo -MD -MP -MF .deps/region_extent.Tpo -c -o region_extent.lo region_extent.c
  3567. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"region\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_attribute.lo -MD -MP -MF .deps/region_attribute.Tpo -c -o region_attribute.lo region_attribute.c
  3568. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"region\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT regparser.lo -MD -MP -MF .deps/regparser.Tpo -c -o regparser.lo regparser.c
  3569. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"region\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT reglexer.lo -MD -MP -MF .deps/reglexer.Tpo -c -o reglexer.lo reglexer.c
  3570. libtool: compile: gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"region 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_create.lo -MD -MP -MF .deps/region_create.Tpo -c region_create.c -fno-common -DPIC -o region_create.o
  3571. libtool: compile: gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"region 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_attribute.lo -MD -MP -MF .deps/region_attribute.Tpo -c region_attribute.c -fno-common -DPIC -o region_attribute.o
  3572. libtool: compile: gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"region 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_util.lo -MD -MP -MF .deps/region_util.Tpo -c region_util.c -fno-common -DPIC -o region_util.o
  3573. libtool: compile: gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"region 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT regparser.lo -MD -MP -MF .deps/regparser.Tpo -c regparser.c -fno-common -DPIC -o regparser.o
  3574. libtool: compile: gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"region 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_inside.lo -MD -MP -MF .deps/region_inside.Tpo -c region_inside.c -fno-common -DPIC -o region_inside.o
  3575. libtool: compile: gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"region 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT reglexer.lo -MD -MP -MF .deps/reglexer.Tpo -c reglexer.c -fno-common -DPIC -o reglexer.o
  3576. libtool: compile: gcc -DPACKAGE_NAME=\"region\" -DPACKAGE_TARNAME=\"region\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"region 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE=\"region\" -DVERSION=\"4.7\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRPBRK=1 -I. -g -O2 -MT region_extent.lo -MD -MP -MF .deps/region_extent.Tpo -c region_extent.c -fno-common -DPIC -o region_extent.o
  3577. region_util.c:514:27: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  3578. ptr += sprintf(ptr, tmpstr);
  3579. ^~~~~~
  3580. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  3581. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  3582. ^
  3583. region_util.c:651:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  3584. sprintf(buf, tmpstr);
  3585. ^~~~~~
  3586. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  3587. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  3588. ^
  3589. mv -f .deps/region_attribute.Tpo .deps/region_attribute.Plo
  3590. mv -f .deps/region_inside.Tpo .deps/region_inside.Plo
  3591. mv -f .deps/reglexer.Tpo .deps/reglexer.Plo
  3592. mv -f .deps/regparser.Tpo .deps/regparser.Plo
  3593. mv -f .deps/region_extent.Tpo .deps/region_extent.Plo
  3594. mv -f .deps/region_create.Tpo .deps/region_create.Plo
  3595. 2 warnings generated.
  3596. mv -f .deps/region_util.Tpo .deps/region_util.Plo
  3597. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o libregion.la -rpath /Users/deil/code/sherpa/build/lib region_create.lo region_inside.lo region_util.lo region_extent.lo region_attribute.lo regparser.lo reglexer.lo -lm
  3598. libtool: link: ar cru .libs/libregion.a region_create.o region_inside.o region_util.o region_extent.o region_attribute.o regparser.o reglexer.o
  3599. libtool: link: ranlib .libs/libregion.a
  3600. libtool: link: ( cd ".libs" && rm -f "libregion.la" && ln -s "../libregion.la" "libregion.la" )
  3601. test -z "/Users/deil/code/sherpa/build/lib" || /opt/local/bin/gmkdir -p "/Users/deil/code/sherpa/build/lib"
  3602. test -z "/Users/deil/code/sherpa/build/include" || /opt/local/bin/gmkdir -p "/Users/deil/code/sherpa/build/include"
  3603. /bin/sh ../libtool --mode=install /opt/local/bin/ginstall -c libregion.la '/Users/deil/code/sherpa/build/lib'
  3604. /opt/local/bin/ginstall -c -m 644 cxcregion.h '/Users/deil/code/sherpa/build/include'
  3605. libtool: install: /opt/local/bin/ginstall -c .libs/libregion.lai /Users/deil/code/sherpa/build/lib/libregion.la
  3606. libtool: install: /opt/local/bin/ginstall -c .libs/libregion.a /Users/deil/code/sherpa/build/lib/libregion.a
  3607. libtool: install: chmod 644 /Users/deil/code/sherpa/build/lib/libregion.a
  3608. libtool: install: ranlib /Users/deil/code/sherpa/build/lib/libregion.a
  3609. ----------------------------------------------------------------------
  3610. Libraries have been installed in:
  3611. /Users/deil/code/sherpa/build/lib
  3612.  
  3613. If you ever happen to want to link against installed libraries
  3614. in a given directory, LIBDIR, you must either use libtool, and
  3615. specify the full pathname of the library, or use the `-LLIBDIR'
  3616. flag during linking and do at least one of the following:
  3617. - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
  3618. during execution
  3619.  
  3620. See any operating system documentation about shared libraries for
  3621. more information, such as the ld(1) and ld.so(8) manual pages.
  3622. ----------------------------------------------------------------------
  3623. make[3]: Nothing to be done for `install-exec-am'.
  3624. make[3]: Nothing to be done for `install-data-am'.
  3625. Making install in stklib-4.6
  3626. Making install in src
  3627. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"stklib\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -g -O2 -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo stack.c
  3628. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"stklib\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -g -O2 -MT stk_la-pystk.lo -MD -MP -MF .deps/stk_la-pystk.Tpo -c -o stk_la-pystk.lo `test -f 'pystk.c' || echo './'`pystk.c
  3629. /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" -DPACKAGE_STRING=\"stklib\ 4.7\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -g -O2 -MT stk_la-stack.lo -MD -MP -MF .deps/stk_la-stack.Tpo -c -o stk_la-stack.lo `test -f 'stack.c' || echo './'`stack.c
  3630. libtool: compile: gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"stklib 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -g -O2 -MT stk_la-pystk.lo -MD -MP -MF .deps/stk_la-pystk.Tpo -c pystk.c -fno-common -DPIC -o .libs/stk_la-pystk.o
  3631. libtool: compile: gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"stklib 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -g -O2 -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.c -fno-common -DPIC -o .libs/stack.o
  3632. libtool: compile: gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"stklib 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -g -O2 -MT stk_la-stack.lo -MD -MP -MF .deps/stk_la-stack.Tpo -c stack.c -fno-common -DPIC -o .libs/stk_la-stack.o
  3633. libtool: compile: gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"stklib 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -g -O2 -MT stk_la-pystk.lo -MD -MP -MF .deps/stk_la-pystk.Tpo -c pystk.c -fno-common -DPIC -o stk_la-pystk.o >/dev/null 2>&1
  3634. mv -f .deps/stk_la-pystk.Tpo .deps/stk_la-pystk.Plo
  3635. libtool: compile: gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"stklib 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -g -O2 -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.c -fno-common -DPIC -o stack.o >/dev/null 2>&1
  3636. libtool: compile: gcc -DPACKAGE_NAME=\"stklib\" -DPACKAGE_TARNAME=\"stklib\" -DPACKAGE_VERSION=\"4.7\" "-DPACKAGE_STRING=\"stklib 4.7\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"stklib\" -DVERSION=\"4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -g -O2 -MT stk_la-stack.lo -MD -MP -MF .deps/stk_la-stack.Tpo -c stack.c -fno-common -DPIC -o stk_la-stack.o >/dev/null 2>&1
  3637. mv -f .deps/stk_la-stack.Tpo .deps/stk_la-stack.Plo
  3638. mv -f .deps/stack.Tpo .deps/stack.Plo
  3639. /bin/sh ../libtool --tag=CC --mode=link gcc -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -g -O2 -avoid-version -module -o stk.la -rpath /Users/deil/code/sherpa/build/lib/python2.7/site-packages stk_la-pystk.lo stk_la-stack.lo
  3640. /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o libstk.la -rpath /Users/deil/code/sherpa/build/lib stack.lo
  3641. libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/stk.so -bundle .libs/stk_la-pystk.o .libs/stk_la-stack.o -O2
  3642. libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libstk.0.dylib .libs/stack.o -O2 -install_name /Users/deil/code/sherpa/build/lib/libstk.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
  3643. libtool: link: ar cru .libs/stk.a stk_la-pystk.o stk_la-stack.o
  3644. libtool: link: (cd ".libs" && rm -f "libstk.dylib" && ln -s "libstk.0.dylib" "libstk.dylib")
  3645. libtool: link: ranlib .libs/stk.a
  3646. libtool: link: ar cru .libs/libstk.a stack.o
  3647. libtool: link: ranlib .libs/libstk.a
  3648. libtool: link: ( cd ".libs" && rm -f "stk.la" && ln -s "../stk.la" "stk.la" )
  3649. libtool: link: ( cd ".libs" && rm -f "libstk.la" && ln -s "../libstk.la" "libstk.la" )
  3650. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/lib'
  3651. /bin/sh ../libtool --mode=install /opt/local/bin/ginstall -c libstk.la '/Users/deil/code/sherpa/build/lib'
  3652. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/lib/python2.7/site-packages'
  3653. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/include'
  3654. /bin/sh ../libtool --mode=install /opt/local/bin/ginstall -c stk.la '/Users/deil/code/sherpa/build/lib/python2.7/site-packages'
  3655. /opt/local/bin/ginstall -c -m 644 dmstack.h stack.h '/Users/deil/code/sherpa/build/include'
  3656. libtool: install: /opt/local/bin/ginstall -c .libs/libstk.0.dylib /Users/deil/code/sherpa/build/lib/libstk.0.dylib
  3657. libtool: install: (cd /Users/deil/code/sherpa/build/lib && { ln -s -f libstk.0.dylib libstk.dylib || { rm -f libstk.dylib && ln -s libstk.0.dylib libstk.dylib; }; })
  3658. libtool: install: /opt/local/bin/ginstall -c .libs/stk.so /Users/deil/code/sherpa/build/lib/python2.7/site-packages/stk.so
  3659. libtool: install: /opt/local/bin/ginstall -c .libs/libstk.lai /Users/deil/code/sherpa/build/lib/libstk.la
  3660. libtool: install: /opt/local/bin/ginstall -c .libs/stk.lai /Users/deil/code/sherpa/build/lib/python2.7/site-packages/stk.la
  3661. libtool: install: /opt/local/bin/ginstall -c .libs/libstk.a /Users/deil/code/sherpa/build/lib/libstk.a
  3662. libtool: install: /opt/local/bin/ginstall -c .libs/stk.a /Users/deil/code/sherpa/build/lib/python2.7/site-packages/stk.a
  3663. libtool: install: chmod 644 /Users/deil/code/sherpa/build/lib/libstk.a
  3664. libtool: install: ranlib /Users/deil/code/sherpa/build/lib/libstk.a
  3665. libtool: install: chmod 644 /Users/deil/code/sherpa/build/lib/python2.7/site-packages/stk.a
  3666. libtool: install: ranlib /Users/deil/code/sherpa/build/lib/python2.7/site-packages/stk.a
  3667. make[3]: Nothing to be done for `install-exec-am'.
  3668. make[3]: Nothing to be done for `install-data-am'.
  3669. Making install in wcssubs
  3670. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT cel.lo -MD -MP -MF .deps/cel.Tpo -c -o cel.lo `test -f 'wcssubs-3.8.7/cel.c' || echo './'`wcssubs-3.8.7/cel.c
  3671. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT distort.lo -MD -MP -MF .deps/distort.Tpo -c -o distort.lo `test -f 'wcssubs-3.8.7/distort.c' || echo './'`wcssubs-3.8.7/distort.c
  3672. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT fitsfile.lo -MD -MP -MF .deps/fitsfile.Tpo -c -o fitsfile.lo `test -f 'wcssubs-3.8.7/fitsfile.c' || echo './'`wcssubs-3.8.7/fitsfile.c
  3673. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT hget.lo -MD -MP -MF .deps/hget.Tpo -c -o hget.lo `test -f 'wcssubs-3.8.7/hget.c' || echo './'`wcssubs-3.8.7/hget.c
  3674. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT hput.lo -MD -MP -MF .deps/hput.Tpo -c -o hput.lo `test -f 'wcssubs-3.8.7/hput.c' || echo './'`wcssubs-3.8.7/hput.c
  3675. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT iget.lo -MD -MP -MF .deps/iget.Tpo -c -o iget.lo `test -f 'wcssubs-3.8.7/iget.c' || echo './'`wcssubs-3.8.7/iget.c
  3676. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT imhfile.lo -MD -MP -MF .deps/imhfile.Tpo -c -o imhfile.lo `test -f 'wcssubs-3.8.7/imhfile.c' || echo './'`wcssubs-3.8.7/imhfile.c
  3677. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT imio.lo -MD -MP -MF .deps/imio.Tpo -c -o imio.lo `test -f 'wcssubs-3.8.7/imio.c' || echo './'`wcssubs-3.8.7/imio.c
  3678. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT lin.lo -MD -MP -MF .deps/lin.Tpo -c -o lin.lo `test -f 'wcssubs-3.8.7/lin.c' || echo './'`wcssubs-3.8.7/lin.c
  3679. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT fitsfile.lo -MD -MP -MF .deps/fitsfile.Tpo -c wcssubs-3.8.7/fitsfile.c -fno-common -DPIC -o fitsfile.o
  3680. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT lin.lo -MD -MP -MF .deps/lin.Tpo -c wcssubs-3.8.7/lin.c -fno-common -DPIC -o lin.o
  3681. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT hget.lo -MD -MP -MF .deps/hget.Tpo -c wcssubs-3.8.7/hget.c -fno-common -DPIC -o hget.o
  3682. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT imio.lo -MD -MP -MF .deps/imio.Tpo -c wcssubs-3.8.7/imio.c -fno-common -DPIC -o imio.o
  3683. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT hput.lo -MD -MP -MF .deps/hput.Tpo -c wcssubs-3.8.7/hput.c -fno-common -DPIC -o hput.o
  3684. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT distort.lo -MD -MP -MF .deps/distort.Tpo -c wcssubs-3.8.7/distort.c -fno-common -DPIC -o distort.o
  3685. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT cel.lo -MD -MP -MF .deps/cel.Tpo -c wcssubs-3.8.7/cel.c -fno-common -DPIC -o cel.o
  3686. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT imhfile.lo -MD -MP -MF .deps/imhfile.Tpo -c wcssubs-3.8.7/imhfile.c -fno-common -DPIC -o imhfile.o
  3687. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT iget.lo -MD -MP -MF .deps/iget.Tpo -c wcssubs-3.8.7/iget.c -fno-common -DPIC -o iget.o
  3688. mv -f .deps/cel.Tpo .deps/cel.Plo
  3689. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT platepos.lo -MD -MP -MF .deps/platepos.Tpo -c -o platepos.lo `test -f 'wcssubs-3.8.7/platepos.c' || echo './'`wcssubs-3.8.7/platepos.c
  3690. mv -f .deps/iget.Tpo .deps/iget.Plo
  3691. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT poly.lo -MD -MP -MF .deps/poly.Tpo -c -o poly.lo `test -f 'wcssubs-3.8.7/poly.c' || echo './'`wcssubs-3.8.7/poly.c
  3692. mv -f .deps/lin.Tpo .deps/lin.Plo
  3693. mv -f .deps/distort.Tpo .deps/distort.Plo
  3694. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c -o proj.lo `test -f 'wcssubs-3.8.7/proj.c' || echo './'`wcssubs-3.8.7/proj.c
  3695. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT sph.lo -MD -MP -MF .deps/sph.Tpo -c -o sph.lo `test -f 'wcssubs-3.8.7/sph.c' || echo './'`wcssubs-3.8.7/sph.c
  3696. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT platepos.lo -MD -MP -MF .deps/platepos.Tpo -c wcssubs-3.8.7/platepos.c -fno-common -DPIC -o platepos.o
  3697. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT poly.lo -MD -MP -MF .deps/poly.Tpo -c wcssubs-3.8.7/poly.c -fno-common -DPIC -o poly.o
  3698. mv -f .deps/platepos.Tpo .deps/platepos.Plo
  3699. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT sph.lo -MD -MP -MF .deps/sph.Tpo -c wcssubs-3.8.7/sph.c -fno-common -DPIC -o sph.o
  3700. mv -f .deps/hput.Tpo .deps/hput.Plo
  3701. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c wcssubs-3.8.7/proj.c -fno-common -DPIC -o proj.o
  3702. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT tnxpos.lo -MD -MP -MF .deps/tnxpos.Tpo -c -o tnxpos.lo `test -f 'wcssubs-3.8.7/tnxpos.c' || echo './'`wcssubs-3.8.7/tnxpos.c
  3703. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT zpxpos.lo -MD -MP -MF .deps/zpxpos.Tpo -c -o zpxpos.lo `test -f 'wcssubs-3.8.7/zpxpos.c' || echo './'`wcssubs-3.8.7/zpxpos.c
  3704. mv -f .deps/hget.Tpo .deps/hget.Plo
  3705. mv -f .deps/sph.Tpo .deps/sph.Plo
  3706. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcs.lo -MD -MP -MF .deps/wcs.Tpo -c -o wcs.lo `test -f 'wcssubs-3.8.7/wcs.c' || echo './'`wcssubs-3.8.7/wcs.c
  3707. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcsinit.lo -MD -MP -MF .deps/wcsinit.Tpo -c -o wcsinit.lo `test -f 'wcssubs-3.8.7/wcsinit.c' || echo './'`wcssubs-3.8.7/wcsinit.c
  3708. wcssubs-3.8.7/proj.c:3373:16: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
  3709. *theta = copysgni (90.0,y);
  3710. ^
  3711. wcssubs-3.8.7/proj.c:289:36: note: expanded from macro 'copysgni'
  3712. #define copysgni(X, Y) ((Y) < 0 ? -abs(X) : abs(X))
  3713. ^
  3714. wcssubs-3.8.7/proj.c:3373:16: note: use function 'fabs' instead
  3715. wcssubs-3.8.7/proj.c:289:36: note: expanded from macro 'copysgni'
  3716. #define copysgni(X, Y) ((Y) < 0 ? -abs(X) : abs(X))
  3717. ^
  3718. wcssubs-3.8.7/proj.c:3373:16: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
  3719. *theta = copysgni (90.0,y);
  3720. ^
  3721. wcssubs-3.8.7/proj.c:289:45: note: expanded from macro 'copysgni'
  3722. #define copysgni(X, Y) ((Y) < 0 ? -abs(X) : abs(X))
  3723. ^
  3724. wcssubs-3.8.7/proj.c:3373:16: note: use function 'fabs' instead
  3725. wcssubs-3.8.7/proj.c:289:45: note: expanded from macro 'copysgni'
  3726. #define copysgni(X, Y) ((Y) < 0 ? -abs(X) : abs(X))
  3727. ^
  3728. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT tnxpos.lo -MD -MP -MF .deps/tnxpos.Tpo -c wcssubs-3.8.7/tnxpos.c -fno-common -DPIC -o tnxpos.o
  3729. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT zpxpos.lo -MD -MP -MF .deps/zpxpos.Tpo -c wcssubs-3.8.7/zpxpos.c -fno-common -DPIC -o zpxpos.o
  3730. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcsinit.lo -MD -MP -MF .deps/wcsinit.Tpo -c wcssubs-3.8.7/wcsinit.c -fno-common -DPIC -o wcsinit.o
  3731. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcs.lo -MD -MP -MF .deps/wcs.Tpo -c wcssubs-3.8.7/wcs.c -fno-common -DPIC -o wcs.o
  3732. mv -f .deps/imio.Tpo .deps/imio.Plo
  3733. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcscon.lo -MD -MP -MF .deps/wcscon.Tpo -c -o wcscon.lo `test -f 'wcssubs-3.8.7/wcscon.c' || echo './'`wcssubs-3.8.7/wcscon.c
  3734. mv -f .deps/fitsfile.Tpo .deps/fitsfile.Plo
  3735. mv -f .deps/imhfile.Tpo .deps/imhfile.Plo
  3736. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcslib.lo -MD -MP -MF .deps/wcslib.Tpo -c -o wcslib.lo `test -f 'wcssubs-3.8.7/wcslib.c' || echo './'`wcssubs-3.8.7/wcslib.c
  3737. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcstrig.lo -MD -MP -MF .deps/wcstrig.Tpo -c -o wcstrig.lo `test -f 'wcssubs-3.8.7/wcstrig.c' || echo './'`wcssubs-3.8.7/wcstrig.c
  3738. mv -f .deps/zpxpos.Tpo .deps/zpxpos.Plo
  3739. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT worldpos.lo -MD -MP -MF .deps/worldpos.Tpo -c -o worldpos.lo `test -f 'wcssubs-3.8.7/worldpos.c' || echo './'`wcssubs-3.8.7/worldpos.c
  3740. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcscon.lo -MD -MP -MF .deps/wcscon.Tpo -c wcssubs-3.8.7/wcscon.c -fno-common -DPIC -o wcscon.o
  3741. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcslib.lo -MD -MP -MF .deps/wcslib.Tpo -c wcssubs-3.8.7/wcslib.c -fno-common -DPIC -o wcslib.o
  3742. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT wcstrig.lo -MD -MP -MF .deps/wcstrig.Tpo -c wcssubs-3.8.7/wcstrig.c -fno-common -DPIC -o wcstrig.o
  3743. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT worldpos.lo -MD -MP -MF .deps/worldpos.Tpo -c wcssubs-3.8.7/worldpos.c -fno-common -DPIC -o worldpos.o
  3744. mv -f .deps/wcstrig.Tpo .deps/wcstrig.Plo
  3745. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT dateutil.lo -MD -MP -MF .deps/dateutil.Tpo -c -o dateutil.lo `test -f 'wcssubs-3.8.7/dateutil.c' || echo './'`wcssubs-3.8.7/dateutil.c
  3746. mv -f .deps/tnxpos.Tpo .deps/tnxpos.Plo
  3747. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT fileutil.lo -MD -MP -MF .deps/fileutil.Tpo -c -o fileutil.lo `test -f 'wcssubs-3.8.7/fileutil.c' || echo './'`wcssubs-3.8.7/fileutil.c
  3748. mv -f .deps/worldpos.Tpo .deps/worldpos.Plo
  3749. /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" -DPACKAGE_STRING=\"wcssubs\ 4.7b1\" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT dsspos.lo -MD -MP -MF .deps/dsspos.Tpo -c -o dsspos.lo `test -f 'wcssubs-3.8.7/dsspos.c' || echo './'`wcssubs-3.8.7/dsspos.c
  3750. mv -f .deps/wcslib.Tpo .deps/wcslib.Plo
  3751. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT dateutil.lo -MD -MP -MF .deps/dateutil.Tpo -c wcssubs-3.8.7/dateutil.c -fno-common -DPIC -o dateutil.o
  3752. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT fileutil.lo -MD -MP -MF .deps/fileutil.Tpo -c wcssubs-3.8.7/fileutil.c -fno-common -DPIC -o fileutil.o
  3753. mv -f .deps/wcsinit.Tpo .deps/wcsinit.Plo
  3754. mv -f .deps/wcscon.Tpo .deps/wcscon.Plo
  3755. libtool: compile: gcc -DPACKAGE_NAME=\"wcssubs\" -DPACKAGE_TARNAME=\"wcssubs\" -DPACKAGE_VERSION=\"4.7b1\" "-DPACKAGE_STRING=\"wcssubs 4.7b1\"" -DPACKAGE_BUGREPORT=\"cxchelp@head.cfa.harvard.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wcssubs\" -DVERSION=\"4.7b1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT dsspos.lo -MD -MP -MF .deps/dsspos.Tpo -c wcssubs-3.8.7/dsspos.c -fno-common -DPIC -o dsspos.o
  3756. 2 warnings generated.
  3757. mv -f .deps/wcs.Tpo .deps/wcs.Plo
  3758. mv -f .deps/proj.Tpo .deps/proj.Plo
  3759. mv -f .deps/poly.Tpo .deps/poly.Plo
  3760. mv -f .deps/dsspos.Tpo .deps/dsspos.Plo
  3761. mv -f .deps/fileutil.Tpo .deps/fileutil.Plo
  3762. mv -f .deps/dateutil.Tpo .deps/dateutil.Plo
  3763. /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -o libwcs.la -rpath /Users/deil/code/sherpa/build/lib cel.lo distort.lo fitsfile.lo hget.lo hput.lo iget.lo imhfile.lo imio.lo lin.lo platepos.lo poly.lo proj.lo sph.lo tnxpos.lo zpxpos.lo wcs.lo wcsinit.lo wcscon.lo wcslib.lo wcstrig.lo worldpos.lo dateutil.lo fileutil.lo dsspos.lo
  3764. libtool: link: ar cru .libs/libwcs.a cel.o distort.o fitsfile.o hget.o hput.o iget.o imhfile.o imio.o lin.o platepos.o poly.o proj.o sph.o tnxpos.o zpxpos.o wcs.o wcsinit.o wcscon.o wcslib.o wcstrig.o worldpos.o dateutil.o fileutil.o dsspos.o
  3765. libtool: link: ranlib .libs/libwcs.a
  3766. libtool: link: ( cd ".libs" && rm -f "libwcs.la" && ln -s "../libwcs.la" "libwcs.la" )
  3767. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/lib'
  3768. /opt/local/bin/gmkdir -p '/Users/deil/code/sherpa/build/include'
  3769. /bin/sh ./libtool --mode=install /opt/local/bin/ginstall -c libwcs.la '/Users/deil/code/sherpa/build/lib'
  3770. /opt/local/bin/ginstall -c -m 644 wcssubs-3.8.7/wcslib.h wcssubs-3.8.7/wcs.h wcssubs-3.8.7/fitshead.h '/Users/deil/code/sherpa/build/include'
  3771. libtool: install: /opt/local/bin/ginstall -c .libs/libwcs.lai /Users/deil/code/sherpa/build/lib/libwcs.la
  3772. libtool: install: /opt/local/bin/ginstall -c .libs/libwcs.a /Users/deil/code/sherpa/build/lib/libwcs.a
  3773. libtool: install: chmod 644 /Users/deil/code/sherpa/build/lib/libwcs.a
  3774. libtool: install: ranlib /Users/deil/code/sherpa/build/lib/libwcs.a
  3775. make[2]: Nothing to be done for `install-exec-am'.
  3776. make[2]: Nothing to be done for `install-data-am'.
  3777. running xspec_config
  3778. running build_ext
  3779. running build_src
  3780. build_src
  3781. building extension "sherpa.estmethods._est_funcs" sources
  3782. building extension "sherpa.utils._utils" sources
  3783. building extension "sherpa.models._modelfcts" sources
  3784. building extension "sherpa.optmethods._saoopt" sources
  3785. building extension "sherpa.optmethods._tstoptfct" sources
  3786. building extension "sherpa.stats._statfcts" sources
  3787. building extension "sherpa.utils.integration" sources
  3788. building extension "sherpa.astro.models._modelfcts" sources
  3789. building extension "sherpa.astro.utils._pileup" sources
  3790. building extension "sherpa.astro.utils._utils" sources
  3791. building extension "sherpa.optmethods._minpack" sources
  3792. f2py options: []
  3793. f2py: sherpa/optmethods/src/minpack/_minpack.pyf
  3794. Reading fortran codes...
  3795. Reading file 'sherpa/optmethods/src/minpack/_minpack.pyf' (format:free)
  3796. Line #4 in sherpa/optmethods/src/minpack/_minpack.pyf:"C"
  3797. crackline:0: No pattern for line
  3798. Line #5 in sherpa/optmethods/src/minpack/_minpack.pyf:"C Copyright (C) 2006,2009,2010,2011 Smithsonian Astrophysical Observatory"
  3799. crackline:0: No pattern for line
  3800. Line #6 in sherpa/optmethods/src/minpack/_minpack.pyf:"C"
  3801. crackline:0: No pattern for line
  3802. Line #7 in sherpa/optmethods/src/minpack/_minpack.pyf:"C"
  3803. crackline:0: No pattern for line
  3804. Line #8 in sherpa/optmethods/src/minpack/_minpack.pyf:"C This program is free software; you can redistribute it and/or modify"
  3805. crackline:0: No pattern for line
  3806. Line #8 in sherpa/optmethods/src/minpack/_minpack.pyf:"C This program is free software; you can redistribute it and/or modify"
  3807. crackline:0: No pattern for line
  3808. Line #9 in sherpa/optmethods/src/minpack/_minpack.pyf:"C it under the terms of the GNU General Public License as published by"
  3809. crackline:0: No pattern for line
  3810. Line #10 in sherpa/optmethods/src/minpack/_minpack.pyf:"C the Free Software Foundation; either version 3 of the License, or"
  3811. crackline:0: No pattern for line
  3812. Line #10 in sherpa/optmethods/src/minpack/_minpack.pyf:"C the Free Software Foundation; either version 3 of the License, or"
  3813. crackline:0: No pattern for line
  3814. Line #11 in sherpa/optmethods/src/minpack/_minpack.pyf:"C (at your option) any later version."
  3815. crackline:0: No pattern for line
  3816. Line #12 in sherpa/optmethods/src/minpack/_minpack.pyf:"C"
  3817. crackline:0: No pattern for line
  3818. Line #13 in sherpa/optmethods/src/minpack/_minpack.pyf:"C This program is distributed in the hope that it will be useful,"
  3819. crackline:0: No pattern for line
  3820. Line #14 in sherpa/optmethods/src/minpack/_minpack.pyf:"C but WITHOUT ANY WARRANTY; without even the implied warranty of"
  3821. crackline:0: No pattern for line
  3822. Line #14 in sherpa/optmethods/src/minpack/_minpack.pyf:"C but WITHOUT ANY WARRANTY; without even the implied warranty of"
  3823. crackline:0: No pattern for line
  3824. Line #15 in sherpa/optmethods/src/minpack/_minpack.pyf:"C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the"
  3825. crackline:0: No pattern for line
  3826. Line #16 in sherpa/optmethods/src/minpack/_minpack.pyf:"C GNU General Public License for more details."
  3827. crackline:0: No pattern for line
  3828. Line #17 in sherpa/optmethods/src/minpack/_minpack.pyf:"C"
  3829. crackline:0: No pattern for line
  3830. Line #18 in sherpa/optmethods/src/minpack/_minpack.pyf:"C You should have received a copy of the GNU General Public License along"
  3831. crackline:0: No pattern for line
  3832. Line #19 in sherpa/optmethods/src/minpack/_minpack.pyf:"C with this program; if not, write to the Free Software Foundation, Inc.,"
  3833. crackline:0: No pattern for line
  3834. Line #19 in sherpa/optmethods/src/minpack/_minpack.pyf:"C with this program; if not, write to the Free Software Foundation, Inc.,"
  3835. crackline:0: No pattern for line
  3836. Line #20 in sherpa/optmethods/src/minpack/_minpack.pyf:"C 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
  3837. crackline:0: No pattern for line
  3838. Line #24 in sherpa/optmethods/src/minpack/_minpack.pyf:"C"
  3839. crackline:0: No pattern for line
  3840. Post-processing...
  3841. Block: lmdif__user__routines
  3842. Block: lmdif_user_interface
  3843. Block: fcn
  3844. Block: _minpack
  3845. Block: enorm
  3846. Block: lmpar
  3847. Block: mylmdif
  3848. In: sherpa/optmethods/src/minpack/_minpack.pyf:_minpack:unknown_interface:mylmdif
  3849. get_useparameters: no module lmdif__user__routines info used by mylmdif
  3850. Block: qrfac
  3851. Post-processing (stage 2)...
  3852. Building modules...
  3853. Constructing call-back function "cb_fcn_in_lmdif__user__routines"
  3854. def fcn(x,iflag): return fvec,iflag
  3855. Building module "_minpack"...
  3856. Creating wrapper for Fortran function "enorm"("enorm")...
  3857. Constructing wrapper function "enorm"...
  3858. enorm = enorm(x)
  3859. Constructing wrapper function "lmpar"...
  3860. lmpar(r,ldr,ipvt,diag,qtb,delta,par,x,sdiag,wa1,wa2)
  3861. Constructing wrapper function "mylmdif"...
  3862. info,nfev,fval,covarerr = mylmdif(fcn,m,x,ftol,xtol,gtol,maxfev,epsfcn,factor,nprint,lb,ub,[fcn_extra_args])
  3863. Constructing wrapper function "qrfac"...
  3864. ipvt,rdiag,acnorm = qrfac(m,n,a)
  3865. Wrote C/API module "_minpack" to file "sherpa/optmethods/src/minpack/_minpackmodule.c"
  3866. Fortran 77 wrappers are saved to "sherpa/optmethods/src/minpack/_minpack-f2pywrappers.f"
  3867. adding 'build/src.macosx-10.11-x86_64-2.7/fortranobject.c' to sources.
  3868. adding 'build/src.macosx-10.11-x86_64-2.7' to include_dirs.
  3869. creating build/src.macosx-10.11-x86_64-2.7
  3870. copying /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.c -> build/src.macosx-10.11-x86_64-2.7
  3871. copying /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.h -> build/src.macosx-10.11-x86_64-2.7
  3872. adding 'sherpa/optmethods/src/minpack/_minpack-f2pywrappers.f' to sources.
  3873. building extension "sherpa.optmethods._minim" sources
  3874. f2py options: []
  3875. f2py: sherpa/optmethods/src/_minim.pyf
  3876. Reading fortran codes...
  3877. Reading file 'sherpa/optmethods/src/_minim.pyf' (format:free)
  3878. Line #4 in sherpa/optmethods/src/_minim.pyf:"C"
  3879. crackline:0: No pattern for line
  3880. Line #5 in sherpa/optmethods/src/_minim.pyf:"C Copyright (C) 2015 Smithsonian Astrophysical Observatory"
  3881. crackline:0: No pattern for line
  3882. Line #6 in sherpa/optmethods/src/_minim.pyf:"C"
  3883. crackline:0: No pattern for line
  3884. Line #7 in sherpa/optmethods/src/_minim.pyf:"C"
  3885. crackline:0: No pattern for line
  3886. Line #8 in sherpa/optmethods/src/_minim.pyf:"C This program is free software; you can redistribute it and/or modify"
  3887. crackline:0: No pattern for line
  3888. Line #8 in sherpa/optmethods/src/_minim.pyf:"C This program is free software; you can redistribute it and/or modify"
  3889. crackline:0: No pattern for line
  3890. Line #9 in sherpa/optmethods/src/_minim.pyf:"C it under the terms of the GNU General Public License as published by"
  3891. crackline:0: No pattern for line
  3892. Line #10 in sherpa/optmethods/src/_minim.pyf:"C the Free Software Foundation; either version 3 of the License, or"
  3893. crackline:0: No pattern for line
  3894. Line #10 in sherpa/optmethods/src/_minim.pyf:"C the Free Software Foundation; either version 3 of the License, or"
  3895. crackline:0: No pattern for line
  3896. Line #11 in sherpa/optmethods/src/_minim.pyf:"C (at your option) any later version."
  3897. crackline:0: No pattern for line
  3898. Line #12 in sherpa/optmethods/src/_minim.pyf:"C"
  3899. crackline:0: No pattern for line
  3900. Line #13 in sherpa/optmethods/src/_minim.pyf:"C This program is distributed in the hope that it will be useful,"
  3901. crackline:0: No pattern for line
  3902. Line #14 in sherpa/optmethods/src/_minim.pyf:"C but WITHOUT ANY WARRANTY; without even the implied warranty of"
  3903. crackline:0: No pattern for line
  3904. Line #14 in sherpa/optmethods/src/_minim.pyf:"C but WITHOUT ANY WARRANTY; without even the implied warranty of"
  3905. crackline:0: No pattern for line
  3906. Line #15 in sherpa/optmethods/src/_minim.pyf:"C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the"
  3907. crackline:0: No pattern for line
  3908. Line #16 in sherpa/optmethods/src/_minim.pyf:"C GNU General Public License for more details."
  3909. crackline:0: No pattern for line
  3910. Line #17 in sherpa/optmethods/src/_minim.pyf:"C"
  3911. crackline:0: No pattern for line
  3912. Line #18 in sherpa/optmethods/src/_minim.pyf:"C You should have received a copy of the GNU General Public License along"
  3913. crackline:0: No pattern for line
  3914. Line #19 in sherpa/optmethods/src/_minim.pyf:"C with this program; if not, write to the Free Software Foundation, Inc.,"
  3915. crackline:0: No pattern for line
  3916. Line #19 in sherpa/optmethods/src/_minim.pyf:"C with this program; if not, write to the Free Software Foundation, Inc.,"
  3917. crackline:0: No pattern for line
  3918. Line #20 in sherpa/optmethods/src/_minim.pyf:"C 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
  3919. crackline:0: No pattern for line
  3920. Line #23 in sherpa/optmethods/src/_minim.pyf:"C"
  3921. crackline:0: No pattern for line
  3922. rmbadname1: Replacing "max" with "max_bn".
  3923. rmbadname1: Replacing "max" with "max_bn".
  3924. Post-processing...
  3925. Block: minim__user__routines
  3926. Block: minim_user_interface
  3927. Block: functn
  3928. Block: _minim
  3929. Block: minim
  3930. In: sherpa/optmethods/src/_minim.pyf:_minim:unknown_interface:minim
  3931. get_useparameters: no module minim__user__routines info used by minim
  3932. Block: syminv
  3933. Post-processing (stage 2)...
  3934. Building modules...
  3935. Constructing call-back function "cb_functn_in_minim__user__routines"
  3936. def functn(p): return func
  3937. Building module "_minim"...
  3938. Constructing wrapper function "minim"...
  3939. func,var,ifault,neval = minim(p,step,max_bn,iprint,stopcr,nloop,iquad,simp,functn,lb,ub,[functn_extra_args])
  3940. Constructing wrapper function "syminv"...
  3941. c,ifault,rmax = syminv(a,n)
  3942. Wrote C/API module "_minim" to file "sherpa/optmethods/src/_minimmodule.c"
  3943. adding 'build/src.macosx-10.11-x86_64-2.7/fortranobject.c' to sources.
  3944. adding 'build/src.macosx-10.11-x86_64-2.7' to include_dirs.
  3945. building extension "sherpa.utils._psf" sources
  3946. building extension "sherpa.astro.utils._wcs" sources
  3947. building extension "sherpa.astro.utils._region" sources
  3948. building data_files sources
  3949. build_src: building npy-pkg config files
  3950. customize UnixCCompiler
  3951. customize UnixCCompiler using build_ext
  3952. customize UnixCCompiler
  3953. customize UnixCCompiler using build_ext
  3954. customize Gnu95FCompiler
  3955. Found executable /opt/local/bin/gfortran-mp-5
  3956. Could not locate executable gfortran
  3957. Could not locate executable f95
  3958. customize Gnu95FCompiler
  3959. customize Gnu95FCompiler using build_ext
  3960. building 'sherpa.estmethods._est_funcs' extension
  3961. compiling C++ sources
  3962. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  3963.  
  3964. creating build/temp.macosx-10.11-x86_64-2.7
  3965. creating build/temp.macosx-10.11-x86_64-2.7/sherpa
  3966. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/estmethods
  3967. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/estmethods/src
  3968. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src/gsl -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  3969. clang++: sherpa/estmethods/src/projection.cc
  3970. In file included from sherpa/estmethods/src/projection.cc:23:
  3971. sherpa/estmethods/src/estutils.hh:48:15: warning: unused function 'get_stat' [-Wunused-function]
  3972. static double get_stat(double* new_min_stat, double* new_min_parval,
  3973. ^
  3974. 1 warning generated.
  3975. clang++: sherpa/estmethods/src/estwrappers.cc
  3976. In file included from sherpa/estmethods/src/estwrappers.cc:24:
  3977. sherpa/estmethods/src/estutils.hh:48:15: warning: unused function 'get_stat' [-Wunused-function]
  3978. static double get_stat(double* new_min_stat, double* new_min_parval,
  3979. ^
  3980. 1 warning generated.
  3981. clang++: sherpa/estmethods/src/info_matrix.cc
  3982. In file included from sherpa/estmethods/src/info_matrix.cc:24:
  3983. sherpa/estmethods/src/estutils.hh:48:15: warning: unused function 'get_stat' [-Wunused-function]
  3984. static double get_stat(double* new_min_stat, double* new_min_parval,
  3985. ^
  3986. 1 warning generated.
  3987. clang++: sherpa/estmethods/src/estutils.cc
  3988. In file included from sherpa/estmethods/src/estutils.cc:24:
  3989. sherpa/include/sherpa/utils.hh:522:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
  3990. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  3991. ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  3992. sherpa/include/sherpa/utils.hh:522:34: note: place parentheses around the '&&' expression to silence this warning
  3993. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  3994. ^
  3995. ( )
  3996. 1 warning generated.
  3997. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/estmethods/src/estutils.o build/temp.macosx-10.11-x86_64-2.7/sherpa/estmethods/src/info_matrix.o build/temp.macosx-10.11-x86_64-2.7/sherpa/estmethods/src/projection.o build/temp.macosx-10.11-x86_64-2.7/sherpa/estmethods/src/estwrappers.o -o sherpa/estmethods/_est_funcs.so
  3998. building 'sherpa.utils._utils' extension
  3999. compiling C sources
  4000. C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
  4001.  
  4002. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/utils
  4003. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src
  4004. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes
  4005. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src/cephes -Isherpa/utils/src/gsl -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4006. clang: sherpa/utils/src/cephes/ndtri.c
  4007. clang: sherpa/utils/src/cephes/igam.c
  4008. clang: sherpa/utils/src/cephes/incbet.c
  4009. clang: sherpa/utils/src/cephes/mtherr.c
  4010. clang: sherpa/utils/src/cephes/gamma.c
  4011. clang: sherpa/utils/src/cephes/polevl.c
  4012. clang: sherpa/utils/src/cephes/igami.c
  4013. clang: sherpa/utils/src/cephes/const.c
  4014. clang: sherpa/utils/src/cephes/incbi.c
  4015. clang: sherpa/utils/src/cephes/fabs.c
  4016. clang: sherpa/utils/src/cephes/isnan.c
  4017. compiling C++ sources
  4018. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4019.  
  4020. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src/cephes -Isherpa/utils/src/gsl -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4021. clang++: sherpa/utils/src/_utils.cc
  4022. In file included from sherpa/utils/src/_utils.cc:21:
  4023. sherpa/include/sherpa/utils.hh:522:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
  4024. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  4025. ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  4026. sherpa/include/sherpa/utils.hh:522:34: note: place parentheses around the '&&' expression to silence this warning
  4027. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  4028. ^
  4029. ( )
  4030. 1 warning generated.
  4031. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/const.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/fabs.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/isnan.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/mtherr.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/polevl.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/ndtri.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/gamma.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/igam.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/igami.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/incbet.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/cephes/incbi.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/_utils.o -o sherpa/utils/_utils.so
  4032. building 'sherpa.models._modelfcts' extension
  4033. compiling C++ sources
  4034. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4035.  
  4036. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/models
  4037. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/models/src
  4038. compile options: '-Isherpa/include -Isherpa/utils/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4039. clang++: sherpa/models/src/_modelfcts.cc
  4040. In file included from sherpa/models/src/_modelfcts.cc:21:
  4041. In file included from sherpa/include/sherpa/models.hh:24:
  4042. sherpa/include/sherpa/utils.hh:522:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
  4043. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  4044. ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  4045. sherpa/include/sherpa/utils.hh:522:34: note: place parentheses around the '&&' expression to silence this warning
  4046. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  4047. ^
  4048. ( )
  4049. 1 warning generated.
  4050. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/models/src/_modelfcts.o -o sherpa/models/_modelfcts.so
  4051. building 'sherpa.optmethods._saoopt' extension
  4052. compiling C++ sources
  4053. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4054.  
  4055. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods
  4056. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src
  4057. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src/gsl -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4058. clang++: sherpa/optmethods/src/_saoopt.cc
  4059. clang++: sherpa/optmethods/src/Simplex.cc
  4060. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/_saoopt.o build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/Simplex.o -o sherpa/optmethods/_saoopt.so
  4061. building 'sherpa.optmethods._tstoptfct' extension
  4062. compiling C++ sources
  4063. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4064.  
  4065. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/tests
  4066. compile options: '-Isherpa/include -Isherpa/utils/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4067. clang++: sherpa/optmethods/tests/_tstoptfct.cc
  4068. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/tests/_tstoptfct.o -o sherpa/optmethods/_tstoptfct.so
  4069. building 'sherpa.stats._statfcts' extension
  4070. compiling C++ sources
  4071. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4072.  
  4073. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/stats
  4074. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/stats/src
  4075. compile options: '-Isherpa/include -Isherpa/utils/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4076. clang++: sherpa/stats/src/_statfcts.cc
  4077. In file included from sherpa/stats/src/_statfcts.cc:22:
  4078. In file included from sherpa/include/sherpa/stats.hh:26:
  4079. sherpa/include/sherpa/utils.hh:522:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
  4080. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  4081. ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  4082. sherpa/include/sherpa/utils.hh:522:34: note: place parentheses around the '&&' expression to silence this warning
  4083. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  4084. ^
  4085. ( )
  4086. In file included from sherpa/stats/src/_statfcts.cc:22:
  4087. sherpa/include/sherpa/stats.hh:168:2: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  4088. else
  4089. ^
  4090. 2 warnings generated.
  4091. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/stats/src/_statfcts.o -o sherpa/stats/_statfcts.so
  4092. building 'sherpa.utils.integration' extension
  4093. compiling C sources
  4094. C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
  4095.  
  4096. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/gsl
  4097. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src -Isherpa/utils/src/gsl -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4098. clang: sherpa/utils/src/gsl/qng.c
  4099. clang: sherpa/utils/src/gsl/err.c
  4100. clang: sherpa/utils/src/gsl/stream.c
  4101. clang: sherpa/utils/src/gsl/message.c
  4102. clang: sherpa/utils/src/adapt_integrate.c
  4103. clang: sherpa/utils/src/gsl/strerror.c
  4104. clang: sherpa/utils/src/gsl/error.c
  4105. compiling C++ sources
  4106. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4107.  
  4108. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src -Isherpa/utils/src/gsl -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4109. clang++: sherpa/utils/src/integration.cc
  4110. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/gsl/err.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/gsl/error.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/gsl/stream.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/gsl/strerror.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/gsl/message.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/gsl/qng.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/adapt_integrate.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/integration.o -o sherpa/utils/integration.so
  4111. building 'sherpa.astro.models._modelfcts' extension
  4112. compiling C++ sources
  4113. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4114.  
  4115. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/astro
  4116. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/models
  4117. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/models/src
  4118. compile options: '-Isherpa/include -Isherpa/utils/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4119. clang++: sherpa/astro/models/src/_modelfcts.cc
  4120. In file included from sherpa/astro/models/src/_modelfcts.cc:24:
  4121. In file included from sherpa/include/sherpa/astro/models.hh:23:
  4122. sherpa/include/sherpa/utils.hh:522:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
  4123. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  4124. ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  4125. sherpa/include/sherpa/utils.hh:522:34: note: place parentheses around the '&&' expression to silence this warning
  4126. if ( 0.0 == num || denom > 1 && num < denom * my_min )
  4127. ^
  4128. ( )
  4129. In file included from sherpa/astro/models/src/_modelfcts.cc:23:
  4130. sherpa/include/sherpa/model_extension.hh:99:14: warning: unused function 'py_integrated_1d' [-Wunused-function]
  4131. static int py_integrated_1d(const double xlo, const double xhi, double &val,
  4132. ^
  4133. 2 warnings generated.
  4134. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/models/src/_modelfcts.o -o sherpa/astro/models/_modelfcts.so
  4135. building 'sherpa.astro.utils._pileup' extension
  4136. compiling C sources
  4137. C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
  4138.  
  4139. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/utils
  4140. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/utils/src
  4141. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/astro/utils/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4142. clang: sherpa/astro/utils/src/fftn.c
  4143. compiling C++ sources
  4144. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4145.  
  4146. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/astro/utils/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4147. clang++: sherpa/astro/utils/src/_pileup.cc
  4148. clang++: sherpa/astro/utils/src/pileup.cc
  4149. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/utils/src/fftn.o build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/utils/src/_pileup.o build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/utils/src/pileup.o -o sherpa/astro/utils/_pileup.so
  4150. building 'sherpa.astro.utils._utils' extension
  4151. compiling C++ sources
  4152. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4153.  
  4154. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src/gsl -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4155. clang++: sherpa/astro/utils/src/_utils.cc
  4156. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/utils/src/_utils.o -o sherpa/astro/utils/_utils.so
  4157. building 'sherpa.optmethods._minpack' extension
  4158. compiling C sources
  4159. C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
  4160.  
  4161. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/minpack
  4162. creating build/temp.macosx-10.11-x86_64-2.7/build
  4163. creating build/temp.macosx-10.11-x86_64-2.7/build/src.macosx-10.11-x86_64-2.7
  4164. compile options: '-Ibuild/src.macosx-10.11-x86_64-2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4165. clang: build/src.macosx-10.11-x86_64-2.7/fortranobject.c
  4166. In file included from build/src.macosx-10.11-x86_64-2.7/fortranobject.c:2:
  4167. In file included from build/src.macosx-10.11-x86_64-2.7/fortranobject.h:13:
  4168. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  4169. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
  4170. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
  4171. /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
  4172. #warning "Using deprecated NumPy API, disable it by " \
  4173. ^
  4174. 1 warning generated.
  4175. clang: sherpa/optmethods/src/minpack/_minpackmodule.c
  4176. In file included from sherpa/optmethods/src/minpack/_minpackmodule.c:19:
  4177. In file included from build/src.macosx-10.11-x86_64-2.7/fortranobject.h:13:
  4178. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  4179. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
  4180. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
  4181. /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
  4182. #warning "Using deprecated NumPy API, disable it by " \
  4183. ^
  4184. sherpa/optmethods/src/minpack/_minpackmodule.c:206:12: warning: unused function 'f2py_size' [-Wunused-function]
  4185. static int f2py_size(PyArrayObject* var, ...)
  4186. ^
  4187. 2 warnings generated.
  4188. compiling Fortran sources
  4189. Fortran f77 compiler: /opt/local/bin/gfortran-mp-5 -Wall -g -ffixed-form -fno-second-underscore -fPIC -O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2
  4190. Fortran f90 compiler: /opt/local/bin/gfortran-mp-5 -Wall -g -fno-second-underscore -fPIC -O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2
  4191. Fortran fix compiler: /opt/local/bin/gfortran-mp-5 -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2
  4192. compile options: '-Ibuild/src.macosx-10.11-x86_64-2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4193. gfortran-mp-5:f77: sherpa/optmethods/src/minpack/covar.f
  4194. gfortran-mp-5:f77: sherpa/optmethods/src/minpack/lmdif.f
  4195. gfortran-mp-5:f77: sherpa/optmethods/src/minpack/mylmdif.f
  4196. gfortran-mp-5:f77: sherpa/optmethods/src/minpack/_minpack-f2pywrappers.f
  4197. /opt/local/bin/gfortran-mp-5 -Wall -g -Wall -g -undefined dynamic_lookup -bundle build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/minpack/_minpackmodule.o build/temp.macosx-10.11-x86_64-2.7/build/src.macosx-10.11-x86_64-2.7/fortranobject.o build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/minpack/covar.o build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/minpack/lmdif.o build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/minpack/mylmdif.o build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/minpack/_minpack-f2pywrappers.o -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.2.0 -lgfortran -o sherpa/optmethods/_minpack.so
  4198. building 'sherpa.optmethods._minim' extension
  4199. compiling C sources
  4200. C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
  4201.  
  4202. compile options: '-Ibuild/src.macosx-10.11-x86_64-2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4203. clang: sherpa/optmethods/src/_minimmodule.c
  4204. In file included from sherpa/optmethods/src/_minimmodule.c:19:
  4205. In file included from build/src.macosx-10.11-x86_64-2.7/fortranobject.h:13:
  4206. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  4207. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
  4208. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
  4209. /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
  4210. #warning "Using deprecated NumPy API, disable it by " \
  4211. ^
  4212. sherpa/optmethods/src/_minimmodule.c:349:10: warning: unused variable 'func' [-Wunused-variable]
  4213. double func=(*func_cb_capi);
  4214. ^
  4215. sherpa/optmethods/src/_minimmodule.c:123:12: warning: unused function 'f2py_size' [-Wunused-function]
  4216. static int f2py_size(PyArrayObject* var, ...)
  4217. ^
  4218. 3 warnings generated.
  4219. clang: build/src.macosx-10.11-x86_64-2.7/fortranobject.c
  4220. In file included from build/src.macosx-10.11-x86_64-2.7/fortranobject.c:2:
  4221. In file included from build/src.macosx-10.11-x86_64-2.7/fortranobject.h:13:
  4222. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  4223. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
  4224. In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
  4225. /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
  4226. #warning "Using deprecated NumPy API, disable it by " \
  4227. ^
  4228. 1 warning generated.
  4229. compiling Fortran sources
  4230. Fortran f77 compiler: /opt/local/bin/gfortran-mp-5 -Wall -g -ffixed-form -fno-second-underscore -fPIC -O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2
  4231. Fortran f90 compiler: /opt/local/bin/gfortran-mp-5 -Wall -g -fno-second-underscore -fPIC -O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2
  4232. Fortran fix compiler: /opt/local/bin/gfortran-mp-5 -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2
  4233. compile options: '-Ibuild/src.macosx-10.11-x86_64-2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4234. gfortran-mp-5:f77: sherpa/optmethods/src/minim.f
  4235. f951: Warning: Nonconforming tab character in column 1 of line 648 [-Wtabs]
  4236. sherpa/optmethods/src/minim.f:582:5:
  4237.  
  4238. 1140 format(' True func. value at minimum of quadratic = ', g14.6/)
  4239. 1
  4240. Warning: Label 1140 at (1) defined but not used
  4241. sherpa/optmethods/src/minim.f:404:0:
  4242.  
  4243. 450 IF(ABS(SAVEMN-HMEAN).GE.STOPCR) GO TO 440
  4244. ^
  4245. Warning: 'savemn' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4246. gfortran-mp-5:f77: sherpa/optmethods/src/syminv.f
  4247. /opt/local/bin/gfortran-mp-5 -Wall -g -Wall -g -undefined dynamic_lookup -bundle build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/_minimmodule.o build/temp.macosx-10.11-x86_64-2.7/build/src.macosx-10.11-x86_64-2.7/fortranobject.o build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/minim.o build/temp.macosx-10.11-x86_64-2.7/sherpa/optmethods/src/syminv.o -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.2.0 -lgfortran -o sherpa/optmethods/_minim.so
  4248. building 'sherpa.utils._psf' extension
  4249. compiling C sources
  4250. C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
  4251.  
  4252. creating build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd
  4253. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src/tcd -I/Users/deil/code/sherpa/build/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4254. clang: sherpa/utils/src/tcd/tcdError.c
  4255. clang: sherpa/utils/src/tcd/tcdCastArray.c
  4256. clang: sherpa/utils/src/tcd/tcdInitTransform.c
  4257. clang: sherpa/utils/src/tcd/tcdInitConvolveOut.c
  4258. clang: sherpa/utils/src/tcd/tcdFFTConvolve.c
  4259. clang: sherpa/utils/src/tcd/tcdTransform.c
  4260. clang: sherpa/utils/src/tcd/tcdPadData.c
  4261. clang: sherpa/utils/src/tcd/tcdPixelArith.c
  4262. compiling C++ sources
  4263. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4264.  
  4265. compile options: '-Isherpa/include -Isherpa/utils/src -Isherpa/utils/src/tcd -I/Users/deil/code/sherpa/build/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4266. clang++: sherpa/utils/src/_psf.cc
  4267. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd/tcdCastArray.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd/tcdError.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd/tcdFFTConvolve.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd/tcdInitConvolveOut.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd/tcdInitTransform.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd/tcdPadData.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd/tcdPixelArith.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/tcd/tcdTransform.o build/temp.macosx-10.11-x86_64-2.7/sherpa/utils/src/_psf.o -L/Users/deil/code/sherpa/build/lib -lfftw3 -o sherpa/utils/_psf.so
  4268. building 'sherpa.astro.utils._wcs' extension
  4269. compiling C++ sources
  4270. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4271.  
  4272. compile options: '-Isherpa/include -Isherpa/utils/src -I/Users/deil/code/sherpa/build/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4273. clang++: sherpa/astro/utils/src/_wcs.cc
  4274. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/utils/src/_wcs.o -L/Users/deil/code/sherpa/build/lib -lwcs -o sherpa/astro/utils/_wcs.so
  4275. building 'sherpa.astro.utils._region' extension
  4276. compiling C++ sources
  4277. C compiler: /usr/bin/clang++ -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall
  4278.  
  4279. compile options: '-Isherpa/include -Isherpa/utils/src -I/Users/deil/code/sherpa/build/include -I/Users/deil/code/sherpa/build/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  4280. clang++: sherpa/astro/utils/src/_region.cc
  4281. /usr/bin/clang++ -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.11-x86_64-2.7/sherpa/astro/utils/src/_region.o -L/Users/deil/code/sherpa/build/lib -L/Users/deil/code/sherpa/build/lib -lwcs -lregion -o sherpa/astro/utils/_region.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement