Advertisement
Guest User

geomview_1.9.5_configure_zlibc_installed

a guest
Mar 1st, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 19.58 KB | None | 0 0
  1. configuring geomview 1.9.5
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether to enable maintainer-specific portions of Makefiles... no
  12. checking for g++... g++
  13. checking whether the C++ compiler works... yes
  14. checking for C++ compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C++ compiler... yes
  19. checking whether g++ accepts -g... yes
  20. checking for style of include used by make... GNU
  21. checking dependency style of g++... gcc3
  22. checking for gcc... gcc
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking whether gcc understands -c and -o together... yes
  27. checking dependency style of gcc... gcc3
  28. checking for ISO C99 features with "gcc -g -O2"... variadic macros and variable length arrays are available
  29. checking for gawk... (cached) gawk
  30. checking how to run the C preprocessor... gcc -E
  31. checking for flex... no
  32. checking for lex... no
  33. checking for bison... no
  34. checking for byacc... no
  35. checking how to print strings... printf
  36. checking for a sed that does not truncate output... /bin/sed
  37. checking for grep that handles long lines and -e... /bin/grep
  38. checking for egrep... /bin/grep -E
  39. checking for fgrep... /bin/grep -F
  40. checking for ld used by gcc... /usr/bin/ld
  41. checking if the linker (/usr/bin/ld) is GNU ld... yes
  42. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  43. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  44. checking whether ln -s works... yes
  45. checking the maximum length of command line arguments... 1572864
  46. checking whether the shell understands some XSI constructs... yes
  47. checking whether the shell understands "+="... yes
  48. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  49. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  50. checking for /usr/bin/ld option to reload object files... -r
  51. checking for objdump... objdump
  52. checking how to recognize dependent libraries... pass_all
  53. checking for dlltool... no
  54. checking how to associate runtime and link libraries... printf %s\n
  55. checking for ar... ar
  56. checking for archiver @FILE support... @
  57. checking for strip... strip
  58. checking for ranlib... ranlib
  59. checking command to parse /usr/bin/nm -B output from gcc object... ok
  60. checking for sysroot... no
  61. checking for mt... mt
  62. checking if mt is a manifest tool... no
  63. checking for ANSI C header files... yes
  64. checking for sys/types.h... yes
  65. checking for sys/stat.h... yes
  66. checking for stdlib.h... yes
  67. checking for string.h... yes
  68. checking for memory.h... yes
  69. checking for strings.h... yes
  70. checking for inttypes.h... yes
  71. checking for stdint.h... yes
  72. checking for unistd.h... yes
  73. checking for dlfcn.h... yes
  74. checking for objdir... .libs
  75. checking if gcc supports -fno-rtti -fno-exceptions... no
  76. checking for gcc option to produce PIC... -fPIC -DPIC
  77. checking if gcc PIC flag -fPIC -DPIC works... yes
  78. checking if gcc static flag -static works... yes
  79. checking if gcc supports -c -o file.o... yes
  80. checking if gcc supports -c -o file.o... (cached) yes
  81. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  82. checking whether -lc should be explicitly linked in... no
  83. checking dynamic linker characteristics... GNU/Linux ld.so
  84. checking how to hardcode library paths into programs... immediate
  85. checking whether stripping libraries is possible... yes
  86. checking if libtool supports shared libraries... yes
  87. checking whether to build shared libraries... yes
  88. checking whether to build static libraries... yes
  89. checking how to run the C++ preprocessor... g++ -E
  90. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  91. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  92. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  93. checking for g++ option to produce PIC... -fPIC -DPIC
  94. checking if g++ PIC flag -fPIC -DPIC works... yes
  95. checking if g++ static flag -static works... yes
  96. checking if g++ supports -c -o file.o... yes
  97. checking if g++ supports -c -o file.o... (cached) yes
  98. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  99. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  100. checking how to hardcode library paths into programs... immediate
  101. checking for find... find
  102. checking for csh... no
  103. checking for sh... /bin/sh
  104. checking for ps2epsi... ps2epsi
  105. checking for epstopdf... no
  106. checking for pdfimages... pdfimages
  107. checking for pnmtopng... no
  108. checking for pamtotiff... no
  109. configure: `pamtotiff' executable not found; textures in RenderMan output
  110. will not have an alpha-channel. Consider installing a newer NetPBM package.
  111. checking for aqsl... no
  112. checking for sdrc... no
  113. checking for shaderdl... no
  114. checking for cos in -lm... yes
  115. checking for size_t... yes
  116. checking for working alloca.h... yes
  117. checking for alloca... yes
  118. checking for dirent.h that defines DIR... yes
  119. checking for library containing opendir... none required
  120. checking for ANSI C header files... (cached) yes
  121. checking for sys/wait.h that is POSIX.1 compatible... yes
  122. checking errno.h usability... yes
  123. checking errno.h presence... yes
  124. checking for errno.h... yes
  125. checking fcntl.h usability... yes
  126. checking fcntl.h presence... yes
  127. checking for fcntl.h... yes
  128. checking getopt.h usability... yes
  129. checking getopt.h presence... yes
  130. checking for getopt.h... yes
  131. checking for inttypes.h... (cached) yes
  132. checking libgen.h usability... yes
  133. checking libgen.h presence... yes
  134. checking for libgen.h... yes
  135. checking libintl.h usability... yes
  136. checking libintl.h presence... yes
  137. checking for libintl.h... yes
  138. checking limits.h usability... yes
  139. checking limits.h presence... yes
  140. checking for limits.h... yes
  141. checking locale.h usability... yes
  142. checking locale.h presence... yes
  143. checking for locale.h... yes
  144. checking malloc.h usability... yes
  145. checking malloc.h presence... yes
  146. checking for malloc.h... yes
  147. checking netinet/in.h usability... yes
  148. checking netinet/in.h presence... yes
  149. checking for netinet/in.h... yes
  150. checking stddef.h usability... yes
  151. checking stddef.h presence... yes
  152. checking for stddef.h... yes
  153. checking for stdlib.h... (cached) yes
  154. checking for string.h... (cached) yes
  155. checking sys/file.h usability... yes
  156. checking sys/file.h presence... yes
  157. checking for sys/file.h... yes
  158. checking sys/param.h usability... yes
  159. checking sys/param.h presence... yes
  160. checking for sys/param.h... yes
  161. checking sys/select.h usability... yes
  162. checking sys/select.h presence... yes
  163. checking for sys/select.h... yes
  164. checking sys/socket.h usability... yes
  165. checking sys/socket.h presence... yes
  166. checking for sys/socket.h... yes
  167. checking sys/systeminfo.h usability... no
  168. checking sys/systeminfo.h presence... no
  169. checking for sys/systeminfo.h... no
  170. checking sys/time.h usability... yes
  171. checking sys/time.h presence... yes
  172. checking for sys/time.h... yes
  173. checking for sys/types.h... (cached) yes
  174. checking for unistd.h... (cached) yes
  175. checking io.h usability... no
  176. checking io.h presence... no
  177. checking for io.h... no
  178. checking math.h usability... yes
  179. checking math.h presence... yes
  180. checking for math.h... yes
  181. checking whether byte ordering is bigendian... no
  182. checking for an ANSI C-conforming const... yes
  183. checking for stdbool.h that conforms to C99... yes
  184. checking for _Bool... yes
  185. checking for inline... inline
  186. checking for size_t... (cached) yes
  187. checking whether time.h and sys/time.h may both be included... yes
  188. checking whether struct tm is in sys/time.h or time.h... time.h
  189. checking for M_PI... yes
  190. checking for dev_t... yes
  191. checking for ino_t... yes
  192. checking for time_t... yes
  193. checking size of dev_t... 8
  194. checking size of ino_t... 8
  195. checking size of time_t... 8
  196. checking size of long... 8
  197. checking size of int... 4
  198. checking whether closedir returns void... no
  199. checking for pid_t... yes
  200. checking vfork.h usability... no
  201. checking vfork.h presence... no
  202. checking for vfork.h... no
  203. checking for fork... yes
  204. checking for vfork... yes
  205. checking for working fork... yes
  206. checking for working vfork... (cached) yes
  207. checking for working memcmp... yes
  208. checking for obstacks... yes
  209. checking whether setpgrp takes no argument... yes
  210. checking return type of signal handlers... void
  211. checking whether lstat correctly handles trailing slash... yes
  212. checking whether stat accepts an empty string... no
  213. checking whether lstat accepts an empty string... no
  214. checking for working strtod... yes
  215. checking for vprintf... yes
  216. checking for _doprnt... no
  217. checking for wait3 that fills in rusage... yes
  218. checking for fmemopen... yes
  219. checking whether fmemopen is declared... yes
  220. checking for acosh... yes
  221. checking for popen... yes
  222. checking for putenv... yes
  223. checking for strcasecmp... yes
  224. checking for strdup... yes
  225. checking for strncasecmp... yes
  226. checking for lstat... yes
  227. checking for stat... yes
  228. checking whether putenv is declared... yes
  229. checking whether strdup is declared... yes
  230. checking whether acosh is declared... no
  231. checking whether strcasecmp is declared... yes
  232. checking whether strncasecmp is declared... yes
  233. checking for fstat... yes
  234. checking for vfscanf... yes
  235. checking for sys/select.h... (cached) yes
  236. checking for sys/socket.h... (cached) yes
  237. checking types of arguments for select... int,fd_set *,struct timeval *
  238. checking for select... yes
  239. checking whether select is declared... yes
  240. checking whether errno is declared... yes
  241. checking for lseek64... yes
  242. checking for llseek... yes
  243. checking for lseek... yes
  244. checking whether lseek64 is declared... yes
  245. checking whether llseek is declared... no
  246. checking whether lseek is declared... yes
  247. checking for off64_t... yes
  248. checking for loff_t... yes
  249. checking for off_t... yes
  250. checking for alarm... yes
  251. checking for basename... yes
  252. checking for bzero... yes
  253. checking for bcopy... yes
  254. checking for dirname... yes
  255. checking for dup2... yes
  256. checking for floor... yes
  257. checking for fcntl... yes
  258. checking for finite... yes
  259. checking for gethostname... yes
  260. checking for getopt... yes
  261. checking for gettimeofday... yes
  262. checking for isascii... yes
  263. checking for mallinfo... yes
  264. checking for memset... yes
  265. checking for mkdir... yes
  266. checking for pow... yes
  267. checking for read... yes
  268. checking for rint... yes
  269. checking for select... (cached) yes
  270. checking for sqrt... yes
  271. checking for strchr... yes
  272. checking for strcspn... yes
  273. checking for strdup... (cached) yes
  274. checking for strerror... yes
  275. checking for strncasecmp... (cached) yes
  276. checking for strpbrk... yes
  277. checking for strrchr... yes
  278. checking for strstr... yes
  279. checking for strtol... yes
  280. checking for strerror... (cached) yes
  281. checking for sysinfo... yes
  282. checking for waitpid... yes
  283. checking for wait3... yes
  284. checking for write... yes
  285. checking whether getopt is declared... yes
  286. checking whether optarg is declared... yes
  287. checking whether optind is declared... yes
  288. checking whether opterr is declared... yes
  289. checking whether optopt is declared... yes
  290. checking for setlocale... yes
  291. checking whether LC_ALL is declared... yes
  292. checking for Unix domain sockets... yes
  293. checking for IPv4 sockets... yes
  294. checking for IPv6 sockets... yes
  295. configure: Checking whether we need to link -lsocket to get socket() ...
  296. checking for socket... yes
  297. -lsocket not needed
  298. checking for accept... yes
  299. checking for bind... yes
  300. checking for connect... yes
  301. checking for listen... yes
  302. checking for socket... (cached) yes
  303. checking whether accept is declared... yes
  304. checking for socklen_t... yes
  305. checking for firefox... firefox
  306. checking for xpdf... no
  307. configure: PDF viewr executable not found, online viewing of the PDF manual will probably not be possible.
  308. checking for X... libraries , headers
  309. checking for gethostbyname... yes
  310. checking for connect... (cached) yes
  311. checking for remove... yes
  312. checking for shmat... yes
  313. checking for IceConnectionNumber in -lICE... yes
  314. checking for Xmu... no
  315. checking for motif... headers , libraries  -lXm
  316. checking for opengl... headers  , libraries  -lGL  -lGLU
  317. checking for glXCreateGLXPixmap... yes
  318. checking for main in -lz... no
  319. checking for compressBound... no
  320. checking whether popen(CMD, MODE) needs/accepts MODE = "rb" for binary files... no
  321. linking headers from ./src/lib/aclib
  322. linking headers from ./src/lib/oogl/lisp
  323. linking headers from ./src/lib/oogl/refcomm
  324. linking headers from ./src/lib/oogl/util
  325. linking headers from ./src/lib/oogl/wa
  326. linking headers from ./src/lib/geometry/
  327. linking headers from ./src/lib/geometry/cmodel
  328. linking headers from ./src/lib/geometry/hpoint3
  329. linking headers from ./src/lib/geometry/hpointn
  330. linking headers from ./src/lib/geometry/point3
  331. linking headers from ./src/lib/geometry/transform3
  332. linking headers from ./src/lib/geometry/transformn
  333. linking headers from ./src/lib/geometry/transobj
  334. linking headers from ./src/lib/geometry/ntransobj
  335. linking headers from ./src/lib/camera
  336. linking headers from ./src/lib/color
  337. linking headers from ./src/lib/fexpr
  338. linking headers from ./src/lib/geomutil/bdy
  339. linking headers from ./src/lib/geomutil/crayplutil
  340. linking headers from ./src/lib/geomutil/dim
  341. linking headers from ./src/lib/geomutil/plutil
  342. linking headers from ./src/lib/gprim/bbox
  343. linking headers from ./src/lib/gprim/bezier
  344. linking headers from ./src/lib/gprim/comment
  345. linking headers from ./src/lib/gprim/discgrp
  346. linking headers from ./src/lib/gprim/geom
  347. linking headers from ./src/lib/gprim/inst
  348. linking headers from ./src/lib/gprim/lincoln
  349. linking headers from ./src/lib/gprim/list
  350. linking headers from ./src/lib/gprim/mesh
  351. linking headers from ./src/lib/gprim/polylist
  352. linking headers from ./src/lib/gprim/ndmesh
  353. linking headers from ./src/lib/gprim/npolylist
  354. linking headers from ./src/lib/gprim/quad
  355. linking headers from ./src/lib/gprim/skel
  356. linking headers from ./src/lib/gprim/sphere
  357. linking headers from ./src/lib/gprim/stub
  358. linking headers from ./src/lib/gprim/tlist
  359. linking headers from ./src/lib/gprim/vect
  360. linking headers from ./src/lib/mg/buf
  361. linking headers from ./src/lib/mg/common
  362. linking headers from ./src/lib/mg/opengl
  363. linking headers from ./src/lib/mg/x11
  364. linking headers from ./src/lib/mg/ps
  365. linking headers from ./src/lib/mg/rib
  366. linking headers from ./src/lib/mib
  367. linking headers from ./src/lib/pointlist
  368. linking headers from ./src/lib/shade
  369. linking headers from ./src/lib/window
  370. linking headers from ./src/lib/forms
  371. linking headers from ./src/bin/geomview/common
  372. checking whether sources have a lib directory... no
  373. checking that generated files are newer than configure... done
  374. configure: creating ./config.status
  375. config.status: creating Makefile
  376. config.status: creating data/Makefile
  377. config.status: creating data/shaders/Makefile
  378. config.status: creating doc/Makefile
  379. config.status: creating src/Makefile
  380. config.status: creating src/lib/Makefile
  381. config.status: creating src/lib/aclib/Makefile
  382. config.status: creating src/lib/camera/Makefile
  383. config.status: creating src/lib/color/Makefile
  384. config.status: creating src/lib/fexpr/Makefile
  385. config.status: creating src/lib/oogl/Makefile
  386. config.status: creating src/lib/oogl/lisp/Makefile
  387. config.status: creating src/lib/oogl/refcomm/Makefile
  388. config.status: creating src/lib/oogl/util/Makefile
  389. config.status: creating src/lib/oogl/wa/Makefile
  390. config.status: creating src/lib/geometry/Makefile
  391. config.status: creating src/lib/geometry/cmodel/Makefile
  392. config.status: creating src/lib/geometry/hpoint3/Makefile
  393. config.status: creating src/lib/geometry/hpointn/Makefile
  394. config.status: creating src/lib/geometry/point3/Makefile
  395. config.status: creating src/lib/geometry/transform3/Makefile
  396. config.status: creating src/lib/geometry/transformn/Makefile
  397. config.status: creating src/lib/geometry/transobj/Makefile
  398. config.status: creating src/lib/geometry/ntransobj/Makefile
  399. config.status: creating src/lib/geomutil/Makefile
  400. config.status: creating src/lib/geomutil/bdy/Makefile
  401. config.status: creating src/lib/geomutil/crayplutil/Makefile
  402. config.status: creating src/lib/geomutil/dim/Makefile
  403. config.status: creating src/lib/geomutil/plutil/Makefile
  404. config.status: creating src/lib/gprim/Makefile
  405. config.status: creating src/lib/gprim/bbox/Makefile
  406. config.status: creating src/lib/gprim/bezier/Makefile
  407. config.status: creating src/lib/gprim/comment/Makefile
  408. config.status: creating src/lib/gprim/discgrp/Makefile
  409. config.status: creating src/lib/gprim/geom/Makefile
  410. config.status: creating src/lib/gprim/inst/Makefile
  411. config.status: creating src/lib/gprim/lincoln/Makefile
  412. config.status: creating src/lib/gprim/list/Makefile
  413. config.status: creating src/lib/gprim/mesh/Makefile
  414. config.status: creating src/lib/gprim/polylist/Makefile
  415. config.status: creating src/lib/gprim/ndmesh/Makefile
  416. config.status: creating src/lib/gprim/npolylist/Makefile
  417. config.status: creating src/lib/gprim/quad/Makefile
  418. config.status: creating src/lib/gprim/skel/Makefile
  419. config.status: creating src/lib/gprim/sphere/Makefile
  420. config.status: creating src/lib/gprim/stub/Makefile
  421. config.status: creating src/lib/gprim/tlist/Makefile
  422. config.status: creating src/lib/gprim/vect/Makefile
  423. config.status: creating src/lib/mg/Makefile
  424. config.status: creating src/lib/mg/buf/Makefile
  425. config.status: creating src/lib/mg/common/Makefile
  426. config.status: creating src/lib/mg/opengl/Makefile
  427. config.status: creating src/lib/mg/x11/Makefile
  428. config.status: creating src/lib/mg/ps/Makefile
  429. config.status: creating src/lib/mg/rib/Makefile
  430. config.status: creating src/lib/mib/Makefile
  431. config.status: creating src/lib/pointlist/Makefile
  432. config.status: creating src/lib/shade/Makefile
  433. config.status: creating src/lib/window/Makefile
  434. config.status: creating src/lib/forms/Makefile
  435. config.status: creating src/bin/Makefile
  436. config.status: creating src/bin/geomview/Makefile
  437. config.status: creating src/bin/geomview/common/Makefile
  438. config.status: creating src/bin/geomview/x11/Makefile
  439. config.status: creating src/bin/geomview/x11/bitmaps/Makefile
  440. config.status: creating src/bin/geomview/x11/interface/Makefile
  441. config.status: creating src/bin/animate/Makefile
  442. config.status: creating src/bin/animate/interface/Makefile
  443. config.status: creating src/bin/clipboard/Makefile
  444. config.status: creating src/bin/gvclock/gvclock
  445. config.status: creating src/bin/gvclock/Makefile
  446. config.status: creating src/bin/geomutil/Makefile
  447. config.status: creating src/bin/geomutil/bdy/Makefile
  448. config.status: creating src/bin/geomutil/clip/Makefile
  449. config.status: creating src/bin/geomutil/hvectext/Makefile
  450. config.status: creating src/bin/geomutil/hvectext/hvectext
  451. config.status: creating src/bin/geomutil/maple2oogl/Makefile
  452. config.status: creating src/bin/geomutil/math2oogl/Makefile
  453. config.status: creating src/bin/geomutil/oogl2rib/Makefile
  454. config.status: creating src/bin/geomutil/oogl2vrml/Makefile
  455. config.status: creating src/bin/geomutil/plutil/Makefile
  456. config.status: creating src/bin/geomutil/ucd/Makefile
  457. config.status: creating src/bin/geomutil/vrml2oogl/Makefile
  458. config.status: creating src/bin/geomutil/vrml2oogl/lib/Makefile
  459. config.status: creating src/bin/nose/Makefile
  460. config.status: creating src/bin/togeomview/Makefile
  461. config.status: creating config.h
  462. config.status: config.h is unchanged
  463. config.status: executing depfiles commands
  464. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement