Advertisement
Guest User

octave compilation ./configure log

a guest
Mar 5th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.17 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking whether make supports nested variables... yes
  7. checking whether UID '1000' is supported by ustar format... yes
  8. checking whether GID '1000' is supported by ustar format... yes
  9. checking how to create a ustar tar archive... gnutar
  10. checking whether make supports nested variables... (cached) yes
  11. checking build system type... x86_64-unknown-linux-gnu
  12. checking host system type... x86_64-unknown-linux-gnu
  13. checking for style of include used by make... GNU
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking dependency style of gcc... gcc3
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking minix/config.h usability... no
  38. checking minix/config.h presence... no
  39. checking for minix/config.h... no
  40. checking whether it is safe to define __EXTENSIONS__... yes
  41. checking whether _XOPEN_SOURCE should be defined... no
  42. defining octlibdir to be $(libdir)/octave/$(version)
  43. defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type)
  44. defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type)
  45. defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type)
  46. defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)
  47. defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type)
  48. defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type)
  49. defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type)
  50. defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type)
  51. defining octincludedir to be $(includedir)/octave-$(version)/octave
  52. defining fcnfiledir to be $(datadir)/octave/$(version)/m
  53. defining localfcnfiledir to be $(datadir)/octave/site/m
  54. defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m
  55. defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m
  56. defining octetcdir to be $(datadir)/octave/$(version)/etc
  57. defining octlocaledir to be $(datadir)/octave/$(version)/locale
  58. defining doc_cache_file to be $(octetcdir)/doc-cache
  59. defining octtestsdir to be $(octetcdir)/tests
  60. defining texi_macros_file to be $(octetcdir)/macros.texi
  61. defining imagedir to be $(datadir)/octave/$(version)/imagelib
  62. defining man1dir to be $(mandir)/man1
  63. defining man1ext to be .1
  64. defining infofile to be $(infodir)/octave.info
  65. checking for pkg-config... /usr/bin/pkg-config
  66. checking pkg-config is at least version 0.9.0... yes
  67. checking for gawk... (cached) gawk
  68. checking for grep that handles long lines and -e... (cached) /bin/grep
  69. checking for gfind... no
  70. checking for find... find
  71. checking for a usable sed... /bin/sed
  72. checking for perl... perl
  73. checking for gperf... gperf
  74. checking for flex... flex
  75. checking lex output file root... lex.yy
  76. checking lex library... -lfl
  77. checking whether yytext is a pointer... yes
  78. defining LFLAGS to be -I
  79. checking for bison... bison -y
  80. checking syntax of bison push/pull declaration... dash
  81. checking for makeinfo... makeinfo
  82. checking for texi2dvi... texi2dvi
  83. checking for texi2pdf... texi2pdf
  84. checking whether ln -s works... yes
  85. checking for desktop-file-install... desktop-file-install
  86. checking for gs... gs
  87. checking for gnuplot... gnuplot
  88. checking for less... less
  89. checking for python... python
  90. configure: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
  91. checking for g++... g++
  92. checking whether we are using the GNU C++ compiler... yes
  93. checking whether g++ accepts -g... yes
  94. checking dependency style of g++... gcc3
  95. checking how to run the C++ preprocessor... g++ -E
  96. checking for gcc... (cached) gcc
  97. checking whether we are using the GNU C compiler... (cached) yes
  98. checking whether gcc accepts -g... (cached) yes
  99. checking for gcc option to accept ISO C89... (cached) none needed
  100. checking dependency style of gcc... (cached) gcc3
  101. checking how to run the C preprocessor... gcc -E
  102. checking whether gcc needs -traditional... no
  103. checking for Minix Amsterdam compiler... no
  104. checking for ar... ar
  105. checking for ranlib... ranlib
  106. checking for _LARGEFILE_SOURCE value needed for large files... no
  107. checking for special C compiler options needed for large files... no
  108. checking for _FILE_OFFSET_BITS value needed for large files... no
  109. checking C compiler version number... 4.8.1
  110. checking C++ compiler version number... 4.8.1
  111. checking whether stl_algo.h is broken... no
  112. checking for the pthreads library -lpthreads... no
  113. checking whether pthreads work without any flags... no
  114. checking whether pthreads work with -Kthread... no
  115. checking whether pthreads work with -kthread... no
  116. checking for the pthreads library -llthread... no
  117. checking whether pthreads work with -pthread... yes
  118. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  119. checking if more special flags are required for pthreads... no
  120. checking for PTHREAD_PRIO_INHERIT... yes
  121. checking for sin in -lm... yes
  122. checking for gfortran... gfortran
  123. checking whether we are using the GNU Fortran 77 compiler... yes
  124. checking whether gfortran accepts -g... yes
  125. checking how to get verbose linking output from gfortran... -v
  126. checking for Fortran 77 libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath
  127. checking for dummy main to link with Fortran 77 libraries... none
  128. checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
  129. configure: defining FFLAGS to be -O
  130. checking whether gfortran has the intrinsic function ISNAN... yes
  131. checking whether gfortran generates correct size integers... yes
  132. checking whether gfortran accepts -ffloat-store... yes
  133. setting F77_FLOAT_STORE_FLAG to -ffloat-store
  134. checking libqhull/libqhull.h usability... no
  135. checking libqhull/libqhull.h presence... no
  136. checking for libqhull/libqhull.h... no
  137. checking qhull/libqhull.h usability... no
  138. checking qhull/libqhull.h presence... no
  139. checking for qhull/libqhull.h... no
  140. checking libqhull.h usability... no
  141. checking libqhull.h presence... no
  142. checking for libqhull.h... no
  143. checking qhull/qhull.h usability... yes
  144. checking qhull/qhull.h presence... yes
  145. checking for qhull/qhull.h... yes
  146. checking for qh_qhull in -lqhull... yes
  147. checking for qh_version in -lqhull... yes
  148. checking whether the qhull library works... yes
  149. checking pcre.h usability... yes
  150. checking pcre.h presence... yes
  151. checking for pcre.h... yes
  152. checking pcre/pcre.h usability... no
  153. checking pcre/pcre.h presence... no
  154. checking for pcre/pcre.h... no
  155. checking whether pcre.h defines the macros we need... yes
  156. checking for pcre-config... yes
  157. checking for pcre_compile... yes
  158. checking zlib.h usability... yes
  159. checking zlib.h presence... yes
  160. checking for zlib.h... yes
  161. checking for gzclearerr in -lz... yes
  162. checking for llvm-config... llvm-config
  163. checking whether gcc accepts -isystem .... yes
  164. configure: using -isystem for LLVM headers
  165. checking for LLVMBuildAdd in -lLLVM-3.2... no
  166. checking llvm/Support/TargetSelect.h usability... no
  167. checking llvm/Support/TargetSelect.h presence... no
  168. checking for llvm/Support/TargetSelect.h... no
  169. checking llvm/IR/Function.h usability... no
  170. checking llvm/IR/Function.h presence... no
  171. checking for llvm/IR/Function.h... no
  172. checking llvm/Function.h usability... no
  173. checking llvm/Function.h presence... no
  174. checking for llvm/Function.h... no
  175. checking llvm/Support/IRBuilder.h usability... no
  176. checking llvm/Support/IRBuilder.h presence... no
  177. checking for llvm/Support/IRBuilder.h... no
  178. checking llvm/IR/IRBuilder.h usability... no
  179. checking llvm/IR/IRBuilder.h presence... no
  180. checking for llvm/IR/IRBuilder.h... no
  181. checking llvm/IRBuilder.h usability... no
  182. checking llvm/IRBuilder.h presence... no
  183. checking for llvm/IRBuilder.h... no
  184. checking llvm/Target/TargetData.h usability... no
  185. checking llvm/Target/TargetData.h presence... no
  186. checking for llvm/Target/TargetData.h... no
  187. checking llvm/IR/DataLayout.h usability... no
  188. checking llvm/IR/DataLayout.h presence... no
  189. checking for llvm/IR/DataLayout.h... no
  190. checking llvm/DataLayout.h usability... no
  191. checking llvm/DataLayout.h presence... no
  192. checking for llvm/DataLayout.h... no
  193. checking check llvm::Function::addAttribute arg type is llvm::Attributes... no
  194. checking check LLVM::Function::addFnAttr arg type is llvm::Attributes... no
  195. checking check LLVM::CallInst::addAttribute arg type is llvm::Attributes... no
  196. configure: WARNING: Missing LLVM file TargetData.h. JIT compiler is disabled.
  197. checking hdf5.h usability... yes
  198. checking hdf5.h presence... yes
  199. checking for hdf5.h... yes
  200. checking for H5Gget_num_objs in -lhdf5... yes
  201. checking whether HDF5 library has enforced version 1.6 API... no
  202. checking fftw3.h usability... yes
  203. checking fftw3.h presence... yes
  204. checking for fftw3.h... yes
  205. checking for fftw_plan_dft_1d in -lfftw3... yes
  206. checking for fftw3.h... (cached) yes
  207. checking for fftwf_plan_dft_1d in -lfftw3f... yes
  208. checking for fftw3 multi-threading support... -lfftw3_threads
  209. checking for fftw3f multi-threading support... -lfftw3f_threads
  210. checking glpk/glpk.h usability... no
  211. checking glpk/glpk.h presence... no
  212. checking for glpk/glpk.h... no
  213. checking glpk.h usability... yes
  214. checking glpk.h presence... yes
  215. checking for glpk.h... yes
  216. checking for glp_simplex in -lglpk... yes
  217. checking whether the glpk library has glp_interior(glp_prob*, glp_iptcp*)... yes
  218. checking curl/curl.h usability... yes
  219. checking curl/curl.h presence... yes
  220. checking for curl/curl.h... yes
  221. checking for curl_easy_escape in -lcurl... yes
  222. checking for CURLOPT_DIRLISTONLY in curl/curl.h... yes
  223. checking Magick++.h usability... yes
  224. checking Magick++.h presence... yes
  225. checking for Magick++.h... yes
  226. checking for Magick::ColorRGB in Magick++.h... yes
  227. checking for setlocale... yes
  228. checking for X... libraries , headers
  229. checking for XrmInitialize in -lX11... yes
  230. checking whether ld accepts -framework Carbon... no
  231. checking whether ld accepts -framework OpenGL... no
  232. checking for GL/gl.h... yes
  233. checking for GL/glu.h... yes
  234. checking for glEnable in -lGL... yes
  235. checking for FT2... yes
  236. checking for FreeType2 version >= 9.03... yes
  237. checking for FT_Reference_Face... yes
  238. checking for FONTCONFIG... yes
  239. checking for XFT... yes
  240. checking for fltk-config... /usr/bin/fltk-config
  241. checking for OpenGL support in FLTK... yes
  242. checking gl2ps.h usability... yes
  243. checking gl2ps.h presence... yes
  244. checking for gl2ps.h... yes
  245. checking how to print strings... printf
  246. checking for a sed that does not truncate output... /bin/sed
  247. checking for fgrep... /bin/grep -F
  248. checking for ld used by gcc... /usr/bin/ld
  249. checking if the linker (/usr/bin/ld) is GNU ld... yes
  250. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  251. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  252. checking the maximum length of command line arguments... 1572864
  253. checking whether the shell understands some XSI constructs... yes
  254. checking whether the shell understands "+="... yes
  255. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  256. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  257. checking for /usr/bin/ld option to reload object files... -r
  258. checking for objdump... objdump
  259. checking how to recognize dependent libraries... pass_all
  260. checking for dlltool... no
  261. checking how to associate runtime and link libraries... printf %s\n
  262. checking for archiver @FILE support... @
  263. checking for strip... strip
  264. checking for ranlib... (cached) ranlib
  265. checking command to parse /usr/bin/nm -B output from gcc object... ok
  266. checking for sysroot... no
  267. checking for mt... mt
  268. checking if mt is a manifest tool... no
  269. checking for dlfcn.h... yes
  270. checking for objdir... .libs
  271. checking if gcc supports -fno-rtti -fno-exceptions... no
  272. checking for gcc option to produce PIC... -fPIC -DPIC
  273. checking if gcc PIC flag -fPIC -DPIC works... yes
  274. checking if gcc static flag -static works... yes
  275. checking if gcc supports -c -o file.o... yes
  276. checking if gcc supports -c -o file.o... (cached) yes
  277. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  278. checking whether -lc should be explicitly linked in... no
  279. checking dynamic linker characteristics... GNU/Linux ld.so
  280. checking how to hardcode library paths into programs... immediate
  281. checking for shl_load... no
  282. checking for shl_load in -ldld... no
  283. checking for dlopen... no
  284. checking for dlopen in -ldl... yes
  285. checking whether a program can dlopen itself... yes
  286. checking whether a statically linked program can dlopen itself... no
  287. checking whether stripping libraries is possible... yes
  288. checking if libtool supports shared libraries... yes
  289. checking whether to build shared libraries... yes
  290. checking whether to build static libraries... no
  291. checking how to run the C++ preprocessor... g++ -E
  292. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  293. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  294. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  295. checking for g++ option to produce PIC... -fPIC -DPIC
  296. checking if g++ PIC flag -fPIC -DPIC works... yes
  297. checking if g++ static flag -static works... yes
  298. checking if g++ supports -c -o file.o... yes
  299. checking if g++ supports -c -o file.o... (cached) yes
  300. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  301. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  302. checking how to hardcode library paths into programs... immediate
  303. checking if libtool supports shared libraries... yes
  304. checking whether to build shared libraries... yes
  305. checking whether to build static libraries... no
  306. checking for gfortran option to produce PIC... -fPIC
  307. checking if gfortran PIC flag -fPIC works... yes
  308. checking if gfortran static flag -static works... yes
  309. checking if gfortran supports -c -o file.o... yes
  310. checking if gfortran supports -c -o file.o... (cached) yes
  311. checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  312. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  313. checking how to hardcode library paths into programs... immediate
  314. checking if sgemm_ is being linked in already... no
  315. checking for ATL_xerbla in -latlas... no
  316. checking for sgemm_ in -lblas... yes
  317. checking for dgemm_ in -ldgemm... no
  318. checking for sgemm_ in -lmkl... no
  319. checking for sgemm_ in -framework vecLib... no
  320. checking for sgemm_ in -lcxml... no
  321. checking for sgemm_ in -ldxml... no
  322. checking for sgemm_ in -lscs... no
  323. checking for sgemm_ in -lcomplib.sgimath... no
  324. checking for sgemm_ in -lblas... (cached) yes
  325. checking for sgemm_ in -lessl... no
  326. checking for sgemm_ in -lblas... (cached) yes
  327. checking whether LSAME is called correctly from Fortran... yes
  328. checking whether ISAMAX is called correctly from Fortran... yes
  329. checking whether SDOT is called correctly from Fortran... yes
  330. checking whether DDOT is called correctly from Fortran... yes
  331. checking whether CDOTU is called correctly from Fortran... yes
  332. checking whether ZDOTU is called correctly from Fortran... yes
  333. checking whether the integer size is correct... yes
  334. checking for cheev_... no
  335. checking for cheev_ in -llapack... yes
  336. checking for sqr1up in -lqrupdate... yes
  337. checking for slup1up in -lqrupdate... yes
  338. checking suitesparse/amd.h usability... yes
  339. checking suitesparse/amd.h presence... yes
  340. checking for suitesparse/amd.h... yes
  341. checking for amd_postorder in -lamd... yes
  342. checking suitesparse/camd.h usability... yes
  343. checking suitesparse/camd.h presence... yes
  344. checking for suitesparse/camd.h... yes
  345. checking for camd_postorder in -lcamd... yes
  346. checking suitesparse/colamd.h usability... yes
  347. checking suitesparse/colamd.h presence... yes
  348. checking for suitesparse/colamd.h... yes
  349. checking for colamd in -lcolamd... yes
  350. checking suitesparse/ccolamd.h usability... yes
  351. checking suitesparse/ccolamd.h presence... yes
  352. checking for suitesparse/ccolamd.h... yes
  353. checking for ccolamd in -lccolamd... yes
  354. checking suitesparse/cholmod.h usability... yes
  355. checking suitesparse/cholmod.h presence... yes
  356. checking for suitesparse/cholmod.h... yes
  357. checking for cholmod_start in -lcholmod... yes
  358. checking suitesparse/cs.h usability... yes
  359. checking suitesparse/cs.h presence... yes
  360. checking for suitesparse/cs.h... yes
  361. checking for cs_di_sqr in -lcxsparse... yes
  362. checking suitesparse/umfpack.h usability... yes
  363. checking suitesparse/umfpack.h presence... yes
  364. checking for suitesparse/umfpack.h... yes
  365. checking for umfpack_zi_get_determinant in -lumfpack... yes
  366. checking whether UMFPACK needs SuiteSparse_time function... no
  367. checking for UMFPACK separate complex matrix and rhs split... yes
  368. checking for dseupd in -larpack... yes
  369. checking whether the arpack library works... yes
  370. checking for library containing tputs... -ltermcap
  371. checking for rl_set_keyboard_input_timeout in -lreadline... yes
  372. configure: defining FPICFLAG to be -fPIC
  373. configure: defining CPICFLAG to be -fPIC
  374. configure: defining CXXPICFLAG to be -fPIC
  375. configure: defining SHLEXT to be so
  376. configure: defining SHLLIB to be $(SHLEXT)
  377. configure: defining SHLBIN to be
  378. configure: defining SHLEXT_VER to be $(SHLEXT).$(version)
  379. configure: defining SHLLIB_VER to be $(SHLLIB).$(version)
  380. configure: defining SHLBIN_VER to be $(SHLBIN).$(version)
  381. configure: defining SHLLINKEXT to be
  382. configure: defining LIBPRE to be lib
  383. configure: defining SHLPRE to be lib
  384. configure: defining SHLLIBPRE to be lib
  385. configure: defining SHLBINPRE to be lib
  386. configure: defining SH_LD to be $(CXX)
  387. configure: defining SH_LDFLAGS to be -shared
  388. configure: defining DL_LD to be $(SH_LD)
  389. configure: defining DL_LDFLAGS to be $(SH_LDFLAGS)
  390. configure: defining MKOCTFILE_DL_LDFLAGS to be -shared -Wl,-Bsymbolic
  391. configure: defining SONAME_FLAGS to be -Wl,-soname -Wl,$@
  392. configure: defining NO_OCT_FILE_STRIP to be false
  393. configure: defining TEMPLATE_AR to be $(AR)
  394. configure: defining TEMPLATE_ARFLAGS to be cru
  395. configure: defining CRUFT_DLL_DEFS to be
  396. configure: defining OCTAVE_DLL_DEFS to be
  397. configure: defining OCTINTERP_DLL_DEFS to be
  398. configure: defining OCTGUI_DLL_DEFS to be
  399. configure: defining OCTGRAPHICS_DLL_DEFS to be
  400. configure: defining library_path_var to be LD_LIBRARY_PATH
  401. checking whether g++ accepts -rdynamic... yes
  402. configure: defining CROSS_TOOL_PREFIX to be
  403. configure: defining MKOCTFILE_AR to be ar
  404. configure: defining MKOCTFILE_CC to be gcc
  405. configure: defining MKOCTFILE_CXX to be g++
  406. configure: defining MKOCTFILE_DL_LD to be $(SH_LD)
  407. configure: defining MKOCTFILE_F77 to be gfortran
  408. configure: defining MKOCTFILE_LD_CXX to be $(CXX)
  409. configure: defining MKOCTFILE_RANLIB to be ranlib
  410. checking for library containing tputs... (cached) -ltermcap
  411. checking for dirent.h that defines DIR... yes
  412. checking for library containing opendir... none required
  413. checking for sys/wait.h that is POSIX.1 compatible... yes
  414. checking curses.h usability... no
  415. checking curses.h presence... no
  416. checking for curses.h... no
  417. checking direct.h usability... no
  418. checking direct.h presence... no
  419. checking for direct.h... no
  420. checking for dlfcn.h... (cached) yes
  421. checking floatingpoint.h usability... no
  422. checking floatingpoint.h presence... no
  423. checking for floatingpoint.h... no
  424. checking fpu_control.h usability... yes
  425. checking fpu_control.h presence... yes
  426. checking for fpu_control.h... yes
  427. checking grp.h usability... yes
  428. checking grp.h presence... yes
  429. checking for grp.h... yes
  430. checking ieeefp.h usability... no
  431. checking ieeefp.h presence... no
  432. checking for ieeefp.h... no
  433. checking for inttypes.h... (cached) yes
  434. checking locale.h usability... yes
  435. checking locale.h presence... yes
  436. checking for locale.h... yes
  437. checking for memory.h... (cached) yes
  438. checking ncurses.h usability... no
  439. checking ncurses.h presence... no
  440. checking for ncurses.h... no
  441. checking poll.h usability... yes
  442. checking poll.h presence... yes
  443. checking for poll.h... yes
  444. checking pthread.h usability... yes
  445. checking pthread.h presence... yes
  446. checking for pthread.h... yes
  447. checking pwd.h usability... yes
  448. checking pwd.h presence... yes
  449. checking for pwd.h... yes
  450. checking sunmath.h usability... no
  451. checking sunmath.h presence... no
  452. checking for sunmath.h... no
  453. checking sys/ioctl.h usability... yes
  454. checking sys/ioctl.h presence... yes
  455. checking for sys/ioctl.h... yes
  456. checking sys/param.h usability... yes
  457. checking sys/param.h presence... yes
  458. checking for sys/param.h... yes
  459. checking sys/poll.h usability... yes
  460. checking sys/poll.h presence... yes
  461. checking for sys/poll.h... yes
  462. checking sys/resource.h usability... yes
  463. checking sys/resource.h presence... yes
  464. checking for sys/resource.h... yes
  465. checking sys/select.h usability... yes
  466. checking sys/select.h presence... yes
  467. checking for sys/select.h... yes
  468. checking termcap.h usability... no
  469. checking termcap.h presence... no
  470. checking for termcap.h... no
  471. checking sstream usability... yes
  472. checking sstream presence... yes
  473. checking for sstream... yes
  474. checking unordered_map usability... no
  475. checking unordered_map presence... no
  476. checking for unordered_map... no
  477. checking tr1/unordered_map usability... yes
  478. checking tr1/unordered_map presence... yes
  479. checking for tr1/unordered_map... yes
  480. checking whether unordered_map requires tr1 namespace... yes
  481. checking termios.h usability... yes
  482. checking termios.h presence... yes
  483. checking for termios.h... yes
  484. checking termio.h usability... yes
  485. checking termio.h presence... yes
  486. checking for termio.h... yes
  487. checking sgtty.h usability... yes
  488. checking sgtty.h presence... yes
  489. checking for sgtty.h... yes
  490. checking fnmatch.h usability... yes
  491. checking fnmatch.h presence... yes
  492. checking for fnmatch.h... yes
  493. checking conio.h usability... no
  494. checking conio.h presence... no
  495. checking for conio.h... no
  496. checking for int64_t... yes
  497. checking for mode_t... yes
  498. checking for off_t... yes
  499. checking for pid_t... yes
  500. checking for size_t... yes
  501. checking for ssize_t... yes
  502. checking for uid_t in sys/types.h... yes
  503. checking for uint64_t... yes
  504. checking for dev_t... yes
  505. checking for ino_t... yes
  506. checking for long long int... yes
  507. checking for unsigned long long int... yes
  508. checking for ptrdiff_t... yes
  509. checking size of short... 2
  510. checking size of int... 4
  511. checking size of long... 8
  512. checking size of long long... 8
  513. checking size of long double... 16
  514. checking for struct stat.st_blksize... yes
  515. checking for struct stat.st_blocks... yes
  516. checking for struct stat.st_rdev... yes
  517. checking for struct group.gr_passwd... no
  518. checking whether struct tm is in sys/time.h or time.h... time.h
  519. checking for struct tm.tm_zone... yes
  520. checking for C++ support for new friend template declaration... yes
  521. checking for broken C++ reinterpret_cast... no
  522. checking whether <new> defines placement delete operator... yes
  523. checking whether C++ supports dynamic auto arrays... yes
  524. checking for IEEE 754 data format... yes
  525. checking if C++ library is ISO compliant... yes
  526. checking whether bit_and, bit_or, bit_xor are defined in the C++ library... yes
  527. checking whether complex class can set components independently... yes
  528. checking whether complex class can reference components independently... yes
  529. checking whether fast integer arithmetics is usable... yes
  530. checking for working alloca.h... yes
  531. checking for alloca... yes
  532. checking whether gcc and cc understand -c and -o together... yes
  533. checking for C/C++ restrict keyword... __restrict
  534. checking for canonicalize_file_name... yes
  535. checking for realpath... yes
  536. checking for getcwd... yes
  537. checking for readlink... yes
  538. checking for _set_invalid_parameter_handler... no
  539. checking for fchdir... yes
  540. checking for fcntl... yes
  541. checking for symlink... yes
  542. checking for fdopendir... yes
  543. checking for mempcpy... yes
  544. checking for btowc... yes
  545. checking for isblank... yes
  546. checking for iswctype... yes
  547. checking for mbsrtowcs... yes
  548. checking for wmemchr... yes
  549. checking for wmemcpy... yes
  550. checking for wmempcpy... yes
  551. checking for fpurge... no
  552. checking for __fpurge... yes
  553. checking for __freading... yes
  554. checking for fstatat... yes
  555. checking for getdtablesize... yes
  556. checking for getlogin_r... yes
  557. checking for gettimeofday... yes
  558. checking for getpwnam_r... yes
  559. checking for link... yes
  560. checking for lstat... yes
  561. checking for mbsinit... yes
  562. checking for mbrtowc... yes
  563. checking for mprotect... yes
  564. checking for mkfifo... yes
  565. checking for mkostemp... yes
  566. checking for openat... yes
  567. checking for pathconf... yes
  568. checking for secure_getenv... yes
  569. checking for sigaction... yes
  570. checking for sigaltstack... yes
  571. checking for siginterrupt... yes
  572. checking for sleep... yes
  573. checking for strdup... yes
  574. checking for tzset... yes
  575. checking for strndup... yes
  576. checking for strptime... yes
  577. checking for localtime_r... yes
  578. checking for times... yes
  579. checking for pipe... yes
  580. checking for vasnprintf... no
  581. checking for snprintf... yes
  582. checking for iswcntrl... yes
  583. checking whether // is distinct from /... no
  584. checking whether realpath works... yes
  585. checking for sys/param.h... (cached) yes
  586. checking for unistd.h... (cached) yes
  587. checking for sys/socket.h... yes
  588. checking for dirent.h... yes
  589. checking for wctype.h... yes
  590. checking for sys/stat.h... (cached) yes
  591. checking for netdb.h... yes
  592. checking for getopt.h... yes
  593. checking for sys/time.h... yes
  594. checking for sys/cdefs.h... yes
  595. checking for math.h... yes
  596. checking for sys/mman.h... yes
  597. checking for sys/select.h... (cached) yes
  598. checking for wchar.h... yes
  599. checking for stdint.h... (cached) yes
  600. checking for strings.h... (cached) yes
  601. checking for sys/times.h... yes
  602. checking for sys/uio.h... yes
  603. checking for sys/utsname.h... yes
  604. checking for features.h... yes
  605. checking whether byte ordering is bigendian... no
  606. checking whether the preprocessor supports include_next... yes
  607. checking whether system header files limit the line length... no
  608. checking if environ is properly declared... yes
  609. checking for complete errno.h... yes
  610. checking whether strerror_r is declared... yes
  611. checking for strerror_r... yes
  612. checking whether strerror_r returns char *... yes
  613. checking whether fchdir is declared... yes
  614. checking for working fcntl.h... yes
  615. checking for st_dm_mode in struct stat... no
  616. checking whether strmode is declared... no
  617. checking for mbstate_t... yes
  618. checking whether frexp() can be used without linking with libm... yes
  619. checking whether alarm is declared... yes
  620. checking whether stdin defaults to large file offsets... yes
  621. checking whether fseeko is declared... yes
  622. checking for fseeko... yes
  623. checking whether fflush works on input streams... no
  624. checking whether stat file-mode macros are broken... no
  625. checking for nlink_t... yes
  626. checking whether fchmodat is declared without a macro... yes
  627. checking whether fstat is declared without a macro... yes
  628. checking whether fstatat is declared without a macro... yes
  629. checking whether futimens is declared without a macro... yes
  630. checking whether lchmod is declared without a macro... yes
  631. checking whether lstat is declared without a macro... yes
  632. checking whether mkdirat is declared without a macro... yes
  633. checking whether mkfifo is declared without a macro... yes
  634. checking whether mkfifoat is declared without a macro... yes
  635. checking whether mknod is declared without a macro... yes
  636. checking whether mknodat is declared without a macro... yes
  637. checking whether stat is declared without a macro... yes
  638. checking whether utimensat is declared without a macro... yes
  639. checking whether lstat correctly handles trailing slash... yes
  640. checking whether ftello is declared... yes
  641. checking for ftello... yes
  642. checking whether ftello works... yes
  643. checking whether getcwd (NULL, 0) allocates memory for result... yes
  644. checking for getcwd with POSIX signature... yes
  645. checking whether getcwd is declared... yes
  646. checking whether getlogin_r is declared... yes
  647. checking whether getlogin is declared... yes
  648. checking for getopt.h... (cached) yes
  649. checking for getopt_long_only... yes
  650. checking whether getopt is POSIX compatible... yes
  651. checking for working GNU getopt function... yes
  652. checking for working GNU getopt_long function... yes
  653. checking whether getenv is declared... yes
  654. checking for struct timeval... yes
  655. checking for wide-enough struct timeval.tv_sec member... yes
  656. checking whether gettimeofday is declared without a macro... yes
  657. checking where to find the exponent in a 'double'... word 1 bit 20
  658. checking where to find the exponent in a 'float'... word 0 bit 23
  659. checking whether long double and double are the same... no
  660. checking for nl_langinfo and CODESET... yes
  661. checking whether getc_unlocked is declared... yes
  662. checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
  663. checking whether malloc, realloc, calloc are POSIX compliant... yes
  664. checking for stdlib.h... (cached) yes
  665. checking for GNU libc compatible malloc... yes
  666. checking for unsigned long long int... (cached) yes
  667. checking for long long int... (cached) yes
  668. checking for a traditional japanese locale... none
  669. checking for a transitional chinese locale... none
  670. checking for a french Unicode locale... none
  671. checking for a traditional french locale... none
  672. checking for mmap... yes
  673. checking for MAP_ANONYMOUS... yes
  674. checking whether memchr works... yes
  675. checking whether memrchr is declared... yes
  676. checking whether <sys/select.h> is self-contained... yes
  677. checking whether pselect is declared without a macro... yes
  678. checking whether select is declared without a macro... yes
  679. checking for inline... inline
  680. checking for library containing setsockopt... none needed
  681. checking whether select supports a 0 argument... yes
  682. checking whether select detects invalid fds... yes
  683. checking for promoted mode_t type... mode_t
  684. checking for sigset_t... yes
  685. checking for long file names... yes
  686. checking for stdbool.h that conforms to C99... yes
  687. checking for _Bool... yes
  688. checking for wchar_t... yes
  689. checking whether stdint.h conforms to C99... yes
  690. checking whether strdup is declared... yes
  691. checking whether strerror(0) succeeds... yes
  692. checking for struct tm.tm_gmtoff... yes
  693. checking whether ffsl is declared without a macro... yes
  694. checking whether ffsll is declared without a macro... yes
  695. checking whether memmem is declared without a macro... yes
  696. checking whether mempcpy is declared without a macro... yes
  697. checking whether memrchr is declared without a macro... yes
  698. checking whether rawmemchr is declared without a macro... yes
  699. checking whether stpcpy is declared without a macro... yes
  700. checking whether stpncpy is declared without a macro... yes
  701. checking whether strchrnul is declared without a macro... yes
  702. checking whether strdup is declared without a macro... yes
  703. checking whether strncat is declared without a macro... yes
  704. checking whether strndup is declared without a macro... yes
  705. checking whether strnlen is declared without a macro... yes
  706. checking whether strpbrk is declared without a macro... yes
  707. checking whether strsep is declared without a macro... yes
  708. checking whether strcasestr is declared without a macro... yes
  709. checking whether strtok_r is declared without a macro... yes
  710. checking whether strerror_r is declared without a macro... yes
  711. checking whether strsignal is declared without a macro... yes
  712. checking whether strverscmp is declared without a macro... yes
  713. checking whether ffs is declared without a macro... yes
  714. checking whether strcasecmp is declared without a macro... yes
  715. checking whether strncasecmp is declared without a macro... yes
  716. checking whether strndup is declared... (cached) yes
  717. checking whether strnlen is declared... (cached) yes
  718. checking for struct timespec in <time.h>... yes
  719. checking for wint_t... yes
  720. checking for inttypes.h... yes
  721. checking for stdint.h... yes
  722. checking for intmax_t... yes
  723. checking whether snprintf returns a byte count as in C99... yes
  724. checking for snprintf... (cached) yes
  725. checking for strnlen... yes
  726. checking for wcslen... yes
  727. checking for wcsnlen... yes
  728. checking for mbrtowc... (cached) yes
  729. checking for wcrtomb... yes
  730. checking whether _snprintf is declared... no
  731. checking whether <wchar.h> uses 'inline' correctly... yes
  732. checking for alloca as a compiler built-in... yes
  733. checking whether this system has an arbitrary file name length limit... yes
  734. checking for closedir... yes
  735. checking whether copysign can be used without linking with libm... yes
  736. checking whether copysignf can be used without linking with libm... yes
  737. checking whether copysignf is declared... yes
  738. checking for d_ino member in directory struct... yes
  739. checking for d_type member in directory struct... yes
  740. checking whether alphasort is declared without a macro... yes
  741. checking whether closedir is declared without a macro... yes
  742. checking whether dirfd is declared without a macro... yes
  743. checking whether fdopendir is declared without a macro... yes
  744. checking whether opendir is declared without a macro... yes
  745. checking whether readdir is declared without a macro... yes
  746. checking whether rewinddir is declared without a macro... yes
  747. checking whether scandir is declared without a macro... yes
  748. checking for dirfd... yes
  749. checking whether dirfd is declared... (cached) yes
  750. checking whether dirfd is a macro... no
  751. checking whether // is distinct from /... (cached) no
  752. checking whether dup2 works... yes
  753. checking for error_at_line... yes
  754. checking whether fflush works on input streams... (cached) no
  755. checking whether fcntl handles F_DUPFD correctly... yes
  756. checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
  757. checking whether fcntl is declared without a macro... yes
  758. checking whether openat is declared without a macro... yes
  759. checking whether fdopendir is declared... (cached) yes
  760. checking whether fdopendir works... yes
  761. checking whether fflush works on input streams... (cached) no
  762. checking whether conversion from 'int' to 'long double' works... yes
  763. checking whether floorf is declared... yes
  764. checking for working POSIX fnmatch... yes
  765. checking whether fopen recognizes a trailing slash... yes
  766. checking whether fpurge is declared... no
  767. checking whether frexp works... yes
  768. checking whether frexpf can be used without linking with libm... yes
  769. checking whether frexpf works... yes
  770. checking for fseeko... (cached) yes
  771. checking whether fflush works on input streams... (cached) no
  772. checking for _fseeki64... no
  773. checking whether fstatat (..., 0) works... yes
  774. checking for ftello... (cached) yes
  775. checking whether ftello works... (cached) yes
  776. checking whether getcwd handles long file names properly... yes
  777. checking for getpagesize... yes
  778. checking whether getcwd aborts when 4k < cwd_length < 16k... no
  779. checking whether getdtablesize works... yes
  780. checking for gethostname... yes
  781. checking for HOST_NAME_MAX... yes
  782. checking whether getlogin_r works with small buffers... yes
  783. checking whether gettimeofday clobbers localtime buffer... no
  784. checking for gettimeofday with POSIX signature... almost
  785. checking glob.h usability... yes
  786. checking glob.h presence... yes
  787. checking for glob.h... yes
  788. checking for GNU glob interface version 1... yes
  789. checking whether glob lists broken symlinks... no
  790. checking whether isnan(double) can be used without linking with libm... yes
  791. checking whether isnan(float) can be used without linking with libm... yes
  792. checking whether isnan(float) works... yes
  793. checking whether isnan(long double) can be used without linking with libm... yes
  794. checking whether isnanl works... no
  795. checking where to find the exponent in a 'long double'... word 2 bit 0
  796. checking whether link obeys POSIX... yes
  797. checking whether lseek detects pipes... yes
  798. checking for stdlib.h... (cached) yes
  799. checking for GNU libc compatible malloc... (cached) yes
  800. checking whether NAN macro works... yes
  801. checking whether HUGE_VAL works... yes
  802. checking whether acosf is declared without a macro... yes
  803. checking whether acosl is declared without a macro... yes
  804. checking whether asinf is declared without a macro... yes
  805. checking whether asinl is declared without a macro... yes
  806. checking whether atanf is declared without a macro... yes
  807. checking whether atanl is declared without a macro... yes
  808. checking whether cbrt is declared without a macro... yes
  809. checking whether cbrtf is declared without a macro... yes
  810. checking whether cbrtl is declared without a macro... yes
  811. checking whether ceilf is declared without a macro... yes
  812. checking whether ceill is declared without a macro... yes
  813. checking whether copysign is declared without a macro... yes
  814. checking whether copysignf is declared without a macro... yes
  815. checking whether copysignl is declared without a macro... yes
  816. checking whether cosf is declared without a macro... yes
  817. checking whether cosl is declared without a macro... yes
  818. checking whether coshf is declared without a macro... yes
  819. checking whether expf is declared without a macro... yes
  820. checking whether expl is declared without a macro... yes
  821. checking whether exp2 is declared without a macro... yes
  822. checking whether exp2f is declared without a macro... yes
  823. checking whether exp2l is declared without a macro... yes
  824. checking whether expm1 is declared without a macro... yes
  825. checking whether expm1f is declared without a macro... yes
  826. checking whether expm1l is declared without a macro... yes
  827. checking whether fabsf is declared without a macro... yes
  828. checking whether fabsl is declared without a macro... yes
  829. checking whether floorf is declared without a macro... yes
  830. checking whether floorl is declared without a macro... yes
  831. checking whether fma is declared without a macro... yes
  832. checking whether fmaf is declared without a macro... yes
  833. checking whether fmal is declared without a macro... yes
  834. checking whether fmod is declared without a macro... yes
  835. checking whether fmodf is declared without a macro... yes
  836. checking whether fmodl is declared without a macro... yes
  837. checking whether frexpf is declared without a macro... yes
  838. checking whether frexpl is declared without a macro... yes
  839. checking whether hypotf is declared without a macro... yes
  840. checking whether hypotl is declared without a macro... yes
  841. checking whether ilogb is declared without a macro... yes
  842. checking whether ilogbf is declared without a macro... yes
  843. checking whether ilogbl is declared without a macro... yes
  844. checking whether ldexpf is declared without a macro... yes
  845. checking whether ldexpl is declared without a macro... yes
  846. checking whether log is declared without a macro... yes
  847. checking whether logf is declared without a macro... yes
  848. checking whether logl is declared without a macro... yes
  849. checking whether log10 is declared without a macro... yes
  850. checking whether log10f is declared without a macro... yes
  851. checking whether log10l is declared without a macro... yes
  852. checking whether log1p is declared without a macro... yes
  853. checking whether log1pf is declared without a macro... yes
  854. checking whether log1pl is declared without a macro... yes
  855. checking whether log2 is declared without a macro... yes
  856. checking whether log2f is declared without a macro... yes
  857. checking whether log2l is declared without a macro... yes
  858. checking whether logb is declared without a macro... yes
  859. checking whether logbf is declared without a macro... yes
  860. checking whether logbl is declared without a macro... yes
  861. checking whether modf is declared without a macro... yes
  862. checking whether modff is declared without a macro... yes
  863. checking whether modfl is declared without a macro... yes
  864. checking whether powf is declared without a macro... yes
  865. checking whether remainder is declared without a macro... yes
  866. checking whether remainderf is declared without a macro... yes
  867. checking whether remainderl is declared without a macro... yes
  868. checking whether rint is declared without a macro... yes
  869. checking whether rintf is declared without a macro... yes
  870. checking whether rintl is declared without a macro... yes
  871. checking whether round is declared without a macro... yes
  872. checking whether roundf is declared without a macro... yes
  873. checking whether roundl is declared without a macro... yes
  874. checking whether sinf is declared without a macro... yes
  875. checking whether sinl is declared without a macro... yes
  876. checking whether sinhf is declared without a macro... yes
  877. checking whether sqrtf is declared without a macro... yes
  878. checking whether sqrtl is declared without a macro... yes
  879. checking whether tanf is declared without a macro... yes
  880. checking whether tanl is declared without a macro... yes
  881. checking whether tanhf is declared without a macro... yes
  882. checking whether trunc is declared without a macro... yes
  883. checking whether truncf is declared without a macro... yes
  884. checking whether truncl is declared without a macro... yes
  885. checking whether mbrtowc handles incomplete characters... guessing yes
  886. checking whether mbrtowc works as well as mbtowc... guessing yes
  887. checking whether mbrtowc handles a NULL pwc argument... guessing yes
  888. checking whether mbrtowc handles a NULL string argument... guessing yes
  889. checking whether mbrtowc has a correct return value... guessing yes
  890. checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
  891. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  892. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  893. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  894. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  895. checking whether mbsrtowcs works... guessing yes
  896. checking for mempcpy... (cached) yes
  897. checking for memrchr... yes
  898. checking whether mkdir handles trailing slash... yes
  899. checking whether mkdir handles trailing dot... yes
  900. checking whether mkfifo rejects trailing slashes... yes
  901. checking for working mktime... yes
  902. checking for library containing nanosleep... none required
  903. checking for working nanosleep... no (mishandles large arguments)
  904. checking for sys/pstat.h... no
  905. checking for sys/sysmp.h... no
  906. checking for sys/param.h... (cached) yes
  907. checking for sys/sysctl.h... yes
  908. checking for sched_getaffinity... yes
  909. checking for sched_getaffinity_np... no
  910. checking for pstat_getdynamic... no
  911. checking for sysmp... no
  912. checking for sysctl... yes
  913. checking for glibc compatible sched_getaffinity... yes
  914. checking whether open recognizes a trailing slash... yes
  915. checking for opendir... yes
  916. checking whether program_invocation_name is declared... yes
  917. checking whether program_invocation_short_name is declared... yes
  918. checking for putenv compatible with GNU and SVID... yes
  919. checking for raise... yes
  920. checking for sigprocmask... yes
  921. checking for readdir... yes
  922. checking whether readlink signature is correct... yes
  923. checking whether readlink handles trailing slash correctly... yes
  924. checking for stdlib.h... (cached) yes
  925. checking for GNU libc compatible realloc... yes
  926. checking whether rename honors trailing slash on destination... yes
  927. checking whether rename honors trailing slash on source... yes
  928. checking whether rename manages hard links correctly... yes
  929. checking whether rename manages existing destinations correctly... yes
  930. checking for rewinddir... yes
  931. checking whether rmdir works... yes
  932. checking whether round is declared... (cached) yes
  933. checking whether round works... yes
  934. checking whether roundf is declared... (cached) yes
  935. checking whether roundf works... yes
  936. checking whether select supports a 0 argument... (cached) yes
  937. checking whether select detects invalid fds... (cached) yes
  938. checking for struct sigaction.sa_sigaction... yes
  939. checking for volatile sig_atomic_t... yes
  940. checking for sighandler_t... yes
  941. checking whether pthread_sigmask is declared without a macro... yes
  942. checking whether sigaction is declared without a macro... yes
  943. checking whether sigaddset is declared without a macro... yes
  944. checking whether sigdelset is declared without a macro... yes
  945. checking whether sigemptyset is declared without a macro... yes
  946. checking whether sigfillset is declared without a macro... yes
  947. checking whether sigismember is declared without a macro... yes
  948. checking whether sigpending is declared without a macro... yes
  949. checking whether sigprocmask is declared without a macro... yes
  950. checking for signbit macro... yes
  951. checking for signbit compiler built-ins... yes
  952. checking for sigprocmask... (cached) yes
  953. checking for stdint.h... (cached) yes
  954. checking for SIZE_MAX... yes
  955. checking whether sleep is declared... yes
  956. checking for working sleep... yes
  957. checking for library containing setsockopt... (cached) none needed
  958. checking for socklen_t... yes
  959. checking for ssize_t... yes
  960. checking whether stat handles trailing slashes on directories... yes
  961. checking whether stat handles trailing slashes on files... yes
  962. checking for working stdalign.h... yes
  963. checking whether NULL can be used in arbitrary expressions... yes
  964. checking whether dprintf is declared without a macro... yes
  965. checking whether fpurge is declared without a macro... no
  966. checking whether fseeko is declared without a macro... yes
  967. checking whether ftello is declared without a macro... yes
  968. checking whether getdelim is declared without a macro... yes
  969. checking whether getline is declared without a macro... yes
  970. checking whether gets is declared without a macro... no
  971. checking whether pclose is declared without a macro... yes
  972. checking whether popen is declared without a macro... yes
  973. checking whether renameat is declared without a macro... yes
  974. checking whether snprintf is declared without a macro... yes
  975. checking whether tmpfile is declared without a macro... yes
  976. checking whether vdprintf is declared without a macro... yes
  977. checking whether vsnprintf is declared without a macro... yes
  978. checking whether _Exit is declared without a macro... yes
  979. checking whether atoll is declared without a macro... yes
  980. checking whether canonicalize_file_name is declared without a macro... yes
  981. checking whether getloadavg is declared without a macro... yes
  982. checking whether getsubopt is declared without a macro... yes
  983. checking whether grantpt is declared without a macro... yes
  984. checking whether initstate is declared without a macro... yes
  985. checking whether initstate_r is declared without a macro... yes
  986. checking whether mkdtemp is declared without a macro... yes
  987. checking whether mkostemp is declared without a macro... yes
  988. checking whether mkostemps is declared without a macro... yes
  989. checking whether mkstemp is declared without a macro... yes
  990. checking whether mkstemps is declared without a macro... yes
  991. checking whether posix_openpt is declared without a macro... yes
  992. checking whether ptsname is declared without a macro... yes
  993. checking whether ptsname_r is declared without a macro... yes
  994. checking whether random is declared without a macro... yes
  995. checking whether random_r is declared without a macro... yes
  996. checking whether realpath is declared without a macro... yes
  997. checking whether rpmatch is declared without a macro... yes
  998. checking whether secure_getenv is declared without a macro... yes
  999. checking whether setenv is declared without a macro... yes
  1000. checking whether setstate is declared without a macro... yes
  1001. checking whether setstate_r is declared without a macro... yes
  1002. checking whether srandom is declared without a macro... yes
  1003. checking whether srandom_r is declared without a macro... yes
  1004. checking whether strtod is declared without a macro... yes
  1005. checking whether strtoll is declared without a macro... yes
  1006. checking whether strtoull is declared without a macro... yes
  1007. checking whether unlockpt is declared without a macro... yes
  1008. checking whether unsetenv is declared without a macro... yes
  1009. checking for strcasecmp... yes
  1010. checking for strncasecmp... yes
  1011. checking whether strncasecmp is declared... (cached) yes
  1012. checking for working strerror function... yes
  1013. checking for working strndup... yes
  1014. checking for working strnlen... yes
  1015. checking whether symlink handles trailing slash correctly... yes
  1016. checking whether <sys/select.h> is self-contained... (cached) yes
  1017. checking whether pselect is declared without a macro... (cached) yes
  1018. checking whether select is declared without a macro... (cached) yes
  1019. checking whether <sys/socket.h> is self-contained... yes
  1020. checking for shutdown... yes
  1021. checking whether <sys/socket.h> defines the SHUT_* macros... yes
  1022. checking for struct sockaddr_storage... yes
  1023. checking for sa_family_t... yes
  1024. checking for struct sockaddr_storage.ss_family... yes
  1025. checking whether socket is declared without a macro... yes
  1026. checking whether connect is declared without a macro... yes
  1027. checking whether accept is declared without a macro... yes
  1028. checking whether bind is declared without a macro... yes
  1029. checking whether getpeername is declared without a macro... yes
  1030. checking whether getsockname is declared without a macro... yes
  1031. checking whether getsockopt is declared without a macro... yes
  1032. checking whether listen is declared without a macro... yes
  1033. checking whether recv is declared without a macro... yes
  1034. checking whether send is declared without a macro... yes
  1035. checking whether recvfrom is declared without a macro... yes
  1036. checking whether sendto is declared without a macro... yes
  1037. checking whether setsockopt is declared without a macro... yes
  1038. checking whether shutdown is declared without a macro... yes
  1039. checking whether accept4 is declared without a macro... yes
  1040. checking for nlink_t... (cached) yes
  1041. checking whether fchmodat is declared without a macro... (cached) yes
  1042. checking whether fstat is declared without a macro... (cached) yes
  1043. checking whether fstatat is declared without a macro... (cached) yes
  1044. checking whether futimens is declared without a macro... (cached) yes
  1045. checking whether lchmod is declared without a macro... (cached) yes
  1046. checking whether lstat is declared without a macro... (cached) yes
  1047. checking whether mkdirat is declared without a macro... (cached) yes
  1048. checking whether mkfifo is declared without a macro... (cached) yes
  1049. checking whether mkfifoat is declared without a macro... (cached) yes
  1050. checking whether mknod is declared without a macro... (cached) yes
  1051. checking whether mknodat is declared without a macro... (cached) yes
  1052. checking whether stat is declared without a macro... (cached) yes
  1053. checking whether utimensat is declared without a macro... (cached) yes
  1054. checking for struct tms... yes
  1055. checking whether times is declared without a macro... yes
  1056. checking for struct utsname... yes
  1057. checking whether uname is declared without a macro... yes
  1058. checking whether localtime_r is declared... yes
  1059. checking whether localtime_r is compatible with its POSIX signature... yes
  1060. checking whether tmpfile should be overridden... no
  1061. checking whether trunc is declared... (cached) yes
  1062. checking whether truncf is declared... (cached) yes
  1063. checking for uname... yes
  1064. checking whether chdir is declared without a macro... yes
  1065. checking whether chown is declared without a macro... yes
  1066. checking whether dup is declared without a macro... yes
  1067. checking whether dup2 is declared without a macro... yes
  1068. checking whether dup3 is declared without a macro... yes
  1069. checking whether environ is declared without a macro... yes
  1070. checking whether euidaccess is declared without a macro... yes
  1071. checking whether faccessat is declared without a macro... yes
  1072. checking whether fchdir is declared without a macro... yes
  1073. checking whether fchownat is declared without a macro... yes
  1074. checking whether fdatasync is declared without a macro... yes
  1075. checking whether fsync is declared without a macro... yes
  1076. checking whether ftruncate is declared without a macro... yes
  1077. checking whether getcwd is declared without a macro... yes
  1078. checking whether getdomainname is declared without a macro... yes
  1079. checking whether getdtablesize is declared without a macro... yes
  1080. checking whether getgroups is declared without a macro... yes
  1081. checking whether gethostname is declared without a macro... yes
  1082. checking whether getlogin is declared without a macro... yes
  1083. checking whether getlogin_r is declared without a macro... yes
  1084. checking whether getpagesize is declared without a macro... yes
  1085. checking whether getusershell is declared without a macro... yes
  1086. checking whether setusershell is declared without a macro... yes
  1087. checking whether endusershell is declared without a macro... yes
  1088. checking whether group_member is declared without a macro... yes
  1089. checking whether isatty is declared without a macro... yes
  1090. checking whether lchown is declared without a macro... yes
  1091. checking whether link is declared without a macro... yes
  1092. checking whether linkat is declared without a macro... yes
  1093. checking whether lseek is declared without a macro... yes
  1094. checking whether pipe is declared without a macro... yes
  1095. checking whether pipe2 is declared without a macro... yes
  1096. checking whether pread is declared without a macro... yes
  1097. checking whether pwrite is declared without a macro... yes
  1098. checking whether readlink is declared without a macro... yes
  1099. checking whether readlinkat is declared without a macro... yes
  1100. checking whether rmdir is declared without a macro... yes
  1101. checking whether sethostname is declared without a macro... yes
  1102. checking whether sleep is declared without a macro... yes
  1103. checking whether symlink is declared without a macro... yes
  1104. checking whether symlinkat is declared without a macro... yes
  1105. checking whether ttyname_r is declared without a macro... yes
  1106. checking whether unlink is declared without a macro... yes
  1107. checking whether unlinkat is declared without a macro... yes
  1108. checking whether usleep is declared without a macro... yes
  1109. checking whether unlink honors trailing slashes... yes
  1110. checking whether unlink of a parent directory fails as it should... guessing yes
  1111. checking for ptrdiff_t... (cached) yes
  1112. checking for vasprintf... yes
  1113. checking whether btowc is declared without a macro... yes
  1114. checking whether wctob is declared without a macro... yes
  1115. checking whether mbsinit is declared without a macro... yes
  1116. checking whether mbrtowc is declared without a macro... yes
  1117. checking whether mbrlen is declared without a macro... yes
  1118. checking whether mbsrtowcs is declared without a macro... yes
  1119. checking whether mbsnrtowcs is declared without a macro... yes
  1120. checking whether wcrtomb is declared without a macro... yes
  1121. checking whether wcsrtombs is declared without a macro... yes
  1122. checking whether wcsnrtombs is declared without a macro... yes
  1123. checking whether wcwidth is declared without a macro... yes
  1124. checking whether wmemchr is declared without a macro... yes
  1125. checking whether wmemcmp is declared without a macro... yes
  1126. checking whether wmemcpy is declared without a macro... yes
  1127. checking whether wmemmove is declared without a macro... yes
  1128. checking whether wmemset is declared without a macro... yes
  1129. checking whether wcslen is declared without a macro... yes
  1130. checking whether wcsnlen is declared without a macro... yes
  1131. checking whether wcscpy is declared without a macro... yes
  1132. checking whether wcpcpy is declared without a macro... yes
  1133. checking whether wcsncpy is declared without a macro... yes
  1134. checking whether wcpncpy is declared without a macro... yes
  1135. checking whether wcscat is declared without a macro... yes
  1136. checking whether wcsncat is declared without a macro... yes
  1137. checking whether wcscmp is declared without a macro... yes
  1138. checking whether wcsncmp is declared without a macro... yes
  1139. checking whether wcscasecmp is declared without a macro... yes
  1140. checking whether wcsncasecmp is declared without a macro... yes
  1141. checking whether wcscoll is declared without a macro... yes
  1142. checking whether wcsxfrm is declared without a macro... yes
  1143. checking whether wcsdup is declared without a macro... yes
  1144. checking whether wcschr is declared without a macro... yes
  1145. checking whether wcsrchr is declared without a macro... yes
  1146. checking whether wcscspn is declared without a macro... yes
  1147. checking whether wcsspn is declared without a macro... yes
  1148. checking whether wcspbrk is declared without a macro... yes
  1149. checking whether wcsstr is declared without a macro... yes
  1150. checking whether wcstok is declared without a macro... yes
  1151. checking whether wcswidth is declared without a macro... yes
  1152. checking whether iswcntrl works... yes
  1153. checking for towlower... yes
  1154. checking for wctype_t... yes
  1155. checking for wctrans_t... yes
  1156. checking whether wctype is declared without a macro... yes
  1157. checking whether iswctype is declared without a macro... yes
  1158. checking whether wctrans is declared without a macro... yes
  1159. checking whether towctrans is declared without a macro... yes
  1160. checking for stdint.h... (cached) yes
  1161. checking for ctermid... yes
  1162. checking for dup2... yes
  1163. checking for endgrent... yes
  1164. checking for endpwent... yes
  1165. checking for execvp... yes
  1166. checking for expm1... yes
  1167. checking for expm1f... yes
  1168. checking for fork... yes
  1169. checking for getegid... yes
  1170. checking for geteuid... yes
  1171. checking for getgid... yes
  1172. checking for getgrent... yes
  1173. checking for getgrgid... yes
  1174. checking for getgrnam... yes
  1175. checking for getpgrp... yes
  1176. checking for getpid... yes
  1177. checking for getppid... yes
  1178. checking for getpwent... yes
  1179. checking for getpwuid... yes
  1180. checking for getuid... yes
  1181. checking for isascii... yes
  1182. checking for kill... yes
  1183. checking for lgamma... yes
  1184. checking for lgammaf... yes
  1185. checking for lgamma_r... yes
  1186. checking for lgammaf_r... yes
  1187. checking for log1p... yes
  1188. checking for log1pf... yes
  1189. checking for pipe... (cached) yes
  1190. checking for realpath... (cached) yes
  1191. checking for resolvepath... no
  1192. checking for roundl... yes
  1193. checking for select... yes
  1194. checking for setgrent... yes
  1195. checking for setpwent... yes
  1196. checking for siglongjmp... yes
  1197. checking for strsignal... yes
  1198. checking for tempnam... yes
  1199. checking for tgammaf... yes
  1200. checking for toascii... yes
  1201. checking for umask... yes
  1202. checking for waitpid... yes
  1203. checking for _kbhit... no
  1204. checking for modf... yes
  1205. checking for pow... yes
  1206. checking for sqrt... yes
  1207. checking for sqrtf... yes
  1208. checking whether exp2 is declared... (cached) yes
  1209. checking whether round is declared... (cached) yes
  1210. checking whether tgamma is declared... yes
  1211. checking for exp2... yes
  1212. checking for round... yes
  1213. checking for tgamma... yes
  1214. checking for std::isnan in <cmath>... yes
  1215. checking for std::isnan (float variant) in <cmath>... yes
  1216. checking for std::isinf in <cmath>... yes
  1217. checking for std::isinf (float variant) in <cmath>... yes
  1218. checking for std::isfinite in <cmath>... yes
  1219. checking for std::isfinite (float variant) in <cmath>... yes
  1220. checking for finite... yes
  1221. checking for isnan... yes
  1222. checking for isinf... yes
  1223. checking for signbit... no
  1224. checking for _finite... no
  1225. checking for _isnan... no
  1226. checking whether signbit is declared... yes
  1227. checking for acosh... yes
  1228. checking for acoshf... yes
  1229. checking for asinh... yes
  1230. checking for asinhf... yes
  1231. checking for atanh... yes
  1232. checking for atanhf... yes
  1233. checking for cbrt... yes
  1234. checking for cbrtf... yes
  1235. checking for erf... yes
  1236. checking for erff... yes
  1237. checking for erfc... yes
  1238. checking for erfcf... yes
  1239. checking for exp2f... yes
  1240. checking for hypotf... yes
  1241. checking for _hypotf... no
  1242. checking for log2... yes
  1243. checking for log2f... yes
  1244. checking for MATH DEFINES in math.h... yes
  1245. checking for getrusage... yes
  1246. checking for getpwnam... yes
  1247. checking whether closedir returns void... no
  1248. checking for struct exception in math.h... yes
  1249. checking whether sys_siglist is declared... yes
  1250. checking whether gcc accepts -Wall... yes
  1251. adding -Wall to WARN_CFLAGS
  1252. checking whether gcc accepts -W... yes
  1253. adding -W to WARN_CFLAGS
  1254. checking whether gcc accepts -Wshadow... yes
  1255. adding -Wshadow to WARN_CFLAGS
  1256. checking whether gcc accepts -Wformat... yes
  1257. adding -Wformat to WARN_CFLAGS
  1258. checking whether gcc accepts -Wpointer-arith... yes
  1259. adding -Wpointer-arith to WARN_CFLAGS
  1260. checking whether gcc accepts -Wmissing-prototypes... yes
  1261. adding -Wmissing-prototypes to WARN_CFLAGS
  1262. checking whether gcc accepts -Wstrict-prototypes... yes
  1263. adding -Wstrict-prototypes to WARN_CFLAGS
  1264. checking whether gcc accepts -Wwrite-strings... yes
  1265. adding -Wwrite-strings to WARN_CFLAGS
  1266. checking whether gcc accepts -Wcast-align... yes
  1267. adding -Wcast-align to WARN_CFLAGS
  1268. checking whether gcc accepts -Wcast-qual... yes
  1269. adding -Wcast-qual to WARN_CFLAGS
  1270. checking whether g++ accepts -Wall... yes
  1271. adding -Wall to WARN_CXXFLAGS
  1272. checking whether g++ accepts -W... yes
  1273. adding -W to WARN_CXXFLAGS
  1274. checking whether g++ accepts -Wshadow... yes
  1275. adding -Wshadow to WARN_CXXFLAGS
  1276. checking whether g++ accepts -Wold-style-cast... yes
  1277. adding -Wold-style-cast to WARN_CXXFLAGS
  1278. checking whether g++ accepts -Wformat... yes
  1279. adding -Wformat to WARN_CXXFLAGS
  1280. checking whether g++ accepts -Wpointer-arith... yes
  1281. adding -Wpointer-arith to WARN_CXXFLAGS
  1282. checking whether g++ accepts -Wwrite-strings... yes
  1283. adding -Wwrite-strings to WARN_CXXFLAGS
  1284. checking whether g++ accepts -Wcast-align... yes
  1285. adding -Wcast-align to WARN_CXXFLAGS
  1286. checking whether g++ accepts -Wcast-qual... yes
  1287. adding -Wcast-qual to WARN_CXXFLAGS
  1288. configure: WARNING: JAVA_HOME environment variable not initialized. Auto-detection will proceed but is unreliable.
  1289. checking for java... /usr/bin/java
  1290. checking for javac... /usr/lib/jvm/java-7-openjdk-amd64/bin/javac
  1291. checking for jar... /usr/lib/jvm/java-7-openjdk-amd64/bin/jar
  1292. checking for Java version... 1.7.0_51
  1293. checking for libjvm.so... /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server
  1294. checking for include file <jni.h>... /usr/lib/jvm/java-7-openjdk-amd64/include
  1295. checking for QT... yes
  1296. checking for moc-qt5... no
  1297. checking for moc-qt4... moc-qt4
  1298. checking for uic-qt5... no
  1299. checking for uic-qt4... uic-qt4
  1300. checking for rcc-qt5... no
  1301. checking for rcc-qt4... no
  1302. checking for rcc... rcc
  1303. checking for lrelease-qt5... no
  1304. checking for lrelease-qt4... lrelease-qt4
  1305. checking whether Qt has the QAbstractItemModel::beginResetModel() function... yes
  1306. checking whether Qt provides QFont::Monospace... yes
  1307. checking whether Qt has SetPlaceholderText function... yes
  1308. checking whether Qscintilla library is installed... yes
  1309. checking whether Qscintilla has version 2.6.0 or later... yes
  1310. checking Qsci/qscilexeroctave.h usability... yes
  1311. checking Qsci/qscilexeroctave.h presence... yes
  1312. checking for Qsci/qscilexeroctave.h... yes
  1313. checking Qsci/qscilexermatlab.h usability... yes
  1314. checking Qsci/qscilexermatlab.h presence... yes
  1315. checking for Qsci/qscilexermatlab.h... yes
  1316. checking for setlocale... (cached) yes
  1317. checking pty.h usability... yes
  1318. checking pty.h presence... yes
  1319. checking for pty.h... yes
  1320. checking libutil.h usability... no
  1321. checking libutil.h presence... no
  1322. checking for libutil.h... no
  1323. checking util.h usability... no
  1324. checking util.h presence... no
  1325. checking for util.h... no
  1326. checking for library containing openpty... -lutil
  1327. checking for chmod... yes
  1328. checking for chown... yes
  1329. checking for ftruncate... yes
  1330. checking for mmap... (cached) yes
  1331. checking for munmap... yes
  1332. checking that generated files are newer than configure... done
  1333. configure: creating ./config.status
  1334. config.status: creating oct-conf-post.h
  1335. config.status: creating Makefile
  1336. config.status: creating doc/Makefile
  1337. config.status: creating doc/doxyhtml/Makefile
  1338. config.status: creating doc/doxyhtml/Doxyfile
  1339. config.status: creating doc/icons/Makefile
  1340. config.status: creating doc/interpreter/Makefile
  1341. config.status: creating doc/liboctave/Makefile
  1342. config.status: creating doc/refcard/Makefile
  1343. config.status: creating examples/Makefile
  1344. config.status: creating libgnu/Makefile
  1345. config.status: creating libgui/Makefile
  1346. config.status: creating libinterp/Makefile
  1347. config.status: creating liboctave/Makefile
  1348. config.status: creating liboctave/cruft/Makefile
  1349. config.status: creating liboctave/cruft/mkf77def
  1350. config.status: creating scripts/Makefile
  1351. config.status: creating src/Makefile
  1352. config.status: creating test/Makefile
  1353. config.status: creating config.h
  1354. config.status: config.h is unchanged
  1355. config.status: executing depfiles commands
  1356. config.status: executing libtool commands
  1357. configure:
  1358.  
  1359. Octave is now configured for x86_64-unknown-linux-gnu
  1360.  
  1361. Source directory: .
  1362. Installation prefix: /usr/local
  1363. C compiler: gcc -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -pthread
  1364. C++ compiler: g++ -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -pthread
  1365. Fortran compiler: gfortran -O
  1366. Fortran libraries: -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath
  1367. Lex libraries:
  1368. LIBS: -lutil -lm
  1369.  
  1370. AMD CPPFLAGS:
  1371. AMD LDFLAGS:
  1372. AMD libraries: -lamd
  1373. ARPACK CPPFLAGS:
  1374. ARPACK LDFLAGS:
  1375. ARPACK libraries: -larpack
  1376. BLAS libraries: -lblas
  1377. CAMD CPPFLAGS:
  1378. CAMD LDFLAGS:
  1379. CAMD libraries: -lcamd
  1380. CARBON libraries:
  1381. CCOLAMD CPPFLAGS:
  1382. CCOLAMD LDFLAGS:
  1383. CCOLAMD libraries: -lccolamd
  1384. CHOLMOD CPPFLAGS:
  1385. CHOLMOD LDFLAGS:
  1386. CHOLMOD libraries: -lcholmod
  1387. COLAMD CPPFLAGS:
  1388. COLAMD LDFLAGS:
  1389. COLAMD libraries: -lcolamd
  1390. CURL CPPFLAGS:
  1391. CURL LDFLAGS:
  1392. CURL libraries: -lcurl
  1393. CXSPARSE CPPFLAGS:
  1394. CXSPARSE LDFLAGS:
  1395. CXSPARSE libraries: -lcxsparse
  1396. DL libraries: -ldl
  1397. FFTW3 CPPFLAGS:
  1398. FFTW3 LDFLAGS:
  1399. FFTW3 libraries: -lfftw3_threads -lfftw3
  1400. FFTW3F CPPFLAGS:
  1401. FFTW3F LDFLAGS:
  1402. FFTW3F libraries: -lfftw3f_threads -lfftw3f
  1403. fontconfig CFLAGS:
  1404. fontconfig libraries: -lfontconfig
  1405. FreeType2 CFLAGS: -I/usr/include/freetype2
  1406. FreeType2 libraries: -lfreetype
  1407. GLPK CPPFLAGS:
  1408. GLPK LDFLAGS:
  1409. GLPK libraries: -lglpk
  1410. graphics CFLAGS: -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DCP936 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
  1411. graphics libraries: -Wl,-Bsymbolic-functions -lfltk_gl -lfltk -lX11
  1412. HDF5 CPPFLAGS:
  1413. HDF5 LDFLAGS:
  1414. HDF5 libraries: -lhdf5
  1415. Java home: /usr/lib/jvm/java-7-openjdk-amd64
  1416. Java JVM path: /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server
  1417. Java CPPFLAGS: -I/usr/lib/jvm/java-7-openjdk-amd64/include -I/usr/lib/jvm/java-7-openjdk-amd64/include/linux
  1418. Java libraries:
  1419. LAPACK libraries: -llapack
  1420. LLVM CPPFLAGS:
  1421. LLVM LDFLAGS:
  1422. LLVM libraries:
  1423. Magick++ CPPFLAGS: -I/usr/include/GraphicsMagick
  1424. Magick++ LDFLAGS:
  1425. Magick++ libraries: -lGraphicsMagick++ -lGraphicsMagick
  1426. OPENGL libraries: -lfontconfig -lGL -lGLU
  1427. PCRE CPPFLAGS:
  1428. PCRE libraries: -lpcre
  1429. PTHREAD flags: -pthread
  1430. PTHREAD libraries:
  1431. QHULL CPPFLAGS:
  1432. QHULL LDFLAGS:
  1433. QHULL libraries: -lqhull
  1434. QRUPDATE CPPFLAGS:
  1435. QRUPDATE LDFLAGS:
  1436. QRUPDATE libraries: -lqrupdate
  1437. Qt CPPFLAGS: -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork
  1438. Qt LDFLAGS:
  1439. Qt libraries: -lQtGui -lQtNetwork -lQtCore -lqscintilla2
  1440. READLINE libraries: -lreadline
  1441. TERM libraries: -ltermcap
  1442. UMFPACK CPPFLAGS:
  1443. UMFPACK LDFLAGS:
  1444. UMFPACK libraries: -lumfpack
  1445. X11 include flags:
  1446. X11 libraries: -lX11
  1447. Z CPPFLAGS:
  1448. Z LDFLAGS:
  1449. Z libraries: -lz
  1450.  
  1451. Default pager: less
  1452. gnuplot: gnuplot
  1453.  
  1454. Build Octave GUI: yes
  1455. JIT compiler for loops: no
  1456. Build Java interface: yes
  1457. Do internal array bounds checking: no
  1458. Use octave_allocator: no
  1459. Build static libraries: no
  1460. Build shared libraries: yes
  1461. Dynamic Linking: yes (dlopen)
  1462. Include support for GNU readline: yes
  1463. 64-bit array dims and indexing: no
  1464.  
  1465. configure: WARNING: Missing LLVM file TargetData.h. JIT compiler is disabled.
  1466. configure: WARNING: JAVA_HOME environment variable not initialized. Auto-detection will proceed but is unreliable.
  1467. configure:
  1468. configure: NOTE: Libraries or auxiliary programs may be skipped if they are
  1469. configure: NOTE: not found OR if they are missing required features on your
  1470. configure: NOTE: system.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement