Advertisement
Guest User

configure

a guest
Oct 27th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. checking awk... awk
  2. detecting OS... UNIX
  3. checking build system type... x86_64-linux-gnu
  4. checking host system type... x86_64-linux-gnu
  5. checking universal build... no
  6. checking build cc... gcc
  7. checking host cc... gcc
  8. checking build c++... g++
  9. checking host c++... g++
  10. checking strip... disabled
  11. checking builtin depend... yes
  12. checking makedepend... disabled
  13. detecting cpu-type... 64 bits
  14. detecting SSE... found
  15. checking static... no
  16. checking unicode... no
  17. using debug level... no
  18. using desync debug level... no
  19. using link time optimization... no
  20. checking OSX sysroot... not OSX, skipping
  21. checking allegro... not found
  22. checking sdl... found
  23. checking COCOA... not OSX, skipping
  24. checking GDI video driver... not Windows, skipping
  25. checking dedicated... not selected
  26. checking console application... not Windows, skipping
  27. checking network... found
  28. checking squirrel... found
  29. checking translator... no
  30. checking assert... enabled
  31. checking zlib... found
  32. checking liblzma... found
  33. checking lzo2... found
  34. checking Uniscribe text layout... not Windows, skipping
  35. checking libxdg-basedir... found
  36. checking libpng... found
  37. checking freetype2... found
  38. checking fontconfig... found
  39. checking icu-lx... found
  40. checking icu-i18n... found
  41. checking libtimidity... not found
  42. checking direct-music... not Windows, skipping
  43. checking xaudio2... not Windows, skipping
  44. checking sort... sort
  45. suppress language errors... no
  46. checking stripping... skipped
  47. checking distcc... no (only used when forced)
  48. checking ccache... no (only used when forced)
  49. checking grfcodec... found
  50. checking nforenum... found
  51. checking OSX application bundle... not OSX, skipping
  52. checking revision... git detection
  53. checking iconv... not OSX, skipping
  54. personal home directory... .openttd
  55. shared data directory... none
  56. installation directory... /
  57. icon theme directory... share/icons/hicolor
  58. manual page directory... share/man/man6
  59. menu item directory... share/applications
  60. checking libdl... found
  61. checking libbfd... no
  62. checking dbg gdb... found
  63. checking dbg gdb (prctl)... found
  64. checking sigaction... found
  65. checking ucontext... found
  66. checking bitmath builtins... found
  67. checking abi::__cxa_demangle... found
  68. using CFLAGS_BUILD... -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -rdynamic -DUNIX -D_FORTIFY_SOURCE=2 -O1
  69. using CXXFLAGS_BUILD... -flifetime-dse=1 -std=gnu++14
  70. using LDFLAGS_BUILD... -rdynamic
  71. using CFLAGS... -O2 -fomit-frame-pointer -DCUSTOM_ALLOCATOR -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -rdynamic -DUNIX -D_FORTIFY_SOURCE=2 -DWITH_SSE -DWITH_DL -DWITH_DBG_GDB -DWITH_PRCTL_PT -g1 -DWITH_SIGACTION -DWITH_UCONTEXT -DWITH_BITMATH_BUILTINS -DWITH_DEMANGLE -DWITH_SDL -D_REENTRANT -I/usr/include/SDL -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -DWITH_XDG_BASEDIR -D_SQ64 -I/home/zalo/src/OpenTTD-patches/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/include/libpng16 -DWITH_FONTCONFIG -I/usr/include/freetype2 -DWITH_FREETYPE -I/usr/include/freetype2 -DWITH_ICU_LAYOUT -DWITH_ICU_SORT -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\".openttd\" -DGLOBAL_DATA_DIR=\"/usr/local/share/games/openttd\"
  72. using CXXFLAGS... -flifetime-dse=1 -std=gnu++14
  73. using LDFLAGS... -lstdc++ -lpthread -ldl -lc -lSDL -lz -llzma -llzo2 -lxdg-basedir -lpng16 -lfontconfig -lfreetype -lfreetype -liculx -licule -licuuc -licudata -licui18n -licuuc -licudata -rdynamic
  74. Generating Makefile...
  75. Generating menu item...
  76. Generating lang/Makefile...
  77. Generating setting/Makefile...
  78. Generating grf/Makefile...
  79. Generating objs/Makefile...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement