Advertisement
Guest User

openvrml

a guest
May 16th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. ~/Downloads/openvrml-0.18.8$ ./configure --disable-script-node-javascript --disable-render-text-node
  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... no
  9. checking for mawk... mawk
  10. checking whether make sets $(MAKE)... yes
  11. checking how to create a pax tar archive... gnutar
  12. checking how to print strings... printf
  13. checking for style of include used by make... GNU
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking dependency style of gcc... gcc3
  24. checking for a sed that does not truncate output... /bin/sed
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for fgrep... /bin/grep -F
  28. checking for ld used by gcc... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking for /usr/bin/ld option to reload object files... -r
  37. checking for objdump... objdump
  38. checking how to recognize dependent libraries... pass_all
  39. checking for ar... ar
  40. checking for strip... strip
  41. checking for ranlib... ranlib
  42. checking command to parse /usr/bin/nm -B output from gcc object... ok
  43. checking how to run the C preprocessor... gcc -E
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking for dlfcn.h... yes
  55. checking for objdir... .libs
  56. checking if gcc supports -fno-rtti -fno-exceptions... no
  57. checking for gcc option to produce PIC... -fPIC -DPIC
  58. checking if gcc PIC flag -fPIC -DPIC works... yes
  59. checking if gcc static flag -static works... yes
  60. checking if gcc supports -c -o file.o... yes
  61. checking if gcc supports -c -o file.o... (cached) yes
  62. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  63. checking whether -lc should be explicitly linked in... no
  64. checking dynamic linker characteristics... GNU/Linux ld.so
  65. checking how to hardcode library paths into programs... immediate
  66. checking for shl_load... no
  67. checking for shl_load in -ldld... no
  68. checking for dlopen... no
  69. checking for dlopen in -ldl... yes
  70. checking whether a program can dlopen itself... yes
  71. checking whether a statically linked program can dlopen itself... no
  72. checking whether stripping libraries is possible... yes
  73. checking if libtool supports shared libraries... yes
  74. checking whether to build shared libraries... yes
  75. checking whether to build static libraries... yes
  76. checking for g++... g++
  77. checking whether we are using the GNU C++ compiler... yes
  78. checking whether g++ accepts -g... yes
  79. checking dependency style of g++... gcc3
  80. checking how to run the C++ preprocessor... g++ -E
  81. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  82. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  83. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking for g++ option to produce PIC... -fPIC -DPIC
  85. checking if g++ PIC flag -fPIC -DPIC works... yes
  86. checking if g++ static flag -static works... yes
  87. checking if g++ supports -c -o file.o... yes
  88. checking if g++ supports -c -o file.o... (cached) yes
  89. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  90. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking how to run the C++ preprocessor... g++ -E
  93. checking for gcj... no
  94. checking dependency style of gcj... none
  95. checking dependency style of gcj... (cached) none
  96. checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
  97. checking for gcj option to produce PIC... -fPIC
  98. checking if gcj PIC flag -fPIC works... no
  99. checking if gcj static flag -static works... no
  100. checking if gcj supports -c -o file.o... no
  101. checking if gcj supports -c -o file.o... (cached) no
  102. checking whether the gcj linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  103. checking how to hardcode library paths into programs... immediate
  104. checking for pkg-config... /usr/bin/pkg-config
  105. checking pkg-config is at least version 0.18.0... yes
  106. checking for gcj... no
  107. checking for javac... javac
  108. checking for gcjh... no
  109. checking for javah... javah
  110. checking for jar... jar
  111. checking for doxygen... no
  112. checking for Rez... no
  113. checking if the compiler supports the gcc visibility attribute... yes
  114. checking for the pthreads library -lpthreads... no
  115. checking whether pthreads work without any flags... no
  116. checking whether pthreads work with -Kthread... no
  117. checking whether pthreads work with -kthread... no
  118. checking for the pthreads library -llthread... no
  119. checking whether pthreads work with -pthread... yes
  120. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  121. checking if more special flags are required for pthreads... no
  122. checking ltdl.h usability... yes
  123. checking ltdl.h presence... yes
  124. checking for ltdl.h... yes
  125. checking jni.h usability... no
  126. checking jni.h presence... no
  127. checking for jni.h... no
  128. checking for boost_thread-mt library... yes
  129. checking for XML... yes
  130. checking for PNG... yes
  131. checking for FONTCONFIG... yes
  132. checking for FREETYPE... yes
  133. checking if FreeType callback function signatures use const... yes
  134. checking for JS... yes
  135. checking for JS_Init in -ljs... no
  136. checking jsapi.h usability... yes
  137. checking jsapi.h presence... yes
  138. checking for jsapi.h... yes
  139. checking whether JSVAL_TO_DOUBLE returns a pointer... yes
  140. checking whether JSPropertyOp uses jsid... no
  141. checking whether SpiderMonkey uses type-specific root functions... no
  142. checking whether JSNative has the JSFastNative signature... no
  143. checking whether SpiderMonkey has JSStrictPropertyOp... no
  144. checking for DBUS_G... no
  145. checking for dbus-binding-tool... no
  146. checking for GTKGL... no
  147. checking for GNOMEUI... no
  148. checking for GIO... no
  149. checking for CURL... no
  150. checking for MOZILLA_PLUGIN... yes
  151. checking for X... libraries , headers
  152. checking for gethostbyname... yes
  153. checking for connect... yes
  154. checking for remove... yes
  155. checking for shmat... yes
  156. checking for IceConnectionNumber in -lICE... yes
  157. checking whether we are using the Microsoft C compiler... no
  158. checking windows.h usability... no
  159. checking windows.h presence... no
  160. checking for windows.h... no
  161. checking for GL/gl.h... yes
  162. checking for OpenGL/gl.h... no
  163. checking for OpenGL library... -lGL
  164. checking for GL/glu.h... yes
  165. checking for OpenGL/glu.h... no
  166. checking for OpenGL Utility library... -lGLU
  167. checking for varargs GLU tesselator callback function type... no
  168. checking for sdl-config... no
  169. configure: error: in `/home/andres/Downloads/openvrml-0.18.8':
  170. configure: error: The Java Native Interface is required for Script node Java support.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement