Guest User

Untitled

a guest
May 8th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. [brlcad-build]cmake ../brlcad-code -DCMAKE_BUILD_TYPE=Release -DBRLCAD_WORD_SIZE=64BIT
  2. **********************************************************
  3. *** Configuring BRL-CAD Release 7.26.1, Build 20170508 ***
  4. **********************************************************
  5. -- Found ZLIB: zlib
  6. -- Found ZLIB: /modatabig/src/brlcad-code/src/other/libz;/modatabig/src/brlcad-build/src/other/libz
  7.  
  8.  
  9. ------------ BRL-CAD Release 7.26.1, Build 20170508 - Release Build ------------
  10.  
  11. Prefix: /usr/brlcad/rel-7.26.1
  12. Binaries: /usr/brlcad/rel-7.26.1/bin
  13. Libraries: /usr/brlcad/rel-7.26.1/lib
  14. Manual pages: /usr/brlcad/rel-7.26.1/share/man
  15. Data resources: /usr/brlcad/rel-7.26.1/share
  16.  
  17. CC = /usr/bin/cc
  18. CXX = /usr/bin/c++
  19. CFLAGS = -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64
  20. -g -ggdb3 -O3 -fstrength-reduce -fexpensive-optimizations
  21. -finline-functions -finline-limit=10000 --param
  22. inline-unit-growth=300 --param large-function-growth=300
  23. -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra
  24. -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast
  25. -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long
  26. -Wno-variadic-macros -Wno-c11-extensions -Werror
  27. CXXFLAGS = -pipe -fno-strict-aliasing -fno-common -fexceptions
  28. -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -fstrength-reduce
  29. -fexpensive-optimizations -finline-functions -finline-limit=10000
  30. --param inline-unit-growth=300 --param large-function-growth=300
  31. -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef
  32. -Wfloat-equal -Wshadow -Wno-inline -Wno-long-long
  33. -Wno-variadic-macros -Wno-c11-extensions -Werror
  34. LDFLAGS = -m64 -g -ggdb3
  35.  
  36.  
  37. Compile Tcl ...........................: ON
  38. Compile Tk ............................: ON
  39. Compile Itcl/Itk ......................: ON
  40. Compile Iwidgets ......................: ON
  41. Compile Tkhtml ........................: ON
  42. Compile tkpng .........................: ON
  43. Compile Tktable .......................: ON
  44. Compile libpng ........................: ON
  45. Compile libregex ......................: ON
  46. Compile zlib ..........................: ON
  47. Compile termlib .......................: ON
  48. Compile Utah Raster Toolkit ...........: ON
  49. Compile openNURBS .....................: ON
  50. Compile STEPcode.......................: ON
  51. Compile Bullet ........................: OFF
  52.  
  53. OpenGL support (optional) .............: ON
  54. X11 support (optional) ................: ON
  55. Qt support (optional) .................: OFF
  56. Enable run-time debugging (optional) ..: ON
  57.  
  58. Build 32/64-bit release ...............: 64BIT
  59. Build optimized release ...............: ON
  60. Build static libraries ................: ON
  61. Build dynamic libraries ...............: ON
  62. Install example geometry models .......: ON
  63. Generate extra docs ...................: ON (html/man)
  64.  
  65. Elapsed configuration time..: 1 minute 11 seconds
  66. -- Configuring done
  67. -- Generating done
  68. -- Build files have been written to: /modatabig/src/brlcad-build
  69.  
  70.  
  71.  
  72. [ 27%] Built target termlib
  73. Scanning dependencies of target libtermio
  74. [ 27%] Building C object src/libtermio/CMakeFiles/libtermio.dir/termio.c.o
  75. [ 27%] Linking C shared library ../../lib/libtermio.so
  76. [ 27%] Built target libtermio
  77. Scanning dependencies of target bwish
  78. [ 28%] Building C object src/bwish/CMakeFiles/bwish.dir/main.c.o
  79. [ 28%] Building C object src/bwish/CMakeFiles/bwish.dir/cmd.c.o
  80. [ 28%] Building C object src/bwish/CMakeFiles/bwish.dir/input.c.o
  81. [ 28%] Linking C executable ../../bin/bwish
  82. /usr/bin/ld: warning: librt.so.1, needed by //lib/x86_64-linux-gnu/libbsd.so.0, may conflict with librt.so.20
  83. /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libfreetype.so: undefined reference to `png_create_read_struct@PNG16_0'
  84. /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libfreetype.so: undefined reference to `png_set_interlace_handling@PNG16_0'
  85. /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libfreetype.so: undefined reference to `png_get_io_ptr@PNG16_0'
  86. /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libfreetype.so: undefined reference to `png_set_tRNS_to_alpha@PNG16_0'
  87. /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libfreetype.so: undefined reference to `png_set_longjmp_fn@PNG16_0'
  88. /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libfreetype.so: undefined reference to `png_set_gray_to_rgb@PNG16_0'
Add Comment
Please, Sign In to add comment