Advertisement
Guest User

configure script

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