Advertisement
Guest User

Octave 3.4.2 configure error on CentOS 5.6

a guest
Jul 29th, 2011
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.15 KB | None | 0 0
  1. octave-3.4.2 > ./configure --prefix=/g/software/linux/pack/octave-3.4.2
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking how to create a ustar tar archive... gnutar
  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. defining man1dir to be $(mandir)/man1
  39. defining man1ext to be .1
  40. defining doc_cache_file to be $(octetcdir)/doc-cache
  41. defining infofile to be $(infodir)/octave.info
  42. defining octincludedir to be $(includedir)/octave-$(version)/octave
  43. defining fcnfiledir to be $(datadir)/octave/$(version)/m
  44. defining localfcnfiledir to be $(datadir)/octave/site/m
  45. defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m
  46. defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m
  47. defining octetcdir to be $(datadir)/octave/$(version)/etc
  48. defining octlibdir to be $(libdir)/octave/$(version)
  49. defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type)
  50. defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type)
  51. defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type)
  52. defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)
  53. defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type)
  54. defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type)
  55. defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type)
  56. defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type)
  57. defining imagedir to be $(datadir)/octave/$(version)/imagelib
  58. checking for pkg-config... /usr/bin/pkg-config
  59. checking pkg-config is at least version 0.9.0... yes
  60. configure: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
  61. checking for g++... g++
  62. checking whether we are using the GNU C++ compiler... yes
  63. checking whether g++ accepts -g... yes
  64. checking dependency style of g++... gcc3
  65. checking how to run the C++ preprocessor... g++ -E
  66. checking for C++ support for new friend template declaration... yes
  67. checking if C++ library is ISO compliant... yes
  68. checking for broken C++ reinterpret_cast... no
  69. checking for gcc... (cached) gcc
  70. checking whether we are using the GNU C compiler... (cached) yes
  71. checking whether gcc accepts -g... (cached) yes
  72. checking for gcc option to accept ISO C89... (cached) none needed
  73. checking dependency style of gcc... (cached) gcc3
  74. checking how to run the C preprocessor... gcc -E
  75. checking whether gcc needs -traditional... no
  76. checking for ranlib... ranlib
  77. checking for _LARGEFILE_SOURCE value needed for large files... no
  78. checking for size_t... yes
  79. checking for working alloca.h... yes
  80. checking for alloca... yes
  81. checking for canonicalize_file_name... yes
  82. checking for getcwd... yes
  83. checking for readlink... yes
  84. checking for realpath... yes
  85. checking for chown... yes
  86. checking for fchown... yes
  87. checking for fcntl... yes
  88. checking for dup2... yes
  89. checking for fchdir... yes
  90. checking for fdopendir... yes
  91. checking for mempcpy... yes
  92. checking for btowc... yes
  93. checking for isblank... yes
  94. checking for iswctype... yes
  95. checking for mbsrtowcs... yes
  96. checking for wmemchr... yes
  97. checking for wmemcpy... yes
  98. checking for wmempcpy... yes
  99. checking for fpurge... no
  100. checking for __fpurge... yes
  101. checking for __freading... yes
  102. checking for getdtablesize... yes
  103. checking for getlogin_r... yes
  104. checking for gettimeofday... yes
  105. checking for fstatat... yes
  106. checking for getpwnam_r... yes
  107. checking for lchmod... no
  108. checking for link... yes
  109. checking for lstat... yes
  110. checking for mbsinit... yes
  111. checking for mbrtowc... yes
  112. checking for mprotect... yes
  113. checking for mkfifo... yes
  114. checking for mkstemp... yes
  115. checking for alarm... yes
  116. checking for pathconf... yes
  117. checking for sigaction... yes
  118. checking for sigaltstack... yes
  119. checking for siginterrupt... yes
  120. checking for sleep... yes
  121. checking for strdup... yes
  122. checking for tzset... yes
  123. checking for strptime... yes
  124. checking for symlink... yes
  125. checking for localtime_r... yes
  126. checking for times... yes
  127. checking for pipe... yes
  128. checking for vasnprintf... no
  129. checking for iswcntrl... yes
  130. checking whether // is distinct from /... no
  131. checking whether realpath works... yes
  132. checking for sys/param.h... yes
  133. checking for sys/socket.h... yes
  134. checking for dirent.h... yes
  135. checking for wctype.h... yes
  136. checking for netdb.h... yes
  137. checking for getopt.h... yes
  138. checking for sys/time.h... yes
  139. checking for sys/cdefs.h... yes
  140. checking for unistd.h... (cached) yes
  141. checking for math.h... yes
  142. checking for sys/mman.h... yes
  143. checking for sys/select.h... yes
  144. checking for wchar.h... yes
  145. checking for stdint.h... (cached) yes
  146. checking for sys/stat.h... (cached) yes
  147. checking for sys/times.h... yes
  148. checking for sys/uio.h... yes
  149. checking for features.h... yes
  150. checking for inline... inline
  151. checking for uid_t in sys/types.h... yes
  152. checking for unistd.h... (cached) yes
  153. checking for working chown... yes
  154. checking whether chown dereferences symlinks... yes
  155. checking whether chown honors trailing slash... yes
  156. checking whether chown always updates ctime... yes
  157. checking whether byte ordering is bigendian... no
  158. checking whether the preprocessor supports include_next... yes
  159. checking whether system header files limit the line length... no
  160. checking for complete errno.h... yes
  161. checking whether strerror_r is declared... yes
  162. checking for strerror_r... yes
  163. checking whether strerror_r returns char *... yes
  164. checking whether fchdir is declared... yes
  165. checking for mode_t... yes
  166. checking for promoted mode_t type... mode_t
  167. checking for working fcntl.h... yes
  168. checking for st_dm_mode in struct stat... no
  169. checking whether strmode is declared... no
  170. checking for mbstate_t... yes
  171. checking whether stdin defaults to large file offsets... yes
  172. checking whether fseeko is declared... yes
  173. checking for fseeko... yes
  174. checking whether fflush works on input streams... no
  175. checking whether ftello is declared... yes
  176. checking for ftello... yes
  177. checking whether ftello works... yes
  178. checking whether getcwd (NULL, 0) allocates memory for result... yes
  179. checking whether getcwd is declared... yes
  180. checking whether getlogin_r is declared... yes
  181. checking whether getlogin is declared... yes
  182. checking for getopt.h... (cached) yes
  183. checking for getopt_long_only... yes
  184. checking whether getopt is POSIX compatible... yes
  185. checking for working GNU getopt function... no
  186. checking whether getenv is declared... yes
  187. checking for C/C++ restrict keyword... __restrict
  188. checking for struct timeval... yes
  189. checking whether gettimeofday is declared without a macro... yes
  190. checking for nl_langinfo and CODESET... yes
  191. checking whether getc_unlocked is declared... yes
  192. checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
  193. checking whether lstat correctly handles trailing slash... yes
  194. checking whether malloc, realloc, calloc are POSIX compliant... yes
  195. checking for stdlib.h... (cached) yes
  196. checking for GNU libc compatible malloc... yes
  197. checking for unsigned long long int... yes
  198. checking for long long int... yes
  199. checking for a traditional japanese locale... ja_JP
  200. checking for a transitional chinese locale... zh_CN.GB18030
  201. checking for a french Unicode locale... fr_FR.UTF-8
  202. checking for a traditional french locale... fr_FR
  203. checking for mmap... yes
  204. checking for MAP_ANONYMOUS... yes
  205. checking whether memchr works... yes
  206. checking whether memrchr is declared... yes
  207. checking for special C compiler options needed for large files... no
  208. checking for _FILE_OFFSET_BITS value needed for large files... no
  209. checking whether <sys/socket.h> is self-contained... yes
  210. checking for shutdown... yes
  211. checking whether <sys/socket.h> defines the SHUT_* macros... yes
  212. checking for struct sockaddr_storage... yes
  213. checking for sa_family_t... yes
  214. checking for struct sockaddr_storage.ss_family... yes
  215. checking whether socket is declared without a macro... yes
  216. checking whether connect is declared without a macro... yes
  217. checking whether accept is declared without a macro... yes
  218. checking whether bind is declared without a macro... yes
  219. checking whether getpeername is declared without a macro... yes
  220. checking whether getsockname is declared without a macro... yes
  221. checking whether getsockopt is declared without a macro... yes
  222. checking whether listen is declared without a macro... yes
  223. checking whether recv is declared without a macro... yes
  224. checking whether send is declared without a macro... yes
  225. checking whether recvfrom is declared without a macro... yes
  226. checking whether sendto is declared without a macro... yes
  227. checking whether setsockopt is declared without a macro... yes
  228. checking whether shutdown is declared without a macro... yes
  229. checking whether accept4 is declared without a macro... no
  230. checking whether <sys/select.h> is self-contained... yes
  231. checking whether select is declared without a macro... yes
  232. checking for library containing setsockopt... none needed
  233. checking whether select supports a 0 argument... yes
  234. checking whether unlink honors trailing slashes... yes
  235. checking whether unlink of a parent directory fails as it should... guessing yes
  236. checking for stdbool.h that conforms to C99... yes
  237. checking for _Bool... yes
  238. checking for wchar_t... yes
  239. checking whether stdint.h conforms to C99... yes
  240. checking whether strdup is declared... yes
  241. checking whether struct tm is in sys/time.h or time.h... time.h
  242. checking for struct tm.tm_zone... yes
  243. checking for struct tm.tm_gmtoff... yes
  244. checking whether memmem is declared without a macro... yes
  245. checking whether mempcpy is declared without a macro... yes
  246. checking whether memrchr is declared without a macro... yes
  247. checking whether rawmemchr is declared without a macro... yes
  248. checking whether stpcpy is declared without a macro... yes
  249. checking whether stpncpy is declared without a macro... yes
  250. checking whether strchrnul is declared without a macro... yes
  251. checking whether strdup is declared without a macro... yes
  252. checking whether strncat is declared without a macro... yes
  253. checking whether strndup is declared without a macro... yes
  254. checking whether strnlen is declared without a macro... yes
  255. checking whether strpbrk is declared without a macro... yes
  256. checking whether strsep is declared without a macro... yes
  257. checking whether strcasestr is declared without a macro... yes
  258. checking whether strtok_r is declared without a macro... yes
  259. checking whether strerror_r is declared without a macro... yes
  260. checking whether strsignal is declared without a macro... yes
  261. checking whether strverscmp is declared without a macro... yes
  262. checking whether stat file-mode macros are broken... no
  263. checking for struct timespec in <time.h>... yes
  264. checking whether localtime_r is declared... no
  265. checking for wint_t... yes
  266. checking for inttypes.h... yes
  267. checking for stdint.h... yes
  268. checking for intmax_t... yes
  269. checking whether snprintf returns a byte count as in C99... yes
  270. checking for snprintf... yes
  271. checking for strnlen... yes
  272. checking for wcslen... yes
  273. checking for wcsnlen... yes
  274. checking for mbrtowc... (cached) yes
  275. checking for wcrtomb... yes
  276. checking whether _snprintf is declared... no
  277. checking whether vsnprintf is declared... yes
  278. checking whether <wchar.h> uses 'inline' correctly... yes
  279. checking for alloca as a compiler built-in... yes
  280. checking whether this system has an arbitrary file name length limit... yes
  281. checking whether copysign can be used without linking with libm... yes
  282. checking for d_ino member in directory struct... yes
  283. checking for d_type member in directory struct... yes
  284. checking whether alphasort is declared without a macro... yes
  285. checking whether dirfd is declared without a macro... yes
  286. checking whether fdopendir is declared without a macro... yes
  287. checking whether scandir is declared without a macro... yes
  288. checking for dirfd... yes
  289. checking whether dirfd is declared... (cached) yes
  290. checking whether dirfd is a macro... no
  291. checking whether // is distinct from /... (cached) no
  292. checking whether dup2 works... yes
  293. checking for error_at_line... yes
  294. checking whether fflush works on input streams... (cached) no
  295. checking whether fcntl handles F_DUPFD correctly... yes
  296. checking whether fcntl understands F_DUPFD_CLOEXEC... no
  297. checking whether fcntl is declared without a macro... yes
  298. checking whether openat is declared without a macro... yes
  299. checking whether fdopendir is declared... (cached) yes
  300. checking whether fdopendir works... yes
  301. checking whether fflush works on input streams... (cached) no
  302. checking for working POSIX fnmatch... no
  303. checking whether isblank is declared... yes
  304. checking whether fpurge is declared... no
  305. checking for fseeko... (cached) yes
  306. checking whether fflush works on input streams... (cached) no
  307. checking for ftello... (cached) yes
  308. checking whether ftello works... (cached) yes
  309. checking whether getcwd handles long file names properly... no, but it is partly working
  310. checking for getpagesize... yes
  311. checking whether getcwd aborts when 4k < cwd_length < 16k... no
  312. checking for gethostname... yes
  313. checking for HOST_NAME_MAX... yes
  314. checking whether getlogin_r works with small buffers... yes
  315. checking whether gettimeofday clobbers localtime buffer... no
  316. checking for gettimeofday with POSIX signature... almost
  317. checking glob.h usability... yes
  318. checking glob.h presence... yes
  319. checking for glob.h... yes
  320. checking for GNU glob interface version 1... yes
  321. checking whether glob lists broken symlinks... no
  322. checking for lchown... yes
  323. checking whether link handles trailing slash correctly... yes
  324. checking whether lseek detects pipes... yes
  325. checking whether NAN macro works... yes
  326. checking whether HUGE_VAL works... yes
  327. checking whether acosl is declared without a macro... yes
  328. checking whether asinl is declared without a macro... yes
  329. checking whether atanl is declared without a macro... yes
  330. checking whether ceilf is declared without a macro... yes
  331. checking whether ceill is declared without a macro... yes
  332. checking whether cosl is declared without a macro... yes
  333. checking whether expl is declared without a macro... yes
  334. checking whether floorf is declared without a macro... yes
  335. checking whether floorl is declared without a macro... yes
  336. checking whether frexpl is declared without a macro... yes
  337. checking whether ldexpl is declared without a macro... yes
  338. checking whether logb is declared without a macro... yes
  339. checking whether logl is declared without a macro... yes
  340. checking whether round is declared without a macro... yes
  341. checking whether roundf is declared without a macro... yes
  342. checking whether roundl is declared without a macro... yes
  343. checking whether sinl is declared without a macro... yes
  344. checking whether sqrtl is declared without a macro... yes
  345. checking whether tanl is declared without a macro... yes
  346. checking whether trunc is declared without a macro... yes
  347. checking whether truncf is declared without a macro... yes
  348. checking whether truncl is declared without a macro... yes
  349. checking whether mbrtowc handles incomplete characters... yes
  350. checking whether mbrtowc works as well as mbtowc... yes
  351. checking whether mbrtowc handles a NULL pwc argument... yes
  352. checking whether mbrtowc handles a NULL string argument... yes
  353. checking whether mbrtowc has a correct return value... yes
  354. checking whether mbrtowc returns 0 when parsing a NUL character... yes
  355. checking whether mbrtowc handles incomplete characters... (cached) yes
  356. checking whether mbrtowc works as well as mbtowc... (cached) yes
  357. checking whether mbrtowc handles incomplete characters... (cached) yes
  358. checking whether mbrtowc works as well as mbtowc... (cached) yes
  359. checking whether mbsrtowcs works... yes
  360. checking for mempcpy... (cached) yes
  361. checking for memrchr... yes
  362. checking whether mkdir handles trailing slash... yes
  363. checking whether mkdir handles trailing dot... yes
  364. checking whether mkfifo rejects trailing slashes... yes
  365. checking for working mkstemp... yes
  366. checking for working mktime... yes
  367. checking for library containing nanosleep... none required
  368. checking for working nanosleep... no (mishandles large arguments)
  369. checking for sys/pstat.h... no
  370. checking for sys/sysmp.h... no
  371. checking for sys/param.h... (cached) yes
  372. checking for sys/sysctl.h... yes
  373. checking for sched_getaffinity... yes
  374. checking for sched_getaffinity_np... no
  375. checking for pstat_getdynamic... no
  376. checking for sysmp... no
  377. checking for sysctl... yes
  378. checking for glibc compatible sched_getaffinity... yes
  379. checking whether open recognizes a trailing slash... yes
  380. checking for fchmodat... yes
  381. checking for fstatat... (cached) yes
  382. checking for mkdirat... yes
  383. checking for openat... yes
  384. checking for unlinkat... yes
  385. checking for fchownat... yes
  386. checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
  387. checking whether fchownat works with an empty file name... yes
  388. checking whether program_invocation_name is declared... yes
  389. checking whether program_invocation_short_name is declared... yes
  390. checking whether readlink signature is correct... yes
  391. checking whether readlink handles trailing slash correctly... yes
  392. checking whether rename honors trailing slash on destination... yes
  393. checking whether rename honors trailing slash on source... yes
  394. checking whether rename manages hard links correctly... yes
  395. checking whether rename manages existing destinations correctly... yes
  396. checking whether rmdir works... yes
  397. checking whether round is declared... (cached) yes
  398. checking whether round works... yes
  399. checking whether roundf is declared... (cached) yes
  400. checking whether roundf works... yes
  401. checking whether select supports a 0 argument... (cached) yes
  402. checking for struct sigaction.sa_sigaction... yes
  403. checking for volatile sig_atomic_t... yes
  404. checking for sighandler_t... yes
  405. checking whether sigaction is declared without a macro... yes
  406. checking whether sigaddset is declared without a macro... yes
  407. checking whether sigdelset is declared without a macro... yes
  408. checking whether sigemptyset is declared without a macro... yes
  409. checking whether sigfillset is declared without a macro... yes
  410. checking whether sigismember is declared without a macro... yes
  411. checking whether sigpending is declared without a macro... yes
  412. checking whether sigprocmask is declared without a macro... yes
  413. checking for sigprocmask... yes
  414. checking for stdint.h... (cached) yes
  415. checking for SIZE_MAX... yes
  416. checking whether sleep is declared... yes
  417. checking for working sleep... yes
  418. checking for library containing setsockopt... (cached) none needed
  419. checking for socklen_t... yes
  420. checking whether stat handles trailing slashes on directories... yes
  421. checking whether stat handles trailing slashes on files... yes
  422. checking whether NULL can be used in arbitrary expressions... yes
  423. checking whether dprintf is declared without a macro... yes
  424. checking whether fpurge is declared without a macro... no
  425. checking whether fseeko is declared without a macro... yes
  426. checking whether ftello is declared without a macro... yes
  427. checking whether getdelim is declared without a macro... yes
  428. checking whether getline is declared without a macro... yes
  429. checking whether popen is declared without a macro... yes
  430. checking whether renameat is declared without a macro... yes
  431. checking whether snprintf is declared without a macro... yes
  432. checking whether tmpfile is declared without a macro... yes
  433. checking whether vdprintf is declared without a macro... yes
  434. checking whether vsnprintf is declared without a macro... yes
  435. checking whether _Exit is declared without a macro... yes
  436. checking whether atoll is declared without a macro... yes
  437. checking whether canonicalize_file_name is declared without a macro... yes
  438. checking whether getloadavg is declared without a macro... yes
  439. checking whether getsubopt is declared without a macro... yes
  440. checking whether grantpt is declared without a macro... yes
  441. checking whether mkdtemp is declared without a macro... yes
  442. checking whether mkostemp is declared without a macro... no
  443. checking whether mkostemps is declared without a macro... no
  444. checking whether mkstemp is declared without a macro... yes
  445. checking whether mkstemps is declared without a macro... no
  446. checking whether ptsname is declared without a macro... yes
  447. checking whether random_r is declared without a macro... yes
  448. checking whether initstat_r is declared without a macro... no
  449. checking whether srandom_r is declared without a macro... yes
  450. checking whether setstate_r is declared without a macro... yes
  451. checking whether realpath is declared without a macro... yes
  452. checking whether rpmatch is declared without a macro... yes
  453. checking whether setenv is declared without a macro... yes
  454. checking whether strtod is declared without a macro... yes
  455. checking whether strtoll is declared without a macro... yes
  456. checking whether strtoull is declared without a macro... yes
  457. checking whether unlockpt is declared without a macro... yes
  458. checking whether unsetenv is declared without a macro... yes
  459. checking for working strerror function... yes
  460. checking whether symlink handles trailing slash correctly... yes
  461. checking whether <sys/select.h> is self-contained... (cached) yes
  462. checking whether select is declared without a macro... (cached) yes
  463. checking whether <sys/socket.h> is self-contained... (cached) yes
  464. checking for shutdown... (cached) yes
  465. checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes
  466. checking for struct sockaddr_storage... (cached) yes
  467. checking for sa_family_t... (cached) yes
  468. checking for struct sockaddr_storage.ss_family... (cached) yes
  469. checking whether socket is declared without a macro... (cached) yes
  470. checking whether connect is declared without a macro... (cached) yes
  471. checking whether accept is declared without a macro... (cached) yes
  472. checking whether bind is declared without a macro... (cached) yes
  473. checking whether getpeername is declared without a macro... (cached) yes
  474. checking whether getsockname is declared without a macro... (cached) yes
  475. checking whether getsockopt is declared without a macro... (cached) yes
  476. checking whether listen is declared without a macro... (cached) yes
  477. checking whether recv is declared without a macro... (cached) yes
  478. checking whether send is declared without a macro... (cached) yes
  479. checking whether recvfrom is declared without a macro... (cached) yes
  480. checking whether sendto is declared without a macro... (cached) yes
  481. checking whether setsockopt is declared without a macro... (cached) yes
  482. checking whether shutdown is declared without a macro... (cached) yes
  483. checking whether accept4 is declared without a macro... (cached) no
  484. checking for nlink_t... yes
  485. checking whether fchmodat is declared without a macro... yes
  486. checking whether fstatat is declared without a macro... yes
  487. checking whether futimens is declared without a macro... no
  488. checking whether lchmod is declared without a macro... yes
  489. checking whether lstat is declared without a macro... yes
  490. checking whether mkdirat is declared without a macro... yes
  491. checking whether mkfifo is declared without a macro... yes
  492. checking whether mkfifoat is declared without a macro... yes
  493. checking whether mknod is declared without a macro... yes
  494. checking whether mknodat is declared without a macro... yes
  495. checking whether stat is declared without a macro... yes
  496. checking whether utimensat is declared without a macro... no
  497. checking for struct tms... yes
  498. checking whether times is declared without a macro... yes
  499. checking whether localtime_r is compatible with its POSIX signature... yes
  500. checking whether trunc is declared... (cached) yes
  501. checking whether truncf is declared... (cached) yes
  502. checking whether chown is declared without a macro... yes
  503. checking whether dup2 is declared without a macro... yes
  504. checking whether dup3 is declared without a macro... no
  505. checking whether environ is declared without a macro... yes
  506. checking whether euidaccess is declared without a macro... yes
  507. checking whether faccessat is declared without a macro... yes
  508. checking whether fchdir is declared without a macro... yes
  509. checking whether fchownat is declared without a macro... yes
  510. checking whether fsync is declared without a macro... yes
  511. checking whether ftruncate is declared without a macro... yes
  512. checking whether getcwd is declared without a macro... yes
  513. checking whether getdomainname is declared without a macro... yes
  514. checking whether getdtablesize is declared without a macro... yes
  515. checking whether getgroups is declared without a macro... yes
  516. checking whether gethostname is declared without a macro... yes
  517. checking whether getlogin is declared without a macro... yes
  518. checking whether getlogin_r is declared without a macro... yes
  519. checking whether getpagesize is declared without a macro... yes
  520. checking whether getusershell is declared without a macro... yes
  521. checking whether setusershell is declared without a macro... yes
  522. checking whether endusershell is declared without a macro... yes
  523. checking whether group_member is declared without a macro... yes
  524. checking whether lchown is declared without a macro... yes
  525. checking whether link is declared without a macro... yes
  526. checking whether linkat is declared without a macro... yes
  527. checking whether lseek is declared without a macro... yes
  528. checking whether pipe is declared without a macro... yes
  529. checking whether pipe2 is declared without a macro... no
  530. checking whether pread is declared without a macro... yes
  531. checking whether pwrite is declared without a macro... yes
  532. checking whether readlink is declared without a macro... yes
  533. checking whether readlinkat is declared without a macro... yes
  534. checking whether rmdir is declared without a macro... yes
  535. checking whether sleep is declared without a macro... yes
  536. checking whether symlink is declared without a macro... yes
  537. checking whether symlinkat is declared without a macro... yes
  538. checking whether ttyname_r is declared without a macro... yes
  539. checking whether unlink is declared without a macro... yes
  540. checking whether unlinkat is declared without a macro... yes
  541. checking whether usleep is declared without a macro... yes
  542. checking whether unlink honors trailing slashes... (cached) yes
  543. checking whether unlink of a parent directory fails as it should... (cached) guessing yes
  544. checking for ptrdiff_t... yes
  545. checking for vsnprintf... yes
  546. checking whether snprintf respects a size of 1... yes
  547. checking whether btowc is declared without a macro... yes
  548. checking whether wctob is declared without a macro... yes
  549. checking whether mbsinit is declared without a macro... yes
  550. checking whether mbrtowc is declared without a macro... yes
  551. checking whether mbrlen is declared without a macro... yes
  552. checking whether mbsrtowcs is declared without a macro... yes
  553. checking whether mbsnrtowcs is declared without a macro... yes
  554. checking whether wcrtomb is declared without a macro... yes
  555. checking whether wcsrtombs is declared without a macro... yes
  556. checking whether wcsnrtombs is declared without a macro... yes
  557. checking whether wcwidth is declared without a macro... yes
  558. checking whether wmemchr is declared without a macro... yes
  559. checking whether wmemcmp is declared without a macro... yes
  560. checking whether wmemcpy is declared without a macro... yes
  561. checking whether wmemmove is declared without a macro... yes
  562. checking whether wmemset is declared without a macro... yes
  563. checking whether wcslen is declared without a macro... yes
  564. checking whether wcsnlen is declared without a macro... yes
  565. checking whether wcscpy is declared without a macro... yes
  566. checking whether wcpcpy is declared without a macro... yes
  567. checking whether wcsncpy is declared without a macro... yes
  568. checking whether wcpncpy is declared without a macro... yes
  569. checking whether wcscat is declared without a macro... yes
  570. checking whether wcsncat is declared without a macro... yes
  571. checking whether wcscmp is declared without a macro... yes
  572. checking whether wcsncmp is declared without a macro... yes
  573. checking whether wcscasecmp is declared without a macro... yes
  574. checking whether wcsncasecmp is declared without a macro... yes
  575. checking whether wcscoll is declared without a macro... yes
  576. checking whether wcsxfrm is declared without a macro... yes
  577. checking whether wcsdup is declared without a macro... yes
  578. checking whether wcschr is declared without a macro... yes
  579. checking whether wcsrchr is declared without a macro... yes
  580. checking whether wcscspn is declared without a macro... yes
  581. checking whether wcsspn is declared without a macro... yes
  582. checking whether wcspbrk is declared without a macro... yes
  583. checking whether wcsstr is declared without a macro... yes
  584. checking whether wcstok is declared without a macro... yes
  585. checking whether wcswidth is declared without a macro... yes
  586. checking whether iswcntrl works... yes
  587. checking for wctype_t... yes
  588. checking for wctrans_t... yes
  589. checking whether wctype is declared without a macro... yes
  590. checking whether iswctype is declared without a macro... yes
  591. checking whether wctrans is declared without a macro... yes
  592. checking whether towctrans is declared without a macro... yes
  593. checking for stdint.h... (cached) yes
  594. checking for the pthreads library -lpthreads... no
  595. checking whether pthreads work without any flags... no
  596. checking whether pthreads work with -Kthread... no
  597. checking whether pthreads work with -kthread... no
  598. checking for the pthreads library -llthread... no
  599. checking whether pthreads work with -pthread... yes
  600. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  601. checking if more special flags are required for pthreads... no
  602. checking for X... libraries , headers
  603. checking for XrmInitialize in -lX11... yes
  604. checking whether ld accepts -framework Carbon... no
  605. checking for sin in -lm... yes
  606. checking for g77... g77
  607. checking whether we are using the GNU Fortran 77 compiler... yes
  608. checking whether g77 accepts -g... yes
  609. checking how to get verbose linking output from g77... -v
  610. checking for Fortran 77 libraries of g77... -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 -lfrtbegin -lg2c -lm
  611. checking for dummy main to link with Fortran 77 libraries... none
  612. checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore
  613. configure: defining FFLAGS to be -O
  614. checking whether g77 generates correct size integers... yes
  615. checking whether g77 accepts -ffloat-store... yes
  616. setting F77_FLOAT_STORE_FLAG to -ffloat-store
  617. checking for IEEE 754 data format... yes
  618. checking whether complex class can set components independently... no
  619. checking whether complex class can reference components independently... yes
  620. checking qhull/qhull_a.h usability... no
  621. checking qhull/qhull_a.h presence... no
  622. checking for qhull/qhull_a.h... no
  623. configure: WARNING: Qhull library not found -- this will result in loss of functionality of some geometry functions.
  624. checking whether pcre.h defines the macros we need... yes
  625. checking for pcre-config... yes
  626. checking for pcre_compile... yes
  627. checking zlib.h usability... yes
  628. checking zlib.h presence... yes
  629. checking for zlib.h... yes
  630. checking for gzclearerr in -lz... yes
  631. checking hdf5.h usability... no
  632. checking hdf5.h presence... no
  633. checking for hdf5.h... no
  634. configure: WARNING: HDF5 library not found. Octave will not be able to save or load HDF5 data files.
  635. checking fftw3.h usability... no
  636. checking fftw3.h presence... no
  637. checking for fftw3.h... no
  638. configure: WARNING: FFTW3 library not found. The slower FFTPACK library will be used instead.
  639. checking for fftw3.h... (cached) no
  640. configure: WARNING: FFTW3F library not found. The slower FFTPACK library will be used instead.
  641. checking glpk/glpk.h usability... no
  642. checking glpk/glpk.h presence... no
  643. checking for glpk/glpk.h... no
  644. checking glpk.h usability... no
  645. checking glpk.h presence... no
  646. checking for glpk.h... no
  647. configure: WARNING: GLPK library not found. The glpk function for solving linear programs will be disabled.
  648. checking curl/curl.h usability... yes
  649. checking curl/curl.h presence... yes
  650. checking for curl/curl.h... yes
  651. checking for curl_easy_escape in -lcurl... yes
  652. checking whether ld accepts -framework OpenGL... no
  653. checking for GL/gl.h... yes
  654. checking for GL/glu.h... yes
  655. checking for glEnable in -lGL... yes
  656. checking for freetype-config... /usr/bin/freetype-config
  657. checking for FreeType -- version >= 9.0.3... yes
  658. checking for FONTCONFIG... yes
  659. checking for fltk-config... no
  660. checking how to print strings... printf
  661. checking for a sed that does not truncate output... /bin/sed
  662. checking for fgrep... /bin/grep -F
  663. checking for ld used by gcc... /usr/bin/ld
  664. checking if the linker (/usr/bin/ld) is GNU ld... yes
  665. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  666. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  667. checking whether ln -s works... yes
  668. checking the maximum length of command line arguments... 98304
  669. checking whether the shell understands some XSI constructs... yes
  670. checking whether the shell understands "+="... yes
  671. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  672. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  673. checking for /usr/bin/ld option to reload object files... -r
  674. checking for objdump... objdump
  675. checking how to recognize dependent libraries... pass_all
  676. checking for dlltool... no
  677. checking how to associate runtime and link libraries... printf %s\n
  678. checking for archiver @FILE support... @
  679. checking for strip... strip
  680. checking for ranlib... (cached) ranlib
  681. checking command to parse /usr/bin/nm -B output from gcc object... ok
  682. checking for sysroot... no
  683. checking for mt... no
  684. checking if : is a manifest tool... no
  685. checking for dlfcn.h... yes
  686. checking for objdir... .libs
  687. checking if gcc supports -fno-rtti -fno-exceptions... no
  688. checking for gcc option to produce PIC... -fPIC -DPIC
  689. checking if gcc PIC flag -fPIC -DPIC works... yes
  690. checking if gcc static flag -static works... yes
  691. checking if gcc supports -c -o file.o... yes
  692. checking if gcc supports -c -o file.o... (cached) yes
  693. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  694. checking whether -lc should be explicitly linked in... no
  695. checking dynamic linker characteristics... GNU/Linux ld.so
  696. checking how to hardcode library paths into programs... immediate
  697. checking for shl_load... no
  698. checking for shl_load in -ldld... no
  699. checking for dlopen... no
  700. checking for dlopen in -ldl... yes
  701. checking whether a program can dlopen itself... yes
  702. checking whether a statically linked program can dlopen itself... no
  703. checking whether stripping libraries is possible... yes
  704. checking if libtool supports shared libraries... yes
  705. checking whether to build shared libraries... yes
  706. checking whether to build static libraries... no
  707. checking how to run the C++ preprocessor... g++ -E
  708. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  709. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  710. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  711. checking for g++ option to produce PIC... -fPIC -DPIC
  712. checking if g++ PIC flag -fPIC -DPIC works... yes
  713. checking if g++ static flag -static works... yes
  714. checking if g++ supports -c -o file.o... yes
  715. checking if g++ supports -c -o file.o... (cached) yes
  716. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  717. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  718. checking how to hardcode library paths into programs... immediate
  719. checking if libtool supports shared libraries... yes
  720. checking whether to build shared libraries... yes
  721. checking whether to build static libraries... no
  722. checking for g77 option to produce PIC... -fPIC
  723. checking if g77 PIC flag -fPIC works... yes
  724. checking if g77 static flag -static works... yes
  725. checking if g77 supports -c -o file.o... yes
  726. checking if g77 supports -c -o file.o... (cached) yes
  727. checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  728. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  729. checking how to hardcode library paths into programs... immediate
  730. checking if sgemm_ is being linked in already... no
  731. checking for ATL_xerbla in -latlas... no
  732. checking for sgemm_ in -lblas... yes
  733. checking for dgemm_ in -ldgemm... no
  734. checking for sgemm_ in -lmkl... no
  735. checking for sgemm_ in -framework vecLib... no
  736. checking for sgemm_ in -lcxml... no
  737. checking for sgemm_ in -ldxml... no
  738. checking for sgemm_ in -lscs... no
  739. checking for sgemm_ in -lcomplib.sgimath... no
  740. checking for sgemm_ in -lblas... (cached) yes
  741. checking for sgemm_ in -lessl... no
  742. checking for sgemm_ in -lblas... (cached) yes
  743. checking whether LSAME is called correctly from Fortran... yes
  744. checking whether ISAMAX is called correctly from Fortran... yes
  745. checking whether SDOT is called correctly from Fortran... yes
  746. checking whether DDOT is called correctly from Fortran... yes
  747. checking whether CDOTU is called correctly from Fortran... no
  748. checking whether ZDOTU is called correctly from Fortran... yes
  749. checking whether the integer size is correct... yes
  750. checking if sgemm_ is being linked in already... no
  751. checking for ATL_xerbla in -latlas... (cached) no
  752. checking for sgemm_ in -lblas... (cached) yes
  753. checking for dgemm_ in -ldgemm... (cached) no
  754. checking for sgemm_ in -lmkl... (cached) no
  755. checking for sgemm_ in -framework vecLib... no
  756. checking for sgemm_ in -lcxml... (cached) no
  757. checking for sgemm_ in -ldxml... (cached) no
  758. checking for sgemm_ in -lscs... (cached) no
  759. checking for sgemm_ in -lcomplib.sgimath... (cached) no
  760. checking for sgemm_ in -lblas... (cached) yes
  761. checking for sgemm_ in -lessl... (cached) no
  762. checking for sgemm_ in -lblas... (cached) yes
  763. checking whether LSAME is called correctly from Fortran... yes
  764. checking whether ISAMAX is called correctly from Fortran... yes
  765. checking whether SDOT is called correctly from Fortran... yes
  766. checking whether DDOT is called correctly from Fortran... yes
  767. checking whether CDOTU is called correctly from Fortran... no
  768. checking whether ZDOTU is called correctly from Fortran... yes
  769. checking whether the integer size is correct... yes
  770. configure: error: A BLAS library was detected but found incompatible with your Fortran 77 compiler settings.
  771. octave-3.4.2 >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement